
From nobody Sat Sep  1 02:02:35 2018
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 61FD8128CF2 for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 02:02:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 hiyL29tK_OVF for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 02:02:32 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DCD8C12426A for <quic-issues@ietf.org>; Sat,  1 Sep 2018 02:02:31 -0700 (PDT)
Date: Sat, 01 Sep 2018 02:02:30 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535792550; bh=KlXElz7vyHn/SE+r/cVD/GKAfvv8Gz5OhnIPhVl2r4k=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=wuffukUyBhaLtpj2kepfUGwhiaK36XMSYqERmxk6QWvvDLcKW3VbU9OMTCRr5+P4H ckeTnKxp+ad+12+euaMDLm1CrlfWMeCxsFckA7kxeFp2T6NYwzIOdoQZiw19bhIy3Z r+lwyV0Q4Ov1Z2yo/XFYOaYXrHPqh+J5FrUPBrw8=
From: "Arvid E. Picciani" <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd4d051e8bc58b59f9d762482794170c74bddb7b692cf0000000117a217a692a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718@github.com>
Subject: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8a55a68475a_3e3a3fba110d45c04463ba"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: aep
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/snfvKJBHEUyKDNr-O88T-5uzCFk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 09:02:34 -0000

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

The TLP is reset on every sent packet.
What's happen in my implementation is that the TLP never fires if the sender just keeps sending. If an Ack never arrives, this means disconnect is never detected until the window is full.

I'm not sure what i missed in the spec that is supposed to prevent that.
timer based loss detection would catch it, but it seemed optional and not recommended.

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

<p>The TLP is reset on every sent packet.<br>
What's happen in my implementation is that the TLP never fires if the sender just keeps sending. If an Ack never arrives, this means disconnect is never detected until the window is full.</p>
<p>I'm not sure what i missed in the spec that is supposed to prevent that.<br>
timer based loss detection would catch it, but it seemed optional and not recommended.</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/1718">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3L6tGII9mSSMEcA1xFTbNQ7E66Kks5uWk0mgaJpZM4WWJJd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq75-pDC6OoVzIa2MaTadDO4vOGH0ks5uWk0mgaJpZM4WWJJd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"recovery: clarification on TLP when sender is outpacing the timer (#1718)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1718"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718",
"url": "https://github.com/quicwg/base-drafts/issues/1718",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "recovery: clarification on TLP when sender is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**Arvid E. Picciani**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@aep",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1718
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374903389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8a55a68475a_3e3a3fba110d45c04463ba--


From nobody Sat Sep  1 02:44:13 2018
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 B692B130E28 for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 02:44:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 vzudz0kewn-1 for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 02:44:10 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1E2EC12426A for <quic-issues@ietf.org>; Sat,  1 Sep 2018 02:44:10 -0700 (PDT)
Date: Sat, 01 Sep 2018 02:44:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535795049; bh=uoI/mG05D6sxyS1W+8ZzKFtQ/7N2bZofo7AuYNqScnk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Kyq4CAvjpDb4HRZIK1sQWcEr7HLYIBVASYccJs2BwsZ8gAf74Zn9s8ztHaau6lxw/ Jf8uAGfvu3QNh0+zNCoqIUZ1g4YlWrQTlcbgxM/kl9/dHh3pm3St4JFtMaeKmRnsfd AYH4BHRjwDZrtmjKtmKo3N+eVUg0thih6Qc/YurE=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd0bbbfa20f1b051b56a5ad03edc45a9681d65c9692cf0000000117a2216992a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/417846905@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8a5f691d5a4_7fe83f9ddf8d45c0276695"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/X2AO0U223X7hkpnPUHTQW-js3GU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 09:44:12 -0000

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

As I understand it, the TLP is there to ensure the receiver sees something that it can ACK, in case a packet is lost. If you keep sending ACK'able content that problem never occurs, and it is fair that the timer is not triggered.

TLP is not meant to detect that the peer closed the connection but rather that the sender stopped sending (hence tail loss probe), possibly close to connection close, but not necessarily.

If you keep missing ACK's another trigger sets in: you loss rate gets too high and you close the connection. There is ongoing discussions about negoatiating how an ACK can be delayed.

https://github.com/quicwg/base-drafts/pull/1715#pullrequestreview-151076864

dead path dection:
https://github.com/quicwg/base-drafts/issues/1638


-- 
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/1718#issuecomment-417846905
----==_mimepart_5b8a5f691d5a4_7fe83f9ddf8d45c0276695
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>As I understand it, the TLP is there to ensure the receiver sees somet=
hing that it can ACK, in case a packet is lost. If you keep sending ACK'a=
ble content that problem never occurs, and it is fair that the timer is n=
ot triggered.</p>
<p>TLP is not meant to detect that the peer closed the connection but rat=
her that the sender stopped sending (hence tail loss probe), possibly clo=
se to connection close, but not necessarily.</p>
<p>If you keep missing ACK's another trigger sets in: you loss rate gets =
too high and you close the connection. There is ongoing discussions about=
 negoatiating how an ACK can be delayed.</p>
<p><a class=3D"issue-link js-issue-link" data-error-text=3D"Failed to loa=
d issue title" data-id=3D"355378742" data-permission-text=3D"Issue title =
is private" data-url=3D"https://github.com/quicwg/base-drafts/issues/1715=
" href=3D"https://github.com/quicwg/base-drafts/pull/1715#pullrequestrevi=
ew-151076864">#1715 (review)</a></p>
<p>dead path dection:<br>
<a class=3D"issue-link js-issue-link" data-error-text=3D"Failed to load i=
ssue title" data-id=3D"348457616" data-permission-text=3D"Issue title is =
private" data-url=3D"https://github.com/quicwg/base-drafts/issues/1638" h=
ref=3D"https://github.com/quicwg/base-drafts/issues/1638">#1638</a></p>

<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/1718#issuecomment-417846905">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqw0-=
NZKmzIJ3UwMHb-KDQG8TKBdcks5uWlbpgaJpZM4WWJJd">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqyjdB3M6XGVEOJixSHqT_nfC=
AXyeks5uWlbpgaJpZM4WWJJd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1718: As I understand it, the TLP is there to ensure the receive=
r sees something that it can ACK, in case a packet is lost. If you keep s=
ending ACK'able content that problem never occurs, and it is fair that th=
e timer is not triggered.\r\n\r\nTLP is not meant to detect that the peer=
 closed the connection but rather that the sender stopped sending (hence =
tail loss probe), possibly close to connection close, but not necessarily=
.\r\n\r\nIf you keep missing ACK's another trigger sets in: you loss rate=
 gets too high and you close the connection. There is ongoing discussions=
 about negoatiating how an ACK can be delayed.\r\n\r\nhttps://github.com/=
quicwg/base-drafts/pull/1715#pullrequestreview-151076864\r\n\r\ndead path=
 dection:\r\nhttps://github.com/quicwg/base-drafts/issues/1638\r\n"}],"ac=
tion":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/i=
ssues/1718#issuecomment-417846905"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment=
-417846905",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-41=
7846905",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when se=
nder is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-41=
7846905"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3749033=
89\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8a5f691d5a4_7fe83f9ddf8d45c0276695--


From nobody Sat Sep  1 02:53:22 2018
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 B3445124BE5 for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 02:53:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 8J-NS3LSq84h for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 02:53:20 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1697112426A for <quic-issues@ietf.org>; Sat,  1 Sep 2018 02:53:20 -0700 (PDT)
Date: Sat, 01 Sep 2018 02:53:19 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535795599; bh=cY2yi9IenxR6ozzBwdfTV6rxwGfpcye6WWzRCxSIVO8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ENRKe2ItOqAMcv0nemBOVM7Qc3+RZN5rnC9mcpXAsJFk88DNF1TmeE8WXwahoNz9W fucHUgZwYUb62hYvBbHJLz3DkrZbxCcALbrQmQiae2zyTcHG1hItGboi5Pn3OaFhwr ZcNHOtBSndUYP3z3HvVwJRq7xOTfYc3yq9Ms1dEg=
From: "Arvid E. Picciani" <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab87637413bd7979d1d716ef0e195e795670fbbb5a92cf0000000117a2238f92a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/417847383@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8a618f3fecc_619a3f8a6ccd45c010031c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: aep
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/omOYO8V_Fez6lKcHrZ4i6cSvBO0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 09:53:22 -0000

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

thanks, i didn't these issues are related because they talk about what happens after RTO fires, which never happens in this case.

I also could not find the spec for which loss rate is considered dead. Is this something that is simply not specified or am i blind?

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

<p>thanks, i didn't these issues are related because they talk about what happens after RTO fires, which never happens in this case.</p>
<p>I also could not find the spec for which loss rate is considered dead. Is this something that is simply not specified or am i blind?</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/1718#issuecomment-417847383">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6eGMKkLudaq-X9AtnJXcLTyCkL5ks5uWlkPgaJpZM4WWJJd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzKU2PKjEPBrX0TI6nI585Z17qXpks5uWlkPgaJpZM4WWJJd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@aep in #1718: thanks, i didn't these issues are related because they talk about what happens after RTO fires, which never happens in this case.\r\n\r\nI also could not find the spec for which loss rate is considered dead. Is this something that is simply not specified or am i blind?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417847383"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417847383",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417847383",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**Arvid E. Picciani**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@aep",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417847383"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374903389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8a618f3fecc_619a3f8a6ccd45c010031c--


From nobody Sat Sep  1 03:03:56 2018
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 1920D124BE5 for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 03:03:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 9wNfVD_0cgTw for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 03:03:52 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4564B12426A for <quic-issues@ietf.org>; Sat,  1 Sep 2018 03:03:52 -0700 (PDT)
Date: Sat, 01 Sep 2018 03:03:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535796231; bh=uShyslcgXgGZbfW6efbSIbzTLiE5jwmU4r28h02lL44=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bZCyQP9UzVWYKIr8BDEUAZ8Xx6N3eZgw59/6yb1LzkSyCWFhxDJSw+Erw0Wh/4i/r daT2xwVoUi+hViIBdlmYqweNSiARdtcCaLqx5HHXkQO3IMfnBkKa3RSldYa8Tw64vI 3brZaXDILbQpGJVCz7B6yy2fxmSz9RKLBtpbtRpI=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2df31125549f8e1d8028241d8f81f2d628eb4b5e92cf0000000117a2260792a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/417847899@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8a640764d15_73243fbb0d8d45c05247a8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/r2B_heCPtaBLM6ZiK9JpmUjANxM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 10:03:54 -0000

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

Mmm - why doesn't RTO fire? If you do not get a timely ACK, you should retransmit? TLP just helps make that happen faster near the end. Retransmit can happen based on gaps in ACK or timeout, or both (from memory, spec keep changing). If you only rely on gap in ACK, then yes, it would not trigger, so that is a bad strategy to use exclusively unless you use an aggressive connection timeout.

I'm not sure the critical loss rate is documented explicitly - but perhaps a section is needed to discuss this further?  In any case, the loss rate is highly application specific because you might operate infiniband where minimal delays a considered critical and any loss unlikely, or you might be on domestic congested wifi with high loss rates, or on a satellite link with large RTT and possible large loss bursts. Loss can also happen from DoS attacks or on path attacks and may have to adjust to circumstances.

If both peers cooperate, a connection close should happen. If not, a timeout happens eventually, and and a stateless reset may happen much earlier when supported and when the path is still viable but the endpoint is not.

-- 
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/1718#issuecomment-417847899
----==_mimepart_5b8a640764d15_73243fbb0d8d45c05247a8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Mmm - why doesn't RTO fire? If you do not get a timely ACK, you should=
 retransmit? TLP just helps make that happen faster near the end. Retrans=
mit can happen based on gaps in ACK or timeout, or both (from memory, spe=
c keep changing). If you only rely on gap in ACK, then yes, it would not =
trigger, so that is a bad strategy to use exclusively unless you use an a=
ggressive connection timeout.</p>
<p>I'm not sure the critical loss rate is documented explicitly - but per=
haps a section is needed to discuss this further?  In any case, the loss =
rate is highly application specific because you might operate infiniband =
where minimal delays a considered critical and any loss unlikely, or you =
might be on domestic congested wifi with high loss rates, or on a satelli=
te link with large RTT and possible large loss bursts. Loss can also happ=
en from DoS attacks or on path attacks and may have to adjust to circumst=
ances.</p>
<p>If both peers cooperate, a connection close should happen. If not, a t=
imeout happens eventually, and and a stateless reset may happen much earl=
ier when supported and when the path is still viable but the endpoint is =
not.</p>

<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/1718#issuecomment-417847899">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9xL=
NRrAsauzk-bxjmphA5Vd9OmRks5uWluHgaJpZM4WWJJd">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq7VSqwyhzngil7ekSmjWJKwa=
OZjaks5uWluHgaJpZM4WWJJd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1718: Mmm - why doesn't RTO fire? If you do not get a timely ACK=
, you should retransmit? TLP just helps make that happen faster near the =
end. Retransmit can happen based on gaps in ACK or timeout, or both (from=
 memory, spec keep changing). If you only rely on gap in ACK, then yes, i=
t would not trigger, so that is a bad strategy to use exclusively unless =
you use an aggressive connection timeout.\r\n\r\nI'm not sure the critica=
l loss rate is documented explicitly - but perhaps a section is needed to=
 discuss this further?  In any case, the loss rate is highly application =
specific because you might operate infiniband where minimal delays a cons=
idered critical and any loss unlikely, or you might be on domestic conges=
ted wifi with high loss rates, or on a satellite link with large RTT and =
possible large loss bursts. Loss can also happen from DoS attacks or on p=
ath attacks and may have to adjust to circumstances.\r\n\r\nIf both peers=
 cooperate, a connection close should happen. If not, a timeout happens e=
ventually, and and a stateless reset may happen much earlier when support=
ed and when the path is still viable but the endpoint is not."}],"action"=
:{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues=
/1718#issuecomment-417847899"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment=
-417847899",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-41=
7847899",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when se=
nder is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-41=
7847899"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3749033=
89\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8a640764d15_73243fbb0d8d45c05247a8--


From nobody Sat Sep  1 03:15:47 2018
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 3913B130DCD for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 03:15:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 EuLHGS6z20ul for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 03:15:44 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EC8BA130DC6 for <quic-issues@ietf.org>; Sat,  1 Sep 2018 03:15:43 -0700 (PDT)
Date: Sat, 01 Sep 2018 03:15:43 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535796943; bh=D3Fpzd+4b4/Wu4Kv4R8ERsjUWrILtCCZWJDrAZrf1fA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pWU/sb3rL9wPCnu3kwQbbG8BR5eRtSe96Wz4gfLY+Af/VMKfz6ZoryBD48r5QQQHw SypVz5unYg3vJtkKycScSYHEnSiae6RL6ZTozA6f1MBspEcxHnU45U7AiEB0IwZ2DB FWmyn1ShbBBtgCXMuLVnfitnADjzQRYszePi2d4Q=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab92511830a911972643fe1301e60a822dbb2c559492cf0000000117a228cf92a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/417848473@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8a66cf1207e_d183f99c18d45c485151b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/Xc4tN5z1TfNLe59iB64GYA-2B1s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 10:15:45 -0000

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

I just skimmed over the recover / loss spec - it seems that RTO is only triggered after TLP fires. In that case you are right. I agree that this seems wrong and not what I would have expected, but I have not read the loss doc very carefully recently.

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

<p>I just skimmed over the recover / loss spec - it seems that RTO is only triggered after TLP fires. In that case you are right. I agree that this seems wrong and not what I would have expected, but I have not read the loss doc very carefully recently.</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/1718#issuecomment-417848473">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxtUEN8M99Grjj4BuCc0rwlZVPWyks5uWl5PgaJpZM4WWJJd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwy-S3maSPseoTWSN6A0rzpq-DtHks5uWl5PgaJpZM4WWJJd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1718: I just skimmed over the recover / loss spec - it seems that RTO is only triggered after TLP fires. In that case you are right. I agree that this seems wrong and not what I would have expected, but I have not read the loss doc very carefully recently."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417848473"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417848473",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417848473",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417848473"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374903389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8a66cf1207e_d183f99c18d45c485151b--


From nobody Sat Sep  1 03:20:40 2018
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 80C2812426A for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 03:20:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Sks5UT2Jlypm for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 03:20:36 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A3740126CC7 for <quic-issues@ietf.org>; Sat,  1 Sep 2018 03:20:36 -0700 (PDT)
Date: Sat, 01 Sep 2018 03:20:35 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535797235; bh=nVMBujyInCAJWf8RYWiYLW1nk+DgnRRF04kKKmzRChs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=faDVtmX4iChqrq6VxWIT6Yn9NPPNNNbZqHm9Nn/Ca3mt5I3kT7Pl1pfW/A0rE+azY K28ZF/G4LXodwJdkydB2U/NCV9BmwACRunOEUed88oZ7aQtr8rWc2Z4twvVk9TlQFf A7z7QYzn6INGQWfdpQxPycZ8FykXTUlfKXaoqIUo=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc72bdbfa7752a084fa540f30b5421f61da28251192cf0000000117a229f392a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/417848738@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8a67f3bac6e_398f3fe68dad45b8577921"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/FPt4NQ-KENCOqeMSIb83T9eFbq0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 10:20:38 -0000

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

I mixed up early retransmit timer with RTO. The early retransmit timer ought to be active in your scenario, but it requires some detailed reading to be sure of that.
https://quicwg.org/base-drafts/draft-ietf-quic-recovery.html#rfc.section.4.5.7.3


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

<p>I mixed up early retransmit timer with RTO. The early retransmit timer ought to be active in your scenario, but it requires some detailed reading to be sure of that.<br>
<a href="https://quicwg.org/base-drafts/draft-ietf-quic-recovery.html#rfc.section.4.5.7.3" rel="nofollow">https://quicwg.org/base-drafts/draft-ietf-quic-recovery.html#rfc.section.4.5.7.3</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/1718#issuecomment-417848738">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-94ysGZQcaIBDQPTeBEA27hl1mgks5uWl9zgaJpZM4WWJJd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq25ADjrFIsHAGC0XGERoSA_Cwt6fks5uWl9zgaJpZM4WWJJd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1718: I mixed up early retransmit timer with RTO. The early retransmit timer ought to be active in your scenario, but it requires some detailed reading to be sure of that.\r\nhttps://quicwg.org/base-drafts/draft-ietf-quic-recovery.html#rfc.section.4.5.7.3\r\n"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417848738"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417848738",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417848738",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417848738"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374903389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8a67f3bac6e_398f3fe68dad45b8577921--


From nobody Sat Sep  1 03:21:17 2018
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 1FF0A126CC7 for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 03:21:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 ggDiSdBPz_4S for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 03:21:15 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E4CCC12426A for <quic-issues@ietf.org>; Sat,  1 Sep 2018 03:21:14 -0700 (PDT)
Date: Sat, 01 Sep 2018 03:21:14 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535797274; bh=2BptG7oMUjiE8qHRrMVoXAQHphuvVYCy47o97yBO9L4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dDlV+War8/ioYLO9CerSMXh229KxL3H7NPI4OjJQviOAZ77nXoS8/p4DescOnXrWm mAOsOB+g0Rp8tOwtpf+axKueRKZBsnpYW2oPCL1ixNNseg5yPO19tFe4iL9NyXzoWJ ahHBKUn3yGZCSrYYxC9byawWzZNaTAeWkNE9u6nM=
From: "Arvid E. Picciani" <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8a533af566e6fc312bd5ca4e4d71a17f0c5c9ec392cf0000000117a22a1a92a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/417848757@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8a681a50665_15353f8491cd45c41516ec"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: aep
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/o1wR8UFw4-tQAzrdGbjyDuvc-OI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 10:21:16 -0000

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

yeah kMaxTLPs times TLP are always sent before RTO triggers, 

https://github.com/quicwg/base-drafts/blame/master/draft-ietf-quic-recovery.md#L870

hwoever tlp_count never increases if you dont receive an ack, because ack triggers the TLP.








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

<p>yeah kMaxTLPs times TLP are always sent before RTO triggers,</p>
<p><a href="https://github.com/quicwg/base-drafts/blame/master/draft-ietf-quic-recovery.md#L870">https://github.com/quicwg/base-drafts/blame/master/draft-ietf-quic-recovery.md#L870</a></p>
<p>hwoever tlp_count never increases if you dont receive an ack, because ack triggers the TLP.</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/1718#issuecomment-417848757">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0SoEgcUZPCjDozxZcE-VFCMK4kfks5uWl-agaJpZM4WWJJd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4SPqwl_K-f64T8_bdAP8XR2ABVpks5uWl-agaJpZM4WWJJd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@aep in #1718: yeah kMaxTLPs times TLP are always sent before RTO triggers, \r\n\r\nhttps://github.com/quicwg/base-drafts/blame/master/draft-ietf-quic-recovery.md#L870\r\n\r\nhwoever tlp_count never increases if you dont receive an ack, because ack triggers the TLP.\r\n\r\n\r\n\r\n\r\n\r\n\r\n"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417848757"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417848757",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417848757",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**Arvid E. Picciani**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@aep",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417848757"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374903389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8a681a50665_15353f8491cd45c41516ec--


From nobody Sat Sep  1 03:24:33 2018
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 C74D5126CC7 for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 03:24:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 w3OR4pHXukLJ for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 03:24:30 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 60F4F12426A for <quic-issues@ietf.org>; Sat,  1 Sep 2018 03:24:30 -0700 (PDT)
Date: Sat, 01 Sep 2018 03:24:29 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535797469; bh=9sXC8bgKnoe0BieVIaWNoxybNukhLdsI+IIQjCDfJVI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vABtLVtNYu5zmDqFa8imi5T3dO/x/+0HF9nLpvDlS51a0OrMnNRsGQPb8FDeeKR5L TGyZhRaKANKWG1n4Rt+Ugzo/O1vpQiJtaET4pFoDQaTkGssk7rjF2xQUI5xw6J5COb ZydlYvXARrxr5oi9Kdz5Ch7+rWIL6oncxvXOXUsQ=
From: "Arvid E. Picciani" <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba827a49b86f286066092b0d71256ae9915b801d092cf0000000117a22add92a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/417848905@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8a68dd69431_d183f99c18d45c48608bf"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: aep
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/QjkzuPIajjzUHDdPoGtaGKTB_uE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 10:24:32 -0000

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

good find.  early retransmit never fires for this case, that must be where the problem is. 
It doesnt fire because its only set when there's no loss.
```
 largest_acked.packet_number == largest_sent_packet
``

https://github.com/quicwg/base-drafts/blame/master/draft-ietf-quic-recovery.md#L909


-- 
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/1718#issuecomment-417848905
----==_mimepart_5b8a68dd69431_d183f99c18d45c48608bf
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>good find.  early retransmit never fires for this case, that must be w=
here the problem is.<br>
It doesnt fire because its only set when there's no loss.</p>
<pre><code> largest_acked.packet_number =3D=3D largest_sent_packet
``

https://github.com/quicwg/base-drafts/blame/master/draft-ietf-quic-recove=
ry.md#L909
</code></pre>

<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/1718#issuecomment-417848905">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2bT=
Sfi1mZGRIZocACv94dfkSUhRks5uWmBdgaJpZM4WWJJd">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq_zvprJ6sgLOTdI41-ds-p7n=
jcsYks5uWmBdgaJpZM4WWJJd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@aep =
in #1718: good find.  early retransmit never fires for this case, that mu=
st be where the problem is. \r\nIt doesnt fire because its only set when =
there's no loss.\r\n```\r\n largest_acked.packet_number =3D=3D largest_se=
nt_packet\r\n``\r\n\r\nhttps://github.com/quicwg/base-drafts/blame/master=
/draft-ietf-quic-recovery.md#L909\r\n"}],"action":{"name":"View Issue","u=
rl":"https://github.com/quicwg/base-drafts/issues/1718#issuecomment-41784=
8905"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment=
-417848905",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-41=
7848905",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when se=
nder is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**Arvid E. Picciani**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@aep",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-41=
7848905"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3749033=
89\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8a68dd69431_d183f99c18d45c48608bf--


From nobody Sat Sep  1 03:26:09 2018
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 F2753126CC7 for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 03:26:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 M7Njn-3rwfgZ for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 03:26:06 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9415812426A for <quic-issues@ietf.org>; Sat,  1 Sep 2018 03:26:06 -0700 (PDT)
Date: Sat, 01 Sep 2018 03:26:05 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535797565; bh=hwx2e04S23tp+Km2vb0NXYZB1GOflv0hto6frrcz4ns=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WRHRCpfJXOZpKGRpKfuNSsVHejLvcTVNImfOG2KG/JgwQyYBE33OqhuYVh1ePqDqq WG8a9yPV56+sqA1oC+Gy+ERDQGN422MMSuWRmfg1y38CmwGQkqjMECoipZswbK2gLt eSYA0wluSPZorq3JYDBh8xXnCnIKPVmXiMjTJrtk=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab56fd17116f2343902a77c0d6dcc7e31de8ba0ee092cf0000000117a22b3d92a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/417848964@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8a693df0d6d_44d3fe45bcd45b8845812"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/2NzCvSGsYHonWw6WBnmeWopYNMQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 10:26:08 -0000

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

I think we need to wait for @ianswett to comment on this.

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

<p>I think we need to wait for <a class="user-mention" data-hovercard-user-id="20072817" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ianswett">@ianswett</a> to comment on this.</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/1718#issuecomment-417848964">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq76R9RuCcqQiY_jAp-6V-UfnlFlgks5uWmC9gaJpZM4WWJJd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq716aGvxgZljQahAC256kssosVdIks5uWmC9gaJpZM4WWJJd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1718: I think we need to wait for @ianswett to comment on this."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417848964"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417848964",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417848964",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417848964"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374903389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8a693df0d6d_44d3fe45bcd45b8845812--


From nobody Sat Sep  1 03:30:07 2018
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 818EE126CC7 for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 03:30:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Z09-9dtaLBwS for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 03:30:04 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 47B3412426A for <quic-issues@ietf.org>; Sat,  1 Sep 2018 03:30:04 -0700 (PDT)
Date: Sat, 01 Sep 2018 03:30:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535797803; bh=O+ZYDZgpNMMGjXOQ1ZoK+yuk23SFv8OBaKQhogznUTM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Vr8Xjaz9kIkph8cwMKhJAgKLOzegST/W5b6v7fQR9RVKpcMtsJ7Tosmkd5G2qiqXb 7bWkN77cQrWshRt/p/zlB4VbphrriGrrs3ofpfd4i0tJj/U9qwnkcMF0agseApTXlT OPv1IeKNbjI6996y9gtifGaWSPom5agdoR2MSN5k=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb5e29974285f77a89af9a22b17e182cc96f371ce92cf0000000117a22c2b92a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/417849160@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8a6a2b90d86_5b243fea48ad45b8177022"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/w4dQwdGcQeErhxTgp1y0t23uNLc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 10:30:06 -0000

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

Maybe the problem is that RTO depends on TLP. TLP reset makes sense isolated but not when impacts triggering RTO. This could be a side-effect of trying to have only one timer active at time.

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

<p>Maybe the problem is that RTO depends on TLP. TLP reset makes sense isolated but not when impacts triggering RTO. This could be a side-effect of trying to have only one timer active at time.</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/1718#issuecomment-417849160">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwT0wozcRLBPoni6LNz9CmsHD1s5ks5uWmGrgaJpZM4WWJJd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_Qo4O2gZUlNA35hQTgm44PuY_VHks5uWmGrgaJpZM4WWJJd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1718: Maybe the problem is that RTO depends on TLP. TLP reset makes sense isolated but not when impacts triggering RTO. This could be a side-effect of trying to have only one timer active at time."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417849160"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417849160",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417849160",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417849160"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374903389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8a6a2b90d86_5b243fea48ad45b8177022--


From nobody Sat Sep  1 03:53:34 2018
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 D1DD912F1A2 for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 03:53:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 jRi-HX4LaFTi for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 03:53:30 -0700 (PDT)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C8D7412008A for <quic-issues@ietf.org>; Sat,  1 Sep 2018 03:53:30 -0700 (PDT)
Date: Sat, 01 Sep 2018 03:53:30 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535799210; bh=27dO56auCAezGlrWokOPWSYD74ZhiCW/i1egm++eyeI=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Nc9nCNBC56WLaO7ibHChP8OfZ+iuFJP+1fLCG2E5tJq1ADu/zI5PCx1bWmU9yxz6T K0dHdosg4ZIu5J5efE9L/qT5/nM0cIIodf3QWiJvvWtbJL9lGNUP/XbaTwLis6Ue2+ nsORRdQBF85MqUn2CjV4M6gnqZ5OTxlQdWVI+62E=
From: Lingtaonju <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9704e56c7db1a52807c7b1988816040f9bcff21092cf0000000117a231aa92a169ce153b13bc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1719@github.com>
Subject: [quicwg/base-drafts] Draft-ietf-quic-trasport-14 typo (#1719)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8a6faaef82_3e4b3fd8318d45c044882d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: Lingtaonju
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/e54G0H_4Y7vYg5ax05JFaphKU3g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 10:53:33 -0000

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

In page 36, the name of figure 9 should be  "Example 0-RTT Handshake"

-- 
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/1719
----==_mimepart_5b8a6faaef82_3e4b3fd8318d45c044882d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>In page 36, the name of figure 9 should be  "Example 0-RTT Handshake"<=
/p>

<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/1719">view it on GitHub</a>, or <a href=3D"https://=
github.com/notifications/unsubscribe-auth/AWbkq9ar07sLbQn808nzXrFk7BIDtrR=
Tks5uWmcqgaJpZM4WWLQC">mute the thread</a>.<img src=3D"https://github.com=
/notifications/beacon/AWbkq58_NbSbUoybJkrU4jJILikbgiWVks5uWmcqgaJpZM4WWLQ=
C.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"=
Draft-ietf-quic-trasport-14 typo (#1719)"}],"action":{"name":"View Issue"=
,"url":"https://github.com/quicwg/base-drafts/issues/1719"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1719",
"url": "https://github.com/quicwg/base-drafts/issues/1719",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Draft-ietf-quic-trasport-14 typo (#1719)",
"sections": [
{
"text": "",
"activityTitle": "**=E5=AD=94=E4=BB=A4=E6=B6=9B/=E4=BC=AF=E7=90=B4**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@Lingtaonju",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1719
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1719,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1719\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1719"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3749120=
02\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8a6faaef82_3e4b3fd8318d45c044882d--


From nobody Sat Sep  1 06:48:46 2018
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 13F9812F1A5 for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 06:48:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Xdx2C2OhS85Z for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 06:48:43 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CF8AC1274D0 for <quic-issues@ietf.org>; Sat,  1 Sep 2018 06:48:42 -0700 (PDT)
Date: Sat, 01 Sep 2018 06:48:41 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535809721; bh=fTPxUzATYgYOEXikzUi7xY9u0Ybj1W59leLNJO4s5cU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LK5/9kYpEZa/PV/PNTrcsA1qW2tBEzxVTyR7Zn8kJhl7OFEEh5eCnCbhxk9HN9nze ++1Qg2H+7ifsZ6HVfzXCjAwsSBQF+8zz3ScCP18ZTdqgZPKBP8GlqWFocp227yR7PD 3XBScEq724Gw0mqdMyP7r/VbD0HZW1S6C8OPGZKs=
From: Subodh Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2739967d5baa801d07b1cfea4692f8ed27dde56e92cf0000000117a25ab992a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/417860998@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8a98b9a3249_57233f8a6ccd45c0312975"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: siyengar
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/NdZ2tMFmy0gjFypM1-g-Qb1LOFQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 13:48:45 -0000

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

You will have to stop sending at some point because you will hit cwnd limited or flow control limit 

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

<p>You will have to stop sending at some point because you will hit cwnd limited or flow control limit</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/1718#issuecomment-417860998">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy4qU7fHf1Kw1LWTKctvriGEtSg3ks5uWpA5gaJpZM4WWJJd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0ZqWITSn1NETdZgFZhIJZOqQRNXks5uWpA5gaJpZM4WWJJd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@siyengar in #1718: You will have to stop sending at some point because you will hit cwnd limited or flow control limit "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417860998"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417860998",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417860998",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**Subodh Iyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@siyengar",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417860998"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374903389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8a98b9a3249_57233f8a6ccd45c0312975--


From nobody Sat Sep  1 06:57:50 2018
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 1A211130D7A for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 06:57:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 iBqfJ-kabZ9A for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 06:57:46 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 993FE12F1A5 for <quic-issues@ietf.org>; Sat,  1 Sep 2018 06:57:46 -0700 (PDT)
Date: Sat, 01 Sep 2018 06:57:45 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535810265; bh=Qjbk8balBY4J5njTJnn86YWdfBXrc9/72aX/ZFmxgbQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qp1tr50u4LM+BTQLRSOZzhfngz9DJCtS3s7Q30CMvO6CpTNwz+6K72O2kXNVfuwsG KoNYTEL4GTTgoFRbTKJPHPJzqZidCvnF+Kac3aZc/aX7VosfYMDslFdYULhC9zGMJT YqqkT+v1tTGE9nt5kzXK33o+W0ejcdnh3FYjoeVw=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf1d06bd1d1d8c95ab9f523aaca653abfaa9aa41592cf0000000117a25cd992a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/417861517@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8a9ad9c96c3_6f463fbaae0d45b467965d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/VQwCPYqmJgBIoCgSVh4AOqbas7M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 13:57:48 -0000

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

@aep already mentioned the window the original post, but that can take along time if you just send small status messages just below TLP timeout.

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

<p><a class="user-mention" data-hovercard-user-id="136926" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aep">@aep</a> already mentioned the window the original post, but that can take along time if you just send small status messages just below TLP timeout.</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/1718#issuecomment-417861517">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_zOSBaIfPvo34j0sliiztXRKG8Gks5uWpJZgaJpZM4WWJJd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3UVwJY3p9FUnUWm7n7kOoO87x9-ks5uWpJZgaJpZM4WWJJd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1718: @aep already mentioned the window the original post, but that can take along time if you just send small status messages just below TLP timeout."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417861517"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417861517",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417861517",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417861517"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374903389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8a9ad9c96c3_6f463fbaae0d45b467965d--


From nobody Sat Sep  1 10:27:10 2018
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 A8200130DED for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 10:27:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 xV4r_2PehCp0 for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 10:27:08 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 05FFB12F295 for <quic-issues@ietf.org>; Sat,  1 Sep 2018 10:27:08 -0700 (PDT)
Date: Sat, 01 Sep 2018 10:27:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535822827; bh=ex0/I73MvQqk+Kmi6X2W2GwRQqv4KMbdL4HbZ7Q2Kx4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IKZKK1u1tsQ035o6+X7r4SviJxqkUqETfbezhOtL30+paAw6Pz0clN8cmDqWxtZYP 80zrjq6j/WMG8S7eGJ2j2kVgvrtr0NhzeBdYCpS5vPrahFJEPzsV/U0/9AgxPbkqvz a5EarRgPFIvUloNmYoF/zjlc+04S+UFxuBZKoA4U=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba313216beab02895d2d571f59c02b959d7a729ac92cf0000000117a28dea92a169ce1427404b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1518/417874787@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1518@github.com>
References: <quicwg/base-drafts/issues/1518@github.com>
Subject: Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8acbeaf052a_4f803f85cc6d45c093132"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/KrvHC7zh50BZXsmnI_YDvK8MEqk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 17:27:10 -0000

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

@davidben if I understand correctly, the main issue is then compatibility with the existing TLS implementations. They expect the EOED to be received before the first handshake message. 

For me the simplest way to achieve that without changing the TLS stack would be to carry the EOED data in the handshake packet rather than the 0-RTT packet, and then deliver it to the TLS stack while pretending that it was carried with 0-RTT encryption. The added cost is a new frame type, but then I could remove all the warts about retransmitting 0-RTT data sometimes as 1-RTT and sometimes as 0-RTT.

Even simpler of course would be a TLS API option to "not bother with EOED when running over a datagram transport". That would remove all the EOED warts in the QUIC code. It would add some of them back in the TLS code, but probably at a much lower cost. 

-- 
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/1518#issuecomment-417874787
----==_mimepart_5b8acbeaf052a_4f803f85cc6d45c093132
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"109690" data-octo-=
click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" hr=
ef=3D"https://github.com/davidben">@davidben</a> if I understand correctl=
y, the main issue is then compatibility with the existing TLS implementat=
ions. They expect the EOED to be received before the first handshake mess=
age.</p>
<p>For me the simplest way to achieve that without changing the TLS stack=
 would be to carry the EOED data in the handshake packet rather than the =
0-RTT packet, and then deliver it to the TLS stack while pretending that =
it was carried with 0-RTT encryption. The added cost is a new frame type,=
 but then I could remove all the warts about retransmitting 0-RTT data so=
metimes as 1-RTT and sometimes as 0-RTT.</p>
<p>Even simpler of course would be a TLS API option to "not bother with E=
OED when running over a datagram transport". That would remove all the EO=
ED warts in the QUIC code. It would add some of them back in the TLS code=
, but probably at a much lower cost.</p>

<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/1518#issuecomment-417874787">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_zB=
v7EVeCzJFX63wK7dQeozckpXks5uWsNqgaJpZM4VB5Yx">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2QJZspgrqEHKxuLHF7v0jII=
Zyd6ks5uWsNqgaJpZM4VB5Yx.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huit=
ema in #1518: @davidben if I understand correctly, the main issue is then=
 compatibility with the existing TLS implementations. They expect the EOE=
D to be received before the first handshake message. \r\n\r\nFor me the s=
implest way to achieve that without changing the TLS stack would be to ca=
rry the EOED data in the handshake packet rather than the 0-RTT packet, a=
nd then deliver it to the TLS stack while pretending that it was carried =
with 0-RTT encryption. The added cost is a new frame type, but then I cou=
ld remove all the warts about retransmitting 0-RTT data sometimes as 1-RT=
T and sometimes as 0-RTT.\r\n\r\nEven simpler of course would be a TLS AP=
I option to \"not bother with EOED when running over a datagram transport=
\". That would remove all the EOED warts in the QUIC code. It would add s=
ome of them back in the TLS code, but probably at a much lower cost. "}],=
"action":{"name":"View Issue","url":"https://github.com/quicwg/base-draft=
s/issues/1518#issuecomment-417874787"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment=
-417874787",
"url": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7874787",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make EOED transmission optional in QUI=
C, please (#1518)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1518,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1518\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7874787"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3528187=
37\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8acbeaf052a_4f803f85cc6d45c093132--


From nobody Sat Sep  1 10:58:41 2018
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 55FF6130E25 for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 10:58:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 wjujFeCPBVlq for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 10:58:37 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7A13212F295 for <quic-issues@ietf.org>; Sat,  1 Sep 2018 10:58:37 -0700 (PDT)
Date: Sat, 01 Sep 2018 10:58:36 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535824716; bh=9nllO0c1+9Nf2Odt2F3Xr8h9JMZu7KPTFM8p2bw2mkk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MTmD2X7MHVisyqTs8UQGfh+QEEvHg3hHrcS4iQCIm0GeFgF9dlnOZgcug7M+PuI6R Lv18TgdlT6aP55hSuPb4slls7q42kMgB4kDHFC6ZcZiCSIFI1kciDsNM+XPbJTV7l2 7qZu8nin8FjCXpc7tKhqNPRvS+Ecro9Tbcw8C0AA=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab952df71fc9e547a6b345c80864c0d787ffe59f4692cf0000000117a2954c92a169ce13ae108c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1428/417876864@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1428@github.com>
References: <quicwg/base-drafts/issues/1428@github.com>
Subject: Re: [quicwg/base-drafts] When the sender is using standard Reno congestion control, ack every ~2 packets (#1428)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8ad34c8431e_64c3fb64c0d45c0982dc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/MGUsOqGZpNKAgSo3zPifzkiYD58>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 17:58:39 -0000

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

I commented on #1715 already. I don't think this works very well, because whatever byte or packet limit we use depend on the network bandwidth, which is going to vary during the course of the connection. IMHO, that's why specifications like "ACK at least every 1/4th of the min RTT" are better, because they do not depend on the bandwidth.

The reason for frequent ACK in TCP Reno is not congestion control but "ACK clocking". The received ACK is a signal to send new packets. Van Jacobson explains that in his original design: he basically wanted to keep the number of packet in transit constant, and ACK clocking achieves that -- modulo changes in the congestion window of course. If the sender is not using some form of rate control, the infrequent ACK will cause ACK clocking to degenerate. The ACK will open the window for a large number of packets, which will be sent in a single batch. This can cause spikes in network usage, stress buffers, etc. That's the main argument for sending ACK at east every 2 packets.

However, even if receivers send ACK every 2 packets, ACK clocking can still fail. For example, queues on the path from receiver to sender can cause ACK to bunch. This will have a cumulative effect, as bunched ACKs will cause packets to be sent in bunches, causing more bunches of ACKs, etc. So in practice senders who want to achieve high rates of transmission have to implement some form of rate control.

So my preference would be to not specify anything but a simple min RTT based limit on ACK delay.

-- 
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/1428#issuecomment-417876864
----==_mimepart_5b8ad34c8431e_64c3fb64c0d45c0982dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I commented on <a class=3D"issue-link js-issue-link" data-error-text=3D=
"Failed to load issue title" data-id=3D"355378742" data-permission-text=3D=
"Issue title is private" data-url=3D"https://github.com/quicwg/base-draft=
s/issues/1715" href=3D"https://github.com/quicwg/base-drafts/pull/1715">#=
1715</a> already. I don't think this works very well, because whatever by=
te or packet limit we use depend on the network bandwidth, which is going=
 to vary during the course of the connection. IMHO, that's why specificat=
ions like "ACK at least every 1/4th of the min RTT" are better, because t=
hey do not depend on the bandwidth.</p>
<p>The reason for frequent ACK in TCP Reno is not congestion control but =
"ACK clocking". The received ACK is a signal to send new packets. Van Jac=
obson explains that in his original design: he basically wanted to keep t=
he number of packet in transit constant, and ACK clocking achieves that -=
- modulo changes in the congestion window of course. If the sender is not=
 using some form of rate control, the infrequent ACK will cause ACK clock=
ing to degenerate. The ACK will open the window for a large number of pac=
kets, which will be sent in a single batch. This can cause spikes in netw=
ork usage, stress buffers, etc. That's the main argument for sending ACK =
at east every 2 packets.</p>
<p>However, even if receivers send ACK every 2 packets, ACK clocking can =
still fail. For example, queues on the path from receiver to sender can c=
ause ACK to bunch. This will have a cumulative effect, as bunched ACKs wi=
ll cause packets to be sent in bunches, causing more bunches of ACKs, etc=
. So in practice senders who want to achieve high rates of transmission h=
ave to implement some form of rate control.</p>
<p>So my preference would be to not specify anything but a simple min RTT=
 based limit on ACK delay.</p>

<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/1428#issuecomment-417876864">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_s6=
9dPhQDJA7HSjd2ym8DXOVoGaks5uWsrMgaJpZM4Ud_JF">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq32MI5IczAzEFEFoWn9lRsMe=
XeUcks5uWsrMgaJpZM4Ud_JF.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huit=
ema in #1428: I commented on #1715 already. I don't think this works very=
 well, because whatever byte or packet limit we use depend on the network=
 bandwidth, which is going to vary during the course of the connection. I=
MHO, that's why specifications like \"ACK at least every 1/4th of the min=
 RTT\" are better, because they do not depend on the bandwidth.\r\n\r\nTh=
e reason for frequent ACK in TCP Reno is not congestion control but \"ACK=
 clocking\". The received ACK is a signal to send new packets. Van Jacobs=
on explains that in his original design: he basically wanted to keep the =
number of packet in transit constant, and ACK clocking achieves that -- m=
odulo changes in the congestion window of course. If the sender is not us=
ing some form of rate control, the infrequent ACK will cause ACK clocking=
 to degenerate. The ACK will open the window for a large number of packet=
s, which will be sent in a single batch. This can cause spikes in network=
 usage, stress buffers, etc. That's the main argument for sending ACK at =
east every 2 packets.\r\n\r\nHowever, even if receivers send ACK every 2 =
packets, ACK clocking can still fail. For example, queues on the path fro=
m receiver to sender can cause ACK to bunch. This will have a cumulative =
effect, as bunched ACKs will cause packets to be sent in bunches, causing=
 more bunches of ACKs, etc. So in practice senders who want to achieve hi=
gh rates of transmission have to implement some form of rate control.\r\n=
\r\nSo my preference would be to not specify anything but a simple min RT=
T based limit on ACK delay."}],"action":{"name":"View Issue","url":"https=
://github.com/quicwg/base-drafts/issues/1428#issuecomment-417876864"}}}</=
script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment=
-417876864",
"url": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment-41=
7876864",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] When the sender is using standard Reno=
 congestion control, ack every ~2 packets (#1428)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1428,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1428\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment-41=
7876864"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3434051=
25\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8ad34c8431e_64c3fb64c0d45c0982dc--


From nobody Sat Sep  1 11:00:20 2018
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 B17AD130E29 for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 11:00:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 kkG_h1J9v0Ur for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 11:00:16 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E85B912F295 for <quic-issues@ietf.org>; Sat,  1 Sep 2018 11:00:15 -0700 (PDT)
Date: Sat, 01 Sep 2018 11:00:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535824815; bh=lY4U5EjvFVd4doV3Nw6oaWygtizqxWcJWaHeo94Yq7Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eOJ3VPs0FDGja+ZcsMql3CX0Tlah32XpHGjMf+K58iyFTHeBsglEA53qQIDUbduIk 3odsMX8BeM3Docez72nqmb+qaJXuvK2mEP4C4O4VkDHZusGw+/xnEkodUyelpELMnR BbrjpUOHazIWFIAEVFTbGFRJY9zRcRKPAWP3PK10=
From: David Benjamin <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3b6d1811fa3f823eae86b9f36276dd8207f344d092cf0000000117a295ae92a169ce1427404b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1518/417876974@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1518@github.com>
References: <quicwg/base-drafts/issues/1518@github.com>
Subject: Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8ad3af8c3_455b3fb171ad45b4976fb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: davidben
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/QySYugQQmJFvR_1DWk0mAZSgqx8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 18:00:18 -0000

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

Right, I'm assuming that, given the rest of the stream zero business, the TLS stack will need modifications anyway, at which point it is perfectly capable of the occasional tweak for QUIC.

I wouldn't want to have too many of these and obviously you especially shouldn't change something substantial that would break analysis or future TLS extensions, but EndOfEarlyData seems unlikely to matter much. (Famous last words...)

-- 
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/1518#issuecomment-417876974
----==_mimepart_5b8ad3af8c3_455b3fb171ad45b4976fb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Right, I'm assuming that, given the rest of the stream zero business, =
the TLS stack will need modifications anyway, at which point it is perfec=
tly capable of the occasional tweak for QUIC.</p>
<p>I wouldn't want to have too many of these and obviously you especially=
 shouldn't change something substantial that would break analysis or futu=
re TLS extensions, but EndOfEarlyData seems unlikely to matter much. (Fam=
ous last words...)</p>

<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/1518#issuecomment-417876974">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5_Z=
gIOQaZCMCqbBqg_X-yyW2RXNks5uWssugaJpZM4VB5Yx">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4iRiLwjzFZbSgsYpnmAwtAM=
5yEDks5uWssugaJpZM4VB5Yx.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@davi=
dben in #1518: Right, I'm assuming that, given the rest of the stream zer=
o business, the TLS stack will need modifications anyway, at which point =
it is perfectly capable of the occasional tweak for QUIC.\r\n\r\nI wouldn=
't want to have too many of these and obviously you especially shouldn't =
change something substantial that would break analysis or future TLS exte=
nsions, but EndOfEarlyData seems unlikely to matter much. (Famous last wo=
rds...)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg=
/base-drafts/issues/1518#issuecomment-417876974"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment=
-417876974",
"url": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7876974",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make EOED transmission optional in QUI=
C, please (#1518)",
"sections": [
{
"text": "",
"activityTitle": "**David Benjamin**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@davidben",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1518,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1518\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7876974"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3528187=
37\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8ad3af8c3_455b3fb171ad45b4976fb--


From nobody Sat Sep  1 11:06:59 2018
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 245A6130E29 for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 11:06:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 ko6MD7pKcvch for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 11:06:57 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D6A3C12F295 for <quic-issues@ietf.org>; Sat,  1 Sep 2018 11:06:56 -0700 (PDT)
Date: Sat, 01 Sep 2018 11:06:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535825216; bh=+yPJFZdUf3ang+eCfhafRmG8xwWCzk3q1uQLmB9yx+g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZLuDHVYgjhsLtZ6aJ7NEroFVNlfw+ECuHctfD9rxZmM2FpfDOAhDtAN0vh1Shk1Om 7K8uChJDFfInof6gweeL3djO2X1xM9R8VW2GDtrZh9XiIhgt6HcLAtlZgHO1kz9ac1 y9/ku8T0GJGTwDWScUnk9VjE5t7hFIaj/RKmfyTA=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdc761b8a41ae75268312154ae21d797be511db8c92cf0000000117a2974092a169ce13ae108c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1428/417877310@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1428@github.com>
References: <quicwg/base-drafts/issues/1428@github.com>
Subject: Re: [quicwg/base-drafts] When the sender is using standard Reno congestion control, ack every ~2 packets (#1428)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8ad5403e189_b8f3fd8d58d45bc1521d5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/ahoGgzBQz8n9CVWRBI9IQ4bJRzE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 18:06:58 -0000

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

Thanks for informative background.
If it is only for clocking, then frequent ACK's looks an awful lot like a huge hammer. We already have flow control and we could add rules for rate limitiing that does involve very frequent ACKs that can be expensive, for example IoT power use and also context switching on server dealing with many connections.

-- 
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/1428#issuecomment-417877310
----==_mimepart_5b8ad5403e189_b8f3fd8d58d45bc1521d5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Thanks for informative background.<br>
If it is only for clocking, then frequent ACK's looks an awful lot like a=
 huge hammer. We already have flow control and we could add rules for rat=
e limitiing that does involve very frequent ACKs that can be expensive, f=
or example IoT power use and also context switching on server dealing wit=
h many connections.</p>

<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/1428#issuecomment-417877310">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-oO=
uK2VGH_M55qG8ds4i981ehg8ks5uWszAgaJpZM4Ud_JF">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqw55ZIZxsNdziVSVsZ6Ld53B=
Gg6rks5uWszAgaJpZM4Ud_JF.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1428: Thanks for informative background.\r\nIf it is only for cl=
ocking, then frequent ACK's looks an awful lot like a huge hammer. We alr=
eady have flow control and we could add rules for rate limitiing that doe=
s involve very frequent ACKs that can be expensive, for example IoT power=
 use and also context switching on server dealing with many connections."=
}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-dr=
afts/issues/1428#issuecomment-417877310"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment=
-417877310",
"url": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment-41=
7877310",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] When the sender is using standard Reno=
 congestion control, ack every ~2 packets (#1428)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1428,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1428\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment-41=
7877310"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3434051=
25\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8ad5403e189_b8f3fd8d58d45bc1521d5--


From nobody Sat Sep  1 11:14:46 2018
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 B23BD130E2D for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 11:14:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 GFSmjkTNrVYH for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 11:14:43 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 558A4130E25 for <quic-issues@ietf.org>; Sat,  1 Sep 2018 11:14:43 -0700 (PDT)
Date: Sat, 01 Sep 2018 11:14:42 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535825682; bh=qndNbURn4zTF1yedhAw458Zh38LJmTIddB84vpd8sug=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GJ7dpZPCo15Tm/cUIyvV5ht4LKt8pcqysixYlnJgKmq87dlI80LQ8yqYFpeoArWRt I3uh+laeZ3Pjqz9WwsBbuxlQ/u27wXDBBEsgI913O437MT6UfU8WEg5h7zfxSPjAXG JkaltjkCfxI7RkCjMLOV3VhYNaDjbbFjo9RSxn1U=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab220043ea26a03fa8a399b8cb8d905afea9fa68ab92cf0000000117a2991292a169ce152ebf40@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1716/417877754@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1716@github.com>
References: <quicwg/base-drafts/issues/1716@github.com>
Subject: Re: [quicwg/base-drafts] Add psuedocode for ACK sending logic in recovery (#1716)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8ad712b0493_64c23fadc82d45b4197945"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/1IgSi6LLJFjvFLcXxtbsvd337jk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 18:14:45 -0000

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

Maybe that's just me, but when I am implementing QUIC I treat the recovery spec as mostly informational, something you follow if you don't know better. I do expect that researchers will keep coming up with better congestion control schemes, and that we will keep improving the retransmission mechanisms, or the ACK sending mechanism.

Of course, things work better if the receiver is aware of the congestion control algorithm used by the sender. For example, if the sender is using basic RENO and relies on ACK clocking, receivers should send frequent ACKs to try reduce the risk of packet bunching. On the other hand, if the sender is using some form of rate control or pacing, then the receiver should then ACK as infrequently as practical, in order to minimize the cost of ACK processing. And if the sender relies on delay-based congestion control algorithms, the receivers should try send several ACK per RTT, to provide good estimate of RTT evolution.

So if we are bound to create new transport options, maybe we should let senders signal which congestion controller they are using. If the receiver understands the algorithm they can optimize. If not, they can fall back to some safe default.

-- 
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/1716#issuecomment-417877754
----==_mimepart_5b8ad712b0493_64c23fadc82d45b4197945
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Maybe that's just me, but when I am implementing QUIC I treat the reco=
very spec as mostly informational, something you follow if you don't know=
 better. I do expect that researchers will keep coming up with better con=
gestion control schemes, and that we will keep improving the retransmissi=
on mechanisms, or the ACK sending mechanism.</p>
<p>Of course, things work better if the receiver is aware of the congesti=
on control algorithm used by the sender. For example, if the sender is us=
ing basic RENO and relies on ACK clocking, receivers should send frequent=
 ACKs to try reduce the risk of packet bunching. On the other hand, if th=
e sender is using some form of rate control or pacing, then the receiver =
should then ACK as infrequently as practical, in order to minimize the co=
st of ACK processing. And if the sender relies on delay-based congestion =
control algorithms, the receivers should try send several ACK per RTT, to=
 provide good estimate of RTT evolution.</p>
<p>So if we are bound to create new transport options, maybe we should le=
t senders signal which congestion controller they are using. If the recei=
ver understands the algorithm they can optimize. If not, they can fall ba=
ck to some safe default.</p>

<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/1716#issuecomment-417877754">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_h6=
P1RrHhZ1C7Oib3u6nfxn2AH_ks5uWs6SgaJpZM4WSmeB">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq1SNUKgbvmWW4rDxXuDZcBMV=
Nnavks5uWs6SgaJpZM4WSmeB.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huit=
ema in #1716: Maybe that's just me, but when I am implementing QUIC I tre=
at the recovery spec as mostly informational, something you follow if you=
 don't know better. I do expect that researchers will keep coming up with=
 better congestion control schemes, and that we will keep improving the r=
etransmission mechanisms, or the ACK sending mechanism.\r\n\r\nOf course,=
 things work better if the receiver is aware of the congestion control al=
gorithm used by the sender. For example, if the sender is using basic REN=
O and relies on ACK clocking, receivers should send frequent ACKs to try =
reduce the risk of packet bunching. On the other hand, if the sender is u=
sing some form of rate control or pacing, then the receiver should then A=
CK as infrequently as practical, in order to minimize the cost of ACK pro=
cessing. And if the sender relies on delay-based congestion control algor=
ithms, the receivers should try send several ACK per RTT, to provide good=
 estimate of RTT evolution.\r\n\r\nSo if we are bound to create new trans=
port options, maybe we should let senders signal which congestion control=
ler they are using. If the receiver understands the algorithm they can op=
timize. If not, they can fall back to some safe default."}],"action":{"na=
me":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1716=
#issuecomment-417877754"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1716#issuecomment=
-417877754",
"url": "https://github.com/quicwg/base-drafts/issues/1716#issuecomment-41=
7877754",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add psuedocode for ACK sending logic i=
n recovery (#1716)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1716,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1716\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1716#issuecomment-41=
7877754"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3739749=
13\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8ad712b0493_64c23fadc82d45b4197945--


From nobody Sat Sep  1 11:21:34 2018
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 493ED1277CC for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 11:21:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 gHr2QEJ9XOEO for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 11:21:31 -0700 (PDT)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0DA01130E34 for <quic-issues@ietf.org>; Sat,  1 Sep 2018 11:21:31 -0700 (PDT)
Date: Sat, 01 Sep 2018 11:21:30 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535826090; bh=Mrvc97iG2xrFytXfONhMLSgBiNWvVo7wJbbg8fRebyY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JauocPSM1zzUTjFqSMIeLjmSq4sLTZP8zjoZuGhJZRkICoXNYTgpIoB+k4ucIk94u Ip8/sopvxHN3qJXys2LeRhdCMcPrVxOG6JbU74luiI4lAp5d3REKvKhdaXz5SPL8nA OH3wiv5eCg4XmXezgtRKGLy++IzTFVnNodwVOVxU=
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9acd38a31e3d28a0f30c8c48f0fa9fd589ec809c92cf0000000117a29aaa92a169ce1427404b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1518/417878142@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1518@github.com>
References: <quicwg/base-drafts/issues/1518@github.com>
Subject: Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8ad8aa8be2d_455b3fb171ad45b412362b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
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/FpLzNnR3R_d6x4rTz3_dCm2Hofg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 18:21:32 -0000

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

I don't think the main issue is compatibility with the existing TLS implementations but rather (a) having consistency with TLS and (b) reasoning about the security properties of the protocol. From this perspective, carrying it in handshake encryption is quite bad, because it's a big change that's hard to reason about.

However, even in a datagram protocol removing EOED does change those properties: EOED tells you that you will not receive messages with 0-RTT keys but with greater PNs. It's not clear if that property is important, but we should try to actually reason about it (this applies to DTLS as well, I imagine).

-- 
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/1518#issuecomment-417878142
----==_mimepart_5b8ad8aa8be2d_455b3fb171ad45b412362b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I don't think the main issue is compatibility with the existing TLS im=
plementations but rather (a) having consistency with TLS and (b) reasonin=
g about the security properties of the protocol. From this perspective, c=
arrying it in handshake encryption is quite bad, because it's a big chang=
e that's hard to reason about.</p>
<p>However, even in a datagram protocol removing EOED does change those p=
roperties: EOED tells you that you will not receive messages with 0-RTT k=
eys but with greater PNs. It's not clear if that property is important, b=
ut we should try to actually reason about it (this applies to DTLS as wel=
l, I imagine).</p>

<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/1518#issuecomment-417878142">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyyr=
yV57qrMB-od0XrBZ-TqO48AMks5uWtAqgaJpZM4VB5Yx">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3oBxlZozutcjQKuMce9EozQ=
wn1Sks5uWtAqgaJpZM4VB5Yx.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ekr =
in #1518: I don't think the main issue is compatibility with the existing=
 TLS implementations but rather (a) having consistency with TLS and (b) r=
easoning about the security properties of the protocol. From this perspec=
tive, carrying it in handshake encryption is quite bad, because it's a bi=
g change that's hard to reason about.\r\n\r\nHowever, even in a datagram =
protocol removing EOED does change those properties: EOED tells you that =
you will not receive messages with 0-RTT keys but with greater PNs. It's =
not clear if that property is important, but we should try to actually re=
ason about it (this applies to DTLS as well, I imagine)."}],"action":{"na=
me":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1518=
#issuecomment-417878142"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment=
-417878142",
"url": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7878142",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make EOED transmission optional in QUI=
C, please (#1518)",
"sections": [
{
"text": "",
"activityTitle": "**ekr**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ekr",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1518,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1518\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7878142"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3528187=
37\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8ad8aa8be2d_455b3fb171ad45b412362b--


From nobody Sat Sep  1 11:26:25 2018
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 B6828130E32 for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 11:26:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 EhcGuBRS3Qpc for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 11:26:22 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 149041277CC for <quic-issues@ietf.org>; Sat,  1 Sep 2018 11:26:21 -0700 (PDT)
Date: Sat, 01 Sep 2018 11:26:21 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535826381; bh=oorvfT7cAPlMeJpDH30IE10Vow5Odcot8VWgBmgi8tk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=V/b1KpMHpdoe7xCwi8c4vTYQrcNyB0nt0R7mQDfkCMnhUSAyU9ayyVoItLVYtlvoY PCnyDfLD+RrxlFdI5clZuxZIV/xCtnHzCzC0gKPUec1O7CbCqlJSFudiH9txIq5iNl d3JCbo1cpFw4iAGyJlIoq7GBeycEiCEIEwr5b5qk=
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfdd1a88542d09772998e2635839af9aac86df74492cf0000000117a29bcd92a169ce1427404b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1518/417878401@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1518@github.com>
References: <quicwg/base-drafts/issues/1518@github.com>
Subject: Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8ad9cdbca6_57cc3fb5702d45b415241e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
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/CY1jaOOnRGn-uOENxmGA2uJLG2U>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 18:26:24 -0000

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

Just to follow up on this point, removing EOED does allow a weak extension attack against data in the 0-RTT epoch. Consider the case where the client (a) sends EOED  and then (b) is compromised. Under these conditions an attacker will be able to send data which will appear to the server to be in 0-RTT. As I say, this is quite a weak attack because (a) the client could just delete the 0-RTT keys and (b) the attacker would presumably be able to instead send 1-RTT data instead. But it is a change in the properties of the system.


-- 
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/1518#issuecomment-417878401
----==_mimepart_5b8ad9cdbca6_57cc3fb5702d45b415241e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Just to follow up on this point, removing EOED does allow a weak exten=
sion attack against data in the 0-RTT epoch. Consider the case where the =
client (a) sends EOED  and then (b) is compromised. Under these condition=
s an attacker will be able to send data which will appear to the server t=
o be in 0-RTT. As I say, this is quite a weak attack because (a) the clie=
nt could just delete the 0-RTT keys and (b) the attacker would presumably=
 be able to instead send 1-RTT data instead. But it is a change in the pr=
operties of the system.</p>

<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/1518#issuecomment-417878401">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3lB=
J_-I-iw7oyKl7s92cA8Xa8sQks5uWtFNgaJpZM4VB5Yx">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzwzXTbDTQEH8lzcNbQVCLsf=
VHYAks5uWtFNgaJpZM4VB5Yx.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ekr =
in #1518: Just to follow up on this point, removing EOED does allow a wea=
k extension attack against data in the 0-RTT epoch. Consider the case whe=
re the client (a) sends EOED  and then (b) is compromised. Under these co=
nditions an attacker will be able to send data which will appear to the s=
erver to be in 0-RTT. As I say, this is quite a weak attack because (a) t=
he client could just delete the 0-RTT keys and (b) the attacker would pre=
sumably be able to instead send 1-RTT data instead. But it is a change in=
 the properties of the system.\r\n"}],"action":{"name":"View Issue","url"=
:"https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41787840=
1"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment=
-417878401",
"url": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7878401",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make EOED transmission optional in QUI=
C, please (#1518)",
"sections": [
{
"text": "",
"activityTitle": "**ekr**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ekr",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1518,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1518\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7878401"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3528187=
37\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8ad9cdbca6_57cc3fb5702d45b415241e--


From nobody Sat Sep  1 11:45:42 2018
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 CE785130DDC for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 11:45:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 ZjSi6hANc3SC for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 11:45:40 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 403541277CC for <quic-issues@ietf.org>; Sat,  1 Sep 2018 11:45:40 -0700 (PDT)
Date: Sat, 01 Sep 2018 11:45:39 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535827539; bh=XDd7DYKmei80YKuhgBuWRwRQFp/8lEkqztkeJCq1bpA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NR4bwCB8qsCGy7oXEyBZoypoZ/wyBxBTHNxI7pIcIZ0b9jGnU2HsY2aRujTSNWeIH DxvlLh50wvw8bLeU9JWhuKoe2cu1OHdKtIOwrzyE5X9/eX9nUAvCtdXIiVj2eH/Vq+ Bllhv6dQ/6q4HLsIKl5LMUjNR04e6aICInpM7BOc=
From: Subodh Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab48409f2c2e43ab9dea4ff05cc9781c6a59b6c0c492cf0000000117a2a05392a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/417879473@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8ade5372035_6cc13f7f582d45bc3125bf"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: siyengar
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/I-nfEzRX3iGtG6RxMWWkhQFxyEA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 18:45:42 -0000

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

Why are you not getting acks? The peer will use a delayed ack timer which will be practicallly << tlp timer. If the peer is not acting at all then the peer is not going to get optimal perf either

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

<p>Why are you not getting acks? The peer will use a delayed ack timer which will be practicallly &lt;&lt; tlp timer. If the peer is not acting at all then the peer is not going to get optimal perf either</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/1718#issuecomment-417879473">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8_rCXRo4qS8OkmunDvGwgMplFyJks5uWtXTgaJpZM4WWJJd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq12g3xESGU08ZA7GPGKhvlGMjyqzks5uWtXTgaJpZM4WWJJd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@siyengar in #1718: Why are you not getting acks? The peer will use a delayed ack timer which will be practicallly \u003c\u003c tlp timer. If the peer is not acting at all then the peer is not going to get optimal perf either"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417879473"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417879473",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417879473",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**Subodh Iyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@siyengar",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417879473"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374903389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8ade5372035_6cc13f7f582d45bc3125bf--


From nobody Sat Sep  1 11:49:09 2018
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 46A08130DDC for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 11:49:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 rGJGF8xHIcpS for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 11:49:06 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BD05B1277CC for <quic-issues@ietf.org>; Sat,  1 Sep 2018 11:49:06 -0700 (PDT)
Date: Sat, 01 Sep 2018 11:49:05 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535827745; bh=7UHpiGCLOhTydZjsIom8qMRulqPKVjQXUNt7WEbOWmc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fGQWEu1mkZsOVEvy0IV5cvkfvGbOSNxmhfUlGFDqAaFNfMyTAw8f0pkR++8PuHnAt +zVjbkxoArxyMmm8gsMbmE+zczDoeigaCYBV9zyF8tv0P2e509HXvS4MB1+LeFDhZi YsloIdmklwajT60zbZPPW/lgpJ/UDB7aJU2egYYs=
From: "Arvid E. Picciani" <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab72c6b4cfcb87a101c666654ab810c982e992651592cf0000000117a2a12192a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/417879701@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8adf2176885_45123fb171ad45b4171964"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: aep
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/wyZqTHdilZQ7tFZ35o1iWFY4Gzs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 18:49:08 -0000

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

@siyengar the problem discussed is dead peer detection. its not sending acks because its dead.

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

<p><a class="user-mention" data-hovercard-user-id="1054756" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/siyengar">@siyengar</a> the problem discussed is dead peer detection. its not sending acks because its dead.</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/1718#issuecomment-417879701">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq27lwLj6yAyqAsmQdGSXYWBP2zhpks5uWtahgaJpZM4WWJJd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6U-6PxGaMlQqpftOJzttLGXx8OIks5uWtahgaJpZM4WWJJd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@aep in #1718: @siyengar the problem discussed is dead peer detection. its not sending acks because its dead."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417879701"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417879701",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417879701",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**Arvid E. Picciani**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@aep",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417879701"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374903389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8adf2176885_45123fb171ad45b4171964--


From nobody Sat Sep  1 12:55:50 2018
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 7DE4E130DD1 for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 12:55:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 iCLVFjbfBi46 for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 12:55:48 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E314F128CFD for <quic-issues@ietf.org>; Sat,  1 Sep 2018 12:55:47 -0700 (PDT)
Date: Sat, 01 Sep 2018 12:55:47 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535831747; bh=CRYdxiH7WTZZ8GYWV9EPzw8oNoe71UDtHet7GoTZvT8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EWbUKLJ5P7yntrYbEzY93t4PCK6SURhcs+GOFOxhjTiAA9RbYFj/sp9PJPPqoY2Mi SfhegyhprtK/6MOC0qsOu0BL7XBQl6r3DJ0UevCzV3yJ18XvUqgTeTU9BnZXl2mOA9 w2lwxMCvpef8snl8V4SqF5dEw3IRbgqfGgHkGRho=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2bea068eda3dc3c927114e22669daa6aea6f7df692cf0000000117a2b0c292a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/417883473@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8aeec3b96_6eeb3ff33bcd45c4248555"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/JeK0eQSZzNOg7w_0soN9Hwmg1MA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 19:55:50 -0000

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

@aep what @mikkelfj said. TLP should not be resetting the RTO timer. That is, even if you want to manage just one timer, you should have a check that if TLP would expire after the nominal RTO, then use RTO instead.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417883473
----==_mimepart_5b8aeec3b96_6eeb3ff33bcd45c4248555
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-user-id="136926" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aep">@aep</a> what <a class="user-mention" data-hovercard-user-id="193335" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mikkelfj">@mikkelfj</a> said. TLP should not be resetting the RTO timer. That is, even if you want to manage just one timer, you should have a check that if TLP would expire after the nominal RTO, then use RTO instead.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417883473">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxzOPUpIou6YfREmK8XPHqYwTtlqks5uWuZDgaJpZM4WWJJd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwy0FlZPZ4UE9-qe-8Sd1n45MB13ks5uWuZDgaJpZM4WWJJd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #1718: @aep what @mikkelfj said. TLP should not be resetting the RTO timer. That is, even if you want to manage just one timer, you should have a check that if TLP would expire after the nominal RTO, then use RTO instead."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417883473"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417883473",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417883473",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417883473"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374903389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8aeec3b96_6eeb3ff33bcd45c4248555--


From nobody Sat Sep  1 13:12:05 2018
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 DF604130DD1 for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 13:12:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 4TagXATVB4Xx for <quic-issues@ietfa.amsl.com>; Sat,  1 Sep 2018 13:12:02 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3615A128CFD for <quic-issues@ietf.org>; Sat,  1 Sep 2018 13:12:02 -0700 (PDT)
Date: Sat, 01 Sep 2018 13:12:01 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535832721; bh=S1GJWrQu4HN98U+4cBtnHG1m/ZmfvbFI1+ZD9FJSHBw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YRqOq7eR0QZj/7uhGFQxONAWkxqj4Sdt1Z5sgoRo19mPVevd46ht67ewaESR0hEIZ gpjrqPKtBknc2ZIGc18Pk3bztOcZjtZlSlwW9cIrYQgIrLgwsmLWpnx4D0Hh8tLGhz lSYct+FMixW/2fe/WTb0VhZTpdE8C3ixovs2AVOA=
From: Subodh Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3e8da2b85750adc7b5cee5e06917661e30aa052d92cf0000000117a2b49192a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/417884266@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8af29159b22_31163fc5e36d45b420688b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: siyengar
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/T2o6t0-YnQcNmvIAYn5FB1Nfvf4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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 Sep 2018 20:12:04 -0000

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

Dead peers are detected by an idle timeout which can happen before the wi=
ndow is full. The idle timeout definition recently changed, if you were u=
sing the previous one then it=E2=80=99s possible that the implementation =
is setting the timer on every send. However idle timeout will now only be=
 reset on the first send

-- =

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/1718#issuecomment-417884266=

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

<p>Dead peers are detected by an idle timeout which can happen before the=
 window is full. The idle timeout definition recently changed, if you wer=
e using the previous one then it=E2=80=99s possible that the implementati=
on is setting the timer on every send. However idle timeout will now only=
 be reset on the first send</p>

<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/1718#issuecomment-417884266">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9cV=
SPs9_rG_VmeGrPO5qCT-XqS5ks5uWuoRgaJpZM4WWJJd">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqyHQHvcLdglh_qzboX6lQWfg=
9FUEks5uWuoRgaJpZM4WWJJd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@siye=
ngar in #1718: Dead peers are detected by an idle timeout which can happe=
n before the window is full. The idle timeout definition recently changed=
, if you were using the previous one then it=E2=80=99s possible that the =
implementation is setting the timer on every send. However idle timeout w=
ill now only be reset on the first send"}],"action":{"name":"View Issue",=
"url":"https://github.com/quicwg/base-drafts/issues/1718#issuecomment-417=
884266"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment=
-417884266",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-41=
7884266",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when se=
nder is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**Subodh Iyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@siyengar",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-41=
7884266"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3749033=
89\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8af29159b22_31163fc5e36d45b420688b--


From nobody Sun Sep  2 13:42:33 2018
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 3A297130DDC for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 13:42:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 b6G-Qzl5IgqN for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 13:42:29 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 83213130DD8 for <quic-issues@ietf.org>; Sun,  2 Sep 2018 13:42:29 -0700 (PDT)
Date: Sun, 02 Sep 2018 13:42:27 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535920947; bh=Li+m+BZM4aPorV95RH04Y3GIaNzlmgAu/uuuZDQ4Zr4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Nipif3IZNmAaY7UEMDsiizLM3ny5dEHFkcNe52bDyvtPskiYg7WMStN5elFbTwB8N G7X1sICLHAy4q1PZmorf8LQUY+nlr1VpFMg9PzSXdYpHeItOZbsZwVNCXKykuuMxu1 dzh33EWWAYxTTlNOQ7jrkyO+9Pfi8OJ54jCbLFlw=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab88a7f7451773f494ce528d649599b4853bbb745d92cf0000000117a40d3392a169ce1427404b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1518/417958405@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1518@github.com>
References: <quicwg/base-drafts/issues/1518@github.com>
Subject: Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8c4b339639a_50e63fdae98d45c41227053"; 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/hogO2vH5_V06bAH4kqwMF0PQHQk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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: Sun, 02 Sep 2018 20:42:31 -0000

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

@ekr: I don't think "EOED tells you that you will not receive messages with 0-RTT keys but with greater PNs." is providing much, since if EOED is lost, the receiver will continue to process 0RTT packets with higher packet numbers.

Also, you have to continue processing these 0RTT packets long after EOED has been initially received, because the sender of EOED may not know EOED has been received.

I'd argue in QUIC EOED is actually telling you very little, and I tend to think it's inclusion is more harmful than helpful.  It requires keeping 0RTT keys around and continue processing them for longer.  Without EOED, you can stop processing 0RTT packets once a single packet is received with 1RTT encryption, which seems like a much stronger signal.

-- 
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/1518#issuecomment-417958405
----==_mimepart_5b8c4b339639a_50e63fdae98d45c41227053
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"1111457" data-octo=
-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" h=
ref=3D"https://github.com/ekr">@ekr</a>: I don't think "EOED tells you th=
at you will not receive messages with 0-RTT keys but with greater PNs." i=
s providing much, since if EOED is lost, the receiver will continue to pr=
ocess 0RTT packets with higher packet numbers.</p>
<p>Also, you have to continue processing these 0RTT packets long after EO=
ED has been initially received, because the sender of EOED may not know E=
OED has been received.</p>
<p>I'd argue in QUIC EOED is actually telling you very little, and I tend=
 to think it's inclusion is more harmful than helpful.  It requires keepi=
ng 0RTT keys around and continue processing them for longer.  Without EOE=
D, you can stop processing 0RTT packets once a single packet is received =
with 1RTT encryption, which seems like a much stronger signal.</p>

<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/1518#issuecomment-417958405">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3xx=
aB0HBmlxSgnqYV3cNyVZiCC2ks5uXEKzgaJpZM4VB5Yx">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2n_INn1-ajIENaN7p1iWdkQ=
dw2hks5uXEKzgaJpZM4VB5Yx.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #1518: @ekr: I don't think \"EOED tells you that you will not rec=
eive messages with 0-RTT keys but with greater PNs.\" is providing much, =
since if EOED is lost, the receiver will continue to process 0RTT packets=
 with higher packet numbers.\r\n\r\nAlso, you have to continue processing=
 these 0RTT packets long after EOED has been initially received, because =
the sender of EOED may not know EOED has been received.\r\n\r\nI'd argue =
in QUIC EOED is actually telling you very little, and I tend to think it'=
s inclusion is more harmful than helpful.  It requires keeping 0RTT keys =
around and continue processing them for longer.  Without EOED, you can st=
op processing 0RTT packets once a single packet is received with 1RTT enc=
ryption, which seems like a much stronger signal."}],"action":{"name":"Vi=
ew Issue","url":"https://github.com/quicwg/base-drafts/issues/1518#issuec=
omment-417958405"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment=
-417958405",
"url": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7958405",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make EOED transmission optional in QUI=
C, please (#1518)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1518,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1518\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7958405"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3528187=
37\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8c4b339639a_50e63fdae98d45c41227053--


From nobody Sun Sep  2 14:27:19 2018
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 8504A130DD8 for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 14:27:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 D9mS8Q5uY6nI for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 14:27:17 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1784F130DD0 for <quic-issues@ietf.org>; Sun,  2 Sep 2018 14:27:17 -0700 (PDT)
Date: Sun, 02 Sep 2018 14:27:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535923636; bh=UwKD7t6/qbhXSiCzCl6cHuueioVw0UK4G8E1sa6xzrw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Zy9yYdWttOAb/1kuxjw23CEy4R3UOpIEKcpeWBcCgmrRROmruI/575uYaUdIYIIZc KcLXSzHSxGqfB3KcTDADmg6IwTOq6S5ReyD5/YE11eZkWl9ueUWlHnfUb7eecEg+rQ ZJWvmUI7npcHxMElo3TBuF53/Nev2z+6NCMlGBRE=
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb4bd06b35ca8ca84d2349a9c8d6784f47bf06cc992cf0000000117a417b492a169ce1427404b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1518/417961039@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1518@github.com>
References: <quicwg/base-drafts/issues/1518@github.com>
Subject: Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8c55b419094_7ace3f9ff94d45bc12181c0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
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/57q7oleep3r9PUxFpvBpx9xENsk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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: Sun, 02 Sep 2018 21:27:18 -0000

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

1. Yes, the receiver will continue to process them if EOED is lost. That's why you retransmit them.
2. You don't have to continue processing higher-numbered 0-RTT packets after EOED is received because the client will never send them.
3. You can't stop processing 0RTT packets once a single packet is received in epoch 3 unless you want gaps due to reordering.


-- 
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/1518#issuecomment-417961039
----==_mimepart_5b8c55b419094_7ace3f9ff94d45bc12181c0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<ol>
<li>Yes, the receiver will continue to process them if EOED is lost. That=
's why you retransmit them.</li>
<li>You don't have to continue processing higher-numbered 0-RTT packets a=
fter EOED is received because the client will never send them.</li>
<li>You can't stop processing 0RTT packets once a single packet is receiv=
ed in epoch 3 unless you want gaps due to reordering.</li>
</ol>

<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/1518#issuecomment-417961039">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxKN=
oyqssOin755AFLxhfdRewNz-ks5uXE00gaJpZM4VB5Yx">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq_tI3YAgFK-_2RmBAg_JTv4z=
_96_ks5uXE00gaJpZM4VB5Yx.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ekr =
in #1518: 1. Yes, the receiver will continue to process them if EOED is l=
ost. That's why you retransmit them.\r\n2. You don't have to continue pro=
cessing higher-numbered 0-RTT packets after EOED is received because the =
client will never send them.\r\n3. You can't stop processing 0RTT packets=
 once a single packet is received in epoch 3 unless you want gaps due to =
reordering.\r\n"}],"action":{"name":"View Issue","url":"https://github.co=
m/quicwg/base-drafts/issues/1518#issuecomment-417961039"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment=
-417961039",
"url": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7961039",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make EOED transmission optional in QUI=
C, please (#1518)",
"sections": [
{
"text": "",
"activityTitle": "**ekr**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ekr",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1518,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1518\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7961039"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3528187=
37\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8c55b419094_7ace3f9ff94d45bc12181c0--


From nobody Sun Sep  2 14:40:24 2018
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 EB546130DE6 for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 14:40:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 TyfZH5ZEP0Pw for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 14:40:20 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1CD47130DD0 for <quic-issues@ietf.org>; Sun,  2 Sep 2018 14:40:20 -0700 (PDT)
Date: Sun, 02 Sep 2018 14:40:18 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535924418; bh=KKbvxxV/5ckK9hT41jxshEO/FA3p67m/y8HEpEYPJow=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cwFeI1p9S9XTTNMElqaH+KlHjqYj8KPHWKl8mpXoy1v/n4ZENdcGzF0XMJWV4X71w TlehWSG5/8SM6eT2CPqQV87F0ezXRXkeG/5wRHMjm3b/JUr8sAsk9wPqfsp09Y/b+O s3vornG9nEuowOAQaI6NsCtIrMC/Hi5VCrbJ8WsM=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8c8c5ed84f34991a01c1d328210dcf2aef95ea0d92cf0000000117a41ac292a169ce1427404b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1518/417961689@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1518@github.com>
References: <quicwg/base-drafts/issues/1518@github.com>
Subject: Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8c58c2e545d_41423ff33bcd45c42617c9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/p1PkSHvvVv-3bCAtDmV88yYPQmA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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: Sun, 02 Sep 2018 21:40:22 -0000

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

We do not have a rule in the transport draft that says that clients shall stop sending more 0-RTT packets after EOED has been sent. The separation between transport and TLS prevents that. The TLS stack at some points tells the client to "please forward these bytes on the epoch=1 crypto stream". The client does not know what the bytes mean. It has no concept of EOED.

Of course, we could introduce an extra synchronization between the transport and the TLS stack. The transport could tell the TLS stack that it has sent all the queued 0-RTT packets. Or the TLS stack could somehow signal to the transport that it should not send any more 0-RTT packets -- except of course for those 0-RTT packets required to send TLS messages, or to repeat them if no ACK arrives. I am definitely not suggesting that we do anything like 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/1518#issuecomment-417961689
----==_mimepart_5b8c58c2e545d_41423ff33bcd45c42617c9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>We do not have a rule in the transport draft that says that clients sh=
all stop sending more 0-RTT packets after EOED has been sent. The separat=
ion between transport and TLS prevents that. The TLS stack at some points=
 tells the client to "please forward these bytes on the epoch=3D1 crypto =
stream". The client does not know what the bytes mean. It has no concept =
of EOED.</p>
<p>Of course, we could introduce an extra synchronization between the tra=
nsport and the TLS stack. The transport could tell the TLS stack that it =
has sent all the queued 0-RTT packets. Or the TLS stack could somehow sig=
nal to the transport that it should not send any more 0-RTT packets -- ex=
cept of course for those 0-RTT packets required to send TLS messages, or =
to repeat them if no ACK arrives. I am definitely not suggesting that we =
do anything like that.</p>

<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/1518#issuecomment-417961689">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2OG=
gA3q5g-zdJqUYgZ4uTufpW1Cks5uXFBCgaJpZM4VB5Yx">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqyyWsk83fpvsxoroTXeul2tQ=
wtmSks5uXFBCgaJpZM4VB5Yx.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huit=
ema in #1518: We do not have a rule in the transport draft that says that=
 clients shall stop sending more 0-RTT packets after EOED has been sent. =
The separation between transport and TLS prevents that. The TLS stack at =
some points tells the client to \"please forward these bytes on the epoch=
=3D1 crypto stream\". The client does not know what the bytes mean. It ha=
s no concept of EOED.\r\n\r\nOf course, we could introduce an extra synch=
ronization between the transport and the TLS stack. The transport could t=
ell the TLS stack that it has sent all the queued 0-RTT packets. Or the T=
LS stack could somehow signal to the transport that it should not send an=
y more 0-RTT packets -- except of course for those 0-RTT packets required=
 to send TLS messages, or to repeat them if no ACK arrives. I am definite=
ly not suggesting that we do anything like that."}],"action":{"name":"Vie=
w Issue","url":"https://github.com/quicwg/base-drafts/issues/1518#issueco=
mment-417961689"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment=
-417961689",
"url": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7961689",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make EOED transmission optional in QUI=
C, please (#1518)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1518,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1518\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7961689"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3528187=
37\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8c58c2e545d_41423ff33bcd45c42617c9--


From nobody Sun Sep  2 14:55:24 2018
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 0F920130DF0 for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 14:55:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 BFUyzldpW_3U for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 14:55:20 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 63483130DEE for <quic-issues@ietf.org>; Sun,  2 Sep 2018 14:55:20 -0700 (PDT)
Date: Sun, 02 Sep 2018 14:55:19 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535925319; bh=28dIVS0WG2ceF9GPMNMwh9Eke+C7liWJuXQTWvD6lus=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=U3U8E51rk4mvhV+XvIIRD7rrJ4ecdC9bTxT8RFbSO80hge0a33infWTZDfUTExGEY htv/rb8xzV5UybTuadAZFSuhcjsKHmQkVtWQB51wFQFGG3P1mnDKvHiDBTPxmT2ezw 29ZZ0hjAyVvsVqtLffGbPgrPN1rkyF99gBXYzGk4=
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf8d0ae4cbb8ced66de89d853a39f5847113367e892cf0000000117a41e4792a169ce1427404b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1518/417962523@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1518@github.com>
References: <quicwg/base-drafts/issues/1518@github.com>
Subject: Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8c5c4789c40_5b533fa845ad45bc623166"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
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/cyFQZH8OzyIxNf0lbPV74wAVtc8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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: Sun, 02 Sep 2018 21:55:22 -0000

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

After EOED is sent, the TLS stack tells the transport stack that further non-TLS data should be sent with the 1-RTT keys at this point. How did you think that the transition happened other than 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/1518#issuecomment-417962523
----==_mimepart_5b8c5c4789c40_5b533fa845ad45bc623166
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>After EOED is sent, the TLS stack tells the transport stack that further non-TLS data should be sent with the 1-RTT keys at this point. How did you think that the transition happened other than 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/1518#issuecomment-417962523">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq81gXByrUSPvuoJfkRkcZ6nnrSCLks5uXFPHgaJpZM4VB5Yx">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyA0-9DPB-Kfdcab0FmqARobmptKks5uXFPHgaJpZM4VB5Yx.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ekr in #1518: After EOED is sent, the TLS stack tells the transport stack that further non-TLS data should be sent with the 1-RTT keys at this point. How did you think that the transition happened other than that?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1518#issuecomment-417962523"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-417962523",
"url": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-417962523",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)",
"sections": [
{
"text": "",
"activityTitle": "**ekr**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ekr",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1518,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1518\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-417962523"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 352818737\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8c5c4789c40_5b533fa845ad45bc623166--


From nobody Sun Sep  2 14:56:40 2018
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 47DC6130DF1 for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 14:56:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 45v91LqmeTCq for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 14:56:37 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E3ACA130DF0 for <quic-issues@ietf.org>; Sun,  2 Sep 2018 14:56:37 -0700 (PDT)
Date: Sun, 02 Sep 2018 14:56:37 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535925397; bh=uaSUV3TBhASzeDZzNrjYV59Q7940ZtCYmviK8Pn4xAM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kwMDoKgs3PpgFykgW5IW+41D995bHim3ljTYL1nA2SJLe7G0/JMn43N+x6pvpgTnk n/yvXxfWNL/2nR57FxFj1/6kT1d3ZrzKduwTMdbNrHuDU6fMQiS5XBnC8X0q6fsskq H0pTD+xJ8Jp/0dD65ULNwc1XtjtvPmWf4QHEt9U8=
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbbb31a30cedda58167cfcbe8c7b51d417f758cd592cf0000000117a41e9592a169ce1427404b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1518/417962606@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1518@github.com>
References: <quicwg/base-drafts/issues/1518@github.com>
Subject: Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8c5c955f5c2_17b33fab7ced45c413139fe"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
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/AYsOJYzdG9Goc6hsLhdbp4UUT78>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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: Sun, 02 Sep 2018 21:56:39 -0000

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

This is shown in Figure 3 of the TLS draft, though perhaps some more text is required.

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

<p>This is shown in Figure 3 of the TLS draft, though perhaps some more text is required.</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/1518#issuecomment-417962606">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7SKCavPVFOMbbGBN4IkkaOv_Wrhks5uXFQVgaJpZM4VB5Yx">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq15WaaayX82cVKosc0ySFY5PAIecks5uXFQVgaJpZM4VB5Yx.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ekr in #1518: This is shown in Figure 3 of the TLS draft, though perhaps some more text is required."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1518#issuecomment-417962606"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-417962606",
"url": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-417962606",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)",
"sections": [
{
"text": "",
"activityTitle": "**ekr**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ekr",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1518,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1518\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-417962606"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 352818737\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8c5c955f5c2_17b33fab7ced45c413139fe--


From nobody Sun Sep  2 15:05:18 2018
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 70922130DF5 for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 15:05:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 S7yWSg-J_H6V for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 15:05:15 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 92BEF130DF3 for <quic-issues@ietf.org>; Sun,  2 Sep 2018 15:05:15 -0700 (PDT)
Date: Sun, 02 Sep 2018 15:05:14 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535925914; bh=EGkkGpGGcDFIzFd8MQV7qdpVoWvRNmNbbw9pw4LBNg4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=a89WMYbV0CNKp2d6pBzsx2JRGuU4drNPNGc7YmLCXwJjXebC3mDm4VVxlumpMcmUi 2vHtsi/kO9kRCEc35xu15xuzf74/dq5GOELuSG2IJXr4PwXTQxEGC3bJ6gL/oxFtsN DxJ9GFluyXsLEl9EmE1Xz80GjK2hz5zm1HHkJ070=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0d9e1abda9d14967146113d951601acef98e9b7992cf0000000117a4209a92a169ce1427404b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1518/417963075@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1518@github.com>
References: <quicwg/base-drafts/issues/1518@github.com>
Subject: Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8c5e9aa9dba_f0f3f7f582d45bc1629ed"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/SC4PYOdwymKZeGyCwUPXLEbvlow>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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: Sun, 02 Sep 2018 22:05:17 -0000

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

> 2. You don't have to continue processing higher-numbered 0-RTT packets after EOED is received because the client will never send them.

I don't get all the details of this but would you exepct higher numbered 0-RTT transmissions after EOED if there are retransmissions and EOED packet hasn't been acked.

-- 
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/1518#issuecomment-417963075
----==_mimepart_5b8c5e9aa9dba_f0f3f7f582d45bc1629ed
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<ol start=3D"2">
<li>You don't have to continue processing higher-numbered 0-RTT packets a=
fter EOED is received because the client will never send them.</li>
</ol>
</blockquote>
<p>I don't get all the details of this but would you exepct higher number=
ed 0-RTT transmissions after EOED if there are retransmissions and EOED p=
acket hasn't been acked.</p>

<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/1518#issuecomment-417963075">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7Ok=
lxRHR7hskNQuns3-clgonA4iks5uXFYagaJpZM4VB5Yx">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq1RA1vMYBmt5E3-XcyZAWVFP=
jmGgks5uXFYagaJpZM4VB5Yx.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1518: \u003e 2. You don't have to continue processing higher-num=
bered 0-RTT packets after EOED is received because the client will never =
send them.\r\n\r\nI don't get all the details of this but would you exepc=
t higher numbered 0-RTT transmissions after EOED if there are retransmiss=
ions and EOED packet hasn't been acked."}],"action":{"name":"View Issue",=
"url":"https://github.com/quicwg/base-drafts/issues/1518#issuecomment-417=
963075"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment=
-417963075",
"url": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7963075",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make EOED transmission optional in QUI=
C, please (#1518)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1518,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1518\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7963075"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3528187=
37\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8c5e9aa9dba_f0f3f7f582d45bc1629ed--


From nobody Sun Sep  2 15:11:09 2018
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 719C9130DF5 for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 15:11:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 T4klbdS85rtF for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 15:11:07 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 22A0E130DF3 for <quic-issues@ietf.org>; Sun,  2 Sep 2018 15:11:07 -0700 (PDT)
Date: Sun, 02 Sep 2018 15:11:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535926266; bh=YmaIZjOlvtuDK7T0E7Y5//vthpewMqynGtA7x9GHscA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iBd2OiqGG7N9kfFG5OZVXXn4AfiCXr8ylaXNYpBHiS7B/buvtTM2vGbJiimWZBpKQ dBz02MWPjgBDD4L/J7ItXEntbnQZ8npmyXdbGaSfL7vBVfqsvSf2Soyna9+haFt0iO HQ/tqpORg7kIkXNoTEFT5NWuPOaLsQXReeS/3U0g=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab17d28b39ca87111771f89e4207956d303ff1899892cf0000000117a421fa92a169ce1427404b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1518/417963345@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1518@github.com>
References: <quicwg/base-drafts/issues/1518@github.com>
Subject: Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8c5ffa80ed4_b613fb3baad45b439327"; 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/mS0d2NopVO4MXR0jVHMRU_EE_kA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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: Sun, 02 Sep 2018 22:11:09 -0000

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

Re #2, it it possible the client misses an acknowledgement of the EOED.  If this happens, we either need to rely on implicit acknowledgement, which we've avoided so far, or the client retransmitting EOED and the server ACKing it.  Or never stop ACKing EOED until you know it's been received, but that seems more complex?

Re #3, I had higher numbered packets in mind, due to reordering.  But this seems very similar to how changing key phases would work, which matches my mental model of the 0RTT to 1RTT transition.

-- 
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/1518#issuecomment-417963345
----==_mimepart_5b8c5ffa80ed4_b613fb3baad45b439327
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Re <a class=3D"issue-link js-issue-link" data-error-text=3D"Failed to =
load issue title" data-id=3D"189966909" data-permission-text=3D"Issue tit=
le is private" data-url=3D"https://github.com/quicwg/base-drafts/issues/2=
" href=3D"https://github.com/quicwg/base-drafts/issues/2">#2</a>, it it p=
ossible the client misses an acknowledgement of the EOED.  If this happen=
s, we either need to rely on implicit acknowledgement, which we've avoide=
d so far, or the client retransmitting EOED and the server ACKing it.  Or=
 never stop ACKing EOED until you know it's been received, but that seems=
 more complex?</p>
<p>Re <a class=3D"issue-link js-issue-link" data-error-text=3D"Failed to =
load issue title" data-id=3D"189968216" data-permission-text=3D"Issue tit=
le is private" data-url=3D"https://github.com/quicwg/base-drafts/issues/3=
" href=3D"https://github.com/quicwg/base-drafts/issues/3">#3</a>, I had h=
igher numbered packets in mind, due to reordering.  But this seems very s=
imilar to how changing key phases would work, which matches my mental mod=
el of the 0RTT to 1RTT transition.</p>

<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/1518#issuecomment-417963345">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq707=
CM7oGtgilKcxnNBGsJ21D5mYks5uXFd6gaJpZM4VB5Yx">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqwwm8om14Fkdzv8qDUuCCuqd=
TUWQks5uXFd6gaJpZM4VB5Yx.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #1518: Re #2, it it possible the client misses an acknowledgement=
 of the EOED.  If this happens, we either need to rely on implicit acknow=
ledgement, which we've avoided so far, or the client retransmitting EOED =
and the server ACKing it.  Or never stop ACKing EOED until you know it's =
been received, but that seems more complex?\r\n\r\nRe #3, I had higher nu=
mbered packets in mind, due to reordering.  But this seems very similar t=
o how changing key phases would work, which matches my mental model of th=
e 0RTT to 1RTT transition."}],"action":{"name":"View Issue","url":"https:=
//github.com/quicwg/base-drafts/issues/1518#issuecomment-417963345"}}}</s=
cript>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment=
-417963345",
"url": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7963345",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make EOED transmission optional in QUI=
C, please (#1518)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1518,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1518\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7963345"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3528187=
37\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8c5ffa80ed4_b613fb3baad45b439327--


From nobody Sun Sep  2 16:01:11 2018
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 89F97130DCB for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 16:01:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ryqHLnO8cmUI for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 16:01:06 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 98B73127B92 for <quic-issues@ietf.org>; Sun,  2 Sep 2018 16:01:06 -0700 (PDT)
Date: Sun, 02 Sep 2018 16:01:05 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535929265; bh=HkC4I1npkY88Yi87NtD77k6ploFfDRHtBVIunBd4zRY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QQ03m2A8Ee2+gHdiD1UZPKlWTdZbI44B5vLBxbDc22B/3JhrxEaktOrVjjGbvVQGy rVnlvWugH0TRl1pvP3hrWWbeOrAkQ0d0YiWujWSgSxaYNW8Nh7vCg6TGVhj3yh6loY Bt2i+PhibEJp0cvO/CJ8p07iuvkZg7Bhlk1sOjVk=
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5490db55206a6c5ddb3851b340d8e55d332c84cf92cf0000000117a42db192a169ce1427404b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1518/417965888@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1518@github.com>
References: <quicwg/base-drafts/issues/1518@github.com>
Subject: Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8c6bb1a9008_65d93fbd9ccd45bc53697e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
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/CDCsRYqJDeyUxAAgTAkUPtGsCd0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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: Sun, 02 Sep 2018 23:01:09 -0000

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

(2) Ian, sorry, yes, I meant just application data.
(3) Hmm... I was thinking these were separate sequence number spaces like in DTLS, but I guess they're the same, so maybe you're right. I'll have to think 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/1518#issuecomment-417965888
----==_mimepart_5b8c6bb1a9008_65d93fbd9ccd45bc53697e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>(2) Ian, sorry, yes, I meant just application data.<br>
(3) Hmm... I was thinking these were separate sequence number spaces like in DTLS, but I guess they're the same, so maybe you're right. I'll have to think 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/1518#issuecomment-417965888">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx1Xp3AaiD1-e-eHyYF2n8CfYVJ8ks5uXGMxgaJpZM4VB5Yx">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwEZygf0aAcTcH4ExaEiMJNgvsr7ks5uXGMxgaJpZM4VB5Yx.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ekr in #1518: (2) Ian, sorry, yes, I meant just application data.\r\n(3) Hmm... I was thinking these were separate sequence number spaces like in DTLS, but I guess they're the same, so maybe you're right. I'll have to think about that.\r\n\r\n"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1518#issuecomment-417965888"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-417965888",
"url": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-417965888",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)",
"sections": [
{
"text": "",
"activityTitle": "**ekr**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ekr",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1518,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1518\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-417965888"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 352818737\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8c6bb1a9008_65d93fbd9ccd45bc53697e--


From nobody Sun Sep  2 17:55:33 2018
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 2FB92130DFE for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 17:55:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 yJORRDnjeDUd for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 17:55:29 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9168E1286E3 for <quic-issues@ietf.org>; Sun,  2 Sep 2018 17:55:29 -0700 (PDT)
Date: Sun, 02 Sep 2018 17:55:28 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535936128; bh=/qJNJgjYbzzOeZgdgPH+FuH5lFQmprT6yYWKH59NIMg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=G3b+eVhti4ZZ66VfwoI1KZ9GCrZWQMJYjK34UNYAFkWjEtqnqfpFlHgjCRa38mryc ZHMzmGOtDpRFypLT1Fc9L6WjCXdWskrXNh6dWUaVV1gHKq7ePnVQWlj+CyQ/LQgcdT dZbLJjQkI2INkizWFmN1WEqZyovTOxPAZyvn+eco=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb9776b1059c92e1550210c668850c48c7bedaf7392cf0000000117a4488092a169ce1427404b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1518/417973506@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1518@github.com>
References: <quicwg/base-drafts/issues/1518@github.com>
Subject: Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8c8680b46b6_5a03fa845ad45bc38238"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/kZgjKneEpvqJyC_GhF2gH6cHu-M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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, 03 Sep 2018 00:55:31 -0000

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

@ekr You write that "_After EOED is sent, the TLS stack tells the transport stack that further non-TLS data should be sent with the 1-RTT keys at this point_." I don't know for other stacks, but there is no such signal with Picotls. That API provides signals such as "expecting data from epoch X", "Here is data to send on epoch Y", "here is the write (or read) key for epoch X" and "all done". The signal "here is the write key for epoch 3" does not double as "and please stop sending on epoch 1". It cannot, because the epoch 1 crypto stream still has to be transmitted and acknowledged.

We could also have an interesting discussion about stream frames carried in the same 0-RTT packet as crypto frames. Should we have a different treatment depending on whether the stream frame is carried before or after the crypt frame in the packet?

-- 
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/1518#issuecomment-417973506
----==_mimepart_5b8c8680b46b6_5a03fa845ad45bc38238
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"1111457" data-octo=
-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" h=
ref=3D"https://github.com/ekr">@ekr</a> You write that "<em>After EOED is=
 sent, the TLS stack tells the transport stack that further non-TLS data =
should be sent with the 1-RTT keys at this point</em>." I don't know for =
other stacks, but there is no such signal with Picotls. That API provides=
 signals such as "expecting data from epoch X", "Here is data to send on =
epoch Y", "here is the write (or read) key for epoch X" and "all done". T=
he signal "here is the write key for epoch 3" does not double as "and ple=
ase stop sending on epoch 1". It cannot, because the epoch 1 crypto strea=
m still has to be transmitted and acknowledged.</p>
<p>We could also have an interesting discussion about stream frames carri=
ed in the same 0-RTT packet as crypto frames. Should we have a different =
treatment depending on whether the stream frame is carried before or afte=
r the crypt frame in the packet?</p>

<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/1518#issuecomment-417973506">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2UU=
o-egpORufMrWEvsSf8caVASZks5uXH4AgaJpZM4VB5Yx">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqxQMC2jghaNrM7_tL3arrQ6B=
7pZmks5uXH4AgaJpZM4VB5Yx.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huit=
ema in #1518: @ekr You write that \"_After EOED is sent, the TLS stack te=
lls the transport stack that further non-TLS data should be sent with the=
 1-RTT keys at this point_.\" I don't know for other stacks, but there is=
 no such signal with Picotls. That API provides signals such as \"expecti=
ng data from epoch X\", \"Here is data to send on epoch Y\", \"here is th=
e write (or read) key for epoch X\" and \"all done\". The signal \"here i=
s the write key for epoch 3\" does not double as \"and please stop sendin=
g on epoch 1\". It cannot, because the epoch 1 crypto stream still has to=
 be transmitted and acknowledged.\r\n\r\nWe could also have an interestin=
g discussion about stream frames carried in the same 0-RTT packet as cryp=
to frames. Should we have a different treatment depending on whether the =
stream frame is carried before or after the crypt frame in the packet?"}]=
,"action":{"name":"View Issue","url":"https://github.com/quicwg/base-draf=
ts/issues/1518#issuecomment-417973506"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment=
-417973506",
"url": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7973506",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make EOED transmission optional in QUI=
C, please (#1518)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1518,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1518\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7973506"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3528187=
37\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8c8680b46b6_5a03fa845ad45bc38238--


From nobody Sun Sep  2 18:03:32 2018
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 20C04130E03 for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 18:03:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 g3fLYOHKcERr for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 18:03:29 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C66A1130E02 for <quic-issues@ietf.org>; Sun,  2 Sep 2018 18:03:29 -0700 (PDT)
Date: Sun, 02 Sep 2018 18:03:28 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535936608; bh=Llevy1ax7lq7bMW4qhyYRajGSrIwHyiQ+tw1GorGMZo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LhOczdUyylrCki+M543CtUXnBhsYMgiypeGCOSad0ig6+VYZ/053+3uQy3sVcSuXc DL0jZ8vAys7ec5v59zcC4hj+/+6Qn8BCujQszlnyRyJExTxC1ZLrr5v/B1IoCg15yC Z/RFa0iB4BVoH/fK8SxqO+KGsIvCc+4P1+dETUes=
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abccadf2c2bacc893d8fb1d91bf644bf3f4adc1a6f92cf0000000117a44a6092a169ce1427404b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1518/417974207@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1518@github.com>
References: <quicwg/base-drafts/issues/1518@github.com>
Subject: Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8c8860cd4bd_2e803fbfd88d45b412388d5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
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/OmNUcPcqECbdzS18FkngBzZy-M4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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, 03 Sep 2018 01:03:31 -0000

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

Well, you certainly need some signal that says "send application data in epoch 3". What is that signal?

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

<p>Well, you certainly need some signal that says "send application data in epoch 3". What is that signal?</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/1518#issuecomment-417974207">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6wwjrffbpEHnaBFl7kGugnbO31_ks5uXH_ggaJpZM4VB5Yx">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_YN25Gi5NYIpA3z2UM9smHfV4OTks5uXH_ggaJpZM4VB5Yx.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ekr in #1518: Well, you certainly need some signal that says \"send application data in epoch 3\". What is that signal?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1518#issuecomment-417974207"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-417974207",
"url": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-417974207",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)",
"sections": [
{
"text": "",
"activityTitle": "**ekr**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ekr",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1518,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1518\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-417974207"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 352818737\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8c8860cd4bd_2e803fbfd88d45b412388d5--


From nobody Sun Sep  2 18:48:59 2018
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 9F27D130E0A for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 18:48:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 87pZmW2DFACe for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 18:48:54 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BC140128CB7 for <quic-issues@ietf.org>; Sun,  2 Sep 2018 18:48:54 -0700 (PDT)
Date: Sun, 02 Sep 2018 18:48:53 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535939333; bh=89Js3xuFsnv5vfTTCGewMZ98Q8UiyNFtlmRN1jpN3t8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IO/AeYvYDPV2yGYy8BMfDu8TR7pdIapM0wfXrjrXpVCILFzZidEFj5CWLPXDLW4hR sAXILJhu9dpTWqhJQK1cWylpHb0hU9C0zYafN4PkSINMPDDE7hCIlEBnD1wUu1WeIN DVB+CZg0wtI9IWjWUJHrVKWcfOFcykW+b5R+jdGo=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab020b6fab8beb287b967675a57bc89432a14bd24c92cf0000000117a4550592a169ce1427404b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1518/417979035@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1518@github.com>
References: <quicwg/base-drafts/issues/1518@github.com>
Subject: Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8c9305c1550_1ea03fd2550d45b44500ef"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/O_2g2ut6z_w-2KT6CqOztNW5CJA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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, 03 Sep 2018 01:48:57 -0000

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

There is no explicit signal, but it is very much assumed that if the TLS stack provides the transport with the write key for epoch 3, then application data will be sent that way. I read again the QUIC/TLS draft, and I could not find a statement saying that application data MUST NOT be sent as 0-RTT if the 1-RTT key is available. But in fact, that's the whole point of this thread. If it were not for the transmission of EOED over 0-RTT, the transport could simply just discard the 0-RTT write keys when the 1-RTT write keys become available. I would very much like to be able to do 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/1518#issuecomment-417979035
----==_mimepart_5b8c9305c1550_1ea03fd2550d45b44500ef
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>There is no explicit signal, but it is very much assumed that if the T=
LS stack provides the transport with the write key for epoch 3, then appl=
ication data will be sent that way. I read again the QUIC/TLS draft, and =
I could not find a statement saying that application data MUST NOT be sen=
t as 0-RTT if the 1-RTT key is available. But in fact, that's the whole p=
oint of this thread. If it were not for the transmission of EOED over 0-R=
TT, the transport could simply just discard the 0-RTT write keys when the=
 1-RTT write keys become available. I would very much like to be able to =
do that.</p>

<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/1518#issuecomment-417979035">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5_q=
LNaoC9Ipuh2vN-lwpg3ZSHHyks5uXIqFgaJpZM4VB5Yx">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqz5UZ9L6KM034AiidPuJ_OLQ=
CunMks5uXIqFgaJpZM4VB5Yx.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huit=
ema in #1518: There is no explicit signal, but it is very much assumed th=
at if the TLS stack provides the transport with the write key for epoch 3=
, then application data will be sent that way. I read again the QUIC/TLS =
draft, and I could not find a statement saying that application data MUST=
 NOT be sent as 0-RTT if the 1-RTT key is available. But in fact, that's =
the whole point of this thread. If it were not for the transmission of EO=
ED over 0-RTT, the transport could simply just discard the 0-RTT write ke=
ys when the 1-RTT write keys become available. I would very much like to =
be able to do that."}],"action":{"name":"View Issue","url":"https://githu=
b.com/quicwg/base-drafts/issues/1518#issuecomment-417979035"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment=
-417979035",
"url": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7979035",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make EOED transmission optional in QUI=
C, please (#1518)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1518,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1518\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7979035"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3528187=
37\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8c9305c1550_1ea03fd2550d45b44500ef--


From nobody Sun Sep  2 20:42:04 2018
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 BCBF7130E07 for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 20:42:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 3kxXhWLEr9_C for <quic-issues@ietfa.amsl.com>; Sun,  2 Sep 2018 20:42:01 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 64485130E0E for <quic-issues@ietf.org>; Sun,  2 Sep 2018 20:41:59 -0700 (PDT)
Date: Sun, 02 Sep 2018 20:41:58 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535946118; bh=3eMHKi6zro7RAxQt41efRxQZhcZqvmBq1a5D1nKLSGU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Mi2jrnVF/xd7r84ZC/V6tie335+xlFMOzqeKJ420QOplK4IsjWDFHufVmfaavoSJe KMrx77ClLE9NWr/ZTlKS3ALOMQVG+Xu9ZfRfddkrPor8Rn9IYct4CHfVfe2UyTDt6U xUc3cm14PqaG/gDDTMNQ8wnm5Bq2xMUXG58g7zJ8=
From: Victor Vasiliev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2111042e8d80be3dd1a772229a0a000b8a45153c92cf0000000117a46f8692a169ce1427404b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1518/417992450@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1518@github.com>
References: <quicwg/base-drafts/issues/1518@github.com>
Subject: Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8cad8689791_41ee3fd8d58d45bc1507419"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: vasilvv
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/SEWMQtf8dYeCLamLmhSwILQHMPM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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, 03 Sep 2018 03:42:03 -0000

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

> I don't think the main issue is compatibility with the existing TLS implementations but rather (a) having consistency with TLS

The point I was trying to make is that EOED is not logically part of TLS handshake protection (which we're trying to preserve in order to rely on security properties proven in multiple analyses), but rather of TLS record layer.  We're pretty much rolling our own record layer, which means it befalls on us to ensure its security ourselves.  That does not itself mean we should drop EOED by itself, merely that we actually *have* to decide something without pointing fingers to TLS 1.3 :)

Regarding your attack, if you're concerned about 0-RTT keys being compromised after EOED, wouldn't you want to drop them as soon as possible?  As it stands, the client can't do it because it has to hold onto them for retransmitting EOED.

-- 
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/1518#issuecomment-417992450
----==_mimepart_5b8cad8689791_41ee3fd8d58d45bc1507419
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>I don't think the main issue is compatibility with the existing TLS im=
plementations but rather (a) having consistency with TLS</p>
</blockquote>
<p>The point I was trying to make is that EOED is not logically part of T=
LS handshake protection (which we're trying to preserve in order to rely =
on security properties proven in multiple analyses), but rather of TLS re=
cord layer.  We're pretty much rolling our own record layer, which means =
it befalls on us to ensure its security ourselves.  That does not itself =
mean we should drop EOED by itself, merely that we actually <em>have</em>=
 to decide something without pointing fingers to TLS 1.3 :)</p>
<p>Regarding your attack, if you're concerned about 0-RTT keys being comp=
romised after EOED, wouldn't you want to drop them as soon as possible?  =
As it stands, the client can't do it because it has to hold onto them for=
 retransmitting EOED.</p>

<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/1518#issuecomment-417992450">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9PJ=
KiR2cY50YQUKhJ8eK4imVYppks5uXKUGgaJpZM4VB5Yx">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqyyACLU0MlaWAOITLAzYamdz=
fb3Aks5uXKUGgaJpZM4VB5Yx.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@vasi=
lvv in #1518: \u003e I don't think the main issue is compatibility with t=
he existing TLS implementations but rather (a) having consistency with TL=
S\r\n\r\nThe point I was trying to make is that EOED is not logically par=
t of TLS handshake protection (which we're trying to preserve in order to=
 rely on security properties proven in multiple analyses), but rather of =
TLS record layer.  We're pretty much rolling our own record layer, which =
means it befalls on us to ensure its security ourselves.  That does not i=
tself mean we should drop EOED by itself, merely that we actually *have* =
to decide something without pointing fingers to TLS 1.3 :)\r\n\r\nRegardi=
ng your attack, if you're concerned about 0-RTT keys being compromised af=
ter EOED, wouldn't you want to drop them as soon as possible?  As it stan=
ds, the client can't do it because it has to hold onto them for retransmi=
tting EOED."}],"action":{"name":"View Issue","url":"https://github.com/qu=
icwg/base-drafts/issues/1518#issuecomment-417992450"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment=
-417992450",
"url": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7992450",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make EOED transmission optional in QUI=
C, please (#1518)",
"sections": [
{
"text": "",
"activityTitle": "**Victor Vasiliev**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@vasilvv",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1518,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1518\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1518#issuecomment-41=
7992450"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3528187=
37\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8cad8689791_41ee3fd8d58d45bc1507419--


From nobody Mon Sep  3 09:13:15 2018
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 22D4312008A for <quic-issues@ietfa.amsl.com>; Mon,  3 Sep 2018 09:13:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 nYllNR9EcujL for <quic-issues@ietfa.amsl.com>; Mon,  3 Sep 2018 09:13:12 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 957B012F18C for <quic-issues@ietf.org>; Mon,  3 Sep 2018 09:13:12 -0700 (PDT)
Date: Mon, 03 Sep 2018 09:13:11 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535991191; bh=LOJ6McZWYRdmb76/Z+EZR1omsSDx7/4xFYEkHWYMvAs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=P+xXn56shWYCNU0gYQRauA4xcWoLRKNq+k18Ygl0nIiwFNbKK6APBzVnpZ+PVZVr4 u1F1uQSxMEFLGd70Ynk6YwFS8Q1PDibridF5mTCVGKvSVogDBG0qGZIISJ9jDckIE2 tHfJiHqfSpDKod3Gk644o489vfkRvJyOs5X5ADlM=
From: Ataurjoy <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe032b5cf87451a1a5c30d4d1713ccad63078b50292cf0000000117a51f9792a169ce153b13bc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1719/418154383@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1719@github.com>
References: <quicwg/base-drafts/issues/1719@github.com>
Subject: Re: [quicwg/base-drafts] Draft-ietf-quic-trasport-14 typo (#1719)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8d5d9783075_363c3f8cc84d45c4610d7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: Ataurjoy
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/_RYKxVgeqylzmq7JQjEFbmy_N6E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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, 03 Sep 2018 16:13:14 -0000

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

Samsang mobile buy

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

<p>Samsang mobile buy</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/1719#issuecomment-418154383">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw-WzWfBebzgU3oxo2_ZSswTzsw9ks5uXVUXgaJpZM4WWLQC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqywDfPI3S0G9QZwVUgR9rQKmVMwxks5uXVUXgaJpZM4WWLQC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Ataurjoy in #1719: Samsang mobile buy"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1719#issuecomment-418154383"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1719#issuecomment-418154383",
"url": "https://github.com/quicwg/base-drafts/issues/1719#issuecomment-418154383",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Draft-ietf-quic-trasport-14 typo (#1719)",
"sections": [
{
"text": "",
"activityTitle": "**Ataurjoy**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@Ataurjoy",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1719,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1719\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1719#issuecomment-418154383"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374912002\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8d5d9783075_363c3f8cc84d45c4610d7--


From nobody Mon Sep  3 10:11:33 2018
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 3FFAA130DC6 for <quic-issues@ietfa.amsl.com>; Mon,  3 Sep 2018 10:11:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 VzCHlqB1ogug for <quic-issues@ietfa.amsl.com>; Mon,  3 Sep 2018 10:11:31 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E5D8D128C65 for <quic-issues@ietf.org>; Mon,  3 Sep 2018 10:11:30 -0700 (PDT)
Date: Mon, 03 Sep 2018 10:11:30 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1535994690; bh=Zd3KWLe0Im4TVOc2TILlkZ65+hECCQyCvRtEMRAg9Ng=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xMWRDsffHyl3VH0xHpF5B0rUEaVf2Xwshu7BItnZoZQJ0dfeHJ8VI416mEnZS+Xnd j5CHzQ9gFgkDg94wRl5g+NQu8a6Hs87JmwhnNtCeRG8J96QALwH7+7nD5ASbjqTfC9 OhAf6NTSkZwchoAEd4n7pkj2f2WbCRBRP6uKrb2U=
From: mirjak <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba95af42c5e7a84810301e38a5486e13b4a0c996992cf0000000117a52d4292a169ce151d0067@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1706/c418163701@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1706@github.com>
References: <quicwg/base-drafts/pull/1706@github.com>
Subject: Re: [quicwg/base-drafts] Unified ACK frame (#1706)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8d6b421623a_5e303fab428d45b448585a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mirjak
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/dnxy8FQuk-zfP7Al7WAoInYX7Xs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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, 03 Sep 2018 17:11:32 -0000

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

I still think is better to have ECT(0) and ECT(1) merged in to one type (instead of ECT(1) and non-ECT) because that gives the other end the change to experiment with ECT(1) without requiring any support/deployment of changes to the receiver-side.

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

<p>I still think is better to have ECT(0) and ECT(1) merged in to one type (instead of ECT(1) and non-ECT) because that gives the other end the change to experiment with ECT(1) without requiring any support/deployment of changes to the receiver-side.</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/1706#issuecomment-418163701">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqylxtjZPOa0rMul0Kd5oRM44vywAks5uXWLCgaJpZM4WNXQz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzylAREBtS8-PJ1ND1BdnwG5p1fiks5uXWLCgaJpZM4WNXQz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mirjak in #1706: I still think is better to have ECT(0) and ECT(1) merged in to one type (instead of ECT(1) and non-ECT) because that gives the other end the change to experiment with ECT(1) without requiring any support/deployment of changes to the receiver-side."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1706#issuecomment-418163701"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1706#issuecomment-418163701",
"url": "https://github.com/quicwg/base-drafts/pull/1706#issuecomment-418163701",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Unified ACK frame (#1706)",
"sections": [
{
"text": "",
"activityTitle": "**mirjak**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mirjak",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1706,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1706\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1706#issuecomment-418163701"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 372601907\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8d6b421623a_5e303fab428d45b448585a--


From nobody Mon Sep  3 17:30:26 2018
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 6D99A130DF7 for <quic-issues@ietfa.amsl.com>; Mon,  3 Sep 2018 17:30:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 VPZxj7o5HKaq for <quic-issues@ietfa.amsl.com>; Mon,  3 Sep 2018 17:30:22 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8D05D127B92 for <quic-issues@ietf.org>; Mon,  3 Sep 2018 17:30:22 -0700 (PDT)
Date: Mon, 03 Sep 2018 17:30:21 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536021021; bh=0WKTJ05JcYST13HWGI5u1LgKVDWyVCrQ8nvrRf3L62I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QnDceQpG1MTT0MCMd+BddO7W2P2sRqzAh2FCC0Kq5G4UsS0gblFsyFZge25TVwp8y u0vhjranYukMoGBo+LynH1BbTCPRJgJ2tJI5iqpW8Kh1a/qoT3+vhvtWKMsyVTgmX+ QMpSiCKT9twPHTL8LVxqfyzXaWw38hHvXwmPD5eM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1f7c4628f56a088e0864c2a0baf2cb7771cb9cd892cf0000000117a5941d92a169ce151d0067@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1706/c418209579@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1706@github.com>
References: <quicwg/base-drafts/pull/1706@github.com>
Subject: Re: [quicwg/base-drafts] Unified ACK frame (#1706)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8dd21d82e0f_19803fb9c64d45bc84238d"; 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/8__zxKPYTcsOv5iNkLI12ALlibw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.27
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, 04 Sep 2018 00:30:24 -0000

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

@mirjak, whichever way we merge, some information is lost.  You are arguing for erasing the distinction between ECT(1) and ECT(0), where this PR makes ECT(1) and unmarked indistinguishable.  Or, to state differently, this allows a receiver to distinguish between ECT(0) and ECT(1), but you would prefer to distinguish between unmarked and ECT(any).

I am assuming that an experiment that varies markings will care more about switching between ECT markings than it will between marked and unmarked.  What property would you (and others) prefer?

-- 
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/1706#issuecomment-418209579
----==_mimepart_5b8dd21d82e0f_19803fb9c64d45bc84238d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"8420764" data-octo=
-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" h=
ref=3D"https://github.com/mirjak">@mirjak</a>, whichever way we merge, so=
me information is lost.  You are arguing for erasing the distinction betw=
een ECT(1) and ECT(0), where this PR makes ECT(1) and unmarked indistingu=
ishable.  Or, to state differently, this allows a receiver to distinguish=
 between ECT(0) and ECT(1), but you would prefer to distinguish between u=
nmarked and ECT(any).</p>
<p>I am assuming that an experiment that varies markings will care more a=
bout switching between ECT markings than it will between marked and unmar=
ked.  What property would you (and others) prefer?</p>

<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/1706#issuecomment-418209579">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5vSLK=
NG5M2WUXBVet1ebsW10e82ks5uXcmdgaJpZM4WNXQz">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq2j0_duRJRFtxz73OSw8B5stiUe2=
ks5uXcmdgaJpZM4WNXQz.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
inthomson in #1706: @mirjak, whichever way we merge, some information is =
lost.  You are arguing for erasing the distinction between ECT(1) and ECT=
(0), where this PR makes ECT(1) and unmarked indistinguishable.  Or, to s=
tate differently, this allows a receiver to distinguish between ECT(0) an=
d ECT(1), but you would prefer to distinguish between unmarked and ECT(an=
y).\r\n\r\nI am assuming that an experiment that varies markings will car=
e more about switching between ECT markings than it will between marked a=
nd unmarked.  What property would you (and others) prefer?"}],"action":{"=
name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pu=
ll/1706#issuecomment-418209579"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1706#issuecomment-4=
18209579",
"url": "https://github.com/quicwg/base-drafts/pull/1706#issuecomment-4182=
09579",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Unified ACK frame (#1706)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1706,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1706\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1706#issuecomment-4182=
09579"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3726019=
07\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8dd21d82e0f_19803fb9c64d45bc84238d--


From nobody Tue Sep  4 15:36:40 2018
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 3840A12F295 for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 15:36:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 0_cWk4SDZSNJ for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 15:36:38 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4E523130E12 for <quic-issues@ietf.org>; Tue,  4 Sep 2018 15:36:38 -0700 (PDT)
Date: Tue, 04 Sep 2018 15:36:36 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536100597; bh=ItcQOFNC70oU2iLi+8MlzXIEQlwP3e2aRCsmBWKeljo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aHZJuT/iXjtWcS+hAK0NZBpW8614dyf0quG/r7oMJSct+jv+a40ai0ZyJ8Bzf0rQb aJ+/nK3SN4q8Nu9/4lrCqKcLNqxz8IpBUdgyXCWOm/NbUGp/WG1UCEcEN3XQWl8+Zx mSNwPjOvx8Fucpc4c70PekvON00JTujrVP2M4V5k=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc4e841af81f46a226d7e3e79bc8f262d060770eb92cf0000000117a6caf492a169ce13459be3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1355/review/152279194@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1355@github.com>
References: <quicwg/base-drafts/pull/1355@github.com>
Subject: Re: [quicwg/base-drafts] QPACK:  Updated Static Table (#1355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8f08f4f0578_5ab13faa882d45c01413f8"; 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/OXx8incFxc1o8vXgcvFHK6kfYBI>
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, 04 Sep 2018 22:36:40 -0000

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

martinthomson commented on this pull request.



> +| 40    | content-type                     | application/json                                      |
+| 41    | content-type                     | application/json; charset=utf-8                       |
+| 42    | content-type                     | application/x-www-form-urlencoded                     |
+| 43    | content-type                     | application/x-www-form-urlencoded; charset=utf-8      |
+| 44    | content-type                     | image/gif                                             |
+| 45    | content-type                     | image/jpeg                                            |
+| 46    | content-type                     | image/png                                             |
+| 47    | content-type                     | text/css                                              |
+| 48    | content-type                     | text/html; charset=utf-8                              |
+| 49    | content-type                     | text/javascript                                       |
+| 50    | content-type                     | text/javascript; charset=utf-8                        |
+| 51    | content-type                     | text/plain                                            |
+| 52    | content-type                     | text/plain;charset=utf-8                              |
+| 53    | range                            | bytes=0-                                              |
+| 54    | server                           |                                                       |
+| 55    | strict-transport-security        | max-age=10886400; includesubdomains; preload          |

I have a request.  Take this out and move :status: 103 up into the one-byte range.

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

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1355#discussion_r215088020">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; +| 40    | content-type                     | application/json                                      |
+| 41    | content-type                     | application/json; charset=utf-8                       |
+| 42    | content-type                     | application/x-www-form-urlencoded                     |
+| 43    | content-type                     | application/x-www-form-urlencoded; charset=utf-8      |
+| 44    | content-type                     | image/gif                                             |
+| 45    | content-type                     | image/jpeg                                            |
+| 46    | content-type                     | image/png                                             |
+| 47    | content-type                     | text/css                                              |
+| 48    | content-type                     | text/html; charset=utf-8                              |
+| 49    | content-type                     | text/javascript                                       |
+| 50    | content-type                     | text/javascript; charset=utf-8                        |
+| 51    | content-type                     | text/plain                                            |
+| 52    | content-type                     | text/plain;charset=utf-8                              |
+| 53    | range                            | bytes=0-                                              |
+| 54    | server                           |                                                       |
+| 55    | strict-transport-security        | max-age=10886400; includesubdomains; preload          |
</pre>
<p>I have a request.  Take this out and move :status: 103 up into the one-byte range.</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/1355#pullrequestreview-152279194">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0wnZ2tWM9d8m7AYqtK3PSN9w6ffks5uXwB0gaJpZM4UACSn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7MGpNw1jXGahItu10PQu_CzZD3Rks5uXwB0gaJpZM4UACSn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-152279194"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-152279194",
"url": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-152279194",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1355",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-152279194"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 335553703\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8f08f4f0578_5ab13faa882d45c01413f8--


From nobody Tue Sep  4 15:37:36 2018
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 76072130E12 for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 15:37:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 o2xVzDZQZcse for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 15:37:33 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E0AC912F295 for <quic-issues@ietf.org>; Tue,  4 Sep 2018 15:37:32 -0700 (PDT)
Date: Tue, 04 Sep 2018 15:37:32 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536100652; bh=4ejf2BrbuW/SxcTSJ+qPq1gmLaPqyhQQIbLSPw7XvNk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=F9cutQwkJDmYH8WnoDS+PsgTVDGMpQnOwea7Z7Wf1MVgVtw4ia7YeN1vWLWhRrlUX ZLg+JocdoOGbv4nvC6r7foblP6YsYY9Egyg3ZmeNJDNSsVOtx8O8ocXQ0uB74lVdE9 hk1gE4Ax9uEKMPjMmPVXfBkBtZYqAMyICcPmvWsA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcef23952e7ff8eb170930f416da895e015c084a192cf0000000117a6cb2c92a169ce13459be3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1355/review/152279398@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1355@github.com>
References: <quicwg/base-drafts/pull/1355@github.com>
Subject: Re: [quicwg/base-drafts] QPACK:  Updated Static Table (#1355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8f092c2b5cf_749d3fc099ad45b41491cb"; 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/PTNLT6xJsxcnW_8xf072ccAGw9o>
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, 04 Sep 2018 22:37:34 -0000

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

martinthomson commented on this pull request.



> +| 26    | accept                           | */*                                                   |
+| 27    | accept                           | application/dns-message                               |
+| 28    | accept-encoding                  | gzip, deflate, br                                     |
+| 29    | accept-language                  |                                                       |
+| 30    | authorization                    |                                                       |
+| 31    | cache-control                    | max-age=0                                             |
+| 32    | cache-control                    | max-age=604800                                        |
+| 33    | cache-control                    | max-age=2592000                                       |
+| 34    | cache-control                    | no-cache                                              |
+| 35    | cache-control                    | no-cache, no-store, must-revalidate                   |
+| 36    | cache-control                    | public, max-age=31536000                              |
+| 37    | content-encoding                 | br                                                    |
+| 38    | content-type                     | application/dns-message                               |
+| 39    | content-type                     | application/javascript                                |
+| 40    | content-type                     | application/json                                      |
+| 41    | content-type                     | application/json; charset=utf-8                       |

Maybe we shouldn't include charset parameters either.

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

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1355#discussion_r215088187">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; +| 26    | accept                           | */*                                                   |
+| 27    | accept                           | application/dns-message                               |
+| 28    | accept-encoding                  | gzip, deflate, br                                     |
+| 29    | accept-language                  |                                                       |
+| 30    | authorization                    |                                                       |
+| 31    | cache-control                    | max-age=0                                             |
+| 32    | cache-control                    | max-age=604800                                        |
+| 33    | cache-control                    | max-age=2592000                                       |
+| 34    | cache-control                    | no-cache                                              |
+| 35    | cache-control                    | no-cache, no-store, must-revalidate                   |
+| 36    | cache-control                    | public, max-age=31536000                              |
+| 37    | content-encoding                 | br                                                    |
+| 38    | content-type                     | application/dns-message                               |
+| 39    | content-type                     | application/javascript                                |
+| 40    | content-type                     | application/json                                      |
+| 41    | content-type                     | application/json; charset=utf-8                       |
</pre>
<p>Maybe we shouldn't include charset parameters either.</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/1355#pullrequestreview-152279398">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1ZKLIKUlPeKkJZcDV1oWsj3n4-aks5uXwCsgaJpZM4UACSn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2wfqjnQQHC6Rix-GBtPy9wzfwd9ks5uXwCsgaJpZM4UACSn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-152279398"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-152279398",
"url": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-152279398",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1355",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-152279398"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 335553703\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8f092c2b5cf_749d3fc099ad45b41491cb--


From nobody Tue Sep  4 18:54:00 2018
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 B7865128CFD for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 18:53:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 MKAXCporv2eT for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 18:53:57 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0D185130DE5 for <quic-issues@ietf.org>; Tue,  4 Sep 2018 18:53:57 -0700 (PDT)
Date: Tue, 04 Sep 2018 18:53:55 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536112435; bh=/UAZRzo+amz5MgkJiyxaGlX0Ua8DusQUAnb/SHjKs7M=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=PS7fRJKLyTLejTERtvFGpzn9eLIPcz3rhl/0zMbOR+If3sbZGzO/avlfcfXNG3402 s4xUTYsuzJkPs8PttA7HikervAFyoTpSz9jjOktR7hUBMZeT6JJpSS38dD3mg5xwuj lrvmRO74/8Mufn7+pH8q1HSqOZkAu0Q3RqMmLk4w=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc5b67f139c3ab6d9aa60869f6bd56b2773de042292cf0000000117a6f93392a169ce1547f031@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1720@github.com>
Subject: [quicwg/base-drafts] initial_max_stream_data_bidi_remote is a very capable foot gun (#1720)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8f3733ce13a_38e3f96a16d45bc20589f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/DPJjNHsC0qtnejq2ejkf2XzrwXE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2018 01:53:59 -0000

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

Draft 14 splits the definition of "initial_max_stream_data" into two parameters, "initial_max_stream_data_bidi_local(0)" and "initial_max_stream_data_bidi_remote(10)". In early interop tests, we observed an interesting failure to communicate between the picoquic client and the winquic server because of that. Winquic server did not provide a value for the initial_max_stream_data_bidi_remote parameter, which meant that for client initiated streams like stream 0 the initial value of was 0. As a result, picoquic did not send any data on stream zero, the stream zero was not opened, winquic did not send back any update for the stream 0 MAX_STREAM_DATA value, the server did not receive any request from the client, and after a suitable period of silence the connection was closed.

I would suggest two fixes:

1) Explain that servers that expect to receive messages such as HTTP requests from clients SHOULD send the "initial_max_stream_data_bidi_remote(10)" parameter and set it to a reasonable value.

2) Explain that if a client wants to open a stream but initial_max_stream_data_bidi_remote value is 0, it SHOULD send an empty STREAM frame to open the stream -- and give the server a chance to send back MAX_STREAM_DATA update for that stream.

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

<p>Draft 14 splits the definition of "initial_max_stream_data" into two parameters, "initial_max_stream_data_bidi_local(0)" and "initial_max_stream_data_bidi_remote(10)". In early interop tests, we observed an interesting failure to communicate between the picoquic client and the winquic server because of that. Winquic server did not provide a value for the initial_max_stream_data_bidi_remote parameter, which meant that for client initiated streams like stream 0 the initial value of was 0. As a result, picoquic did not send any data on stream zero, the stream zero was not opened, winquic did not send back any update for the stream 0 MAX_STREAM_DATA value, the server did not receive any request from the client, and after a suitable period of silence the connection was closed.</p>
<p>I would suggest two fixes:</p>
<ol>
<li>
<p>Explain that servers that expect to receive messages such as HTTP requests from clients SHOULD send the "initial_max_stream_data_bidi_remote(10)" parameter and set it to a reasonable value.</p>
</li>
<li>
<p>Explain that if a client wants to open a stream but initial_max_stream_data_bidi_remote value is 0, it SHOULD send an empty STREAM frame to open the stream -- and give the server a chance to send back MAX_STREAM_DATA update for that stream.</p>
</li>
</ol>

<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/1720">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_bvmm0qPmtP1E6OSk4eiBjIQ_Dyks5uXy6zgaJpZM4WaC_A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_ntrDJAV-4UyFyOCTlDdQBE4FRQks5uXy6zgaJpZM4WaC_A.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"initial_max_stream_data_bidi_remote is a very capable foot gun (#1720)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1720"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1720",
"url": "https://github.com/quicwg/base-drafts/issues/1720",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "initial_max_stream_data_bidi_remote is a very capable foot gun (#1720)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1720
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1720,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1720\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1720"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375926720\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8f3733ce13a_38e3f96a16d45bc20589f--


From nobody Tue Sep  4 19:08:10 2018
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 95341128CFD for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:08:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 jhUP6nIby1F4 for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:08:07 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F037A126BED for <quic-issues@ietf.org>; Tue,  4 Sep 2018 19:08:06 -0700 (PDT)
Date: Tue, 04 Sep 2018 19:08:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536113286; bh=hyzYwzjFZEujDJyIP8z7toTHLwu0lw7LboZA/CIy1K4=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=lyhyzvrMjpqnzsVck4gYt77JfkuS/pcNoL85DZU12micHdnttuOs8Ng/cstpc7JAj h2DklSkXIIqOSxVwz+gSW0aVW/VZWtj4SwIpDo2oXwrRzqIHbnIW/O+MJuTJGqQOiL KCwlF7SH8R4qUzxqBNdxkPsAHiqM9MoqBWG6aR24=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8320315566a45898ab175a732a9a7d67f720a5e892cf0000000117a6fc8692a169ce1547f95a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1721@github.com>
Subject: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8f3a86f22f_3f763f9e896d45b8592bd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/i46sNo5jYOTtecSswpmCe9seJ9k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2018 02:08:09 -0000

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

In draft-13 and draft-14, there is text explaining that "On first receiving an Initial or Retry packet from the server, the client uses the Source Connection ID supplied by the server as the Destination Connection ID for subsequent packets." But there is no such specification for the 0-RTT packets, and that seems a bit strange. One reading of the spec is that 0-RTT packets should carry the same CID as Initial packets. Another is that 0-RTT packets should always carry the initial CID. The latter interpretation may be closest to a literal reading of the spec, but it leads to this weird sequence after receiving the server flight:

1) Client sends Initial packet (to carry ACK of server hello) with destination= server provided CID;
2) Client sends 0RTT packet (to carry EOED) with destination= initial CID;
3) Client sends Handshake packet  (to carry Finished) with destination= server provided CID;

Note that another part of the spec says that "Senders MUST NOT coalesce QUIC packets with different Destination Connection IDs into a single UDP datagram." So, if we refuse to use the server provided CID in the 0-RTT packets carrying the EOED, these packets should not be coalesced.

I think we should be explicit that the handling of the connection ID is common to 0-RTT and Initial packets.  

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

<p>In draft-13 and draft-14, there is text explaining that "On first receiving an Initial or Retry packet from the server, the client uses the Source Connection ID supplied by the server as the Destination Connection ID for subsequent packets." But there is no such specification for the 0-RTT packets, and that seems a bit strange. One reading of the spec is that 0-RTT packets should carry the same CID as Initial packets. Another is that 0-RTT packets should always carry the initial CID. The latter interpretation may be closest to a literal reading of the spec, but it leads to this weird sequence after receiving the server flight:</p>
<ol>
<li>Client sends Initial packet (to carry ACK of server hello) with destination= server provided CID;</li>
<li>Client sends 0RTT packet (to carry EOED) with destination= initial CID;</li>
<li>Client sends Handshake packet  (to carry Finished) with destination= server provided CID;</li>
</ol>
<p>Note that another part of the spec says that "Senders MUST NOT coalesce QUIC packets with different Destination Connection IDs into a single UDP datagram." So, if we refuse to use the server provided CID in the 0-RTT packets carrying the EOED, these packets should not be coalesced.</p>
<p>I think we should be explicit that the handling of the connection ID is common to 0-RTT and Initial packets.</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/1721">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_G6LvfrWy0WBneBCQrhBFCBpzqoks5uXzIGgaJpZM4WaDtr">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxtbSLozM7_cNQ4lONslNiCwz6-Qks5uXzIGgaJpZM4WaDtr.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1721"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1721",
"url": "https://github.com/quicwg/base-drafts/issues/1721",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1721
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1721,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1721\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1721"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375929707\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8f3a86f22f_3f763f9e896d45b8592bd--


From nobody Tue Sep  4 19:10:46 2018
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 6826D130DD7 for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:10:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 NxHXqwzB_vja for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:10:43 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A7D8A126BED for <quic-issues@ietf.org>; Tue,  4 Sep 2018 19:10:43 -0700 (PDT)
Date: Tue, 04 Sep 2018 19:10:43 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536113443; bh=h7is+IskrN5ymf/U/jU6ErIY3USyAuSogkB6P6ZK+yM=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=QgQKyXYjSb+ZGEDDpaoxeKFZqStAi+ExsoeumYNLt4/AdB+nxl6BHGYiMmtRDma0E 81IhJiQQ6jc6LLh5EvPlmwUls/RchW9iwFrufC9e62XLX2WiU2Ky8YOEYu50OzdcUx bmodIJe/GsigaTSJ3z6QDsi+Vcr+EhuQFb2uCTKc=
From: Foronlyonce <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7ebd5e6c52bedfbb59044346419cd7a7aa7de3f192cf0000000117a6fd2392a169ce1547fb27@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1722@github.com>
Subject: [quicwg/base-drafts] wfp  dns packets not coming! (#1722)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8f3b2385d7_7f243fc8858d45b810089c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: Foronlyonce
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/frxxxYEDTJDlpklKfnhXJtHIWi8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2018 02:10:46 -0000

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

how ?

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

<p>how ?</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/1722">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_p1rz7F0FPK7a2A22i9fxxZsQ7Sks5uXzKjgaJpZM4WaD25">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5T_JzllUsIonp1v1aSsylYSexaMks5uXzKjgaJpZM4WaD25.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"wfp  dns packets not coming! (#1722)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1722"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1722",
"url": "https://github.com/quicwg/base-drafts/issues/1722",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "wfp  dns packets not coming! (#1722)",
"sections": [
{
"text": "",
"activityTitle": "**Foronlyonce**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@Foronlyonce",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1722
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1722,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1722\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1722"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375930297\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8f3b2385d7_7f243fc8858d45b810089c--


From nobody Tue Sep  4 19:24:59 2018
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 2005E130E21 for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:24:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 xYdQzj7ell_Q for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:24:56 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A660E130DE5 for <quic-issues@ietf.org>; Tue,  4 Sep 2018 19:24:56 -0700 (PDT)
Date: Tue, 04 Sep 2018 19:24:55 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536114295; bh=ELLN0sHzb8d1WZB/3sme8GG9cQ+wfsordvKIipzPYc8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yolJY65ky/V8oq8mFBjLdpr6Dp9I//dsWmGLCVQQ25G52C/vA7gg8w8hQ1q7GFppx m9sTTj9KJgFoApzz+2Ko/tu0FBLGV6f+pcVXLLJdCz0bjdE2CXoHipYfmdbnBnSXwB 91g/6w+Nl8DlnOP7FlUZFaFlwn0VBvzzaGUFuQPs=
From: Tatsuhiro Tsujikawa <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb0f7ad039849eac774262b119887cf5e5906be4692cf0000000117a7007792a169ce1547f95a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1721/418578570@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1721@github.com>
References: <quicwg/base-drafts/issues/1721@github.com>
Subject: Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8f3e77d9709_4c303fee62ed45b4930f4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: tatsuhiro-t
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/bpSrdfXnH5BC2vju12x_0nZD3iY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2018 02:24:58 -0000

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

FTR https://tools.ietf.org/html/draft-ietf-quic-transport-14#section-4.10 says clearly that 0-RTT Protected packet should use random DCID.

```
   The very first packet sent by a client includes a random value for
   Destination Connection ID.  The same value MUST be used for all 0-RTT
   packets sent on that connection (Section 4.8).  This randomized value
   is used to determine the packet protection keys for Initial packets
   (see Section 5.1.1 of [QUIC-TLS]).
```

Not sure it is intended or not.

-- 
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/1721#issuecomment-418578570
----==_mimepart_5b8f3e77d9709_4c303fee62ed45b4930f4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>FTR <a href=3D"https://tools.ietf.org/html/draft-ietf-quic-transport-1=
4#section-4.10" rel=3D"nofollow">https://tools.ietf.org/html/draft-ietf-q=
uic-transport-14#section-4.10</a> says clearly that 0-RTT Protected packe=
t should use random DCID.</p>
<pre><code>   The very first packet sent by a client includes a random va=
lue for
   Destination Connection ID.  The same value MUST be used for all 0-RTT
   packets sent on that connection (Section 4.8).  This randomized value
   is used to determine the packet protection keys for Initial packets
   (see Section 5.1.1 of [QUIC-TLS]).
</code></pre>
<p>Not sure it is intended or not.</p>

<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/1721#issuecomment-418578570">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwnA=
ut1HpORd2AFIp_tz3cdAfUI1ks5uXzX3gaJpZM4WaDtr">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzzIY1tG3f5sR_MtAq1LJMQv=
2buGks5uXzX3gaJpZM4WaDtr.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@tats=
uhiro-t in #1721: FTR https://tools.ietf.org/html/draft-ietf-quic-transpo=
rt-14#section-4.10 says clearly that 0-RTT Protected packet should use ra=
ndom DCID.\r\n\r\n```\r\n   The very first packet sent by a client includ=
es a random value for\r\n   Destination Connection ID.  The same value MU=
ST be used for all 0-RTT\r\n   packets sent on that connection (Section 4=
.8).  This randomized value\r\n   is used to determine the packet protect=
ion keys for Initial packets\r\n   (see Section 5.1.1 of [QUIC-TLS]).\r\n=
```\r\n\r\nNot sure it is intended or not."}],"action":{"name":"View Issu=
e","url":"https://github.com/quicwg/base-drafts/issues/1721#issuecomment-=
418578570"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment=
-418578570",
"url": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-41=
8578570",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same=
 CID as Initial packets (#1721)",
"sections": [
{
"text": "",
"activityTitle": "**Tatsuhiro Tsujikawa**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@tatsuhiro-t",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1721,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1721\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-41=
8578570"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3759297=
07\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8f3e77d9709_4c303fee62ed45b4930f4--


From nobody Tue Sep  4 19:32:23 2018
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 F1E3F130E5F for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:32:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 rO5fQtOwmcSF for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:32:20 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 94816130E5E for <quic-issues@ietf.org>; Tue,  4 Sep 2018 19:32:20 -0700 (PDT)
Date: Tue, 04 Sep 2018 19:32:19 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536114739; bh=vzYrBl6mga16VC36X3GciD9UI4t55h+njNMi9IG/nRU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HnaPgRE+aiQkUbbXoMMXnyjbbXqjhePEe+tDXIP5a/fkS30L6ZQo7/xJL8wqXF3vm jHuYN6E6/PVndA8vWCa5aFXm2XtF7vop+479l4UcxhKwQ0nR96gkUi50TUerJtnJLx EMb9/uqKTpus1DEFtpRGpgEWMg1wegYHP4cWm87o=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab433c05645591c924d4e47a908c880d0627a20f2092cf0000000117a7023392a169ce1547f031@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1720/418579808@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1720@github.com>
References: <quicwg/base-drafts/issues/1720@github.com>
Subject: Re: [quicwg/base-drafts] initial_max_stream_data_bidi_remote is a very capable foot gun (#1720)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8f4033b944e_3fde3ffdc1ad45b82018e"; 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/34P3pzBwQuJKdxaHzU8vVqjW244>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2018 02:32:22 -0000

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

Not sure if this belongs in http or transport.

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

<p>Not sure if this belongs in http or transport.</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/1720#issuecomment-418579808">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6oSvUlsYKiQjW9djqyZ8B-iLjqTks5uXzezgaJpZM4WaC_A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq--JnKksVDwRPLvT2t5U3GKNMWKfks5uXzezgaJpZM4WaC_A.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1720: Not sure if this belongs in http or transport."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1720#issuecomment-418579808"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1720#issuecomment-418579808",
"url": "https://github.com/quicwg/base-drafts/issues/1720#issuecomment-418579808",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] initial_max_stream_data_bidi_remote is a very capable foot gun (#1720)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1720,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1720\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1720#issuecomment-418579808"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375926720\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8f4033b944e_3fde3ffdc1ad45b82018e--


From nobody Tue Sep  4 19:32:39 2018
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 4A957126BED for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:32:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 KqlKxuqD1B1s for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:32:36 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 39DF5130E5E for <quic-issues@ietf.org>; Tue,  4 Sep 2018 19:32:36 -0700 (PDT)
Date: Tue, 04 Sep 2018 19:32:35 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536114755; bh=Ea9Uw9QWEhn2DhPKWGec0LMahIxn2EQxdJiL3X5/7AI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Squ4CoO1eHVZDg/MJaxx23z/ICMlcQSSEV7iMwdmDI4sA9JBWA52FzWemTBydAVSg Kpb2ToVgTjUN6H3pXem5CS3TMd4e2Kad/bXGVQrz1/VQgh/UhB96GQ21dE7XuvRz3L QePI2KFoyyyAk844wcVe1Kcoz7Ms/I9jN9FvbKB4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf4a7d740d0f033a8aaf4f04cf23e2dfd9d4c401a92cf0000000117a7024392a169ce1547fb27@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1722/issue_event/1826737769@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1722@github.com>
References: <quicwg/base-drafts/issues/1722@github.com>
Subject: Re: [quicwg/base-drafts] wfp  dns packets not coming! (#1722)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8f404367609_56d63f9a5f0d45c42726f0"; 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/cuTY5vgB9Pg7w04EsEt_jAuEktU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2018 02:32:38 -0000

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

Closed #1722.

-- 
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/1722#event-1826737769
----==_mimepart_5b8f404367609_56d63f9a5f0d45c42726f0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="357038887" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1722" href="https://github.com/quicwg/base-drafts/issues/1722">#1722</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/1722#event-1826737769">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9705ZUWeEyILs2yrgos25nGGCA3ks5uXzfDgaJpZM4WaD25">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3LlHuq34S6exlQ4zJ91sOKzr7LCks5uXzfDgaJpZM4WaD25.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1722."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1722#event-1826737769"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1722#event-1826737769",
"url": "https://github.com/quicwg/base-drafts/issues/1722#event-1826737769",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] wfp  dns packets not coming! (#1722)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1722#event-1826737769"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375930297\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8f404367609_56d63f9a5f0d45c42726f0--


From nobody Tue Sep  4 19:34:04 2018
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 1D592130E5E for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:34:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 3e5rOvkHFABd for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:34:00 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6C05F130E5C for <quic-issues@ietf.org>; Tue,  4 Sep 2018 19:34:00 -0700 (PDT)
Date: Tue, 04 Sep 2018 19:33:59 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536114839; bh=qc8Gy+fJtbCwyfH8ymGrgMpYIvhdDWzUi4h5TNPaHqg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Uc3lE0NcFJVS6KUVuw4m7068xKkg+kgK22VzUB5ki/h/HdQurgyg5vjUREy5D26YV MMUzYH2xV8mU9XIrGLsymfBNddr+hPfQkBxNo9XbCm88CqrstK/KilCIPxtezvrBcA dsu7Z++rLmoFjNim3biSPbepZaVZVzcbN1+Ev51Q=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2c178db21059fa9b7a719172516c64c971cf0e9b92cf0000000117a7029792a169ce1547f95a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1721/418580045@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1721@github.com>
References: <quicwg/base-drafts/issues/1721@github.com>
Subject: Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8f4097c3b87_6d303f96cb0d45c02222fb"; 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/MzokzMKdt_Dq5ld-DdGCZMMNnG4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2018 02:34:02 -0000

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

@tatsuhiro-t, that's a relic of the change to allow 0-RTT after Retry.  It should be - at a minimum - amended to say that it matches the connection ID on the corresponding Initial packet (which is hard to concisely describe, ...).

The EOED coalescing issue is a new one though.

-- 
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/1721#issuecomment-418580045
----==_mimepart_5b8f4097c3b87_6d303f96cb0d45c02222fb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"404610" data-octo-=
click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" hr=
ef=3D"https://github.com/tatsuhiro-t">@tatsuhiro-t</a>, that's a relic of=
 the change to allow 0-RTT after Retry.  It should be - at a minimum - am=
ended to say that it matches the connection ID on the corresponding Initi=
al packet (which is hard to concisely describe, ...).</p>
<p>The EOED coalescing issue is a new one though.</p>

<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/1721#issuecomment-418580045">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqw9u=
AKllefSnoUGNwjvl4l2W0agmks5uXzgXgaJpZM4WaDtr">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-3kqZ6mv_6UMeJbfckQF3b8=
D1q1ks5uXzgXgaJpZM4WaDtr.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
inthomson in #1721: @tatsuhiro-t, that's a relic of the change to allow 0=
-RTT after Retry.  It should be - at a minimum - amended to say that it m=
atches the connection ID on the corresponding Initial packet (which is ha=
rd to concisely describe, ...).\r\n\r\nThe EOED coalescing issue is a new=
 one though."}],"action":{"name":"View Issue","url":"https://github.com/q=
uicwg/base-drafts/issues/1721#issuecomment-418580045"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment=
-418580045",
"url": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-41=
8580045",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same=
 CID as Initial packets (#1721)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1721,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1721\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-41=
8580045"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3759297=
07\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8f4097c3b87_6d303f96cb0d45c02222fb--


From nobody Tue Sep  4 19:34:11 2018
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 6B8B6130FE5 for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:34:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 71aQuW3WD2yp for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:34:03 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C4F14130E5C for <quic-issues@ietf.org>; Tue,  4 Sep 2018 19:34:03 -0700 (PDT)
Date: Tue, 04 Sep 2018 19:34:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536114843; bh=yGohm/A7qIwmUA12M+QoGYEHmae9k7mli69dDlSg3Dc=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=mU3SPGC70e+0T6JVjKOEYO6qhIg7adpL7inqN62LaOp7xcpiSaIPCioO4QlGze7uy 0v7D54oJTlK3O2gm0jGvgkDu3NB/P9qEe4j7yO7v793lYKHPfJwLS3TVxLO5aQbY6q zY/zyhY4OtBrxiMDjnI58fxozuF/GXbgrEBWEeEA=
From: Foronlyonce <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1118c866b6d8a1b8ece5928a58de1b3728b865ad92cf0000000117a7029b92a169ce15480aaf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1723@github.com>
Subject: =?UTF-8?Q?[quicwg/base-drafts]?= =?UTF-8?Q?_dns=E6=8A=A5=E6=96=87=E8=BF=9B=E4=B8=8D=E5=8E=BB_=28#1723=29?=
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8f409b27850_46383f9ba62d45c023915c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: Foronlyonce
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/FZ0fl1tzPFGwy5prty_UWTJjKe0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2018 02:34:06 -0000

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

1

-- 
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/1723
----==_mimepart_5b8f409b27850_46383f9ba62d45c023915c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>1</p>

<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/1723">view it on GitHub</a>, or <a href=3D"https://=
github.com/notifications/unsubscribe-auth/AWbkq2MYA_Lf2-IwvVaLxhwNONfg1_l=
Yks5uXzgbgaJpZM4WaFFR">mute the thread</a>.<img src=3D"https://github.com=
/notifications/beacon/AWbkq1bDGGM6WkHMpwwUEx2Bu9bgb7v_ks5uXzgbgaJpZM4WaFF=
R.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"=
dns=E6=8A=A5=E6=96=87=E8=BF=9B=E4=B8=8D=E5=8E=BB (#1723)"}],"action":{"na=
me":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1723=
"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1723",
"url": "https://github.com/quicwg/base-drafts/issues/1723",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "dns=E6=8A=A5=E6=96=87=E8=BF=9B=E4=B8=8D=E5=8E=BB (#1723)",
"sections": [
{
"text": "",
"activityTitle": "**Foronlyonce**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@Foronlyonce",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1723
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1723,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1723\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1723"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3759353=
13\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8f409b27850_46383f9ba62d45c023915c--


From nobody Tue Sep  4 19:34:52 2018
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 3D359130E5E for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:34:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 aUD8vi9NDaXd for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:34:49 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C81F9130E5C for <quic-issues@ietf.org>; Tue,  4 Sep 2018 19:34:49 -0700 (PDT)
Date: Tue, 04 Sep 2018 19:34:48 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536114889; bh=LCuQYr/sVwplQ86acQA9rPGAgSX7PtqNgm42JO/Ggho=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PvWVd1f6UsHJT4RMKTOhoqaGwiEumbA2Rsm3d1HB9LA4O1nC2+ufLB+shB97Gju3l yJVT7+HHayG8bydvkY4cHEy345sRj5D8KVi9s2tTVRKQZOFLQ3xLM7bbqtWK+DO2yJ 6XJXifsrAm0EDHZgKLjk8o34sRayLT2J5tbgxgX8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba685a21055798196610b72adb3d0a1753511b02d92cf0000000117a702c892a169ce15480aaf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1723/issue_event/1826739687@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1723@github.com>
References: <quicwg/base-drafts/issues/1723@github.com>
Subject: =?UTF-8?Q?Re:_[quicwg/base-drafts]?= =?UTF-8?Q?_dns=E6=8A=A5=E6=96=87=E8=BF=9B=E4=B8=8D=E5=8E=BB_=28#1723=29?=
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8f40c8f315f_5d5f3fc5ac4d45c076918"; 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/X35Nem8sBgusoXczbphecfKZyVY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2018 02:34:51 -0000

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

Closed #1723.

-- 
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/1723#event-1826739687
----==_mimepart_5b8f40c8f315f_5d5f3fc5ac4d45c076918
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Closed <a class=3D"issue-link js-issue-link" data-error-text=3D"Failed=
 to load issue title" data-id=3D"357042863" data-permission-text=3D"Issue=
 title is private" data-url=3D"https://github.com/quicwg/base-drafts/issu=
es/1723" href=3D"https://github.com/quicwg/base-drafts/issues/1723">#1723=
</a>.</p>

<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/1723#event-1826739687">view it on GitHub</a>, or <a=
 href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0iRVbdvHz=
nnk3amUaayzz8Sx77Cks5uXzhIgaJpZM4WaFFR">mute the thread</a>.<img src=3D"h=
ttps://github.com/notifications/beacon/AWbkq1ZUPKZIzsLxI6Z75ea5xJcndi8Hks=
5uXzhIgaJpZM4WaFFR.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"=
Closed #1723."}],"action":{"name":"View Issue","url":"https://github.com/=
quicwg/base-drafts/issues/1723#event-1826739687"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1723#event-182673=
9687",
"url": "https://github.com/quicwg/base-drafts/issues/1723#event-182673968=
7",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] dns=E6=8A=A5=E6=96=87=E8=BF=9B=E4=B8=8D=
=E5=8E=BB (#1723)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1723#event-182673968=
7"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3759353=
13\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8f40c8f315f_5d5f3fc5ac4d45c076918--


From nobody Tue Sep  4 19:49:36 2018
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 24ED6126BED for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:49:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 wl3XIEelF7-Z for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:49:33 -0700 (PDT)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 59725124C04 for <quic-issues@ietf.org>; Tue,  4 Sep 2018 19:49:33 -0700 (PDT)
Date: Tue, 04 Sep 2018 19:49:32 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536115772; bh=c5ypIWx0VOKr5tgAS6g7HfAIHyVEOvADsnxJtdocguc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MAoat8w9P2ktFDGgZqnd0i8clTUHCFB74nDYsLSoS7qFSIvMLhapB8DI+uGnTfqU7 4pDQUzEmiKk7DQqP8XExje1TDHJh6Q3WOJHAf/SYHOrXWb5OUr0IMSQ5f9PGXs2hda /C5+Q+ecNRzhmx9QNg+Hno/jzHn8oHEap6gsF+y4=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab544c7a3a77f44587973c43ec5a178fa4ce1cd7d492cf0000000117a7063c92a169ce1547f95a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1721/418582405@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1721@github.com>
References: <quicwg/base-drafts/issues/1721@github.com>
Subject: Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8f443ca312d_460e3f9ba62d45c02211ea"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/cbAyNZZmHOcr6Qqsf1u_hPsRl7Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2018 02:49:35 -0000

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

Actually coalescing works just fine if we align 0-RTT handling of CID with the spec in 4.6.1. You get:

1) Client sends Initial packet (to carry ACK of server hello) with destination= server provided CID;
2) Client sends 0RTT packet (to carry EOED) with destination= server provided CID;
3) Client sends Handshake packet (to carry Finished) with destination= server provided CID;

Life is 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/issues/1721#issuecomment-418582405
----==_mimepart_5b8f443ca312d_460e3f9ba62d45c02211ea
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Actually coalescing works just fine if we align 0-RTT handling of CID =
with the spec in 4.6.1. You get:</p>
<ol>
<li>Client sends Initial packet (to carry ACK of server hello) with desti=
nation=3D server provided CID;</li>
<li>Client sends 0RTT packet (to carry EOED) with destination=3D server p=
rovided CID;</li>
<li>Client sends Handshake packet (to carry Finished) with destination=3D=
 server provided CID;</li>
</ol>
<p>Life is good.</p>

<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/1721#issuecomment-418582405">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxW0=
IYczAMuPfXuQAZHZjvNP6oCIks5uXzu8gaJpZM4WaDtr">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3T-DGPKM07iP3FRBmPLUYpe=
TS0Mks5uXzu8gaJpZM4WaDtr.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huit=
ema in #1721: Actually coalescing works just fine if we align 0-RTT handl=
ing of CID with the spec in 4.6.1. You get:\r\n\r\n1) Client sends Initia=
l packet (to carry ACK of server hello) with destination=3D server provid=
ed CID;\r\n2) Client sends 0RTT packet (to carry EOED) with destination=3D=
 server provided CID;\r\n3) Client sends Handshake packet (to carry Finis=
hed) with destination=3D server provided CID;\r\n\r\nLife is good."}],"ac=
tion":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/i=
ssues/1721#issuecomment-418582405"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment=
-418582405",
"url": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-41=
8582405",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same=
 CID as Initial packets (#1721)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1721,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1721\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-41=
8582405"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3759297=
07\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8f443ca312d_460e3f9ba62d45c02211ea--


From nobody Tue Sep  4 19:54:14 2018
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 BD5DC124C04 for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:54:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 tWavEUmq1Xsj for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:54:11 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0588F1286E3 for <quic-issues@ietf.org>; Tue,  4 Sep 2018 19:54:11 -0700 (PDT)
Date: Tue, 04 Sep 2018 19:54:10 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536116050; bh=W26SChqh8TLyPuq4tx1m9lh2y8BXfRNjKshLQSCUfYo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=grzZBRgCI43s+ivjtTudcupSOxkIn0E7Hw5O83q3RR0PnxMGleXRctd3955yXszjM LDcIKuxMp/xT+VhB2Mn2VZMmRx+kohh/eV/FrKGGx3ddXM/LKFS5HaQWEv4xEXipki tJvK6HAkNxsINcgZZptc99P/dvcEhbOyek5pSj6s=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc68ca8cdde6dfc47f087035ebd654e08ee980d7592cf0000000117a7075292a169ce1547f95a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1721/418583098@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1721@github.com>
References: <quicwg/base-drafts/issues/1721@github.com>
Subject: Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8f4552276c7_735b3fb958ad45c03379e1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/qJqwCUhxd81BNph_7CQjSSRfqQA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2018 02:54:13 -0000

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

The change to 4.10 would be:

   The very first packet sent by a client includes a random value for
   Destination Connection ID.  This randomized value
   is used to determine the packet protection keys for Initial packets
   (see Section 5.1.1 of [QUIC-TLS]).    The very first packet sent by a client includes a random value for
   Destination Connection ID.  The same value MUST be used for 0-RTT
   packets sent on that connection (Section 4.8) until the client learns
   the server preferred CID (Section 6.4.1).

-- 
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/1721#issuecomment-418583098
----==_mimepart_5b8f4552276c7_735b3fb958ad45c03379e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The change to 4.10 would be:</p>
<p>The very first packet sent by a client includes a random value for<br>=

Destination Connection ID.  This randomized value<br>
is used to determine the packet protection keys for Initial packets<br>
(see Section 5.1.1 of [QUIC-TLS]).    The very first packet sent by a cli=
ent includes a random value for<br>
Destination Connection ID.  The same value MUST be used for 0-RTT<br>
packets sent on that connection (Section 4.8) until the client learns<br>=

the server preferred CID (Section 6.4.1).</p>

<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/1721#issuecomment-418583098">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq48c=
E4n3lu6AHJZaLtchnh3UNC8Tks5uXzzSgaJpZM4WaDtr">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8YMfWszs1lvCamh_v7Dssdt=
TrUqks5uXzzSgaJpZM4WaDtr.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huit=
ema in #1721: The change to 4.10 would be:\r\n\r\n   The very first packe=
t sent by a client includes a random value for\r\n   Destination Connecti=
on ID.  This randomized value\r\n   is used to determine the packet prote=
ction keys for Initial packets\r\n   (see Section 5.1.1 of [QUIC-TLS]).  =
  The very first packet sent by a client includes a random value for\r\n =
  Destination Connection ID.  The same value MUST be used for 0-RTT\r\n  =
 packets sent on that connection (Section 4.8) until the client learns\r\=
n   the server preferred CID (Section 6.4.1)."}],"action":{"name":"View I=
ssue","url":"https://github.com/quicwg/base-drafts/issues/1721#issuecomme=
nt-418583098"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment=
-418583098",
"url": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-41=
8583098",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same=
 CID as Initial packets (#1721)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1721,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1721\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-41=
8583098"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3759297=
07\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8f4552276c7_735b3fb958ad45c03379e1--


From nobody Tue Sep  4 19:55:54 2018
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 820571286E3 for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:55:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 R5WAPnf9x6Go for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 19:55:52 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CCC17124C04 for <quic-issues@ietf.org>; Tue,  4 Sep 2018 19:55:51 -0700 (PDT)
Date: Tue, 04 Sep 2018 19:55:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536116151; bh=7kdAUs4KcI0AFiqUPU/HkR4PDiPUd0X9lWoCeH0hiww=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vSj7XaICJW2EFgVHO+9rpf11UHHF5ylTA8Ckyw1Sd9CwRRVk46fFXau8Rtp7+zL21 vN6YRK3M01DYc/6C7VN94t0SxkrDYccQUaK+gu10zfVoQImRQMLT2s/WgIVePgV+DB umcKLL6lTUB4LSTzeU7MACB360FZxS/EaL/LQVsw=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab89cc22e151dcf104ce40456baf85ac652e72746b92cf0000000117a707b792a169ce1547f031@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1720/418583335@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1720@github.com>
References: <quicwg/base-drafts/issues/1720@github.com>
Subject: Re: [quicwg/base-drafts] initial_max_stream_data_bidi_remote is a very capable foot gun (#1720)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8f45b7acb6_5d5f3fc5ac4d45c0120373"; 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/zkI9Ooxjj_ltt8WDoUIPFOXc-Lo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2018 02:55:53 -0000

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

I'd say the first suggestion should become a MUST in the http draft.  Not advertising a reasonable value for initial_max_stream_data_bidi_remote should not be allowed, though I realize there's a wide range of what 'reasonable' is.  Possibly 1024 bytes is a bare minimum?

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

<p>I'd say the first suggestion should become a MUST in the http draft.  Not advertising a reasonable value for initial_max_stream_data_bidi_remote should not be allowed, though I realize there's a wide range of what 'reasonable' is.  Possibly 1024 bytes is a bare minimum?</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/1720#issuecomment-418583335">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0NzanqaasQZ_wUKhePrTihxdRNqks5uXz03gaJpZM4WaC_A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy5iWH55ErGRKUlkapY7FPFWL1Ksks5uXz03gaJpZM4WaC_A.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1720: I'd say the first suggestion should become a MUST in the http draft.  Not advertising a reasonable value for initial_max_stream_data_bidi_remote should not be allowed, though I realize there's a wide range of what 'reasonable' is.  Possibly 1024 bytes is a bare minimum?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1720#issuecomment-418583335"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1720#issuecomment-418583335",
"url": "https://github.com/quicwg/base-drafts/issues/1720#issuecomment-418583335",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] initial_max_stream_data_bidi_remote is a very capable foot gun (#1720)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1720,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1720\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1720#issuecomment-418583335"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375926720\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8f45b7acb6_5d5f3fc5ac4d45c0120373--


From nobody Tue Sep  4 20:54:10 2018
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 864F0127B92 for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 20:54:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Yb7fvMxd_rwl for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 20:54:07 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B2A3712785F for <quic-issues@ietf.org>; Tue,  4 Sep 2018 20:54:07 -0700 (PDT)
Date: Tue, 04 Sep 2018 20:54:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536119646; bh=qqTHq3DgU2+k1H4AjXjJ4252jX0MPnrhvFpb1e/lck8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LreIov1+MKJP/bsnBCq5DWkM5/scSyZ5k236lzqCrF1twgj4p9TK9XPMFnYWHekgD P2+A3JkDlFn9MWWuDm/wJK/4r2W/arodBreIQslbRHb1YwxkZKtK0GK5glqeK1CuBi Ztz//f/5ISjvRPUieDyCpBkJeV6Bk1Cdld/F/TC0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1d7384b50f675a64918167158845c2a7dad7ee4292cf0000000117a7155e92a169ce1547f031@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1720/418591346@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1720@github.com>
References: <quicwg/base-drafts/issues/1720@github.com>
Subject: Re: [quicwg/base-drafts] initial_max_stream_data_bidi_remote is a very capable foot gun (#1720)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8f535e842d8_119f3fa3644d45bc62454"; 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/0UHlRenRvj-VLlGCJrE45cTbXys>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2018 03:54:10 -0000

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

Any of these settings could be 0 if the intent is to update immediately after connection or stream establishment.  Values might be updated based on SETTINGS, for instance.  But 0 is rarely the right choice if that type of stream is intended to be used.

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

<p>Any of these settings could be 0 if the intent is to update immediately after connection or stream establishment.  Values might be updated based on SETTINGS, for instance.  But 0 is rarely the right choice if that type of stream is intended to be used.</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/1720#issuecomment-418591346">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8hsGFztOcX0GJW_v7Eyare1L7F-ks5uX0regaJpZM4WaC_A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq84JMK6shfm2TEX63_FbMKFJWSnnks5uX0regaJpZM4WaC_A.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1720: Any of these settings could be 0 if the intent is to update immediately after connection or stream establishment.  Values might be updated based on SETTINGS, for instance.  But 0 is rarely the right choice if that type of stream is intended to be used."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1720#issuecomment-418591346"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1720#issuecomment-418591346",
"url": "https://github.com/quicwg/base-drafts/issues/1720#issuecomment-418591346",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] initial_max_stream_data_bidi_remote is a very capable foot gun (#1720)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1720,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1720\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1720#issuecomment-418591346"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375926720\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8f535e842d8_119f3fa3644d45bc62454--


From nobody Tue Sep  4 23:27:37 2018
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 697BF128CB7 for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 23:27:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 upgYuuwtc9SN for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 23:27:33 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CCE05130DD5 for <quic-issues@ietf.org>; Tue,  4 Sep 2018 23:27:32 -0700 (PDT)
Date: Tue, 04 Sep 2018 23:27:31 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536128851; bh=VZA9SsEGhuVhHLx5wZhyCLCErNp6VLXRUHnHHPA6fzk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ah/XDWV/ZwQiYblOBrYFVS1Bu7ZsljCqzcod2+sRq2nczRWZJfoC6E16bt2enBrOr RfmXa3bAQkgJi6VusVWhgCkNdbc6OW6XXcqumf66e9UZAcv5i3WBto8choWq5j0eLx dSIvZD9M4i4aW4b2zp5rW95aqqxEB34n35jEaee0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb98629b5e7e2ad038f633d97cff3e113ff636ecc92cf0000000117a7395392a169ce12443a1c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1237/review/152347354@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1237@github.com>
References: <quicwg/base-drafts/pull/1237@github.com>
Subject: Re: [quicwg/base-drafts] Clarify QPACK eviction races (#1237)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8f7753e759e_698d3f91b1ad45bc7763d8"; 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/HwbSP2oKQtQyFt4baw3W1XOXk7I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2018 06:27:35 -0000

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

martinthomson approved this pull request.

I have tried to be very specific in my suggestions, but feel free to take or leave.

> -entry remains unacknowledged.  If a new header to be inserted into the dynamic
-table would cause the eviction of such an entry, the encoder MUST NOT emit the
-insert instruction until the reference has been processed by the decoder and
-acknowledged.
-
-The encoder can emit a literal representation for the new header in order to
-avoid encoding delays, and MAY insert the header into the table later if
-desired.
-
-To ensure that the blocked eviction case is rare, references to the oldest
-entries in the dynamic table SHOULD be avoided.  When one of the oldest entries
-in the table is still actively used for references, the encoder SHOULD emit an
-Duplicate representation instead (see {{duplicate}}).
+The encoder MUST NOT emit an instruction that evicts an entry while a reference
+to that entry remains unacknowledged.  When the encoder encounters a blocked
+eviction, it emits a literal representation for the new header, and MAY insert

"When the encoder encounters a blocked eviction, ..." involves a logical leap, or an assumption about the structure of encoders that hasn't been explained.  We all assume that encoders emit new table modifications as the result of processing header blocks, but that isn't necessary.

Perhaps: "An encoder MUST NOT insert an entry into the dynamic table (or duplicate an existing entry) if that would cause an entry with unacknowledged references to be evicted.  For header blocks that might rely on the newly added entry, the encoder can use a literal representation and maybe insert the entry later."

> @@ -871,21 +871,38 @@ the decoder.
 
 ### Blocked Eviction

The title here might be better as "Blocked Dynamic Table Insertions".  Evictions don't get blocked, they are the immovable object here.  It's more the case that insertions are what get blocked.

> -acknowledged.
-
-The encoder can emit a literal representation for the new header in order to
-avoid encoding delays, and MAY insert the header into the table later if
-desired.
-
-To ensure that the blocked eviction case is rare, references to the oldest
-entries in the dynamic table SHOULD be avoided.  When one of the oldest entries
-in the table is still actively used for references, the encoder SHOULD emit an
-Duplicate representation instead (see {{duplicate}}).
+The encoder MUST NOT emit an instruction that evicts an entry while a reference
+to that entry remains unacknowledged.  When the encoder encounters a blocked
+eviction, it emits a literal representation for the new header, and MAY insert
+the header into the table later if desired.
+
+To ensure that blocked evictions are rare, the encoder SHOULD avoid referencing

"To ensure that the encoder is not prevented from adding new entries, the encoder can avoid referencing entries that are near the point at which they would be evicted.  Rather than ..."

>  
+~~~~~~~~~~  drawing
+   +----------+---------------------------------+--------+
+   | Draining |          Referenceable          | Unused |
+   | Entries  |             Entries             | Space  |
+   +----------+---------------------------------+--------+
+   ^          ^                                 ^
+   |          |                                 |
+ Drop Point  Draining Index               Base Index /
+                                          Insertion Point
+~~~~~~~~~~
+{:#fig-eviction-prone title="Encoder's View of Dynamic Table with
+draining index"}

This has to be a single line.  Also, check whether You Want Title Case or Sentence case.  I think that we use Title Case elsewhere.

> +the header into the table later if desired.
+
+To ensure that blocked evictions are rare, the encoder SHOULD avoid referencing
+older entries that will be evicted soon.  Rather than reference such an entry,
+the encoder SHOULD emit a Duplicate instruction (see {{duplicate}}), and
+reference the duplicate instead.
+
+Determining which entries are too close to eviction to reference is an encoder
+preference.  One heuristic is to target a fixed amount of available space in the
+dynamic table: either unused space or space that can be reclaimed by evicting
+unreferenced entries.  To achieve this, the encoder can maintain a draining
+index, which is the smallest absolute index in the dynamic table that it will
+emit a reference for.  As new entries are inserted, the encoder increments the
+draining index such that the amount of unused space and space occupied by
+draining entries table is larger than its target threshold.  Draining entries
+will eventually become evictable as any references to them are acknowledged.

"As new entries are inserted, the encoder increases the draining index to maintain the section of the table that it will not reference.  Draining entries - entries with an absolute index lower than this the draining index - will not accumulate new references.  The number of unacknowledged references to draining entries will eventually become zero, making the entry available for eviction."

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

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

<p>I have tried to be very specific in my suggestions, but feel free to take or leave.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1237#discussion_r215146390">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; -entry remains unacknowledged.  If a new header to be inserted into the dynamic
-table would cause the eviction of such an entry, the encoder MUST NOT emit the
-insert instruction until the reference has been processed by the decoder and
-acknowledged.
-
-The encoder can emit a literal representation for the new header in order to
-avoid encoding delays, and MAY insert the header into the table later if
-desired.
-
-To ensure that the blocked eviction case is rare, references to the oldest
-entries in the dynamic table SHOULD be avoided.  When one of the oldest entries
-in the table is still actively used for references, the encoder SHOULD emit an
-Duplicate representation instead (see {{duplicate}}).
+The encoder MUST NOT emit an instruction that evicts an entry while a reference
+to that entry remains unacknowledged.  When the encoder encounters a blocked
+eviction, it emits a literal representation for the new header, and MAY insert
</pre>
<p>"When the encoder encounters a blocked eviction, ..." involves a logical leap, or an assumption about the structure of encoders that hasn't been explained.  We all assume that encoders emit new table modifications as the result of processing header blocks, but that isn't necessary.</p>
<p>Perhaps: "An encoder MUST NOT insert an entry into the dynamic table (or duplicate an existing entry) if that would cause an entry with unacknowledged references to be evicted.  For header blocks that might rely on the newly added entry, the encoder can use a literal representation and maybe insert the entry later."</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1237#discussion_r215146581">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -871,21 +871,38 @@ the decoder.
 
 ### Blocked Eviction
</pre>
<p>The title here might be better as "Blocked Dynamic Table Insertions".  Evictions don't get blocked, they are the immovable object here.  It's more the case that insertions are what get blocked.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1237#discussion_r215146731">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; -acknowledged.
-
-The encoder can emit a literal representation for the new header in order to
-avoid encoding delays, and MAY insert the header into the table later if
-desired.
-
-To ensure that the blocked eviction case is rare, references to the oldest
-entries in the dynamic table SHOULD be avoided.  When one of the oldest entries
-in the table is still actively used for references, the encoder SHOULD emit an
-Duplicate representation instead (see {{duplicate}}).
+The encoder MUST NOT emit an instruction that evicts an entry while a reference
+to that entry remains unacknowledged.  When the encoder encounters a blocked
+eviction, it emits a literal representation for the new header, and MAY insert
+the header into the table later if desired.
+
+To ensure that blocked evictions are rare, the encoder SHOULD avoid referencing
</pre>
<p>"To ensure that the encoder is not prevented from adding new entries, the encoder can avoid referencing entries that are near the point at which they would be evicted.  Rather than ..."</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1237#discussion_r215147005">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  
+~~~~~~~~~~  drawing
+   +----------+---------------------------------+--------+
+   | Draining |          Referenceable          | Unused |
+   | Entries  |             Entries             | Space  |
+   +----------+---------------------------------+--------+
+   ^          ^                                 ^
+   |          |                                 |
+ Drop Point  Draining Index               Base Index /
+                                          Insertion Point
+~~~~~~~~~~
+{:#fig-eviction-prone title=&quot;Encoder&#39;s View of Dynamic Table with
+draining index&quot;}
</pre>
<p>This has to be a single line.  Also, check whether You Want Title Case or Sentence case.  I think that we use Title Case elsewhere.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1237#discussion_r215148377">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; +the header into the table later if desired.
+
+To ensure that blocked evictions are rare, the encoder SHOULD avoid referencing
+older entries that will be evicted soon.  Rather than reference such an entry,
+the encoder SHOULD emit a Duplicate instruction (see {{duplicate}}), and
+reference the duplicate instead.
+
+Determining which entries are too close to eviction to reference is an encoder
+preference.  One heuristic is to target a fixed amount of available space in the
+dynamic table: either unused space or space that can be reclaimed by evicting
+unreferenced entries.  To achieve this, the encoder can maintain a draining
+index, which is the smallest absolute index in the dynamic table that it will
+emit a reference for.  As new entries are inserted, the encoder increments the
+draining index such that the amount of unused space and space occupied by
+draining entries table is larger than its target threshold.  Draining entries
+will eventually become evictable as any references to them are acknowledged.
</pre>
<p>"As new entries are inserted, the encoder increases the draining index to maintain the section of the table that it will not reference.  Draining entries - entries with an absolute index lower than this the draining index - will not accumulate new references.  The number of unacknowledged references to draining entries will eventually become zero, making the entry available for eviction."</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/1237#pullrequestreview-152347354">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6-NGYBv9qQg8KR0Q99i60sM2_fJks5uX27TgaJpZM4SwJ4X">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_O69dvRTwtqOPCWMbJ8sHkqKQqDks5uX27TgaJpZM4SwJ4X.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson approved #1237"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1237#pullrequestreview-152347354"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1237#pullrequestreview-152347354",
"url": "https://github.com/quicwg/base-drafts/pull/1237#pullrequestreview-152347354",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson approved 1237",
"sections": [
{
"text": "I have tried to be very specific in my suggestions, but feel free to take or leave.",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1237#pullrequestreview-152347354"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 314613271\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8f7753e759e_698d3f91b1ad45bc7763d8--


From nobody Tue Sep  4 23:47:32 2018
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 23F94130DF2 for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 23:47:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 nL-PBSlyc5ew for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 23:47:28 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 066DF126CB6 for <quic-issues@ietf.org>; Tue,  4 Sep 2018 23:47:27 -0700 (PDT)
Date: Tue, 04 Sep 2018 23:47:27 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536130047; bh=Gxbe6iQWc6dPNIg+eXcmAClDLf7m+AbFPbZ4XNenJDk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HrFOnl5nNnQKtrtihrxsYk08K4UsAEuZIivXtQV3khTiBiLP0bU26+hHgYFaFS923 H//wDj8KmjzvP1qU4pEY4vDThCzD8JndQEcqOLi2fuiQqhlIa5QPwXyNoeTVo3XvYd QsO/qHCnO3jbHFc4+RpJHNEYwzDnGI+pSaBOLw0A=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab08be5a5f926d0e0a764457ae5f50d2ec215cafe192cf0000000117a73dff92a169ce1547f95a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1721/418618068@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1721@github.com>
References: <quicwg/base-drafts/issues/1721@github.com>
Subject: Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8f7bff43c4_30a93f9dd70d45bc75126f"; 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/x9rAYFK756B-IJwMCmepWGwPnB4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2018 06:47:30 -0000

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

I think that this is the only sensible outcome based on the description we have of the problem.

We should check that this is going to work though.  The current design intentionally has all 0-RTT with the same connection ID so that we could guarantee (ish) that it was consistently routed.  But that was based on the understanding that most 0-RTT in most cases would be sent prior to getting the server's first handshake flight.  Having the switch in connection ID happen, but be relatively rare (you would need partial loss of the server flight).  The assessment was that it would only cause problems.

With Stream 0, we have EndOfEarlyData, so a change in connection ID based on these rules would always happen, and so we'd expect to not see any odd bugs.  Unless I hear screams, I will make a PR following Christian's suggestion (though, note to self: we probably just want to remove the special handling text rather than add more of it, this might be a change that involves deleting text more than adding 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/1721#issuecomment-418618068
----==_mimepart_5b8f7bff43c4_30a93f9dd70d45bc75126f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think that this is the only sensible outcome based on the descriptio=
n we have of the problem.</p>
<p>We should check that this is going to work though.  The current design=
 intentionally has all 0-RTT with the same connection ID so that we could=
 guarantee (ish) that it was consistently routed.  But that was based on =
the understanding that most 0-RTT in most cases would be sent prior to ge=
tting the server's first handshake flight.  Having the switch in connecti=
on ID happen, but be relatively rare (you would need partial loss of the =
server flight).  The assessment was that it would only cause problems.</p=
>
<p>With Stream 0, we have EndOfEarlyData, so a change in connection ID ba=
sed on these rules would always happen, and so we'd expect to not see any=
 odd bugs.  Unless I hear screams, I will make a PR following Christian's=
 suggestion (though, note to self: we probably just want to remove the sp=
ecial handling text rather than add more of it, this might be a change th=
at involves deleting text more than adding it).</p>

<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/1721#issuecomment-418618068">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4nP=
aQCYg3wcVQFWeEd9OEEfHGSEks5uX3N_gaJpZM4WaDtr">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqxDIp8RqF24jd72OHVchBTc0=
FpC3ks5uX3N_gaJpZM4WaDtr.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
inthomson in #1721: I think that this is the only sensible outcome based =
on the description we have of the problem.\r\n\r\nWe should check that th=
is is going to work though.  The current design intentionally has all 0-R=
TT with the same connection ID so that we could guarantee (ish) that it w=
as consistently routed.  But that was based on the understanding that mos=
t 0-RTT in most cases would be sent prior to getting the server's first h=
andshake flight.  Having the switch in connection ID happen, but be relat=
ively rare (you would need partial loss of the server flight).  The asses=
sment was that it would only cause problems.\r\n\r\nWith Stream 0, we hav=
e EndOfEarlyData, so a change in connection ID based on these rules would=
 always happen, and so we'd expect to not see any odd bugs.  Unless I hea=
r screams, I will make a PR following Christian's suggestion (though, not=
e to self: we probably just want to remove the special handling text rath=
er than add more of it, this might be a change that involves deleting tex=
t more than adding it)."}],"action":{"name":"View Issue","url":"https://g=
ithub.com/quicwg/base-drafts/issues/1721#issuecomment-418618068"}}}</scri=
pt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment=
-418618068",
"url": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-41=
8618068",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same=
 CID as Initial packets (#1721)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1721,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1721\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-41=
8618068"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3759297=
07\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b8f7bff43c4_30a93f9dd70d45bc75126f--


From nobody Tue Sep  4 23:51:52 2018
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 7AD76130DD5 for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 23:51:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 UDKE-DOqPjR1 for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 23:51:48 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6466A126CB6 for <quic-issues@ietf.org>; Tue,  4 Sep 2018 23:51:48 -0700 (PDT)
Date: Tue, 04 Sep 2018 23:51:47 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536130307; bh=qDZh0Z4GWmU4EKNUGaiRNjEYFXX1vneyJE0TW6RD8wo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=N65g2tUhYwBdXAmYHBPsrKKf+j4wIUb6buERlWILF0IlBk8XZ97WbN/ishyY27z8T eJsjFsHfrMF0GWCV2/0d6kdCBHOwEYdxgxzpgxXsvOrfF+u3AckdhYTEXgWkNbDZ5U i+FIgsV8VyG0uGk5DBqYS/vO8Ez/d5AG8mkdnAL0=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbe495f80bd6c5d641493ffc54301d7077638db3c92cf0000000117a73f0392a169ce1547f95a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1721/418619034@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1721@github.com>
References: <quicwg/base-drafts/issues/1721@github.com>
Subject: Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8f7d038555b_660e3fc4a2ed45bc5739bd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/-VYIeXeamT45rWrpmGIbxdiJmr4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2018 06:51:51 -0000

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

More fall-out from the EOED requirement..

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

<p>More fall-out from the EOED requirement..</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/1721#issuecomment-418619034">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxrf9v5KiqbJrqkb1jK6ms6rWdfSks5uX3SDgaJpZM4WaDtr">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2f4m_BPGwgQdYAHkPy4rrrO5cwDks5uX3SDgaJpZM4WaDtr.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #1721: More fall-out from the EOED requirement.."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1721#issuecomment-418619034"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-418619034",
"url": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-418619034",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1721,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1721\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-418619034"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375929707\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8f7d038555b_660e3fc4a2ed45bc5739bd--


From nobody Tue Sep  4 23:55:19 2018
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 D4CAD130DD5 for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 23:55:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 2qvD5AIj_Ck1 for <quic-issues@ietfa.amsl.com>; Tue,  4 Sep 2018 23:55:17 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 26E57130DF2 for <quic-issues@ietf.org>; Tue,  4 Sep 2018 23:55:17 -0700 (PDT)
Date: Tue, 04 Sep 2018 23:55:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536130516; bh=056MdskztygUQZX2/6FD3leN65xt4yQaNV1a7Yz4IOQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0fiSXwyU2mivbWYwIo3rJClV/HPciNVGf+rSExeeChGJS4gFBJGaN5unPBhQBLlOy edKuggabPhOhYxZ79b3POZpkJ3pmtLgCqLTZIZ0bjmjF3iR6pMd4fyuX4lAfiCZPRl LOVns/eHJw2t45yl9BGn//BEozCNIPhwYqn8ZrbU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5de68f8ff3087486777b62218415cdb483c789da92cf0000000117a73fd492a169ce1547f95a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1721/418619821@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1721@github.com>
References: <quicwg/base-drafts/issues/1721@github.com>
Subject: Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8f7dd47f98e_77563fbc6e2d45b4647192"; 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/sRYsY7R8-hCKdG2SvCCkxJ1B4W8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2018 06:55:19 -0000

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

Well, more the opposite.  It's a benefit here that the client will always have something to send after knowing what the server wants it to use as a connection ID.

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

<p>Well, more the opposite.  It's a benefit here that the client will always have something to send after knowing what the server wants it to use as a connection ID.</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/1721#issuecomment-418619821">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzTCNXPshsmOrgtCZI-MrYZ7p9lsks5uX3VUgaJpZM4WaDtr">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq49EQJ3HMavzeCHJ8FUKTfeOa6ioks5uX3VUgaJpZM4WaDtr.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1721: Well, more the opposite.  It's a benefit here that the client will always have something to send after knowing what the server wants it to use as a connection ID."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1721#issuecomment-418619821"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-418619821",
"url": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-418619821",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1721,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1721\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-418619821"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375929707\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8f7dd47f98e_77563fbc6e2d45b4647192--


From nobody Wed Sep  5 05:15:44 2018
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 2E53C130E1A for <quic-issues@ietfa.amsl.com>; Wed,  5 Sep 2018 05:15:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 UQDUmGnCWzY8 for <quic-issues@ietfa.amsl.com>; Wed,  5 Sep 2018 05:15:35 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8BB25126F72 for <quic-issues@ietf.org>; Wed,  5 Sep 2018 05:15:35 -0700 (PDT)
Date: Wed, 05 Sep 2018 05:15:34 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536149734; bh=0n3Tk1tsAXXV5Tzu3eib8zxzw6Zo0LwRuQkpKCcBQ/4=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=ZOgG6XF3Pfy/P73GE6t8HimDSItuphvfbLN6pRHahDK26e3JCqYV6eQGoD/4OVXM0 CLaSglhoxusLadiD9TbRZlQanluNYKI1vw+W9lPMGMkI0tPqGRixIi5+s8BOSh+lmp Jnp6IogBNxfJyGan+CpmO9QJTojkOlNoaxmfyqGs=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6cfaf3ce1329940aa5871f11d928b181bc51243e92cf0000000117a78ae692a169ce154a73d6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1724@github.com>
Subject: [quicwg/base-drafts] Pseudo code issue  (#1724)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8fc8e6a57d0_7fe03f7fd9ed45c049366"; 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/pAA79Ln_OoW9b1DPd0jMgdLUX7o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2018 12:15:43 -0000

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

i think there is an issue in the pseudo code (but I may be wrong - I find the code much more difficult to follow than an actual textual explanation.)

In `OnAckReceived`, there is the following call sequence:
```
       DetectLostPackets(ack.largest_acked_packet)
       SetLossDetectionTimer()
```

`DetectLostPackets` calls `OnPacketsLost`, which reduces `in_flight` potentially to zero. Then in `SetLossDetectionTimer`, the timer is cancelled via `loss_detection_timer.cancel()`.

This causes no retransmissions to happen, at least when (blindly) implementing the pseudo code.

Related to that, it is not clear where exactly the pseudo code expects actual retransmissions to happen. There is code in `OnLossDetectionTimeout` (`RetransmitAllUnackedHandshakeData`, `SendOnePacket`, `SendTwoPackets`) but what those do is not explained. There is also a comment in `DetectLostPackets` ("Inform the congestion controller...") but it remains unclear when and how that would lead to retransmissions.

IMO, if we rely on pseudo code for this document, it needs a lot more work to make sure it actually does what is intended. (My preference would be to instead describe the concepts in 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/1724
----==_mimepart_5b8fc8e6a57d0_7fe03f7fd9ed45c049366
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>i think there is an issue in the pseudo code (but I may be wrong - I find the code much more difficult to follow than an actual textual explanation.)</p>
<p>In <code>OnAckReceived</code>, there is the following call sequence:</p>
<pre><code>       DetectLostPackets(ack.largest_acked_packet)
       SetLossDetectionTimer()
</code></pre>
<p><code>DetectLostPackets</code> calls <code>OnPacketsLost</code>, which reduces <code>in_flight</code> potentially to zero. Then in <code>SetLossDetectionTimer</code>, the timer is cancelled via <code>loss_detection_timer.cancel()</code>.</p>
<p>This causes no retransmissions to happen, at least when (blindly) implementing the pseudo code.</p>
<p>Related to that, it is not clear where exactly the pseudo code expects actual retransmissions to happen. There is code in <code>OnLossDetectionTimeout</code> (<code>RetransmitAllUnackedHandshakeData</code>, <code>SendOnePacket</code>, <code>SendTwoPackets</code>) but what those do is not explained. There is also a comment in <code>DetectLostPackets</code> ("Inform the congestion controller...") but it remains unclear when and how that would lead to retransmissions.</p>
<p>IMO, if we rely on pseudo code for this document, it needs a lot more work to make sure it actually does what is intended. (My preference would be to instead describe the concepts in 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/1724">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzIdHiTTis3YpsP1LK-uWTOaXQvBks5uX8BmgaJpZM4Wax_V">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1oaml4FNcwh0PQ6M_NXjbEPTZwJks5uX8BmgaJpZM4Wax_V.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Pseudo code issue  (#1724)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1724"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1724",
"url": "https://github.com/quicwg/base-drafts/issues/1724",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Pseudo code issue  (#1724)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1724
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1724,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1724\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1724"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 376119253\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8fc8e6a57d0_7fe03f7fd9ed45c049366--


From nobody Wed Sep  5 05:20:17 2018
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 3B118130E42 for <quic-issues@ietfa.amsl.com>; Wed,  5 Sep 2018 05:19:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Yz7Dj2_29BWq for <quic-issues@ietfa.amsl.com>; Wed,  5 Sep 2018 05:19:53 -0700 (PDT)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7EEA5130E5E for <quic-issues@ietf.org>; Wed,  5 Sep 2018 05:19:53 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=v9zCsLl0cU6gPuBB1bjPO9QN290=; b=IvDGajJU7buVIxZj 9XeZdfakCUW1hNxbes3TQ+0DyCZBEHFhJs5gJ6AqcbC0QKYTYObazxlwUvglekDc eeBCS/YosVu7QdiCe7h+fc+yOyXpza5nsYt1igldfCKM3sy6yEABCTi/+hIik232 wp9Mo09VkKvitIUexvtlzg1VjIs=
Received: by filter1528p1mdw1.sendgrid.net with SMTP id filter1528p1mdw1-14313-5B8FC9E8-10 2018-09-05 12:19:52.356219358 +0000 UTC m=+478586.824266490
Received: from github-lowworker-dc5ea3e.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0017p1iad2.sendgrid.net (SG) with ESMTP id nwNg4XU0T2GfyMzXJ-VXSw for <quic-issues@ietf.org>; Wed, 05 Sep 2018 12:19:52.407 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dc5ea3e.cp1-iad.github.net (Postfix) with ESMTP id 5DB11260D13 for <quic-issues@ietf.org>; Wed,  5 Sep 2018 05:19:52 -0700 (PDT)
Date: Wed, 05 Sep 2018 12:19:52 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe3348edebd7094b7b888570b745a9233bb99958092cf0000000117a78be892a169ce154a73d6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1724/418709648@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1724@github.com>
References: <quicwg/base-drafts/issues/1724@github.com>
Subject: Re: [quicwg/base-drafts] Pseudo code issue  (#1724)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b8fc9e85ad47_68ef3fd11a6d45b898330"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0ZS2EvFMecwYLunJW4HeCIx7OWS0SM8RANzQ 9iyqd7dyzR4bdVS1NjsoaOAzkWFlFTx94xi0g+Fa42PMg2y07l+l0ycBR2nlkkV5I+9KTI+u4+qudC dtDOoC5eUM792AA3RicQLftg97yVn9no+q7gd82AlbGuF64mTXQMKDQiLt2v4zAj/lNQVlgj+wGDwP o=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/lexLaP0ONQjumtkHOjjvtyk_q1Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Sep 2018 12:20:03 -0000

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

This might be related to https://github.com/quicwg/base-drafts/issues/1718

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

<p>This might be related to <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="356186119" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1718" href="https://github.com/quicwg/base-drafts/issues/1718">#1718</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/1724#issuecomment-418709648">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq07uo1W6O0MVK7TZxVfMZfJpWdlrks5uX8FogaJpZM4Wax_V">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6WaNZGlOcbuScAX5yiG-depdcHGks5uX8FogaJpZM4Wax_V.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1724: This might be related to https://github.com/quicwg/base-drafts/issues/1718"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1724#issuecomment-418709648"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1724#issuecomment-418709648",
"url": "https://github.com/quicwg/base-drafts/issues/1724#issuecomment-418709648",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Pseudo code issue  (#1724)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1724,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1724\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1724#issuecomment-418709648"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 376119253\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b8fc9e85ad47_68ef3fd11a6d45b898330--


From nobody Wed Sep  5 20:53:47 2018
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 EE3E9130E59 for <quic-issues@ietfa.amsl.com>; Wed,  5 Sep 2018 20:53:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 84OvKd3vBEv3 for <quic-issues@ietfa.amsl.com>; Wed,  5 Sep 2018 20:53:44 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E3754130E4B for <quic-issues@ietf.org>; Wed,  5 Sep 2018 20:53:43 -0700 (PDT)
Date: Wed, 05 Sep 2018 20:53:43 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536206023; bh=owq5pZxZpwPO/56ZdF85NlKL8N56qmm9hLC8mFQGPG8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=v4F1R94u7Ob7Yt17WQAUiMhjEpQ2G5F9ZuG64Y2zXxcm6ZrX8AkRXbAIf8CXH+Dh0 y0WZ3zFpPCxf+6jZD8GhV8Svw2J5l046SS/IHaHqLS3ts5So2nXGjr8mhDFbYWcNCA 6QgBsstczI4RB41FSj6zUrnl0jAH2E4BeKXVzqWs=
From: Juha-Matti Tilli <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1f9788f1342e78ac492ba4b7ea6fd5160f3d400892cf0000000117a866c792a169ce1522609f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1710/418956237@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1710@github.com>
References: <quicwg/base-drafts/issues/1710@github.com>
Subject: Re: [quicwg/base-drafts] Authenticate Retry (#1710)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b90a4c7d48d_1d633f82220d45c4603554"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: jmtilli
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/elhQXOmDKsMvwuqUiB3tohcIIWU>
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, 06 Sep 2018 03:53:46 -0000

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

I'm somewhat surprised by the anti-middlebox attitudes here. Don't you realize that practically every single device in the Internet is behind a middlebox?

For QUIC to work, a middlebox needs to allocate state for the UDP connection. Thus, every single UDP packet potentially creates state, requiring memory. If there are lots of UDP packets (think about the equivalent of TCP SYN flood in QUIC), the memory of the middlebox will be quickly exhausted.

The only form of saving the middlebox from an out-of-memory condition is if the middlebox can authenticate the client's willingness to fully open the connection before allocating any memory. Thus, the middlebox needs to send a RETRY packet to the client. This middlebox sending a RETRY packet is exactly what you're planning to prevent here by authenticating retry.

It's not only the endpoint that needs to be protected from flooding attacks. The middlebox needs to be protected 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/1710#issuecomment-418956237
----==_mimepart_5b90a4c7d48d_1d633f82220d45c4603554
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I'm somewhat surprised by the anti-middlebox attitudes here. Don't you=
 realize that practically every single device in the Internet is behind a=
 middlebox?</p>
<p>For QUIC to work, a middlebox needs to allocate state for the UDP conn=
ection. Thus, every single UDP packet potentially creates state, requirin=
g memory. If there are lots of UDP packets (think about the equivalent of=
 TCP SYN flood in QUIC), the memory of the middlebox will be quickly exha=
usted.</p>
<p>The only form of saving the middlebox from an out-of-memory condition =
is if the middlebox can authenticate the client's willingness to fully op=
en the connection before allocating any memory. Thus, the middlebox needs=
 to send a RETRY packet to the client. This middlebox sending a RETRY pac=
ket is exactly what you're planning to prevent here by authenticating ret=
ry.</p>
<p>It's not only the endpoint that needs to be protected from flooding at=
tacks. The middlebox needs to be protected also.</p>

<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/1710#issuecomment-418956237">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1Na=
uKhiQ5TnodW3fVPSDfYtN2J5ks5uYJxHgaJpZM4WO7fd">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq1vXUPqNGYk2mXPZpbOsL8aD=
E9WNks5uYJxHgaJpZM4WO7fd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@jmti=
lli in #1710: I'm somewhat surprised by the anti-middlebox attitudes here=
. Don't you realize that practically every single device in the Internet =
is behind a middlebox?\r\n\r\nFor QUIC to work, a middlebox needs to allo=
cate state for the UDP connection. Thus, every single UDP packet potentia=
lly creates state, requiring memory. If there are lots of UDP packets (th=
ink about the equivalent of TCP SYN flood in QUIC), the memory of the mid=
dlebox will be quickly exhausted.\r\n\r\nThe only form of saving the midd=
lebox from an out-of-memory condition is if the middlebox can authenticat=
e the client's willingness to fully open the connection before allocating=
 any memory. Thus, the middlebox needs to send a RETRY packet to the clie=
nt. This middlebox sending a RETRY packet is exactly what you're planning=
 to prevent here by authenticating retry.\r\n\r\nIt's not only the endpoi=
nt that needs to be protected from flooding attacks. The middlebox needs =
to be protected also."}],"action":{"name":"View Issue","url":"https://git=
hub.com/quicwg/base-drafts/issues/1710#issuecomment-418956237"}}}</script=
>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment=
-418956237",
"url": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-41=
8956237",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Authenticate Retry (#1710)",
"sections": [
{
"text": "",
"activityTitle": "**Juha-Matti Tilli**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@jmtilli",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1710,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1710\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-41=
8956237"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3730124=
45\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b90a4c7d48d_1d633f82220d45c4603554--


From nobody Thu Sep  6 01:33:44 2018
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 DB116130DD5 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 01:33:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 vS77Kgk32jsx for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 01:33:41 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4AC3C128CB7 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 01:33:41 -0700 (PDT)
Date: Thu, 06 Sep 2018 01:33:39 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536222819; bh=tRFJc4rrKym0xG/k76DF1eik0Qwzz4RWBh3d3UKUGwc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=K+Ds5yOwOfVTX4YubRwybm9h9SIFxn6XJXJQrc5cINTNHuVwO40aUQcEyChL3FszM frQslRTqUfy5QXXJiZMf12HOT70xHxo3jboikL9Nb7anV64HtdJNDqDo91/n+iltEN wTPukz/JEyIpeCt6I2v2OSu2tj5zPoak0qUhsT+Y=
From: mirjak <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab543118356c4f84048ec280b5c80094d6b1613d3592cf0000000117a8a86392a169ce154a73d6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1724/419011384@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1724@github.com>
References: <quicwg/base-drafts/issues/1724@github.com>
Subject: Re: [quicwg/base-drafts] Pseudo code issue  (#1724)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b90e663c0690_305b3fbdf1cd45bc1550e7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mirjak
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/G68wsHeEDN0q7NtYwLse4EWbq7k>
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, 06 Sep 2018 08:33:43 -0000

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

I believe this is general issue with TLP which shows up as you are sending only with a low constant rate. We observed a similar problem in TCP...

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

<p>I believe this is general issue with TLP which shows up as you are sending only with a low constant rate. We observed a similar problem in TCP...</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/1724#issuecomment-419011384">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0R8D3LDfginEpD7FZ8C0lRZ4igSks5uYN3jgaJpZM4Wax_V">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1yhIWtwqu2H1bNjEI2wb-bQ6-ogks5uYN3jgaJpZM4Wax_V.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mirjak in #1724: I believe this is general issue with TLP which shows up as you are sending only with a low constant rate. We observed a similar problem in TCP..."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1724#issuecomment-419011384"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1724#issuecomment-419011384",
"url": "https://github.com/quicwg/base-drafts/issues/1724#issuecomment-419011384",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Pseudo code issue  (#1724)",
"sections": [
{
"text": "",
"activityTitle": "**mirjak**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mirjak",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1724,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1724\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1724#issuecomment-419011384"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 376119253\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b90e663c0690_305b3fbdf1cd45bc1550e7--


From nobody Thu Sep  6 01:34:15 2018
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 43FED128CB7 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 01:34:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 QAuc__x0Fdie for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 01:34:12 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 03920130DC8 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 01:34:12 -0700 (PDT)
Date: Thu, 06 Sep 2018 01:34:11 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536222851; bh=rZPBK31LoMsDQzvZhL1DTdmjet5IteWBbjpc0I5fzi8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qOPjR7Y8NBv52q5pFJYhcv1JewQ6Rx9r8PTuinyMHdC/dsr0d0SN5ecdTpy0yml5O oVi876q16PBNPsk0MI7MRS0Zh0dK+yaXhprvMPag301pqVpRyGG+WHjZzgcOa/mcQd 1hGmHYJh0zVGyDGYUtoUF6VvVn0yupQdZIJD1wz0=
From: mirjak <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3f2ba897ff825e2a100cc17b937db958b6f7df2c92cf0000000117a8a88292a169ce154a73d6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1724/419011556@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1724@github.com>
References: <quicwg/base-drafts/issues/1724@github.com>
Subject: Re: [quicwg/base-drafts] Pseudo code issue  (#1724)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b90e68312f_64f73fe44a2d45c4281228"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mirjak
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/_5btODMuOSh54DpBGxrL1OMj_jA>
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, 06 Sep 2018 08:34:14 -0000

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

However, +1 to more text explanation!

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

<p>However, +1 to more text explanation!</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/1724#issuecomment-419011556">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5pqDFsVBCh5i8mF3KD7twDsOvGNks5uYN4CgaJpZM4Wax_V">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6lAJx0VB6dOQZWIzHB1jtXWL9-Gks5uYN4CgaJpZM4Wax_V.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mirjak in #1724: However, +1 to more text explanation!"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1724#issuecomment-419011556"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1724#issuecomment-419011556",
"url": "https://github.com/quicwg/base-drafts/issues/1724#issuecomment-419011556",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Pseudo code issue  (#1724)",
"sections": [
{
"text": "",
"activityTitle": "**mirjak**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mirjak",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1724,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1724\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1724#issuecomment-419011556"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 376119253\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b90e68312f_64f73fe44a2d45c4281228--


From nobody Thu Sep  6 01:54:49 2018
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 E2888130DC8 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 01:54:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 YJEj7w3dqEFy for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 01:54:46 -0700 (PDT)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 313F1128CB7 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 01:54:46 -0700 (PDT)
Date: Thu, 06 Sep 2018 01:54:45 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536224085; bh=ZyNPIsw3xluWDexI6kS7zcvrTWYG+58snz0aqW1Y2KU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AHnhv2BX5OlzAaNTbc4l95T1qHxid5eo1YwsB2Sybmb4J1rSHPvLWYIEKSDdNEco1 WXRnJ/fldWblaBlUOck9Oofanc3SlKA2NCrKtgQDifGsiXIYch/sAXZnLk81SlLecg fG0PiOWH+d5b0YLAUx9UUhOUsld3gcxKxvNwmp2A=
From: mirjak <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab98e4d18724d60365b0dfd9a6e6cccc44617d963f92cf0000000117a8ad5592a169ce151d0067@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1706/c419017717@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1706@github.com>
References: <quicwg/base-drafts/pull/1706@github.com>
Subject: Re: [quicwg/base-drafts] Unified ACK frame (#1706)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b90eb55a54a3_3e703fe67ded45c49236e0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mirjak
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/fAajOBQvc7-IXxbxijnmN8xwsNg>
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, 06 Sep 2018 08:54:48 -0000

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

Currently, the assumption for experiments with ECT(1) is that you only use ECT(1) (and no ECT(0)) on such a connection to enable a new kind of behavior. Therefore the difference between ECT(0) and ECT(1) is not important (expect for probing) as you should only see one or the other on one connection.

-- 
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/1706#issuecomment-419017717
----==_mimepart_5b90eb55a54a3_3e703fe67ded45c49236e0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Currently, the assumption for experiments with ECT(1) is that you only=
 use ECT(1) (and no ECT(0)) on such a connection to enable a new kind of =
behavior. Therefore the difference between ECT(0) and ECT(1) is not impor=
tant (expect for probing) as you should only see one or the other on one =
connection.</p>

<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/1706#issuecomment-419017717">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6UPhB=
LPp2PFb38QXGkrTXFwzuCmks5uYOLVgaJpZM4WNXQz">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq-8GNJs2pT4z4ZIFxvqLYUlpUMGe=
ks5uYOLVgaJpZM4WNXQz.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mirj=
ak in #1706: Currently, the assumption for experiments with ECT(1) is tha=
t you only use ECT(1) (and no ECT(0)) on such a connection to enable a ne=
w kind of behavior. Therefore the difference between ECT(0) and ECT(1) is=
 not important (expect for probing) as you should only see one or the oth=
er on one connection."}],"action":{"name":"View Pull Request","url":"http=
s://github.com/quicwg/base-drafts/pull/1706#issuecomment-419017717"}}}</s=
cript>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1706#issuecomment-4=
19017717",
"url": "https://github.com/quicwg/base-drafts/pull/1706#issuecomment-4190=
17717",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Unified ACK frame (#1706)",
"sections": [
{
"text": "",
"activityTitle": "**mirjak**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mirjak",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1706,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1706\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1706#issuecomment-4190=
17717"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3726019=
07\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b90eb55a54a3_3e703fe67ded45c49236e0--


From nobody Thu Sep  6 03:31:59 2018
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 BA42C130DEF for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 03:31:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 MDjl7dn8Mj_W for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 03:31:56 -0700 (PDT)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D4FA6128CF2 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 03:31:55 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=DqOA8PdDNvCiEePfLV789XfkE/4=; b=Pb+cwVFbm3FRQPhc W+knvJBN7JE1UpnNSRVi85TjI0kJr4c5AiVEZEtqlypQcccT6aYbpd/Rf/ZfsS8K EuUq88hy2lj9hdyE1g+N+5mkqg8kz07mG0mEmisoypQH0cbTgwGBoEU/ZzqYXX/h r6OOj8SDAYNbgRfePrmAAJwX+ns=
Received: by filter0052p1iad2.sendgrid.net with SMTP id filter0052p1iad2-15889-5B91021A-19 2018-09-06 10:31:54.856723745 +0000 UTC m=+1687816.183894522
Received: from github-lowworker-cd52d7b.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id x1vw5hg_Qgq0vqaranPGRw for <quic-issues@ietf.org>; Thu, 06 Sep 2018 10:31:54.669 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-cd52d7b.cp1-iad.github.net (Postfix) with ESMTP id 9C6979213C9 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 03:31:54 -0700 (PDT)
Date: Thu, 06 Sep 2018 10:31:55 +0000 (UTC)
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1a9494a592e0a3f7e761397e86ad79a60ea88d2592cf0000000117a8c41a92a169ce154a73d6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1724/419045765@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1724@github.com>
References: <quicwg/base-drafts/issues/1724@github.com>
Subject: Re: [quicwg/base-drafts] Pseudo code issue  (#1724)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b91021a9a8f6_3a9a3f941bad45b476869"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2fZdaXFYDOdAdGU1Po6ONzkOYa3fg6j2E6PK HsuJnFqjpXg1TApxhJS9plz/4ugXfqlHlT8nzXJkUrlF3y+2Toh1rhzkVYIjbvPJ6AvcZGLlZ2VB+b qd72GjyUNK7h+VfaByuVSRBwYfY/V3yNt3citN/Mb+FEzpuRjIsiI2Q48c/Wct8dJfsr1GUX5YEJ7O I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/C4kN6J4q1yGg30uDJ2EBhFBl1mw>
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, 06 Sep 2018 10:31:58 -0000

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

The pseudo code shouldn't have "general issues" :-)

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

<p>The pseudo code shouldn't have "general issues" :-)</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/1724#issuecomment-419045765">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1v5XQjdWZsZjDvQQ-q7OUGzkgQUks5uYPmagaJpZM4Wax_V">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxTmfNJaEoQGbaAamvv6n5KTcU8jks5uYPmagaJpZM4Wax_V.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@larseggert in #1724: The pseudo code shouldn't have \"general issues\" :-)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1724#issuecomment-419045765"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1724#issuecomment-419045765",
"url": "https://github.com/quicwg/base-drafts/issues/1724#issuecomment-419045765",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Pseudo code issue  (#1724)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1724,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1724\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1724#issuecomment-419045765"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 376119253\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b91021a9a8f6_3a9a3f941bad45b476869--


From nobody Thu Sep  6 03:35:14 2018
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 264CB130E5A for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 03:35:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 lBPc4XCvmIJf for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 03:35:11 -0700 (PDT)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DDD7C128CF2 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 03:35:11 -0700 (PDT)
Date: Thu, 06 Sep 2018 03:35:11 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536230111; bh=Z7/h0GAkdq7i2pG0CFUfmgrzVQlj0QPVbU2rV4qB6YA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Hv6ibruBAV0BD7MihtMclGmxuvozNohsv36X22spvrnxlyxtd/HZQGh+RTupnQvw0 P9hufUB59P7uQNduNeWJbzKasJrS9dV0EfGr2yuVeGNXMWTTINtHfLSVo58qVzDyJE t0UoE0df5csnHVlu9Yl2w8W5JA8MAF/893npt79w=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab66b1ceb0d4a912c67cbae340781090993d6fcea192cf0000000117a8c4df92a169ce1522609f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1710/419046826@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1710@github.com>
References: <quicwg/base-drafts/issues/1710@github.com>
Subject: Re: [quicwg/base-drafts] Authenticate Retry (#1710)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9102df3a1a7_516d3fc1ec6d45b4143728"; 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/Gk6CL-doAWcWkPa-58FH_qGMTXA>
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, 06 Sep 2018 10:35:13 -0000

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

If a middlebox sends a RETRY for every new connection, that will kill 0-RTT, no? Because it means that we're back to adding an extra roundtrip all the time.

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

<p>If a middlebox sends a RETRY for every new connection, that will kill 0-RTT, no? Because it means that we're back to adding an extra roundtrip all the time.</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/1710#issuecomment-419046826">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9HiqkNNlQFP5buNPV9wJKvRCkagks5uYPpfgaJpZM4WO7fd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwd4V2tiZ8otmTpzgGfE_G7DMKM-ks5uYPpfgaJpZM4WO7fd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@larseggert in #1710: If a middlebox sends a RETRY for every new connection, that will kill 0-RTT, no? Because it means that we're back to adding an extra roundtrip all the time."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1710#issuecomment-419046826"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-419046826",
"url": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-419046826",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Authenticate Retry (#1710)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1710,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1710\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-419046826"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 373012445\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9102df3a1a7_516d3fc1ec6d45b4143728--


From nobody Thu Sep  6 03:38:40 2018
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 D6A53130DE1 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 03:38:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 cHfu0OXnQvaV for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 03:38:38 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 43748128CF2 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 03:38:38 -0700 (PDT)
Date: Thu, 06 Sep 2018 03:38:37 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536230317; bh=VnnE4g1NA2D7Z6V7TPZqKwxMUWPySjZhvNLT6Cx8Jpw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ONEEQPp/hhMzpV11U7XeVnAQzyRPo53I9Yai6xJciAE2PeKwElxATbpcnQR9Q7tV4 GezxFIsAWDzLFuhZA2Grh4jzpC/2lsHjQ6ybeN1aGmyijBFqwEg4VWl0nBlEpKWoRc t7nnxddso2i1t75Yee37u6EmqpuAnwBUkCvEg6Tg=
From: mirjak <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2c1b8d7a5927fbd9c829dbf002042fa6dd39dfe192cf0000000117a8c5ad92a169ce1522609f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1710/419047705@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1710@github.com>
References: <quicwg/base-drafts/issues/1710@github.com>
Subject: Re: [quicwg/base-drafts] Authenticate Retry (#1710)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9103ad1e616_518a3fc1ec6d45b41346d4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mirjak
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/bxY4kKDqN27IzZPZZmoI_y1Us08>
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, 06 Sep 2018 10:38:40 -0000

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

Not really, this is probably a rare scenarios, e.g. when middlebox is already in some DDoS protection state or if the box would usually only expect out-going connections. 

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

<p>Not really, this is probably a rare scenarios, e.g. when middlebox is already in some DDoS protection state or if the box would usually only expect out-going connections.</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/1710#issuecomment-419047705">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7BIhYRv24zyFe45w4zPkI8GiuRnks5uYPstgaJpZM4WO7fd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-RExgIzOtEd_6tt-lgOsuMR98v-ks5uYPstgaJpZM4WO7fd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mirjak in #1710: Not really, this is probably a rare scenarios, e.g. when middlebox is already in some DDoS protection state or if the box would usually only expect out-going connections. "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1710#issuecomment-419047705"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-419047705",
"url": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-419047705",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Authenticate Retry (#1710)",
"sections": [
{
"text": "",
"activityTitle": "**mirjak**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mirjak",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1710,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1710\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-419047705"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 373012445\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9103ad1e616_518a3fc1ec6d45b41346d4--


From nobody Thu Sep  6 04:03:12 2018
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 7246A130DDF for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 04:03:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 oA7zX6jAgnO2 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 04:03:09 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DEF34128CF2 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 04:03:08 -0700 (PDT)
Date: Thu, 06 Sep 2018 04:03:08 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536231788; bh=Bzg0GSFK/woMysM9YW3Ycu1nyEvoutT3csxQGY/j4jU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pibGCHEom73tsalg1gdgQlaEjYoJ3n/5lIylnwwRHVq2oXhtJeKxupBNmtsRrJXib zOP/uDYYQtpHsgwm0YrmxJNTXhzZbfohSwTAaLg4dJGtQQsUbVJpIkPCHRfqRvRN7z /3mo707MlTvAF/uZRpKbDoL7fjDpVBIbrLbt7WIA=
From: Juha-Matti Tilli <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdf6581decbf1f7644842af7beae8f14a8b5a379892cf0000000117a8cb6c92a169ce1522609f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1710/419054195@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1710@github.com>
References: <quicwg/base-drafts/issues/1710@github.com>
Subject: Re: [quicwg/base-drafts] Authenticate Retry (#1710)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b91096c2f4dd_74f43fdf65ad45c4136775"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: jmtilli
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/WdlH-sJiNWZMOPtd44Fl_EG9h24>
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, 06 Sep 2018 11:03:10 -0000

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

Yes, a RETRY sent by a middlebox will add extra roundtrip. However, as @mirjak noticed, the DDoS protection need not be always on. It is possible to enable the RETRY authentication when some percentage (such as 50%) of the memory available for UDP state machines has already been taken by a DDoS attack. I consider it far better to have an extra roundtrip when under an attack than it is to stop accepting new connections due to the out-of-memory condition.

The same thing is true for SYN cookies: they are the fallback, the usual rule is that the server will have the connection parameters stored in memory. SYN cookie will take over the memory only when running out of memory.

-- 
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/1710#issuecomment-419054195
----==_mimepart_5b91096c2f4dd_74f43fdf65ad45c4136775
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Yes, a RETRY sent by a middlebox will add extra roundtrip. However, as=
 <a class=3D"user-mention" data-hovercard-user-id=3D"8420764" data-octo-c=
lick=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" hre=
f=3D"https://github.com/mirjak">@mirjak</a> noticed, the DDoS protection =
need not be always on. It is possible to enable the RETRY authentication =
when some percentage (such as 50%) of the memory available for UDP state =
machines has already been taken by a DDoS attack. I consider it far bette=
r to have an extra roundtrip when under an attack than it is to stop acce=
pting new connections due to the out-of-memory condition.</p>
<p>The same thing is true for SYN cookies: they are the fallback, the usu=
al rule is that the server will have the connection parameters stored in =
memory. SYN cookie will take over the memory only when running out of mem=
ory.</p>

<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/1710#issuecomment-419054195">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4Tp=
TMZ4hZGdw0f79uWVURZ3SO5Qks5uYQDsgaJpZM4WO7fd">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqxc8OhxIGh49tu_YwUDdQDNe=
4T6_ks5uYQDsgaJpZM4WO7fd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@jmti=
lli in #1710: Yes, a RETRY sent by a middlebox will add extra roundtrip. =
However, as @mirjak noticed, the DDoS protection need not be always on. I=
t is possible to enable the RETRY authentication when some percentage (su=
ch as 50%) of the memory available for UDP state machines has already bee=
n taken by a DDoS attack. I consider it far better to have an extra round=
trip when under an attack than it is to stop accepting new connections du=
e to the out-of-memory condition.\r\n\r\nThe same thing is true for SYN c=
ookies: they are the fallback, the usual rule is that the server will hav=
e the connection parameters stored in memory. SYN cookie will take over t=
he memory only when running out of memory."}],"action":{"name":"View Issu=
e","url":"https://github.com/quicwg/base-drafts/issues/1710#issuecomment-=
419054195"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment=
-419054195",
"url": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-41=
9054195",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Authenticate Retry (#1710)",
"sections": [
{
"text": "",
"activityTitle": "**Juha-Matti Tilli**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@jmtilli",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1710,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1710\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-41=
9054195"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3730124=
45\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b91096c2f4dd_74f43fdf65ad45c4136775--


From nobody Thu Sep  6 05:26:39 2018
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 75FA8130E07 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 05:26:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 D0UpPlwLSg50 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 05:26:35 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 00874128CF3 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 05:26:34 -0700 (PDT)
Date: Thu, 06 Sep 2018 05:26:34 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536236794; bh=w476ZxeDHz/u2Q8cGcZ4JKypGQ3a/BY6NoomFmjdcjs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=z6TaQVcO1Nd5itUUMIFv9RQAObTQiaqfPgzM8z03AXNZOe11YmodCg78pw9ZNgxDr 9skiDQfDIL+t6W9BLhFMQxaEgZyPYTBwwZBg6ckIXWu4lwt1fJbMdzLtaFYoX/Kl0o Ifazh0p6APrBGPNFi5Y3Xh4grLi8ICHDhEN865Kc=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0673413dcd5888e230b3130e625434a5609e710492cf0000000117a8defa92a169ce1522609f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1710/419074546@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1710@github.com>
References: <quicwg/base-drafts/issues/1710@github.com>
Subject: Re: [quicwg/base-drafts] Authenticate Retry (#1710)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b911cfa68e2e_46773f9dd96d45b42752e0"; 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/9ts1rMTiTK5dzEVVO8910JQRhgI>
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, 06 Sep 2018 12:26:37 -0000

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

I worry that such a feature would effectively always become turned on, either by misconfiguration ("it sounds more secure"), or because the capacity of the path is increased without the box being upgraded, or other such reasons. Sure, in a perfect world, such boxes would be carefully monitored and carefully operated, but that's not really the works we live in. So a highly visible failure (as not accepting new connections) is IMO much preferable to a silent degrading of user experience.

-- 
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/1710#issuecomment-419074546
----==_mimepart_5b911cfa68e2e_46773f9dd96d45b42752e0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I worry that such a feature would effectively always become turned on,=
 either by misconfiguration ("it sounds more secure"), or because the cap=
acity of the path is increased without the box being upgraded, or other s=
uch reasons. Sure, in a perfect world, such boxes would be carefully moni=
tored and carefully operated, but that's not really the works we live in.=
 So a highly visible failure (as not accepting new connections) is IMO mu=
ch preferable to a silent degrading of user experience.</p>

<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/1710#issuecomment-419074546">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1vx=
a3qYMTzZUvuE6UxlNydG-eWNks5uYRR6gaJpZM4WO7fd">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3ujlFkOcZYEDzEOTTuoSOBH=
ZzGJks5uYRR6gaJpZM4WO7fd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@lars=
eggert in #1710: I worry that such a feature would effectively always bec=
ome turned on, either by misconfiguration (\"it sounds more secure\"), or=
 because the capacity of the path is increased without the box being upgr=
aded, or other such reasons. Sure, in a perfect world, such boxes would b=
e carefully monitored and carefully operated, but that's not really the w=
orks we live in. So a highly visible failure (as not accepting new connec=
tions) is IMO much preferable to a silent degrading of user experience."}=
],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-dra=
fts/issues/1710#issuecomment-419074546"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment=
-419074546",
"url": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-41=
9074546",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Authenticate Retry (#1710)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1710,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1710\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-41=
9074546"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3730124=
45\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b911cfa68e2e_46773f9dd96d45b42752e0--


From nobody Thu Sep  6 05:57:22 2018
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 59807130E2D for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 05:57:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 46HgMKuwQFsN for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 05:57:18 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7CF07130E1C for <quic-issues@ietf.org>; Thu,  6 Sep 2018 05:57:18 -0700 (PDT)
Date: Thu, 06 Sep 2018 05:57:17 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536238637; bh=M3pBKoBMC6PBdZpSP8qm71UJAgT5yXh7kETGF3mEUCc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BROIV04tNG5K9bjfKGDCI2VkJxbdkXfHfjtAvLLS/YcWA8PNV4fAZL4YfwAh6tjfk UCCSNvjoDeS661gjjoKBatLyDTVLVX1yayP4C58sIWaEVNf9V8Y8MrSFTaTLIvwKje IV5wx9lbPL8V8g5NhYU0UN400Lt6+jMb+E72pkJY=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8a0e193ff2ed6a2fe488425538656b70ed45b5c992cf0000000117a8e62d92a169ce1522609f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1710/419083052@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1710@github.com>
References: <quicwg/base-drafts/issues/1710@github.com>
Subject: Re: [quicwg/base-drafts] Authenticate Retry (#1710)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b91242d42b32_66e63f7ec54d45bc631254"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vCZ67Z8mAKloBenq7OXKEWjI50Y>
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, 06 Sep 2018 12:57:20 -0000

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

I agree with @larseggert that middlebox owned by third parties should not be allowed to generate reties. Allowing such behavior will ossify the QUIC protocol, because that would mean that the protocol cannot be upgraded just by modifying the endpoints.

We should forbid such behavior of middleboxes. I would argue for mandating the authentication of retries, if there is a chance of seeing such middleboxes appearing (if we ship QUIC with unauthenticated retries).

-- 
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/1710#issuecomment-419083052
----==_mimepart_5b91242d42b32_66e63f7ec54d45bc631254
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I agree with <a class=3D"user-mention" data-hovercard-user-id=3D"20032=
8" data-octo-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_=
type:self" href=3D"https://github.com/larseggert">@larseggert</a> that mi=
ddlebox owned by third parties should not be allowed to generate reties. =
Allowing such behavior will ossify the QUIC protocol, because that would =
mean that the protocol cannot be upgraded just by modifying the endpoints=
.</p>
<p>We should forbid such behavior of middleboxes. I would argue for manda=
ting the authentication of retries, if there is a chance of seeing such m=
iddleboxes appearing (if we ship QUIC with unauthenticated retries).</p>

<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/1710#issuecomment-419083052">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7LS=
HL0MXA0f7Qd8ooGGyyCXMwOMks5uYRutgaJpZM4WO7fd">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqwWrMVdAtLztth1jTM2KggfH=
Gq4Nks5uYRutgaJpZM4WO7fd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1710: I agree with @larseggert that middlebox owned by third parti=
es should not be allowed to generate reties. Allowing such behavior will =
ossify the QUIC protocol, because that would mean that the protocol canno=
t be upgraded just by modifying the endpoints.\r\n\r\nWe should forbid su=
ch behavior of middleboxes. I would argue for mandating the authenticatio=
n of retries, if there is a chance of seeing such middleboxes appearing (=
if we ship QUIC with unauthenticated retries)."}],"action":{"name":"View =
Issue","url":"https://github.com/quicwg/base-drafts/issues/1710#issuecomm=
ent-419083052"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment=
-419083052",
"url": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-41=
9083052",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Authenticate Retry (#1710)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1710,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1710\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-41=
9083052"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3730124=
45\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b91242d42b32_66e63f7ec54d45bc631254--


From nobody Thu Sep  6 06:00:03 2018
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 CB81C130E0E for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 06:00:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 BJjeb2XXq95f for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 06:00:00 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 16BA2130E29 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 05:59:59 -0700 (PDT)
Date: Thu, 06 Sep 2018 05:59:58 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536238798; bh=UyMzEpDP3ZCGiIKRy/w4FJfYQ/hw+zfcTjgIDc2QNr8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VZvoKDsXIGPE+UN5oAqfJnuAIMZhpJJFB0Es4NQ9fkbGTLnGxm4UX1oEMvlIu5Vn4 CzWoQUSyT1+W9Ym88a93XwYmaLH4n5qEskmupdWGGh0jV+baMWOs0dyfn9HK7iREB1 xCliBt3y1k4WbHrxqE9fbXZ4uzLndQDuR6Hh27SA=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abedba613a54415789d4171cc069eecbe51302710292cf0000000117a8e6ce92a169ce1522609f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1710/419083908@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1710@github.com>
References: <quicwg/base-drafts/issues/1710@github.com>
Subject: Re: [quicwg/base-drafts] Authenticate Retry (#1710)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9124ce22e25_669d3f7ec54d45bc44313a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/RoWG4Vpa8AlPODALqHpnEIymPiQ>
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, 06 Sep 2018 13:00:02 -0000

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

But it could be done such that some trusted middleboxes could be authorized to do it via key sharing, possibly tied to protocol version.

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

<p>But it could be done such that some trusted middleboxes could be authorized to do it via key sharing, possibly tied to protocol version.</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/1710#issuecomment-419083908">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3I71U9Cl-cERc1PH-2QJxeEzFWrks5uYRxOgaJpZM4WO7fd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2uMTxvTc5NGHvsYBKgtBxMcfRCyks5uYRxOgaJpZM4WO7fd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1710: But it could be done such that some trusted middleboxes could be authorized to do it via key sharing, possibly tied to protocol version."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1710#issuecomment-419083908"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-419083908",
"url": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-419083908",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Authenticate Retry (#1710)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1710,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1710\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-419083908"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 373012445\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9124ce22e25_669d3f7ec54d45bc44313a--


From nobody Thu Sep  6 06:10:23 2018
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 3976F130EB1 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 06:10:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Z4QdHQVSZWpb for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 06:10:17 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 52824130EA6 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 06:10:17 -0700 (PDT)
Date: Thu, 06 Sep 2018 06:10:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536239416; bh=vFu0D4lXEJRsQTjiAasPGx41NFvZeOKP7EgkESmxlMk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Bk07tubFi1lxT/84ud+x0e08P7vOijLmHymiw4Zmb+weKE5JdV4L++l7F39giInZe zS6o6hHOQlfD2qxxQtCAKOkSPpkc6oBDxik50LvtBhnG4bul8OpflE1hf0iDgSeJg7 T5IzpqKd5JdATiDVvnu8ZChbwTfGU+CfGF4cdwp4=
From: Juha-Matti Tilli <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abff9dfd2b73eb1946bd16c12f0954ddd85aa44a3d92cf0000000117a8e93892a169ce1522609f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1710/419087088@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1710@github.com>
References: <quicwg/base-drafts/issues/1710@github.com>
Subject: Re: [quicwg/base-drafts] Authenticate Retry (#1710)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b91273865538_6ebd3ffdc54d45c4737b5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: jmtilli
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/8wpnD-4WR9ChtCGfPgyY2787C5k>
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, 06 Sep 2018 13:10:22 -0000

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

@mikkelfj trusted by what? Trusted by the client? Trusted by the server? There are middleboxes in the client side as well, and if such a client side middlebox happens to have even one open port, a DDoS attack could fill the state tables, thus preventing outgoing connections from succeeding if incoming and outgoing connections share the same memory (like they usually do).

I don't agree with @larseggert that a DDoS should cause a visible failure. Usually, the goal is to NOT have a DDoS attack perform a visible failure but rather try as hard as possible to cause silent degrading of user experience. Of course, the ultimate goal would be to have no degradation of the user experience at all, but DDoS attacks are hard to mitigate.

-- 
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/1710#issuecomment-419087088
----==_mimepart_5b91273865538_6ebd3ffdc54d45c4737b5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"193335" data-octo-=
click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" hr=
ef=3D"https://github.com/mikkelfj">@mikkelfj</a> trusted by what? Trusted=
 by the client? Trusted by the server? There are middleboxes in the clien=
t side as well, and if such a client side middlebox happens to have even =
one open port, a DDoS attack could fill the state tables, thus preventing=
 outgoing connections from succeeding if incoming and outgoing connection=
s share the same memory (like they usually do).</p>
<p>I don't agree with <a class=3D"user-mention" data-hovercard-user-id=3D=
"200328" data-octo-click=3D"hovercard-link-click" data-octo-dimensions=3D=
"link_type:self" href=3D"https://github.com/larseggert">@larseggert</a> t=
hat a DDoS should cause a visible failure. Usually, the goal is to NOT ha=
ve a DDoS attack perform a visible failure but rather try as hard as poss=
ible to cause silent degrading of user experience. Of course, the ultimat=
e goal would be to have no degradation of the user experience at all, but=
 DDoS attacks are hard to mitigate.</p>

<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/1710#issuecomment-419087088">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_Bn=
jkaaxqGOWkqZ9oioN7ATPhIAks5uYR64gaJpZM4WO7fd">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq_P2uYjDhqxEIskxyP_TTu2D=
M4L0ks5uYR64gaJpZM4WO7fd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@jmti=
lli in #1710: @mikkelfj trusted by what? Trusted by the client? Trusted b=
y the server? There are middleboxes in the client side as well, and if su=
ch a client side middlebox happens to have even one open port, a DDoS att=
ack could fill the state tables, thus preventing outgoing connections fro=
m succeeding if incoming and outgoing connections share the same memory (=
like they usually do).\r\n\r\nI don't agree with @larseggert that a DDoS =
should cause a visible failure. Usually, the goal is to NOT have a DDoS a=
ttack perform a visible failure but rather try as hard as possible to cau=
se silent degrading of user experience. Of course, the ultimate goal woul=
d be to have no degradation of the user experience at all, but DDoS attac=
ks are hard to mitigate."}],"action":{"name":"View Issue","url":"https://=
github.com/quicwg/base-drafts/issues/1710#issuecomment-419087088"}}}</scr=
ipt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment=
-419087088",
"url": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-41=
9087088",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Authenticate Retry (#1710)",
"sections": [
{
"text": "",
"activityTitle": "**Juha-Matti Tilli**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@jmtilli",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1710,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1710\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-41=
9087088"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3730124=
45\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b91273865538_6ebd3ffdc54d45c4737b5--


From nobody Thu Sep  6 06:36:08 2018
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 D16C5130E5F for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 06:36:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 bVH5WIgDRyPT for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 06:36:03 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 87258130E4C for <quic-issues@ietf.org>; Thu,  6 Sep 2018 06:36:03 -0700 (PDT)
Date: Thu, 06 Sep 2018 06:36:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536240962; bh=Pz6Lwr7uRrkO0t0/WqYufFIlleI3EkxL1Tf2zTaRxTI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UPPr3+fnae53HrSNoT5cwNgN+WSx8GsoFhLlYSqP9BA1HOB8NAi8SaIsioX1j9Sc9 kshrZtyJ/L/+oOIZKH09iL/gr1xe0jLHKynvSjNyveqDpSazQThDNbrjJxv7U5Kz0k Q8GcLImDWSHzOve5OYqBedjU6HCDkZi5DmtfvwXc=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe7821eb07704457b0a5765ed25b4e92fcdc0ad2b92cf0000000117a8ef4292a169ce1522609f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1710/419095588@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1710@github.com>
References: <quicwg/base-drafts/issues/1710@github.com>
Subject: Re: [quicwg/base-drafts] Authenticate Retry (#1710)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b912d4273c10_6cb93fa3fc4d45c436547"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/X8YbFGQPqsMDgAvYfu2s3ROte1k>
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, 06 Sep 2018 13:36:07 -0000

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

@jmtilli I understand your concern, but an authorized middleware could only be in collaboration with the endpoint that transmits the retry, i.e. the server role. It's hardly practical to have that happen in domestic routers, and such routers would have a hard time doing anything more than dropping new connections - to where should it redirect traffic?

If you have unauthorized retries, a set of hacked domestic routers could force legitimate connections to gravitate towards a single target server - but that can to an extend be guarded by building in protection in tokens.

The connection ID is visible in outbound packets. The initial CID is random, the next is server chosen (but can be absent and replaced by 5-tuple). A client side router need not track the initial CID and can track connection setup over a short timespan. If the CID survives that, it is likely a valid connection, and if not, the situation would not be improved with a retry.

A client side router would never need to hold more than a limited number of connections unless it is proxying for a large org and the state space is much smaller than that of an endpoint proper. Hence, a large router could afford the RAM to hold that many connections.

So the primary problem is server side that receive many connections from many sources.
For peer to peer server networks, client middleware is also a concern, but still I don't see why a client side router would issue a redirect.

-- 
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/1710#issuecomment-419095588
----==_mimepart_5b912d4273c10_6cb93fa3fc4d45c436547
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"5920982" data-octo=
-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" h=
ref=3D"https://github.com/jmtilli">@jmtilli</a> I understand your concern=
, but an authorized middleware could only be in collaboration with the en=
dpoint that transmits the retry, i.e. the server role. It's hardly practi=
cal to have that happen in domestic routers, and such routers would have =
a hard time doing anything more than dropping new connections - to where =
should it redirect traffic?</p>
<p>If you have unauthorized retries, a set of hacked domestic routers cou=
ld force legitimate connections to gravitate towards a single target serv=
er - but that can to an extend be guarded by building in protection in to=
kens.</p>
<p>The connection ID is visible in outbound packets. The initial CID is r=
andom, the next is server chosen (but can be absent and replaced by 5-tup=
le). A client side router need not track the initial CID and can track co=
nnection setup over a short timespan. If the CID survives that, it is lik=
ely a valid connection, and if not, the situation would not be improved w=
ith a retry.</p>
<p>A client side router would never need to hold more than a limited numb=
er of connections unless it is proxying for a large org and the state spa=
ce is much smaller than that of an endpoint proper. Hence, a large router=
 could afford the RAM to hold that many connections.</p>
<p>So the primary problem is server side that receive many connections fr=
om many sources.<br>
For peer to peer server networks, client middleware is also a concern, bu=
t still I don't see why a client side router would issue a redirect.</p>

<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/1710#issuecomment-419095588">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6Es=
x2nnHSWaj45VXoqtdcLeBaWwks5uYSTCgaJpZM4WO7fd">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8jQBVdLu7pZsEc7FqbsLV--=
kG2Iks5uYSTCgaJpZM4WO7fd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1710: @jmtilli I understand your concern, but an authorized midd=
leware could only be in collaboration with the endpoint that transmits th=
e retry, i.e. the server role. It's hardly practical to have that happen =
in domestic routers, and such routers would have a hard time doing anythi=
ng more than dropping new connections - to where should it redirect traff=
ic?\r\n\r\nIf you have unauthorized retries, a set of hacked domestic rou=
ters could force legitimate connections to gravitate towards a single tar=
get server - but that can to an extend be guarded by building in protecti=
on in tokens.\r\n\r\nThe connection ID is visible in outbound packets. Th=
e initial CID is random, the next is server chosen (but can be absent and=
 replaced by 5-tuple). A client side router need not track the initial CI=
D and can track connection setup over a short timespan. If the CID surviv=
es that, it is likely a valid connection, and if not, the situation would=
 not be improved with a retry.\r\n\r\nA client side router would never ne=
ed to hold more than a limited number of connections unless it is proxyin=
g for a large org and the state space is much smaller than that of an end=
point proper. Hence, a large router could afford the RAM to hold that man=
y connections.\r\n\r\nSo the primary problem is server side that receive =
many connections from many sources.\r\nFor peer to peer server networks, =
client middleware is also a concern, but still I don't see why a client s=
ide router would issue a redirect."}],"action":{"name":"View Issue","url"=
:"https://github.com/quicwg/base-drafts/issues/1710#issuecomment-41909558=
8"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment=
-419095588",
"url": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-41=
9095588",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Authenticate Retry (#1710)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1710,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1710\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1710#issuecomment-41=
9095588"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3730124=
45\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b912d4273c10_6cb93fa3fc4d45c436547--


From nobody Thu Sep  6 07:55:29 2018
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 25575130E92 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 07:55:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.03
X-Spam-Level: 
X-Spam-Status: No, score=-7.03 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 kFe48ntRIA2o for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 07:55:25 -0700 (PDT)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DAB72130E91 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 07:55:25 -0700 (PDT)
Date: Thu, 06 Sep 2018 07:55:24 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536245725; bh=euTefTuS3ab7/W/cwvbw2n2MXMffzBLh/1ZjlKESswA=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=PyYgiKhXxSdVHkzovnrw2yIRWi914Aavn0hvVjyPEpvTe4OcAIfKFWLWqoi7k7EsU qZGsjrHlj6LCQw6kMjfj6PC9usKLUMAq9G+3ONb4bt/QQ1AbHwWhsnM9LjTe4NTYYT MzDz5Xt6fYLNi2h3u3giijqD6SmRelne0cc3OY3s=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab337c0e38bbeffe869d90b720898dcd46e9eec4a692cf0000000117a901dc92a169ce1551fa73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1725@github.com>
Subject: [quicwg/base-drafts] Require that QPACK preserves header field order. (#1725)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b913fdce94a3_67a83f90e4cd45c4225598"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/nhtiXCN7nzfOFtvvlOvhGeqrdEw>
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, 06 Sep 2018 14:55:28 -0000

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

Fixes #1684.

1. Rename "header" to "header field" in the definition section, just
like in HPACK, RFC7541 Section 1.3.  Note that already before this
change the term "header field" appears 44 times in the text.

2. Rename "header set" to "header list" and define it to be ordered and
explicitly allow duplicate header fields, not unlike in HPACK, RFC7541
Section 1.3.  Also explicitly allow header fields with identical name.

3. Add a paragraph to require that ordering is preserved, much like
HPACK, RFC7541 Section 2.1.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Require that QPACK preserves header field order.

-- File Changes --

    M draft-ietf-quic-qpack.md (19)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1725.patch
https://github.com/quicwg/base-drafts/pull/1725.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/1725

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

<p><span class=3D"issue-keyword tooltipped tooltipped-se" aria-label=3D"T=
his pull request closes issue #1684.">Fixes</span> <a class=3D"issue-link=
 js-issue-link" data-error-text=3D"Failed to load issue title" data-id=3D=
"351765470" data-permission-text=3D"Issue title is private" data-url=3D"h=
ttps://github.com/quicwg/base-drafts/issues/1684" href=3D"https://github.=
com/quicwg/base-drafts/issues/1684">#1684</a>.</p>
<ol>
<li>
<p>Rename "header" to "header field" in the definition section, just<br>
like in HPACK, RFC7541 Section 1.3.  Note that already before this<br>
change the term "header field" appears 44 times in the text.</p>
</li>
<li>
<p>Rename "header set" to "header list" and define it to be ordered and<b=
r>
explicitly allow duplicate header fields, not unlike in HPACK, RFC7541<br=
>
Section 1.3.  Also explicitly allow header fields with identical name.</p=
>
</li>
<li>
<p>Add a paragraph to require that ordering is preserved, much like<br>
HPACK, RFC7541 Section 2.1.</p>
</li>
</ol>

<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/1725=
'>https://github.com/quicwg/base-drafts/pull/1725</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Require that QPACK preserves header field order.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href=3D"https://github.com/quicwg/base-drafts/pull/1725/files#diff=
-0">draft-ietf-quic-qpack.md</a>
    (19)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href=3D'https://github.com/quicwg/base-drafts/pull/1725.patch'>h=
ttps://github.com/quicwg/base-drafts/pull/1725.patch</a></li>
  <li><a href=3D'https://github.com/quicwg/base-drafts/pull/1725.diff'>ht=
tps://github.com/quicwg/base-drafts/pull/1725.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/1725">view it on GitHub</a>, or <a href=3D"https://gi=
thub.com/notifications/unsubscribe-auth/AWbkq4gYDxWGtzr848SOZWcMdvfQp2z-k=
s5uYTdcgaJpZM4WdHFX">mute the thread</a>.<img src=3D"https://github.com/n=
otifications/beacon/AWbkq2c_LIBcIVTWEyJlry3azAOW-SrBks5uYTdcgaJpZM4WdHFX.=
gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"=
Require that QPACK preserves header field order. (#1725)"}],"action":{"na=
me":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull=
/1725"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1725",
"url": "https://github.com/quicwg/base-drafts/pull/1725",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Require that QPACK preserves header field order. (#1725)",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "3825fd1",
"value": "Require that QPACK preserves header field order."
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-qpack.md](https://github.com/quicwg/base-draft=
s/pull/1725/files#diff-0) (19 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1725,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1725\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1725"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1725.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1725.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3767299=
43\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b913fdce94a3_67a83f90e4cd45c4225598--


From nobody Thu Sep  6 07:57:13 2018
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 40E9B130E91 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 07:57:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.03
X-Spam-Level: 
X-Spam-Status: No, score=-7.03 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 GMfGLmLi-6xV for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 07:57:08 -0700 (PDT)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 18BC6130E8E for <quic-issues@ietf.org>; Thu,  6 Sep 2018 07:57:08 -0700 (PDT)
Date: Thu, 06 Sep 2018 07:57:07 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536245827; bh=i2NAyfJxZjkzqlTkUPMUeuVysG5cVvFksSIXWaNJSeo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nbe8WX8ainSDSObjMvuYMXv3YHy8QKznTTIgXEJOePlrgXhnJj2xMzwnrTm/9KvXC 0mmhtkwDbhR2jYT5jlYTFYREzH9+5m9wPPu6ZdGXwi/mCPXvxqrFpMzdzwgqAgobxj 9wfxnMtn3iE3vXZJF6U1a3/ktz+9i5yWxrTnvbLw=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab10a9865507a4c3598a669d4ab560ce7a56c59fa092cf0000000117a9024392a169ce14f783de@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1684/419125117@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1684@github.com>
References: <quicwg/base-drafts/issues/1684@github.com>
Subject: Re: [quicwg/base-drafts] QPACK should explicitly state ordering requirements for headers within a block (#1684)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9140438df8d_52333f8e432d45b844316f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/sRBirIKspFPZYiuaXB_1smteB3Y>
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, 06 Sep 2018 14:57:11 -0000

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

Created #1725.  Also, I should have titled this issue "...ordering requirements for header fields within a header list".

-- 
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/1684#issuecomment-419125117
----==_mimepart_5b9140438df8d_52333f8e432d45b844316f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Created <a class=3D"issue-link js-issue-link" data-error-text=3D"Faile=
d to load issue title" data-id=3D"357694067" data-permission-text=3D"Issu=
e title is private" data-url=3D"https://github.com/quicwg/base-drafts/iss=
ues/1725" href=3D"https://github.com/quicwg/base-drafts/pull/1725">#1725<=
/a>.  Also, I should have titled this issue "...ordering requirements for=
 header fields within a header list".</p>

<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/1684#issuecomment-419125117">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0jl=
-15nMqBVpjtCS4vcFiOImhLrks5uYTfDgaJpZM4WCUD8">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq1IYiw3VfChIRGcR0hTNU_gk=
Jg8tks5uYTfDgaJpZM4WCUD8.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky in #1684: Created #1725.  Also, I should have titled this issue \".=
..ordering requirements for header fields within a header list\"."}],"act=
ion":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/is=
sues/1684#issuecomment-419125117"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1684#issuecomment=
-419125117",
"url": "https://github.com/quicwg/base-drafts/issues/1684#issuecomment-41=
9125117",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK should explicitly state ordering=
 requirements for headers within a block (#1684)",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1684,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1684\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1684#issuecomment-41=
9125117"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3697052=
12\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9140438df8d_52333f8e432d45b844316f--


From nobody Thu Sep  6 08:50:50 2018
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 2C923130EA2 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 08:50:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 vd28FBiMJl8n for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 08:50:43 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1EE16130E92 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 08:50:43 -0700 (PDT)
Date: Thu, 06 Sep 2018 08:50:42 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536249042; bh=7TwuWsk60aMk5cbXFPE90DExUzwPQBOXZPpJKvq5FVg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WGExfKUCjuVz4OT10ekiBgwSjU0J7DvyrZ5i/fQUj6FmgzO7HxVanvTbM3OaVo0Io v52hQxoIeHCkS0GDoxqFleFn1LxnWtbC/0SeD7YeM3LUY+XzxN1iK3jC3D3P3Ftj5+ YBgkPiupk1Mqkwa+CFtpwsJ64yT1/Rjwi0y9Y6ps=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbe255ad67d9a5c8385599b8b1ac6cdd9290134df92cf0000000117a90ed292a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/419145274@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b914cd2527b7_65463ff842ed45c0630c7"; 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/O52sctqGd5zS5wPJzgGW8wwdvw8>
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, 06 Sep 2018 15:50:47 -0000

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

To address your first question, PR #1652 adds some more clarity to transport on the idle timeout and makes it clear that if you're sending into a void without receiving any ACKs, you should not keep extending your idle timeout.  The recovery doc doesn't describe anything relating to the idle timer, FWIW.

The intent is for the RTO timer to only go off after TLP.  There is text about setting the TLP to the min(TLP timeout, RTO timeout) in 4.3.2(https://tools.ietf.org/html/draft-ietf-quic-recovery-14#section-4.3.2).  If you want to discuss whether that should be what this document tries to specify, please open a separate issue about whether RTO should ever fire before any TLPs are sent?

Dead peer detection(#1638) is an entirely different problem, and there's no effort to describe that in the recovery draft at the moment.  It would be nice to talk about that somewhere, but I'm not sure it's known what best practices are?

-- 
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/1718#issuecomment-419145274
----==_mimepart_5b914cd2527b7_65463ff842ed45c0630c7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>To address your first question, PR <a class=3D"issue-link js-issue-lin=
k" data-error-text=3D"Failed to load issue title" data-id=3D"349858979" d=
ata-permission-text=3D"Issue title is private" data-url=3D"https://github=
.com/quicwg/base-drafts/issues/1652" href=3D"https://github.com/quicwg/ba=
se-drafts/pull/1652">#1652</a> adds some more clarity to transport on the=
 idle timeout and makes it clear that if you're sending into a void witho=
ut receiving any ACKs, you should not keep extending your idle timeout.  =
The recovery doc doesn't describe anything relating to the idle timer, FW=
IW.</p>
<p>The intent is for the RTO timer to only go off after TLP.  There is te=
xt about setting the TLP to the min(TLP timeout, RTO timeout) in 4.3.2(<a=
 href=3D"https://tools.ietf.org/html/draft-ietf-quic-recovery-14#section-=
4.3.2" rel=3D"nofollow">https://tools.ietf.org/html/draft-ietf-quic-recov=
ery-14#section-4.3.2</a>).  If you want to discuss whether that should be=
 what this document tries to specify, please open a separate issue about =
whether RTO should ever fire before any TLPs are sent?</p>
<p>Dead peer detection(<a class=3D"issue-link js-issue-link" data-error-t=
ext=3D"Failed to load issue title" data-id=3D"348457616" data-permission-=
text=3D"Issue title is private" data-url=3D"https://github.com/quicwg/bas=
e-drafts/issues/1638" href=3D"https://github.com/quicwg/base-drafts/issue=
s/1638">#1638</a>) is an entirely different problem, and there's no effor=
t to describe that in the recovery draft at the moment.  It would be nice=
 to talk about that somewhere, but I'm not sure it's known what best prac=
tices are?</p>

<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/1718#issuecomment-419145274">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-4-=
IqE2ZHSEK_R902nsOtdgUdRFks5uYURSgaJpZM4WWJJd">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq_ZG--rqusV0N0-EaGNhO3ez=
t3HXks5uYURSgaJpZM4WWJJd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #1718: To address your first question, PR #1652 adds some more cl=
arity to transport on the idle timeout and makes it clear that if you're =
sending into a void without receiving any ACKs, you should not keep exten=
ding your idle timeout.  The recovery doc doesn't describe anything relat=
ing to the idle timer, FWIW.\r\n\r\nThe intent is for the RTO timer to on=
ly go off after TLP.  There is text about setting the TLP to the min(TLP =
timeout, RTO timeout) in 4.3.2(https://tools.ietf.org/html/draft-ietf-qui=
c-recovery-14#section-4.3.2).  If you want to discuss whether that should=
 be what this document tries to specify, please open a separate issue abo=
ut whether RTO should ever fire before any TLPs are sent?\r\n\r\nDead pee=
r detection(#1638) is an entirely different problem, and there's no effor=
t to describe that in the recovery draft at the moment.  It would be nice=
 to talk about that somewhere, but I'm not sure it's known what best prac=
tices are?"}],"action":{"name":"View Issue","url":"https://github.com/qui=
cwg/base-drafts/issues/1718#issuecomment-419145274"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment=
-419145274",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-41=
9145274",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when se=
nder is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-41=
9145274"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3749033=
89\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b914cd2527b7_65463ff842ed45c0630c7--


From nobody Thu Sep  6 08:59:01 2018
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 99A9C130EA2 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 08:59:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 wwiaLxlHTf87 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 08:58:58 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B9419130E92 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 08:58:58 -0700 (PDT)
Date: Thu, 06 Sep 2018 08:58:57 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536249537; bh=fPaS+V2Yo7TfBEeuYgxVGUQ0uyFhfNKnMMgFRpQTVlY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Mrvp1TGAhHGIuKuUl/jH4No6wWPWzhbj+1DWWnazUKy1NQJNE+51lOGv4+kdvzamG OPZqdkQpuVOEHZEPgPpREva7YkCEtQNnnG93hbUw9U/zGLq6xbCcXUBpK5p/mIcwQi XwYSmgsvT9tFCD/J1NTLkhkmGb3Xof3GTAyjIX/4=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab794286957e380331f4334b43d1b85fc7c0e438a992cf0000000117a910c192a169ce154a73d6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1724/419148147@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1724@github.com>
References: <quicwg/base-drafts/issues/1724@github.com>
Subject: Re: [quicwg/base-drafts] Pseudo code issue  (#1724)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b914ec19e933_3ab33fe38d6d45c44485e9"; 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/Bl6tGiU4ZPjdJ1I_bplW65Dv32s>
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, 06 Sep 2018 15:59:01 -0000

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

There needs to be some more clarity here, and I believe the core issue is this document is trying to describe both how to quickly detect packets as lost and congestion control, but is avoiding what send a bit too much.

Given QUIC doesn't retransmit packets, and instead retransmits stream data/etc, just because a packet is lost doesn't mean it's payload needs to be retransmitted, and if it does, it may be bundled differently from the original transmission.

Would a section on "What to send" be helpful?  Or would it be better to work that into the existing text and/or pseudocode?

-- 
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/1724#issuecomment-419148147
----==_mimepart_5b914ec19e933_3ab33fe38d6d45c44485e9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>There needs to be some more clarity here, and I believe the core issue=
 is this document is trying to describe both how to quickly detect packet=
s as lost and congestion control, but is avoiding what send a bit too muc=
h.</p>
<p>Given QUIC doesn't retransmit packets, and instead retransmits stream =
data/etc, just because a packet is lost doesn't mean it's payload needs t=
o be retransmitted, and if it does, it may be bundled differently from th=
e original transmission.</p>
<p>Would a section on "What to send" be helpful?  Or would it be better t=
o work that into the existing text and/or pseudocode?</p>

<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/1724#issuecomment-419148147">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9BJ=
4NnPOdDvEFXPbGSICQ1PsxSsks5uYUZBgaJpZM4Wax_V">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqz2uz2ecPw4VSk2kWhcUl-Vw=
vZIbks5uYUZBgaJpZM4Wax_V.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #1724: There needs to be some more clarity here, and I believe th=
e core issue is this document is trying to describe both how to quickly d=
etect packets as lost and congestion control, but is avoiding what send a=
 bit too much.\r\n\r\nGiven QUIC doesn't retransmit packets, and instead =
retransmits stream data/etc, just because a packet is lost doesn't mean i=
t's payload needs to be retransmitted, and if it does, it may be bundled =
differently from the original transmission.\r\n\r\nWould a section on \"W=
hat to send\" be helpful?  Or would it be better to work that into the ex=
isting text and/or pseudocode?"}],"action":{"name":"View Issue","url":"ht=
tps://github.com/quicwg/base-drafts/issues/1724#issuecomment-419148147"}}=
}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1724#issuecomment=
-419148147",
"url": "https://github.com/quicwg/base-drafts/issues/1724#issuecomment-41=
9148147",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Pseudo code issue  (#1724)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1724,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1724\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1724#issuecomment-41=
9148147"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3761192=
53\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b914ec19e933_3ab33fe38d6d45c44485e9--


From nobody Thu Sep  6 09:08:36 2018
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 36167130E99 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 09:08:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 4ZFNmVSFqEDr for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 09:08:33 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6ED42130DE4 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 09:08:33 -0700 (PDT)
Date: Thu, 06 Sep 2018 09:08:32 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536250112; bh=Dk99V/BloL5Bl48OTONuIjQraysAIyKVHDodG2QOCwE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NzE7YjJrtdXgzEOt5dv975NI6P+7Bv3csqZ1TvarHUuElWrexDqdnISxFcqVz62b2 9HrynI7oX9z+HX/GkO6andijciYy/pl4ZX3AF+e7nx1VNQCHr1iSRlgkXiHhlHZEwg /MnTuzxPO5a5qRfZJt7TSszKOaIeUyKfuK4kRzGY=
From: "Arvid E. Picciani" <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc0a265c7418727fa3a96fd15717328b4f8be49e192cf0000000117a9130092a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/419151515@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b915100524e4_29c33f9b140d45b416393b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: aep
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/zksHHiK6hRo9YfNIGwjNV7L6gSY>
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, 06 Sep 2018 16:08:35 -0000

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

thanks for clarification.  I'm using a separate timer on idle now that only extends on incomming ack.

It would really help to describe best practices here a little further. But i'm unsure if its needed for other implementors who just follow quic-transport after implementing recovery. 



-- 
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/1718#issuecomment-419151515
----==_mimepart_5b915100524e4_29c33f9b140d45b416393b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>thanks for clarification.  I'm using a separate timer on idle now that=
 only extends on incomming ack.</p>
<p>It would really help to describe best practices here a little further.=
 But i'm unsure if its needed for other implementors who just follow quic=
-transport after implementing recovery.</p>

<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/1718#issuecomment-419151515">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzrF=
sI6URatD2Ld4ptLJlSuhVrknks5uYUiAgaJpZM4WWJJd">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2uZ3gTyRGcx-cL0FyOydN6e=
kPViks5uYUiAgaJpZM4WWJJd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@aep =
in #1718: thanks for clarification.  I'm using a separate timer on idle n=
ow that only extends on incomming ack.\r\n\r\nIt would really help to des=
cribe best practices here a little further. But i'm unsure if its needed =
for other implementors who just follow quic-transport after implementing =
recovery. \r\n\r\n"}],"action":{"name":"View Issue","url":"https://github=
.com/quicwg/base-drafts/issues/1718#issuecomment-419151515"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment=
-419151515",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-41=
9151515",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when se=
nder is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**Arvid E. Picciani**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@aep",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-41=
9151515"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3749033=
89\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b915100524e4_29c33f9b140d45b416393b--


From nobody Thu Sep  6 09:10:59 2018
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 E1537130EB7 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 09:10:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 dN9jDdZyhm9B for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 09:10:55 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 84443130DE4 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 09:10:55 -0700 (PDT)
Date: Thu, 06 Sep 2018 09:10:54 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536250254; bh=G9LNNub/De7acEiXbXK5fGQSBi4re7RdQWyfV5lonyQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZgDnspNYsNsk53gC8wZRmUec/bFd4p9Kqal32H1zLCQWzT1a0ZSOsXN7m5zPVcdNV 1yslw/lFfwREUtCoudwhkSvacRupIH3vbvU/rT9cVJMkF2/Acl7ZZBaRtmDqoKX+8I 4MsZcw0XJvXhbXMxVngKJvCz1Gye5E5kLi6ZKgOc=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5cb44e258d5301ebd7a0ad1173ca6de5c1b3f36292cf0000000117a9138e92a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/419152207@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b91518e9d2fa_15c33fa4b60d45b82841c2"; 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/-biiahnOcVVyIHcR4PnyD1itsuQ>
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, 06 Sep 2018 16:10:57 -0000

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

Q: Best practices for idle timeouts, dead path timeouts, or something else?

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

<p>Q: Best practices for idle timeouts, dead path timeouts, or something else?</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/1718#issuecomment-419152207">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8NJZmK2Gv9kx5zexwjkX81xoHzNks5uYUkOgaJpZM4WWJJd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0317rXrHeXVkImOctqvYSjecxfqks5uYUkOgaJpZM4WWJJd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1718: Q: Best practices for idle timeouts, dead path timeouts, or something else?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1718#issuecomment-419152207"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-419152207",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-419152207",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-419152207"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374903389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b91518e9d2fa_15c33fa4b60d45b82841c2--


From nobody Thu Sep  6 09:35:49 2018
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 DA785130ECC for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 09:35:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 da1ZIeNZplTO for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 09:35:46 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 08052130ECB for <quic-issues@ietf.org>; Thu,  6 Sep 2018 09:35:45 -0700 (PDT)
Date: Thu, 06 Sep 2018 09:35:44 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536251744; bh=6hpnZRezm8etU2PuFNfmCthQjKspAi7uW3ikm5JN79A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0iViOxtQj4mGoAFE6bOkA/iFR26DYLmVlr0pk6rRIA94Xjgj3lIW/1D4A9atHt5Vs eMwvfusaJTfD4Om21gDi+yuYkXwVKZ1Vz+wIIhAibM/HPCVDRu+emF/mFe+tBkr0TH v9FUjvLiVmcD3egt+vhPLVr5PBXbD3Lud55pTCGc=
From: "Arvid E. Picciani" <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc04493d164d875d274c09274346f1d04254c49c992cf0000000117a9196092a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/419160142@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b915760de0c9_76c33faf31ad45c45884e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: aep
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/NomrrZT0wR26lzhfhbRyveDfTCo>
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, 06 Sep 2018 16:35:48 -0000

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

all of it ;)  
Currently i'm just counting seconds since the last received ack, but that doesnt detect paths that are alive but unusable because of high packet loss for example. There's probably alot more details in this that i simply don't know about.  Should duplicated packets be filtered before the count? What about keepalive packets? Who sends them, when? etc

-- 
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/1718#issuecomment-419160142
----==_mimepart_5b915760de0c9_76c33faf31ad45c45884e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>all of it ;)<br>
Currently i'm just counting seconds since the last received ack, but that=
 doesnt detect paths that are alive but unusable because of high packet l=
oss for example. There's probably alot more details in this that i simply=
 don't know about.  Should duplicated packets be filtered before the coun=
t? What about keepalive packets? Who sends them, when? etc</p>

<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/1718#issuecomment-419160142">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-hJ=
tdGYImi_2gcJKeOaP9qdBTQ4ks5uYU7ggaJpZM4WWJJd">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5U5Sld7kl6ZVHZxy7FSNQoB=
rqiUks5uYU7ggaJpZM4WWJJd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@aep =
in #1718: all of it ;)  \r\nCurrently i'm just counting seconds since the=
 last received ack, but that doesnt detect paths that are alive but unusa=
ble because of high packet loss for example. There's probably alot more d=
etails in this that i simply don't know about.  Should duplicated packets=
 be filtered before the count? What about keepalive packets? Who sends th=
em, when? etc"}],"action":{"name":"View Issue","url":"https://github.com/=
quicwg/base-drafts/issues/1718#issuecomment-419160142"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment=
-419160142",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-41=
9160142",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when se=
nder is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**Arvid E. Picciani**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@aep",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-41=
9160142"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3749033=
89\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b915760de0c9_76c33faf31ad45c45884e--


From nobody Thu Sep  6 10:56:01 2018
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 46042130E98 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 10:55:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.03
X-Spam-Level: 
X-Spam-Status: No, score=-7.03 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 hy-qsdINa6ly for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 10:55:57 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7DDCE130E2F for <quic-issues@ietf.org>; Thu,  6 Sep 2018 10:55:57 -0700 (PDT)
Date: Thu, 06 Sep 2018 10:55:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536256556; bh=AmMRBgGQh5JIpMZO74nNN7UGtaLZAIXSNCbvLGq/NHE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=znAfNXjuGcDAfBq3eUHTlP3d9+wYxg0Y3WaLTFLczLiIRpye782RNCb2SJxezTkhH rUUnuBMXQWE6U2cG3jQqOztp/JQWcQoP+Uvnt4Ficx+CKj4KtfMgHrJSlR9LN4cjxg D/qPhQFLX3Xv0GjKe2t5Q6Ucze2Izw/PjyRpPGJE=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe2b6ed3d088f30ba0dd22ab65c8157452f1a6d3492cf0000000117a92c2c92a169ce1553053a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1726@github.com>
Subject: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b916a2c46b6c_45d53f9302ed45c030225"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/tQe7zrohHfVC0_w_W88L9nskDQA>
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, 06 Sep 2018 17:55:59 -0000

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

Fixes #1683.

Split QPACK errors into three types: decompression failure, encoder
stream error, decoder stream error.  Note that with HPACK only the
decoder could signal an error, so any error indicates a problem between
the decoder of the sender of the error and the encoder of the receiver.
However, in QPACK either the encoder or the receiver can detect an
error, so these types will help pinpoint the context of the error.

Also, specify error signalling behavior upon receiving invalid indices
and invalid decoder stream instructions.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Define three QPACK error types, refine error handling.

-- File Changes --

    M draft-ietf-quic-qpack.md (89)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1726.patch
https://github.com/quicwg/base-drafts/pull/1726.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/1726

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

<p><span class=3D"issue-keyword tooltipped tooltipped-se" aria-label=3D"T=
his pull request closes issue #1683.">Fixes</span> <a class=3D"issue-link=
 js-issue-link" data-error-text=3D"Failed to load issue title" data-id=3D=
"351764901" data-permission-text=3D"Issue title is private" data-url=3D"h=
ttps://github.com/quicwg/base-drafts/issues/1683" href=3D"https://github.=
com/quicwg/base-drafts/issues/1683">#1683</a>.</p>
<p>Split QPACK errors into three types: decompression failure, encoder<br=
>
stream error, decoder stream error.  Note that with HPACK only the<br>
decoder could signal an error, so any error indicates a problem between<b=
r>
the decoder of the sender of the error and the encoder of the receiver.<b=
r>
However, in QPACK either the encoder or the receiver can detect an<br>
error, so these types will help pinpoint the context of the error.</p>
<p>Also, specify error signalling behavior upon receiving invalid indices=
<br>
and invalid decoder stream instructions.</p>

<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/1726=
'>https://github.com/quicwg/base-drafts/pull/1726</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Define three QPACK error types, refine error handling.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href=3D"https://github.com/quicwg/base-drafts/pull/1726/files#diff=
-0">draft-ietf-quic-qpack.md</a>
    (89)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href=3D'https://github.com/quicwg/base-drafts/pull/1726.patch'>h=
ttps://github.com/quicwg/base-drafts/pull/1726.patch</a></li>
  <li><a href=3D'https://github.com/quicwg/base-drafts/pull/1726.diff'>ht=
tps://github.com/quicwg/base-drafts/pull/1726.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/1726">view it on GitHub</a>, or <a href=3D"https://gi=
thub.com/notifications/unsubscribe-auth/AWbkqy4zSEpKmVzhE563MSbvjxWqs1axk=
s5uYWGsgaJpZM4WdbEk">mute the thread</a>.<img src=3D"https://github.com/n=
otifications/beacon/AWbkq_fXbWZP7WOL8MyMNNn1Iyhhsq6Kks5uYWGsgaJpZM4WdbEk.=
gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"=
Define three QPACK error types, refine error handling. (#1726)"}],"action=
":{"name":"View Pull Request","url":"https://github.com/quicwg/base-draft=
s/pull/1726"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726",
"url": "https://github.com/quicwg/base-drafts/pull/1726",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Define three QPACK error types, refine error handling. (#1726)"=
,
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "4d04f8d",
"value": "Define three QPACK error types, refine error handling."
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-qpack.md](https://github.com/quicwg/base-draft=
s/pull/1726/files#diff-0) (89 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1726,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1726\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3768118=
12\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b916a2c46b6c_45d53f9302ed45c030225--


From nobody Thu Sep  6 10:56:53 2018
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 6C33B130EE9 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 10:56:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.03
X-Spam-Level: 
X-Spam-Status: No, score=-7.03 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 NtGKaOgRWefa for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 10:56:49 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 65EFB130E2F for <quic-issues@ietf.org>; Thu,  6 Sep 2018 10:56:49 -0700 (PDT)
Date: Thu, 06 Sep 2018 10:56:48 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536256608; bh=bKETqbHhfgEXzwRwTu/SrCm007HH2o7cXt3gnOSfIJg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=A1ZMmcODRtUAnANgEoYS0ANSCvcP/jt7ZR+QbG9pn3A6/cjiqXH0Bq6Ltl3ro+gzG ViAQ/5RbHlDAlTwWgpm9b2JGO7XQpQg0p+kCpj2TOSXHe/Knsa/mZPq/pAk/gYwus6 +bhFZRpNnq0NX5pqgQUEmsRG8ttBQ+8S0RWZcFd4=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba2e778c3bb99604d45f4f0894f9b7184e1e341f992cf0000000117a92c6092a169ce1553053a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1726/review/153050237@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1726@github.com>
References: <quicwg/base-drafts/pull/1726@github.com>
Subject: Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b916a607ef07_1b1e3fc8810d45c41448a6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/NytUIEsD-O5FAhnLkmDwGma-pYk>
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, 06 Sep 2018 17:56:51 -0000

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

bencebeky commented on this pull request.



> @@ -120,6 +120,12 @@ which has a fixed index over time.  Its entries are defined in Appendix A of
 {{!RFC7541}}. Note that because HPACK did not use zero-based references, there
 is no value at index zero of the static table.
 
+A decoder that encounters an invalid static table index on a request stream or
+push stream MUST treat this as an error of type

As I am proposing to allow peers to signal a connection error instead of a stream error, I am not specifying the kind of error here and elsewhere where stream error would be sufficient.

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

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

<hr>

<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1726#discussi=
on_r215720967">draft-ietf-quic-qpack.md</a>:</p>
<pre style=3D'color:#555'>&gt; @@ -120,6 +120,12 @@ which has a fixed ind=
ex over time.  Its entries are defined in Appendix A of
 {{!RFC7541}}. Note that because HPACK did not use zero-based references,=
 there
 is no value at index zero of the static table.
 =

+A decoder that encounters an invalid static table index on a request str=
eam or
+push stream MUST treat this as an error of type
</pre>
<p>As I am proposing to allow peers to signal a connection error instead =
of a stream error, I am not specifying the kind of error here and elsewhe=
re where stream error would be sufficient.</p>

<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/1726#pullrequestreview-153050237">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
13TKkp-vuCGrPQe48pQwIA8Obf2ks5uYWHggaJpZM4WdbEk">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq-ZkZLjPAUR_8yWtRinNf=
Fp3hYpAks5uYWHggaJpZM4WdbEk.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky commented on #1726"}],"action":{"name":"View Pull Request","url":"h=
ttps://github.com/quicwg/base-drafts/pull/1726#pullrequestreview-15305023=
7"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726#pullrequestrev=
iew-153050237",
"url": "https://github.com/quicwg/base-drafts/pull/1726#pullrequestreview=
-153050237",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@bencebeky commented on 1726",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726#pullrequestreview=
-153050237"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3768118=
12\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b916a607ef07_1b1e3fc8810d45c41448a6--


From nobody Thu Sep  6 10:59:49 2018
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 D4EE8130E98 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 10:59:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.03
X-Spam-Level: 
X-Spam-Status: No, score=-7.03 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Y2aZArWO0nBK for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 10:59:46 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DABB3130DC3 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 10:59:45 -0700 (PDT)
Date: Thu, 06 Sep 2018 10:59:44 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536256785; bh=auTWgstb+mnNSGyz/8BYz5KHvjItQhsrsIU0+MCYE94=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CriaSfpopyqaP4Iel3NidVyKAlwx4EF5P0HTqNPvBzzlrljiHf1431kRXYHPhXNSZ Tq/RMNAKSKR8TJWkbSx/GkxpzeENWG1PjPRJuQxoifyQsSql8HvOafL3keGqjqS/pE /wBkSAA2JZvN0q2JOva5qtS62kjIj2NVbe7jYu+g=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6f306dd674b0dc84e55d27f2be0f2d452a94ce0892cf0000000117a92d1092a169ce1553053a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1726/review/153051665@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1726@github.com>
References: <quicwg/base-drafts/pull/1726@github.com>
Subject: Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b916b10eeb17_6ddd3ff972ed45bc48331c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/BDJzn_CdlAqx7t4D3jrYAQ7PETk>
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, 06 Sep 2018 17:59:48 -0000

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

bencebeky commented on this pull request.



> @@ -270,8 +279,8 @@ immediately. A stream becomes unblocked when the greatest absolute index in the
 dynamic table becomes greater than or equal to the Largest Reference for all
 header blocks the decoder has started reading from the stream.  If a decoder
 encounters a header block where the actual largest reference is not equal to the
-Largest Reference declared in the prefix, it MAY treat this as a stream error of
-type HTTP_QPACK_DECOMPRESSION_FAILED.
+Largest Reference declared in the prefix, it MUST treat this as an error

My reason for changing this to MUST is the following: if this is a MAY, potentially implementation get deployed that do not signal an error, which allows implementation that have a larger Largest Reference declared to be deployed, and once there are enough implementations out there, if a new one signals an error in conformance to the specification, it will break things, and we'll be stuck with an ecosystem that diverged from the spec.

An encoder should never declare a Largest Reference larger than the actual largest reference, let's encourage decoders to enforce it.

(Note that smaller Largest Reference values cannot be sent because there is already a MUST clause for that in 2.2.2.)

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

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

<hr>

<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1726#discussi=
on_r215722082">draft-ietf-quic-qpack.md</a>:</p>
<pre style=3D'color:#555'>&gt; @@ -270,8 +279,8 @@ immediately. A stream =
becomes unblocked when the greatest absolute index in the
 dynamic table becomes greater than or equal to the Largest Reference for=
 all
 header blocks the decoder has started reading from the stream.  If a dec=
oder
 encounters a header block where the actual largest reference is not equa=
l to the
-Largest Reference declared in the prefix, it MAY treat this as a stream =
error of
-type HTTP_QPACK_DECOMPRESSION_FAILED.
+Largest Reference declared in the prefix, it MUST treat this as an error=

</pre>
<p>My reason for changing this to MUST is the following: if this is a MAY=
, potentially implementation get deployed that do not signal an error, wh=
ich allows implementation that have a larger Largest Reference declared t=
o be deployed, and once there are enough implementations out there, if a =
new one signals an error in conformance to the specification, it will bre=
ak things, and we'll be stuck with an ecosystem that diverged from the sp=
ec.</p>
<p>An encoder should never declare a Largest Reference larger than the ac=
tual largest reference, let's encourage decoders to enforce it.</p>
<p>(Note that smaller Largest Reference values cannot be sent because the=
re is already a MUST clause for that in 2.2.2.)</p>

<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/1726#pullrequestreview-153051665">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
y0sKv7ylc52dlURSJ-gA-l57_M7ks5uYWKQgaJpZM4WdbEk">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq1Qc8unYvUggbCtQO17IG=
Skr5-ZWks5uYWKQgaJpZM4WdbEk.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky commented on #1726"}],"action":{"name":"View Pull Request","url":"h=
ttps://github.com/quicwg/base-drafts/pull/1726#pullrequestreview-15305166=
5"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726#pullrequestrev=
iew-153051665",
"url": "https://github.com/quicwg/base-drafts/pull/1726#pullrequestreview=
-153051665",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@bencebeky commented on 1726",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726#pullrequestreview=
-153051665"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3768118=
12\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b916b10eeb17_6ddd3ff972ed45bc48331c--


From nobody Thu Sep  6 11:00:33 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 11F68130E2F for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 11:00:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.66
X-Spam-Level: 
X-Spam-Status: No, score=-1.66 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, URIBL_BLOCKED=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 Bcud9GCUAB0Y for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 11:00:31 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E30F8130DC3 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 11:00:30 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536256829; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=qAoVrFz1VmpZMaXB1cmjZKGDlQ08UEW7YbM4BpKCZwE=; b=pIs3dq1Zqq4+C6EVNiufNKUDQKLbUmhPlpN99m6KZMpXQmxHYXi9834UAE7LpZHZAmcJEfW4 FJCmW8Nk5QYFahF4+xymvbJzO69OzW/Sms5TcVKJjG5u3aypueH4XTODdTHUX3dTDH1+eHhb a8dNx5EoC8AJKk9PsM2zDAOxyPQ=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5b916b3d.7f3ba86c6150-smtp-out-n02; Thu, 06 Sep 2018 18:00:29 -0000 (UTC)
Date: Thu, 06 Sep 2018 11:00:29 -0700
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5b916b3d32c08_da142af204216ecc3619d@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ab97fe: Push vaguely
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b916b3d328a6_da142af204216ecc360f6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/MRMm3e-P5GVfcHF2KorFwBndteE>
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, 06 Sep 2018 18:00:32 -0000

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

  Branch: refs/heads/http/headers-and-fields
  Home:   https://github.com/quicwg/base-drafts
  Commit: ab97fe3a6b64534cc169fca542d1fcfaf7c2332e
      https://github.com/quicwg/base-drafts/commit/ab97fe3a6b64534cc169fca542d1fcfaf7c2332e
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2018-09-06 (Thu, 06 Sep 2018)

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

  Log Message:
  -----------
  Push vaguely



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b916b3d328a6_da142af204216ecc360f6--


From nobody Thu Sep  6 11:00:45 2018
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 1125E130DC3 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 11:00:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 uWjKinELgOnu for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 11:00:40 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E298F130E2F for <quic-issues@ietf.org>; Thu,  6 Sep 2018 11:00:39 -0700 (PDT)
Date: Thu, 06 Sep 2018 11:00:39 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536256839; bh=5LOOW8YcQ2itdwOhIn6hY6qrpweTeSHY1XPoqGz5l2M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lS6b8zTs92JY/ci9bjO4VmwEqPXfTAHRYsGO9UGS6euYzLNNi1I/8M6h65IGZV7Y6 ARuLCJR2LomM5ARBSEHM3L/3Io2Q7YG6oDZwVuDBJNemQ4GaheEZas/8uDl6gI7Q+x xAtWeih4TT4faSYl6/jYK/IoUCHv67F1mMOVEubE=
From: Mike Bishop <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/1707/push/2856342502@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1707@github.com>
References: <quicwg/base-drafts/pull/1707@github.com>
Subject: Re: [quicwg/base-drafts] Headers and header fields (#1707)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b916b4716566_224a3facc0cd45b84011ed"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
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/CwqiWZqt9ggyoV1KtLV2_dpmEd8>
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, 06 Sep 2018 18:00:44 -0000

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

@MikeBishop pushed 1 commit.

ab97fe3  Push vaguely


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1707/files/35e4f20e72b2cfcc265e3bee66e0487d713e77bb..ab97fe3a6b64534cc169fca542d1fcfaf7c2332e

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/ab97fe3">ab97fe3</a>  Push vaguely</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/1707/files/35e4f20e72b2cfcc265e3bee66e0487d713e77bb..ab97fe3a6b64534cc169fca542d1fcfaf7c2332e">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxEs52HJ12SZyATfOEtDEf4m9oNUks5uYWLHgaJpZM4WORmD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_ENf5OMf_Qa7PrlJa-7cVHg72DPks5uYWLHgaJpZM4WORmD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 1 commit in #1707"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1707/files/35e4f20e72b2cfcc265e3bee66e0487d713e77bb..ab97fe3a6b64534cc169fca542d1fcfaf7c2332e"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1707/files/35e4f20e72b2cfcc265e3bee66e0487d713e77bb..ab97fe3a6b64534cc169fca542d1fcfaf7c2332e",
"url": "https://github.com/quicwg/base-drafts/pull/1707/files/35e4f20e72b2cfcc265e3bee66e0487d713e77bb..ab97fe3a6b64534cc169fca542d1fcfaf7c2332e",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop pushed 1 commit in #1707",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1707:",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [
{
"name": "ab97fe3",
"value": "Push vaguely"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1707/files/35e4f20e72b2cfcc265e3bee66e0487d713e77bb..ab97fe3a6b64534cc169fca542d1fcfaf7c2332e"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 372840835\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b916b4716566_224a3facc0cd45b84011ed--


From nobody Thu Sep  6 11:01:03 2018
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 9510E130E98 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 11:01:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.03
X-Spam-Level: 
X-Spam-Status: No, score=-7.03 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 zR1qgZJ4I5NI for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 11:00:59 -0700 (PDT)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C48E1130DC3 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 11:00:59 -0700 (PDT)
Date: Thu, 06 Sep 2018 11:00:59 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536256859; bh=CqHH3rhOPr3rXfFTBmkytSaALkdQQzbSRQMJzgPYsuA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aDPnXh2LVNCmbfIpOIGBJsYcv4fJ7jE5OvYov69/hyPBTdp11wtok9Dza86dQCOSX My6fHqz7Xw8NTzVVZaZLKhyo5GcOc7zGpaaWfEUuMhVPEbldq4dSq60AQJyDEpQP/6 DBwOmLScRThSB0Up/Pi50i5emyA9Dl7hE2irrDaY=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abca0618024a76c2ae2ab3e7251b3fa158667f82c092cf0000000117a92d5b92a169ce1553053a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1726/review/153052187@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1726@github.com>
References: <quicwg/base-drafts/pull/1726@github.com>
Subject: Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b916b5b2ad50_1ac03f80040d45bc1211a2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/XEobY22mKGwa7DP5NcbgeEOa5cY>
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, 06 Sep 2018 18:01:02 -0000

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

bencebeky commented on this pull request.



> @@ -291,7 +300,7 @@ An encoder MUST limit the number of streams which could become blocked to the
 value of SETTINGS_QPACK_BLOCKED_STREAMS at all times. Note that the decoder
 might not actually become blocked on every stream which risks becoming blocked.
 If the decoder encounters more blocked streams than it promised to support, it
-SHOULD treat this as a stream error of type HTTP_QPACK_DECOMPRESSION_FAILED.
+MUST treat this as an error of type HTTP_QPACK_DECOMPRESSION_FAILED.

Same argument as above: I am worried that decoder implementations that do not do what they SHOULD do will allow the proliferation of non-conformant encoder implementations.

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

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

<hr>

<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1726#discussi=
on_r215722503">draft-ietf-quic-qpack.md</a>:</p>
<pre style=3D'color:#555'>&gt; @@ -291,7 +300,7 @@ An encoder MUST limit =
the number of streams which could become blocked to the
 value of SETTINGS_QPACK_BLOCKED_STREAMS at all times. Note that the deco=
der
 might not actually become blocked on every stream which risks becoming b=
locked.
 If the decoder encounters more blocked streams than it promised to suppo=
rt, it
-SHOULD treat this as a stream error of type HTTP_QPACK_DECOMPRESSION_FAI=
LED.
+MUST treat this as an error of type HTTP_QPACK_DECOMPRESSION_FAILED.
</pre>
<p>Same argument as above: I am worried that decoder implementations that=
 do not do what they SHOULD do will allow the proliferation of non-confor=
mant encoder implementations.</p>

<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/1726#pullrequestreview-153052187">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
3ing3JDXjkXb6sxNPM99xHAbtVpks5uYWLbgaJpZM4WdbEk">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkqy2UvDxOIo7FsOIvuG64n=
1w70YbRks5uYWLbgaJpZM4WdbEk.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky commented on #1726"}],"action":{"name":"View Pull Request","url":"h=
ttps://github.com/quicwg/base-drafts/pull/1726#pullrequestreview-15305218=
7"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726#pullrequestrev=
iew-153052187",
"url": "https://github.com/quicwg/base-drafts/pull/1726#pullrequestreview=
-153052187",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@bencebeky commented on 1726",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726#pullrequestreview=
-153052187"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3768118=
12\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b916b5b2ad50_1ac03f80040d45bc1211a2--


From nobody Thu Sep  6 11:03:57 2018
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 867CF130DC3 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 11:03:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.03
X-Spam-Level: 
X-Spam-Status: No, score=-7.03 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 SjAkyFIS1rQU for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 11:03:46 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5CE0C129AB8 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 11:03:46 -0700 (PDT)
Date: Thu, 06 Sep 2018 11:03:45 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536257025; bh=FxBh8SPaDasiJ5ZZV5AlWCzSsuBQ9Lb7BmO+3RWqvqk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gv/9jGNpfzDYA2hOpQi8UMaH2rx/89gGf+S4PYMG3oGCPcYRT+L/YO0FOGRQObWDk YnPWsNaZLY+yfEaQWv1oDOPvWYcVNrZew4H+i77LJNFRCyecITJIPMM9cqFoKNK/lL Mm1S5vf8odk1snd4t2ZUYkhrV766hLSTDtsD5BUU=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab749af4cb7cbb1e70a13a3e491cbb87aa963482a592cf0000000117a92e0192a169ce1553053a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1726/review/153053381@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1726@github.com>
References: <quicwg/base-drafts/pull/1726@github.com>
Subject: Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b916c01b95a8_6d803fee5e2d45c433599"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/djucnAb8udDrIKRYTAViAAd010A>
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, 06 Sep 2018 18:03:49 -0000

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

bencebeky commented on this pull request.



>  QPACK which prevent the stream or connection from continuing:
 
-HTTP_QPACK_DECOMPRESSION_FAILED (0x06):
-: QPACK failed to decompress a frame and cannot continue.
+HTTP_QPACK_DECOMPRESSION_FAILED (TBD):
+: The decoder failed to interpret an instruction on a request or push stream and
+  is not able to continue decoding that header block.  This situation MAY be

I would like to allow decoder implementations to close the connection even if technically closing the stream would be enough.  This is because stream errors are more easy to hide by retry logic that some products have.  Really, a well-behaved encoder implementation should never cause a decoder to signal an error, so if it does, that should be surfaced as much as possible.

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

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

<hr>

<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1726#discussi=
on_r215723444">draft-ietf-quic-qpack.md</a>:</p>
<pre style=3D'color:#555'>&gt;  QPACK which prevent the stream or connect=
ion from continuing:
 =

-HTTP_QPACK_DECOMPRESSION_FAILED (0x06):
-: QPACK failed to decompress a frame and cannot continue.
+HTTP_QPACK_DECOMPRESSION_FAILED (TBD):
+: The decoder failed to interpret an instruction on a request or push st=
ream and
+  is not able to continue decoding that header block.  This situation MA=
Y be
</pre>
<p>I would like to allow decoder implementations to close the connection =
even if technically closing the stream would be enough.  This is because =
stream errors are more easy to hide by retry logic that some products hav=
e.  Really, a well-behaved encoder implementation should never cause a de=
coder to signal an error, so if it does, that should be surfaced as much =
as possible.</p>

<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/1726#pullrequestreview-153053381">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
8SEQm1sAPZnANzsE0Mf9F59YBTmks5uYWOBgaJpZM4WdbEk">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq7v5YTO5D-JGXRDv7RjbX=
--S9F1Dks5uYWOBgaJpZM4WdbEk.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky commented on #1726"}],"action":{"name":"View Pull Request","url":"h=
ttps://github.com/quicwg/base-drafts/pull/1726#pullrequestreview-15305338=
1"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726#pullrequestrev=
iew-153053381",
"url": "https://github.com/quicwg/base-drafts/pull/1726#pullrequestreview=
-153053381",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@bencebeky commented on 1726",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726#pullrequestreview=
-153053381"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3768118=
12\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b916c01b95a8_6d803fee5e2d45c433599--


From nobody Thu Sep  6 11:05:10 2018
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 C2831130E2F for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 11:05:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 M4uKvtecyO1k for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 11:05:07 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E00D9130E5C for <quic-issues@ietf.org>; Thu,  6 Sep 2018 11:05:06 -0700 (PDT)
Date: Thu, 06 Sep 2018 11:05:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536257106; bh=3m4Fgt1lv4DawMdtbNg+UrhxKsCqx4qc4Wkks8XO5E8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Nk1e/AX7yzY9P5jiRsMrF/VqgEdCJj0pCfj9aM0UDz+jX7n3IaWQwhpag1kfe2lk2 TXQ3qIMz1Qf4VtQKFQDYTDCrBftfjCIDlz3Y6XSjU6YvjJ2jSXqdNw1Qa9sAYcK4+2 nILjAAbOqI8Qsn8Yw+c4mA3ZtXyhnQktxYmLUess=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8c093b5f368941187a77bc73d04de914bed6a8fd92cf0000000117a92e5292a169ce1553053a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1726/review/153053974@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1726@github.com>
References: <quicwg/base-drafts/pull/1726@github.com>
Subject: Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b916c5244aee_62ff3fcf73ad45bc3302b8"; 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/EsRetZ4WjkSEdv8MpYkDFdf65xA>
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, 06 Sep 2018 18:05:09 -0000

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

MikeBishop commented on this pull request.



> @@ -120,6 +120,12 @@ which has a fixed index over time.  Its entries are defined in Appendix A of
 {{!RFC7541}}. Note that because HPACK did not use zero-based references, there
 is no value at index zero of the static table.
 
+A decoder that encounters an invalid static table index on a request stream or
+push stream MUST treat this as an error of type

That's one way to deal with it.  In H2 and HQ, I think we've been leaning on the text that an implementation can always "upgrade" a stream error to a connection error at its discretion.  So even if we say stream, there's an implied choice.

-- 
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/1726#discussion_r215723929
----==_mimepart_5b916c5244aee_62ff3fcf73ad45bc3302b8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1726#discussion_r215723929">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -120,6 +120,12 @@ which has a fixed index over time.  Its entries are defined in Appendix A of
 {{!RFC7541}}. Note that because HPACK did not use zero-based references, there
 is no value at index zero of the static table.
 
+A decoder that encounters an invalid static table index on a request stream or
+push stream MUST treat this as an error of type
</pre>
<p>That's one way to deal with it.  In H2 and HQ, I think we've been leaning on the text that an implementation can always "upgrade" a stream error to a connection error at its discretion.  So even if we say stream, there's an implied choice.</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/1726#discussion_r215723929">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5SDt0S9B7S3ubuDj4ro8nS--YS9ks5uYWPSgaJpZM4WdbEk">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq01BrwYqod8ud707rJnmWSmqvgklks5uYWPSgaJpZM4WdbEk.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #1726"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1726#discussion_r215723929"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r215723929",
"url": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r215723929",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop commented on 1726",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r215723929"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 376811812\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b916c5244aee_62ff3fcf73ad45bc3302b8--


From nobody Thu Sep  6 11:05:35 2018
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 3D74E130E1A for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 11:05:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.03
X-Spam-Level: 
X-Spam-Status: No, score=-7.03 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 cFnJ4vWztVgy for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 11:05:31 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 79E67129AB8 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 11:05:31 -0700 (PDT)
Date: Thu, 06 Sep 2018 11:05:30 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536257130; bh=CpMoYMOSmaW7GARIjJL+NoP6uCsQGJsOpsqHSEJl9tI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FWx+ymIWrLDz1NyY1K50rSH3d/XXDuQUy85OR7fyIRIocbNUZeypCZD/Mi8SYYlvJ UYdmKO21aspFMyqgSRWIvOcbPiQ/lw7i+6nqsKWXPLZ7TSHs13lfN/7hhx8z58a8Oh rkZAGrhvtUvK6vQ7s5v8K0WRlIMeiebWtL7hlJQQ=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0873d5b4cd1a52eb8dba9677d3bcb4e545be74ef92cf0000000117a92e6a92a169ce14f781a5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1683/419188668@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1683@github.com>
References: <quicwg/base-drafts/issues/1683@github.com>
Subject: Re: [quicwg/base-drafts] QPACK does not specify how to handle invalid input on control streams (#1683)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b916c6acccb6_3fc03fab98ed45bc33358f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/ewxbxa42VIyEePVi3Sq83PY6-kc>
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, 06 Sep 2018 18:05:33 -0000

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

Drafted a pull request to move the discussion forward.  The phrasing might be a little clumsy at places, but it should be good enough to spark a conversation.

-- 
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/1683#issuecomment-419188668
----==_mimepart_5b916c6acccb6_3fc03fab98ed45bc33358f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Drafted a pull request to move the discussion forward.  The phrasing m=
ight be a little clumsy at places, but it should be good enough to spark =
a conversation.</p>

<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/1683#issuecomment-419188668">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-nj=
QwEKmIzzv8lmyY0jVEPWoqybks5uYWPqgaJpZM4WCT51">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8kUdjn5UDTBGpGroo2taxxB=
ALB_ks5uYWPqgaJpZM4WCT51.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky in #1683: Drafted a pull request to move the discussion forward.  T=
he phrasing might be a little clumsy at places, but it should be good eno=
ugh to spark a conversation."}],"action":{"name":"View Issue","url":"http=
s://github.com/quicwg/base-drafts/issues/1683#issuecomment-419188668"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1683#issuecomment=
-419188668",
"url": "https://github.com/quicwg/base-drafts/issues/1683#issuecomment-41=
9188668",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK does not specify how to handle i=
nvalid input on control streams (#1683)",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1683,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1683\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1683#issuecomment-41=
9188668"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3697045=
65\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b916c6acccb6_3fc03fab98ed45bc33358f--


From nobody Thu Sep  6 11:33:11 2018
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 9A7EF130F3C for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 11:33:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 o-MDTgw1hamd for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 11:33:05 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1BC8A130F69 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 11:33:05 -0700 (PDT)
Date: Thu, 06 Sep 2018 11:33:04 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536258784; bh=thOM90eX69pHEhOQfZtOP0ZTNBG18rAwcxB5uvOwznk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xb1jhZXASekz9e5HIzaNCmNHsBNRHVIEdS1YHhbnH4ALacN6ojQ6qM99590hPWZTU TKp4b8rtC5y+pi8V1nnExhmbPT2EEIBzztySgyzMOcB+9e5m1BzaM6nhFMay7I8CXK l9UkbRuYgc7UqqqQGQ2mQm7PcggVSRMjKkCIMWxE=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4db642526cc7a74332b99c3eba0a94cac592564e92cf0000000117a934e092a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/419197151@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9172e0e0ef_46433fb5864d45c43341be"; 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/RwJRXNEiW2Xm5PaPikDIULsyGus>
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, 06 Sep 2018 18:33:09 -0000

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

I don't think we'll provide any guidelines on how high is too high for packet loss, because I'm doubtful we could write good general purpose guidance.

I don't have any clear advice on the rest of the questions except what's already in the transport and http docs.

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

<p>I don't think we'll provide any guidelines on how high is too high for packet loss, because I'm doubtful we could write good general purpose guidance.</p>
<p>I don't have any clear advice on the rest of the questions except what's already in the transport and http docs.</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/1718#issuecomment-419197151">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwLqIrimq5dERfEpuhG4EVODIFAZks5uYWpggaJpZM4WWJJd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwd240KVdFVbrmng9ySOFN4l9iz2ks5uYWpggaJpZM4WWJJd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1718: I don't think we'll provide any guidelines on how high is too high for packet loss, because I'm doubtful we could write good general purpose guidance.\r\n\r\nI don't have any clear advice on the rest of the questions except what's already in the transport and http docs."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1718#issuecomment-419197151"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-419197151",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-419197151",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-419197151"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374903389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9172e0e0ef_46433fb5864d45c43341be--


From nobody Thu Sep  6 12:39:28 2018
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 BC5E4130F28 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 12:39:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 4PIlHijqmaw3 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 12:39:26 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5B4BA130F25 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 12:39:26 -0700 (PDT)
Date: Thu, 06 Sep 2018 12:39:25 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536262765; bh=EiwrVJ7VlpXCzQtmqbdPLOhfUlS4RhQk4AGcYT7R0u8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Xa8blBdyEhFO+N0yFH64iKitNdkUb6iPpQ1I5YBjU6Fz3pQsr0HUOPs2tUh+gTO/m slItRZQTjCOvM8TcLm8Hl3pEejpttZAF05UFrnPFIQOxN4gnilt2oG3wINuU/CNb/b Po3e874NH0aziH3ml0AiGGeXErrbC3r97HywHQNs=
From: "Arvid E. Picciani" <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab322bb1119aafd591fcbebc8989eb49a50299362292cf0000000117a9446d92a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1718/419216541@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b91826d4bf10_46ae3fd249cd45b410045f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: aep
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/yDpBwnOv7Sfw2HmtE1MNSQUf34o>
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, 06 Sep 2018 19:39:28 -0000

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

fair enough. thanks for your input :)

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

<p>fair enough. thanks for your input :)</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/1718#issuecomment-419216541">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8LUkpU7M2qeDQKLT1jM5i75livvks5uYXntgaJpZM4WWJJd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwLnYxF2U0kkJp-B9fC656cLJE2cks5uYXntgaJpZM4WWJJd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@aep in #1718: fair enough. thanks for your input :)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1718#issuecomment-419216541"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-419216541",
"url": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-419216541",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**Arvid E. Picciani**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@aep",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1718,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#issuecomment-419216541"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374903389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b91826d4bf10_46ae3fd249cd45b410045f--


From nobody Thu Sep  6 12:39:36 2018
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 C35AD130F25 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 12:39:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 nDcV9FnIlZMz for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 12:39:27 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1600D130F2A for <quic-issues@ietf.org>; Thu,  6 Sep 2018 12:39:27 -0700 (PDT)
Date: Thu, 06 Sep 2018 12:39:25 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536262765; bh=l2G25uehwhkBQ/vUDyZpH+2Y0FaCtp5o7YjTaejGYbM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dCD/jryzzT96niwAzZx4iDPjc9nkeD66h9G26tKB1c7kdDzIkd8iFr76Fk29bDnY/ 2a0NyRGm/yG27FLyl9Pvn7yFPDzPRpUBYLnjucz0k2Yxq9zMBSnwFCFYOfEoOOx4jE u4QnJeNlTYk4ayx2+xs4Hnylf8ckhl+qtkDGxcfA=
From: "Arvid E. Picciani" <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab322bb1119aafd591fcbebc8989eb49a50299362292cf0000000117a9446d92a169ce153af807@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1718/issue_event/1831274987@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1718@github.com>
References: <quicwg/base-drafts/issues/1718@github.com>
Subject: Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b91826d7dbb1_757a3fef200d45b812576c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: aep
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/9gpIsqNzFJgNJbodsmI0Xfzx0vQ>
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, 06 Sep 2018 19:39:29 -0000

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

Closed #1718.

-- 
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/1718#event-1831274987
----==_mimepart_5b91826d7dbb1_757a3fef200d45b812576c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="356186119" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1718" href="https://github.com/quicwg/base-drafts/issues/1718">#1718</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/1718#event-1831274987">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8LUkpU7M2qeDQKLT1jM5i75livvks5uYXntgaJpZM4WWJJd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwLnYxF2U0kkJp-B9fC656cLJE2cks5uYXntgaJpZM4WWJJd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1718."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1718#event-1831274987"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1718#event-1831274987",
"url": "https://github.com/quicwg/base-drafts/issues/1718#event-1831274987",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] recovery: clarification on TLP when sender is outpacing the timer (#1718)",
"sections": [
{
"text": "",
"activityTitle": "**Arvid E. Picciani**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@aep",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1718#event-1831274987"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374903389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b91826d7dbb1_757a3fef200d45b812576c--


From nobody Thu Sep  6 13:00:34 2018
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 3E60B130F47 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 13:00:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 vjosD7jKT3cR for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 13:00:29 -0700 (PDT)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [167.89.101.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 77E40130F49 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 13:00:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=45hBKAorkvziKQpNctZwz97c2oI=; b=iRmIwXFahEzieKSl PAODYX+0nfxd+NIR3Mrc4ZY0OpMpDJc7f3ONxuAUR1xlv1oqTVmMGebrTK9P5vx7 lebGTM3QyIn4WioXmFM+OhJvHDKf5K9SZVZLBE9vvm+Y0uRferZasyaExQcw45Hz 3PdHih/N/HXctfSZnWs0Grt5nhs=
Received: by filter1684p1mdw1.sendgrid.net with SMTP id filter1684p1mdw1-19795-5B918752-20 2018-09-06 20:00:18.424740876 +0000 UTC m=+592680.152436272
Received: from github-lowworker-dcd58f3.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0012p1iad2.sendgrid.net (SG) with ESMTP id wfUhqRovTna6sjOmIPWibQ for <quic-issues@ietf.org>; Thu, 06 Sep 2018 20:00:18.322 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcd58f3.cp1-iad.github.net (Postfix) with ESMTP id 43DCE2400B5 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 13:00:18 -0700 (PDT)
Date: Thu, 06 Sep 2018 20:00:18 +0000 (UTC)
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3f61c4adbe521fcf9162935664559f0387054c9392cf0000000117a9495292a169ce1551fa73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1725/review/153094164@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1725@github.com>
References: <quicwg/base-drafts/pull/1725@github.com>
Subject: Re: [quicwg/base-drafts] Require that QPACK preserves header field order. (#1725)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b91875241be6_2b643fd19f8d45b82484d5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2jwSM5ERT2o/0rVuoesHieG3clCNvldPY6zz 8QjNebhvy1rmURHU2kBM8Rl5UMESyNJ5XW2e90L87WdttRfkVMHGuU9A2GvgnpNK4x9vfJXZN04fN6 j7MN5exLQPX34gtYt40NEU79bEy0yOv45/ocwjgUrq+DIttBoagdEr2/TA==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/jtOr3m5p4pqA1wOQMt23VTt2VRY>
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, 06 Sep 2018 20:00:32 -0000

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

afrind commented on this pull request.



>  
-: The full collection of headers associated with an HTTP message.
+: The ordered collection of header fields associated with an HTTP message.  A
+  header list can contain multiple header fields with identical name, or

names

> @@ -101,6 +101,11 @@ balance between resilience against head-of-line blocking and optimal compression
 ratio.  The design goals are to closely approach the compression ratio of HPACK
 with substantially less head-of-line blocking under the same loss conditions.
 
+QPACK preserves the ordering of header fields within each header list.  An

Wondering if this belongs in the introduction or would be better off elsewhere.  Off hand I don't see a section where it belongs -- HPACK has a 'Compression Process Overview' that includes this text.  Perhaps we can rename section 2 "Header Tables" to be something like "Overview" and it would fit better there.  I'm inclined to take this as is and we can do some document reorganization later.

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

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1725#discussion_r215756138">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  
-: The full collection of headers associated with an HTTP message.
+: The ordered collection of header fields associated with an HTTP message.  A
+  header list can contain multiple header fields with identical name, or
</pre>
<p>names</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1725#discussion_r215757719">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -101,6 +101,11 @@ balance between resilience against head-of-line blocking and optimal compression
 ratio.  The design goals are to closely approach the compression ratio of HPACK
 with substantially less head-of-line blocking under the same loss conditions.
 
+QPACK preserves the ordering of header fields within each header list.  An
</pre>
<p>Wondering if this belongs in the introduction or would be better off elsewhere.  Off hand I don't see a section where it belongs -- HPACK has a 'Compression Process Overview' that includes this text.  Perhaps we can rename section 2 "Header Tables" to be something like "Overview" and it would fit better there.  I'm inclined to take this as is and we can do some document reorganization later.</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/1725#pullrequestreview-153094164">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwp_bB0V4p22baCIYgPF7wZmtjhYks5uYX7SgaJpZM4WdHFX">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq67RUL-TaJ5OwlmWq6-8UnJzwQL7ks5uYX7SgaJpZM4WdHFX.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind commented on #1725"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1725#pullrequestreview-153094164"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1725#pullrequestreview-153094164",
"url": "https://github.com/quicwg/base-drafts/pull/1725#pullrequestreview-153094164",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@afrind commented on 1725",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1725#pullrequestreview-153094164"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 376729943\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b91875241be6_2b643fd19f8d45b82484d5--


From nobody Thu Sep  6 13:12:56 2018
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 F00DF130DE2 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 13:12:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.03
X-Spam-Level: 
X-Spam-Status: No, score=-7.03 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 LKO96cQTe-MN for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 13:12:52 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 614B71271FF for <quic-issues@ietf.org>; Thu,  6 Sep 2018 13:12:52 -0700 (PDT)
Date: Thu, 06 Sep 2018 13:12:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536264771; bh=3GyGGV3ilSO5TvH+LeoxOQyu9jYLkN0YY2FUWfS+XEc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=e8oEm9mdS2KpOAO+X/6EAG0uvOgJiMAwqkDvt3KsxB7YBTFdHSoGqwnRiJUdLZKm8 qrvUE2fOqgjSEJ3rGV2iQLDs1UGtVIE0y0MrZMJKaa5jFYeTvDD5tg87qFkKkVz5oc lq/v/gh23f92fp3NDycRE6iwxeSKPGUX9q33napE=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0a675931ef3dfaffd9ace1c1e1d9921fefaa48de92cf0000000117a94c4392a169ce1551fa73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1725/review/153101097@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1725@github.com>
References: <quicwg/base-drafts/pull/1725@github.com>
Subject: Re: [quicwg/base-drafts] Require that QPACK preserves header field order. (#1725)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b918a4357595_301c3fb0126d45b4970d5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/g_EfXc2R2GYZyIMbnKoSWvrUIVY>
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, 06 Sep 2018 20:12:54 -0000

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

bencebeky commented on this pull request.



>  
-: The full collection of headers associated with an HTTP message.
+: The ordered collection of header fields associated with an HTTP message.  A
+  header list can contain multiple header fields with identical name, or

Hm not sure.  Consider
h1 = {"a", "value1"}
h2 = {"a", "value2"}
Now h1 and h2 are header fields that have identical names, that is, h1.name and h2.name are two names that are identical, or do they have identical name, that is, the single name "a" is both the name of h1 and h2?

Maybe I'm overthinking.  I'm not a native speaker so if you still think "names" is more appropriate I'm happy to change 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/1725#discussion_r215761869
----==_mimepart_5b918a4357595_301c3fb0126d45b4970d5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

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

<hr>

<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1725#discussi=
on_r215761869">draft-ietf-quic-qpack.md</a>:</p>
<pre style=3D'color:#555'>&gt;  =

-: The full collection of headers associated with an HTTP message.
+: The ordered collection of header fields associated with an HTTP messag=
e.  A
+  header list can contain multiple header fields with identical name, or=

</pre>
<p>Hm not sure.  Consider<br>
h1 =3D {"a", "value1"}<br>
h2 =3D {"a", "value2"}<br>
Now h1 and h2 are header fields that have identical names, that is, h1.na=
me and h2.name are two names that are identical, or do they have identica=
l name, that is, the single name "a" is both the name of h1 and h2?</p>
<p>Maybe I'm overthinking.  I'm not a native speaker so if you still thin=
k "names" is more appropriate I'm happy to change it.</p>

<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/1725#discussion_r215761869">view it on GitHub</a>, or=
 <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyJYwvD=
SkcZWI3qFTW709okNIjd4ks5uYYHDgaJpZM4WdHFX">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq7KutS517TTzF3YE-NjENhhbhNNF=
ks5uYYHDgaJpZM4WdHFX.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky commented on #1725"}],"action":{"name":"View Pull Request","url":"h=
ttps://github.com/quicwg/base-drafts/pull/1725#discussion_r215761869"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1725#discussion_r21=
5761869",
"url": "https://github.com/quicwg/base-drafts/pull/1725#discussion_r21576=
1869",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@bencebeky commented on 1725",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1725#discussion_r21576=
1869"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3767299=
43\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b918a4357595_301c3fb0126d45b4970d5--


From nobody Thu Sep  6 13:26:39 2018
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 AACD5130F1F for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 13:26:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 6fUcCMby5_5y for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 13:26:33 -0700 (PDT)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 02535130EDB for <quic-issues@ietf.org>; Thu,  6 Sep 2018 13:26:32 -0700 (PDT)
Date: Thu, 06 Sep 2018 13:26:32 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536265592; bh=NyftgPzjEdtvLb3AUzDLUhI2Hw2FlQWxvCn4iN86RPc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HNUTSj4/1XgEuPRLst37DSVfbUWLauY6oTRkOvP8IY3iDo4uFRm7svcuE+Lmdubv4 Z7l+tfbjukwaMHSrHAIYe2xRXSQZYq+jYclXd2AAbETqWv4rGMnJHAnDh18WY2QO+x tGg9hcHtYpxQdE8Na8EuRgz3sP148yGCRWA/1eyo=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb8814733aba5c5e379077aa16b8aa22341d5bfda92cf0000000117a94f7892a169ce1553053a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1726/review/153097791@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1726@github.com>
References: <quicwg/base-drafts/pull/1726@github.com>
Subject: Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b918d7855b61_378a3fc6f94d45b82431d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/LbdAx14LEK5G2ZnDhUMX5KcqIok>
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, 06 Sep 2018 20:26:38 -0000

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

afrind commented on this pull request.

Thanks for putting this up.

> @@ -120,6 +120,12 @@ which has a fixed index over time.  Its entries are defined in Appendix A of
 {{!RFC7541}}. Note that because HPACK did not use zero-based references, there
 is no value at index zero of the static table.
 
+A decoder that encounters an invalid static table index on a request stream or
+push stream MUST treat this as an error of type

I think it would be more clear to use stream error here, and if an implementation wants to make it a connection error they can.

> @@ -120,6 +120,12 @@ which has a fixed index over time.  Its entries are defined in Appendix A of
 {{!RFC7541}}. Note that because HPACK did not use zero-based references, there
 is no value at index zero of the static table.
 
+A decoder that encounters an invalid static table index on a request stream or
+push stream MUST treat this as an error of type

Would it be better to have this text under the Absolute and Relative Indexing section, rather than here?

> @@ -248,11 +254,14 @@ d = count of entries dropped
 ~~~~~
 {: title="Example Dynamic Table Indexing - Post-Base Index on Request Stream"}
 
-If the decoder encounters a reference to an entry which has already been dropped
-from the table or which is greater than the declared Largest Reference (see
-{{absolute-index}}), this MUST be treated as a stream error of type
-`HTTP_QPACK_DECOMPRESSION_FAILED` error code.  If this reference occurs on the
-encoder stream, this MUST be treated as a session error.
+If the decoder encounters a reference on a request or push stream to a dynamic
+table entry which has already been dropped or which has an absolute index
+greater than the declared Largest Reference (see {{absolute-index}}), this MUST
+be treated as an error of type `HTTP_QPACK_DECOMPRESSION_FAILED`.
+
+If the decoder encounters a reference on the encoder stream to a dynamic table
+entry which has already been dropped or which has not yet been inserted, this

This was already a problem, but there's not correct agreement in these sentences.  '...if the decoder...this must be treated' should be  '...if the decoder... it must treat'.  If you don't feel like mucking with it we can clean it up later.

> @@ -248,11 +254,14 @@ d = count of entries dropped
 ~~~~~
 {: title="Example Dynamic Table Indexing - Post-Base Index on Request Stream"}
 
-If the decoder encounters a reference to an entry which has already been dropped
-from the table or which is greater than the declared Largest Reference (see
-{{absolute-index}}), this MUST be treated as a stream error of type
-`HTTP_QPACK_DECOMPRESSION_FAILED` error code.  If this reference occurs on the
-encoder stream, this MUST be treated as a session error.
+If the decoder encounters a reference on a request or push stream to a dynamic
+table entry which has already been dropped or which has an absolute index
+greater than the declared Largest Reference (see {{absolute-index}}), this MUST
+be treated as an error of type `HTTP_QPACK_DECOMPRESSION_FAILED`.
+
+If the decoder encounters a reference on the encoder stream to a dynamic table
+entry which has already been dropped or which has not yet been inserted, this

Also, I don't think you can make a reference on the encoder stream to a header that has not yet been inserted.  Index 0 is the most recently inserted entry.

> @@ -270,8 +279,8 @@ immediately. A stream becomes unblocked when the greatest absolute index in the
 dynamic table becomes greater than or equal to the Largest Reference for all
 header blocks the decoder has started reading from the stream.  If a decoder
 encounters a header block where the actual largest reference is not equal to the
-Largest Reference declared in the prefix, it MAY treat this as a stream error of
-type HTTP_QPACK_DECOMPRESSION_FAILED.
+Largest Reference declared in the prefix, it MUST treat this as an error

See the discussion of MUST vs. MAY for this case in https://github.com/quicwg/base-drafts/issues/1404.

I was for MUST here previously.  I think the argument against it was that it's kind of annoying to check it potentially, and some organizations require all MUSTs to be implemented or have a 'really good reason' (TM).

> @@ -291,7 +300,7 @@ An encoder MUST limit the number of streams which could become blocked to the
 value of SETTINGS_QPACK_BLOCKED_STREAMS at all times. Note that the decoder
 might not actually become blocked on every stream which risks becoming blocked.
 If the decoder encounters more blocked streams than it promised to support, it
-SHOULD treat this as a stream error of type HTTP_QPACK_DECOMPRESSION_FAILED.
+MUST treat this as an error of type HTTP_QPACK_DECOMPRESSION_FAILED.

I'm inclined to agree with you. Will let the MAY/SHOULD side weigh in.

> @@ -602,6 +609,17 @@ blocks within a stream have been fully processed.
 ~~~~~~~~~~
 {:#fig-header-ack title="Header Acknowledgement"}
 
+The same Stream ID can be identified multiple times, as multiple header blocks
+can be sent on a single stream in the case of intermediate responses, trailers,
+and pushed requests.  Since header frames on each stream are received and
+processed in order, this gives the encoder precise feedback on which header
+blocks within a stream have been fully processed.
+
+If an encoder receives a Header Acknowledgement instruction referring to a
+stream on which every header block with non-zero Largest Reference has already

Does 'with *a* non-zero Largest Reference' sound better?

>  QPACK which prevent the stream or connection from continuing:
 
-HTTP_QPACK_DECOMPRESSION_FAILED (0x06):
-: QPACK failed to decompress a frame and cannot continue.
+HTTP_QPACK_DECOMPRESSION_FAILED (TBD):
+: The decoder failed to interpret an instruction on a request or push stream and
+  is not able to continue decoding that header block.  This situation MAY be

I think this is already the intent, but I don't think it hurts to spell it out here.  Also, maybe we can get rid of the word situation in all three error descriptions?

>  QPACK which prevent the stream or connection from continuing:
 
-HTTP_QPACK_DECOMPRESSION_FAILED (0x06):
-: QPACK failed to decompress a frame and cannot continue.
+HTTP_QPACK_DECOMPRESSION_FAILED (TBD):
+: The decoder failed to interpret an instruction on a request or push stream and
+  is not able to continue decoding that header block.  This situation MAY be

Did you mean to remove the error code value?

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

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

<p>Thanks for putting this up.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1726#discussion_r215758913">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -120,6 +120,12 @@ which has a fixed index over time.  Its entries are defined in Appendix A of
 {{!RFC7541}}. Note that because HPACK did not use zero-based references, there
 is no value at index zero of the static table.
 
+A decoder that encounters an invalid static table index on a request stream or
+push stream MUST treat this as an error of type
</pre>
<p>I think it would be more clear to use stream error here, and if an implementation wants to make it a connection error they can.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1726#discussion_r215760042">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -120,6 +120,12 @@ which has a fixed index over time.  Its entries are defined in Appendix A of
 {{!RFC7541}}. Note that because HPACK did not use zero-based references, there
 is no value at index zero of the static table.
 
+A decoder that encounters an invalid static table index on a request stream or
+push stream MUST treat this as an error of type
</pre>
<p>Would it be better to have this text under the Absolute and Relative Indexing section, rather than here?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1726#discussion_r215761225">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -248,11 +254,14 @@ d = count of entries dropped
 ~~~~~
 {: title=&quot;Example Dynamic Table Indexing - Post-Base Index on Request Stream&quot;}
 
-If the decoder encounters a reference to an entry which has already been dropped
-from the table or which is greater than the declared Largest Reference (see
-{{absolute-index}}), this MUST be treated as a stream error of type
-`HTTP_QPACK_DECOMPRESSION_FAILED` error code.  If this reference occurs on the
-encoder stream, this MUST be treated as a session error.
+If the decoder encounters a reference on a request or push stream to a dynamic
+table entry which has already been dropped or which has an absolute index
+greater than the declared Largest Reference (see {{absolute-index}}), this MUST
+be treated as an error of type `HTTP_QPACK_DECOMPRESSION_FAILED`.
+
+If the decoder encounters a reference on the encoder stream to a dynamic table
+entry which has already been dropped or which has not yet been inserted, this
</pre>
<p>This was already a problem, but there's not correct agreement in these sentences.  '...if the decoder...this must be treated' should be  '...if the decoder... it must treat'.  If you don't feel like mucking with it we can clean it up later.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1726#discussion_r215761713">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -248,11 +254,14 @@ d = count of entries dropped
 ~~~~~
 {: title=&quot;Example Dynamic Table Indexing - Post-Base Index on Request Stream&quot;}
 
-If the decoder encounters a reference to an entry which has already been dropped
-from the table or which is greater than the declared Largest Reference (see
-{{absolute-index}}), this MUST be treated as a stream error of type
-`HTTP_QPACK_DECOMPRESSION_FAILED` error code.  If this reference occurs on the
-encoder stream, this MUST be treated as a session error.
+If the decoder encounters a reference on a request or push stream to a dynamic
+table entry which has already been dropped or which has an absolute index
+greater than the declared Largest Reference (see {{absolute-index}}), this MUST
+be treated as an error of type `HTTP_QPACK_DECOMPRESSION_FAILED`.
+
+If the decoder encounters a reference on the encoder stream to a dynamic table
+entry which has already been dropped or which has not yet been inserted, this
</pre>
<p>Also, I don't think you can make a reference on the encoder stream to a header that has not yet been inserted.  Index 0 is the most recently inserted entry.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1726#discussion_r215762227">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -270,8 +279,8 @@ immediately. A stream becomes unblocked when the greatest absolute index in the
 dynamic table becomes greater than or equal to the Largest Reference for all
 header blocks the decoder has started reading from the stream.  If a decoder
 encounters a header block where the actual largest reference is not equal to the
-Largest Reference declared in the prefix, it MAY treat this as a stream error of
-type HTTP_QPACK_DECOMPRESSION_FAILED.
+Largest Reference declared in the prefix, it MUST treat this as an error
</pre>
<p>See the discussion of MUST vs. MAY for this case in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="327988748" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1404" href="https://github.com/quicwg/base-drafts/issues/1404">#1404</a>.</p>
<p>I was for MUST here previously.  I think the argument against it was that it's kind of annoying to check it potentially, and some organizations require all MUSTs to be implemented or have a 'really good reason' (TM).</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1726#discussion_r215763494">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -291,7 +300,7 @@ An encoder MUST limit the number of streams which could become blocked to the
 value of SETTINGS_QPACK_BLOCKED_STREAMS at all times. Note that the decoder
 might not actually become blocked on every stream which risks becoming blocked.
 If the decoder encounters more blocked streams than it promised to support, it
-SHOULD treat this as a stream error of type HTTP_QPACK_DECOMPRESSION_FAILED.
+MUST treat this as an error of type HTTP_QPACK_DECOMPRESSION_FAILED.
</pre>
<p>I'm inclined to agree with you. Will let the MAY/SHOULD side weigh in.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1726#discussion_r215764273">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -602,6 +609,17 @@ blocks within a stream have been fully processed.
 ~~~~~~~~~~
 {:#fig-header-ack title=&quot;Header Acknowledgement&quot;}
 
+The same Stream ID can be identified multiple times, as multiple header blocks
+can be sent on a single stream in the case of intermediate responses, trailers,
+and pushed requests.  Since header frames on each stream are received and
+processed in order, this gives the encoder precise feedback on which header
+blocks within a stream have been fully processed.
+
+If an encoder receives a Header Acknowledgement instruction referring to a
+stream on which every header block with non-zero Largest Reference has already
</pre>
<p>Does 'with <em>a</em> non-zero Largest Reference' sound better?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1726#discussion_r215764684">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  QPACK which prevent the stream or connection from continuing:
 
-HTTP_QPACK_DECOMPRESSION_FAILED (0x06):
-: QPACK failed to decompress a frame and cannot continue.
+HTTP_QPACK_DECOMPRESSION_FAILED (TBD):
+: The decoder failed to interpret an instruction on a request or push stream and
+  is not able to continue decoding that header block.  This situation MAY be
</pre>
<p>I think this is already the intent, but I don't think it hurts to spell it out here.  Also, maybe we can get rid of the word situation in all three error descriptions?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1726#discussion_r215764851">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  QPACK which prevent the stream or connection from continuing:
 
-HTTP_QPACK_DECOMPRESSION_FAILED (0x06):
-: QPACK failed to decompress a frame and cannot continue.
+HTTP_QPACK_DECOMPRESSION_FAILED (TBD):
+: The decoder failed to interpret an instruction on a request or push stream and
+  is not able to continue decoding that header block.  This situation MAY be
</pre>
<p>Did you mean to remove the error code value?</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/1726#pullrequestreview-153097791">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6UjeAeIwkHDSL3u6hBtnDpjQnErks5uYYT4gaJpZM4WdbEk">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6u1HB2ruek7sUeGPZ1ilv-ma0_Oks5uYYT4gaJpZM4WdbEk.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind commented on #1726"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1726#pullrequestreview-153097791"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726#pullrequestreview-153097791",
"url": "https://github.com/quicwg/base-drafts/pull/1726#pullrequestreview-153097791",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@afrind commented on 1726",
"sections": [
{
"text": "Thanks for putting this up.",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726#pullrequestreview-153097791"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 376811812\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b918d7855b61_378a3fc6f94d45b82431d--


From nobody Thu Sep  6 15:17:03 2018
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 3E009130F4D for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 15:17:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 hzONu_89ecwf for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 15:17:00 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 72D91130FA0 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 15:16:17 -0700 (PDT)
Date: Thu, 06 Sep 2018 15:16:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536272176; bh=WQG/IWffTC/+7IVkeCj1995xQcDPn0rkfcibRWKA9wI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LNkD5IWO6nqeiBFh2HwtC37BEDLiHXcRMhHwfDUqYYj6nm/Gg6YZIQDfyr9o+wdHU EAlFltycGehhF2PmXAIqa1SYr5sNuo8cDHmXLlnZur4ngR4hmeaoaqLgMzUTiLsJs6 rleeZLTJNoKURURhkPXyzEuuR5RYlubTeg2ELT/Q=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf7a96b61a593892c34e7ec1b5f84e37932e838ea92cf0000000117a9693092a169ce1551fa73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1725/review/153143147@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1725@github.com>
References: <quicwg/base-drafts/pull/1725@github.com>
Subject: Re: [quicwg/base-drafts] Require that QPACK preserves header field order. (#1725)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b91a7304bf53_e093f9196cd45bc369833"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/NaVDTBx-1l-0uAScvl5DQ4jAxfw>
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, 06 Sep 2018 22:17:02 -0000

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

afrind commented on this pull request.



>  
-: The full collection of headers associated with an HTTP message.
+: The ordered collection of header fields associated with an HTTP message.  A
+  header list can contain multiple header fields with identical name, or

I'm not a grammar expert but I think identical implies comparing two or more things so it needs to be plural?

-- 
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/1725#discussion_r215795363
----==_mimepart_5b91a7304bf53_e093f9196cd45bc369833
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1725#discussion_r215795363">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  
-: The full collection of headers associated with an HTTP message.
+: The ordered collection of header fields associated with an HTTP message.  A
+  header list can contain multiple header fields with identical name, or
</pre>
<p>I'm not a grammar expert but I think identical implies comparing two or more things so it needs to be plural?</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/1725#discussion_r215795363">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz_pxJm0frjE-MAxKbgcfgr7lrbtks5uYZ6wgaJpZM4WdHFX">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0lk0thf6NRsZU8X0Rh4-Vj2dmYDks5uYZ6wgaJpZM4WdHFX.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind commented on #1725"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1725#discussion_r215795363"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1725#discussion_r215795363",
"url": "https://github.com/quicwg/base-drafts/pull/1725#discussion_r215795363",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@afrind commented on 1725",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1725#discussion_r215795363"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 376729943\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b91a7304bf53_e093f9196cd45bc369833--


From nobody Thu Sep  6 15:41:50 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 5A6EB130F50 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 15:41:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.66
X-Spam-Level: 
X-Spam-Status: No, score=-1.66 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, URIBL_BLOCKED=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 5lwlRRAu9-Mp for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 15:41:47 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6A11E130EC2 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 15:41:47 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536273706; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=jHH0aaMJtsLIHis4I+KqV0c8Us+3COq/W0WzIA+YtHM=; b=pLCWQWR2S8+G7vjB1KO7H+FJneq5/oeoe2ZY2mEzkUGQR819/6OxdQ0qkaeBqBcI7m0vzXns v2y8Yh1aMSdJ18xPsfkdAKhUKqCJwrEBgg9LTJIzAdW0WsETPTgMqAi/JO9eGbhoQUm8p+4v nC3br3Yb86OtBJiQLsguCORW6/0=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 5b91ad2a.7f29f0369840-smtp-out-n03; Thu, 06 Sep 2018 22:41:46 -0000 (UTC)
Date: Thu, 06 Sep 2018 15:41:45 -0700
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5b91ad291bf7b_11e12ad456612ec0315b@hookshot-fe-d2afb11.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 946485: Incorporate feedback
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b91ad291bc3e_11e12ad456612ec0314ab"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_9plUmI0ULpt3Xm5V-TacZiySYk>
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, 06 Sep 2018 22:41:49 -0000

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

  Branch: refs/heads/http/closure
  Home:   https://github.com/quicwg/base-drafts
  Commit: 946485a6809361ffc37c10834ea624a7c0170785
      https://github.com/quicwg/base-drafts/commit/946485a6809361ffc37c10834ea624a7c0170785
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2018-09-06 (Thu, 06 Sep 2018)

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

  Log Message:
  -----------
  Incorporate feedback



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b91ad291bc3e_11e12ad456612ec0314ab--


From nobody Thu Sep  6 15:41:58 2018
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 3DE9D130EC2 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 15:41:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 g4hNTgtfmlIU for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 15:41:48 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8B8CF130F4A for <quic-issues@ietf.org>; Thu,  6 Sep 2018 15:41:48 -0700 (PDT)
Date: Thu, 06 Sep 2018 15:41:47 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536273707; bh=ARNkEtx5Xf/G5bAgREsm4dUtggANEfj5tF964vI7des=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OTXSZBmB5jYDELqvFe+6tpWZDza4zqCi7hGsIHD5ygq3W/HSle0UQZo2s4ihWU444 naJxikQ3YPMJr09thKJPg6/KEye7+02mKC15DcAFrM9lxtG02nOGApzTTpasPJnN/B f9lPrv9sVm2WlQX90yqcCy038q3rQSDIvYc0Kg58=
From: Mike Bishop <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/1712/push/2857025645@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1712@github.com>
References: <quicwg/base-drafts/pull/1712@github.com>
Subject: Re: [quicwg/base-drafts] Discuss HTTP/QUIC Connection Closure (#1712)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b91ad2bb851c_7f163fa9578d45c460077"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
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/ZMRM8d5CysDN-UybY369ZpEBaNM>
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, 06 Sep 2018 22:41:50 -0000

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

@MikeBishop pushed 1 commit.

946485a  Incorporate feedback


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1712/files/57f8824826fc795a9acd4fb17d4aee523200a1a2..946485a6809361ffc37c10834ea624a7c0170785

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/946485a">946485a</a>  Incorporate feedback</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/1712/files/57f8824826fc795a9acd4fb17d4aee523200a1a2..946485a6809361ffc37c10834ea624a7c0170785">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3yssAarYpvQQWYLQh5wFC5VlV3Hks5uYaSrgaJpZM4WQOUJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0zZuQPe7XNUQmbaCmjLSIqEss5Mks5uYaSrgaJpZM4WQOUJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 1 commit in #1712"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1712/files/57f8824826fc795a9acd4fb17d4aee523200a1a2..946485a6809361ffc37c10834ea624a7c0170785"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1712/files/57f8824826fc795a9acd4fb17d4aee523200a1a2..946485a6809361ffc37c10834ea624a7c0170785",
"url": "https://github.com/quicwg/base-drafts/pull/1712/files/57f8824826fc795a9acd4fb17d4aee523200a1a2..946485a6809361ffc37c10834ea624a7c0170785",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop pushed 1 commit in #1712",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1712:",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [
{
"name": "946485a",
"value": "Incorporate feedback"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1712/files/57f8824826fc795a9acd4fb17d4aee523200a1a2..946485a6809361ffc37c10834ea624a7c0170785"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 373351689\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b91ad2bb851c_7f163fa9578d45c460077--


From nobody Thu Sep  6 16:19:15 2018
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 7CD9B130F06 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 16:19:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.03
X-Spam-Level: 
X-Spam-Status: No, score=-7.03 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 s_C0ltpvDZfe for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 16:19:13 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CA5EC130EE7 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 16:19:12 -0700 (PDT)
Date: Thu, 06 Sep 2018 16:19:11 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536275951; bh=pwYtsLt710OGF76o3zh2JWLDRHlyzsdcw40syQ+9ObI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OgV4/8Nmc7r18U7p6Ad4tvfeDP2TSm2/9XI/vDXsbtpDsDmRA5qZhMeYFD8y9AvQk fEamXnRBpDBFBxSdcPExMenVw+pk9xvaCbLqqhEMO/ydupLkO4m08ZQ6dAzMFvzAYi OJoeT4dQWBFbVWfjo2q0dDtBqlHc3eu8X32Nct/k=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab11e37aa6df117e392a8d6c28c0fc2c4f0d005a9a92cf0000000117a977ef92a169ce1553053a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1726/review/153156599@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1726@github.com>
References: <quicwg/base-drafts/pull/1726@github.com>
Subject: Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b91b5ef9fef6_21863fc06b0d45c41602c0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/Fu6LFXI7aFDA_HYgOukwUcdcuk0>
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, 06 Sep 2018 23:19:14 -0000

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

bencebeky commented on this pull request.



> @@ -120,6 +120,12 @@ which has a fixed index over time.  Its entries are defined in Appendix A of
 {{!RFC7541}}. Note that because HPACK did not use zero-based references, there
 is no value at index zero of the static table.
 
+A decoder that encounters an invalid static table index on a request stream or
+push stream MUST treat this as an error of type

Okay, that sounds like a smoother solution.  Let me change all these occurrences in the text to "stream error" then, and add text allowing implementations to "upgrade".  BTW where are these sections in H2 and HQ?

-- 
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/1726#discussion_r215806188
----==_mimepart_5b91b5ef9fef6_21863fc06b0d45c41602c0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

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

<hr>

<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1726#discussi=
on_r215806188">draft-ietf-quic-qpack.md</a>:</p>
<pre style=3D'color:#555'>&gt; @@ -120,6 +120,12 @@ which has a fixed ind=
ex over time.  Its entries are defined in Appendix A of
 {{!RFC7541}}. Note that because HPACK did not use zero-based references,=
 there
 is no value at index zero of the static table.
 =

+A decoder that encounters an invalid static table index on a request str=
eam or
+push stream MUST treat this as an error of type
</pre>
<p>Okay, that sounds like a smoother solution.  Let me change all these o=
ccurrences in the text to "stream error" then, and add text allowing impl=
ementations to "upgrade".  BTW where are these sections in H2 and HQ?</p>=


<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/1726#discussion_r215806188">view it on GitHub</a>, or=
 <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5FHgfC=
YdXGTbDOEftX7G-tRKMLXks5uYa1vgaJpZM4WdbEk">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq89E9LnUxCd8cYp43OLdFxaoagCE=
ks5uYa1vgaJpZM4WdbEk.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky commented on #1726"}],"action":{"name":"View Pull Request","url":"h=
ttps://github.com/quicwg/base-drafts/pull/1726#discussion_r215806188"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21=
5806188",
"url": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21580=
6188",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@bencebeky commented on 1726",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21580=
6188"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3768118=
12\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b91b5ef9fef6_21863fc06b0d45c41602c0--


From nobody Thu Sep  6 16:23:00 2018
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 C8E53130F56 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 16:22:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.03
X-Spam-Level: 
X-Spam-Status: No, score=-7.03 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 DOo4j1J2zO3V for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 16:22:58 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 318D7130F53 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 16:22:58 -0700 (PDT)
Date: Thu, 06 Sep 2018 16:22:57 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536276177; bh=FDcUIKOpfbitqUVBeDdjv6pgrr/clTuW6cdS4U5gK5A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZdG1pG4oVy0qHJ3lZcpMqLB8UPbuu2siG+Q6KZsJLUcikMUT0Yib/uBvi8vsHo0M9 NjosGeCkIdQOAQW0yiErQkJHFds2Xtz7aGwtpPvMj0v6L3WXEnGb/pICgHuGcZmWya N5xqTayGckZ31uQZ/2hDVexlWd5/LzXsR+tp/hwE=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab05703cb75c804ae58333f661d84527d2fd4d630092cf0000000117a978d192a169ce1553053a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1726/review/153157259@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1726@github.com>
References: <quicwg/base-drafts/pull/1726@github.com>
Subject: Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b91b6d13c9cc_79733fed798d45b81309ef"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/XvIKaHy4XU-BT_c-9AdpXkD54d0>
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, 06 Sep 2018 23:23:00 -0000

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

bencebeky commented on this pull request.



> @@ -120,6 +120,12 @@ which has a fixed index over time.  Its entries are defined in Appendix A of
 {{!RFC7541}}. Note that because HPACK did not use zero-based references, there
 is no value at index zero of the static table.
 
+A decoder that encounters an invalid static table index on a request stream or
+push stream MUST treat this as an error of type

Regarding the Absolute and Relative Indexing section, I think this section here specifically deals with the static table, while the Absolute and Relative Indexing one with the dynamic table, so this clause concerning the static table fits better here.

-- 
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/1726#discussion_r215806673
----==_mimepart_5b91b6d13c9cc_79733fed798d45b81309ef
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

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

<hr>

<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1726#discussi=
on_r215806673">draft-ietf-quic-qpack.md</a>:</p>
<pre style=3D'color:#555'>&gt; @@ -120,6 +120,12 @@ which has a fixed ind=
ex over time.  Its entries are defined in Appendix A of
 {{!RFC7541}}. Note that because HPACK did not use zero-based references,=
 there
 is no value at index zero of the static table.
 =

+A decoder that encounters an invalid static table index on a request str=
eam or
+push stream MUST treat this as an error of type
</pre>
<p>Regarding the Absolute and Relative Indexing section, I think this sec=
tion here specifically deals with the static table, while the Absolute an=
d Relative Indexing one with the dynamic table, so this clause concerning=
 the static table fits better here.</p>

<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/1726#discussion_r215806673">view it on GitHub</a>, or=
 <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-ZaW39=
VjBNZU2wfk7AByuz4qt_zks5uYa5RgaJpZM4WdbEk">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq0PD0E4a99MV4L7SLaGlOyZOsSou=
ks5uYa5RgaJpZM4WdbEk.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky commented on #1726"}],"action":{"name":"View Pull Request","url":"h=
ttps://github.com/quicwg/base-drafts/pull/1726#discussion_r215806673"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21=
5806673",
"url": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21580=
6673",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@bencebeky commented on 1726",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21580=
6673"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3768118=
12\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b91b6d13c9cc_79733fed798d45b81309ef--


From nobody Thu Sep  6 16:26:59 2018
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 63399130F53 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 16:26:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.03
X-Spam-Level: 
X-Spam-Status: No, score=-7.03 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 J7CS1JkjhAuL for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 16:26:55 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AECFB130F21 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 16:26:55 -0700 (PDT)
Date: Thu, 06 Sep 2018 16:26:54 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536276414; bh=5aCcEFCkFMwjx8iTTJi54b9r+AHNLQHHiCgMqytMimY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UmqwElCSuGvKF4AYQQ58jcxVz4H6PKH+Z+iDnNgrnHbd+Yf/Tb18+6326U9haU3d/ r/5on3WWXTengVqIGpOQhMtoJm2MCaTZwBa8M08/FVXkctItMqLJe1fqY7wMsSpIyp iEKB3T6NHFKldIFkgeOdoLckikcZelWvLf2JSXoQ=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1b9e69551a075f4e9e6932778e316775e594ab6992cf0000000117a979be92a169ce1553053a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1726/review/153158005@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1726@github.com>
References: <quicwg/base-drafts/pull/1726@github.com>
Subject: Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b91b7beb1ced_79423fed798d45b840435f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/_hopBYBvmuKQbZoofFUPmSxCrhk>
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, 06 Sep 2018 23:26:57 -0000

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

bencebeky commented on this pull request.



> @@ -270,8 +279,8 @@ immediately. A stream becomes unblocked when the greatest absolute index in the
 dynamic table becomes greater than or equal to the Largest Reference for all
 header blocks the decoder has started reading from the stream.  If a decoder
 encounters a header block where the actual largest reference is not equal to the
-Largest Reference declared in the prefix, it MAY treat this as a stream error of
-type HTTP_QPACK_DECOMPRESSION_FAILED.
+Largest Reference declared in the prefix, it MUST treat this as an error

I understand.  Sorry, I was not aware of that previous discussion.  Let me revert this to MAY.

-- 
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/1726#discussion_r215807321
----==_mimepart_5b91b7beb1ced_79423fed798d45b840435f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

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

<hr>

<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1726#discussi=
on_r215807321">draft-ietf-quic-qpack.md</a>:</p>
<pre style=3D'color:#555'>&gt; @@ -270,8 +279,8 @@ immediately. A stream =
becomes unblocked when the greatest absolute index in the
 dynamic table becomes greater than or equal to the Largest Reference for=
 all
 header blocks the decoder has started reading from the stream.  If a dec=
oder
 encounters a header block where the actual largest reference is not equa=
l to the
-Largest Reference declared in the prefix, it MAY treat this as a stream =
error of
-type HTTP_QPACK_DECOMPRESSION_FAILED.
+Largest Reference declared in the prefix, it MUST treat this as an error=

</pre>
<p>I understand.  Sorry, I was not aware of that previous discussion.  Le=
t me revert this to MAY.</p>

<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/1726#discussion_r215807321">view it on GitHub</a>, or=
 <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqymGg0a=
ItPDpIjmxTvHIjXfFVtsfks5uYa8-gaJpZM4WdbEk">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqzKw-E2uXMI-9vvS1XVGHp-YF_dV=
ks5uYa8-gaJpZM4WdbEk.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky commented on #1726"}],"action":{"name":"View Pull Request","url":"h=
ttps://github.com/quicwg/base-drafts/pull/1726#discussion_r215807321"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21=
5807321",
"url": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21580=
7321",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@bencebeky commented on 1726",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21580=
7321"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3768118=
12\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b91b7beb1ced_79423fed798d45b840435f--


From nobody Thu Sep  6 16:32:34 2018
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 67B4C130EE7 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 16:32:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.03
X-Spam-Level: 
X-Spam-Status: No, score=-7.03 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 roC100UC-bBq for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 16:32:31 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5F634130E4D for <quic-issues@ietf.org>; Thu,  6 Sep 2018 16:32:31 -0700 (PDT)
Date: Thu, 06 Sep 2018 16:32:30 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536276750; bh=mu8j0KrVwV1I2vidwCbxxJLoFYoHkgEUnCrCwQJks/M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MHQAIvkA6bYnqRc7uFwBVutSl8KnyZVl98JonXaHKYxJ9ysLStJ6XYdC2IBXC1JOG tNIHu0Sxun1dov++aiS8PMHoFlu+g907oSbuF0yqGHWuwm1Iyx4KLGEplJyfDMxOvC r9UVxgczHH98/gU8FeSz3H0jOOEOswwUIv0xw6Zo=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf14fb4a65907ba5134a6b1bf7a98541e6ce2bc7392cf0000000117a97b0e92a169ce1553053a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1726/review/153159127@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1726@github.com>
References: <quicwg/base-drafts/pull/1726@github.com>
Subject: Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b91b90e6807a_1db43fd397cd45c4861f2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/3WsoISz7KDpKasCdPwHySucR5es>
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, 06 Sep 2018 23:32:33 -0000

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

bencebeky commented on this pull request.



>  QPACK which prevent the stream or connection from continuing:
 
-HTTP_QPACK_DECOMPRESSION_FAILED (0x06):
-: QPACK failed to decompress a frame and cannot continue.
+HTTP_QPACK_DECOMPRESSION_FAILED (TBD):
+: The decoder failed to interpret an instruction on a request or push stream and
+  is not able to continue decoding that header block.  This situation MAY be

Regarding stream vs connection errors, let me reword this section and every non-reference to stream error elsewhere in the document to flow more smoothly.

Regarding removing the error code, yes, it was intentional.  My understanding is that this is the registry at https://quicwg.org/base-drafts/draft-ietf-quic-http.html#rfc.section.10.5, where currently the next available error code is 0x0012, so this would need to be renumbered (by the RFC editor if the two documents get in the queue at the same time?) anyway.

-- 
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/1726#discussion_r215808267
----==_mimepart_5b91b90e6807a_1db43fd397cd45c4861f2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

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

<hr>

<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1726#discussi=
on_r215808267">draft-ietf-quic-qpack.md</a>:</p>
<pre style=3D'color:#555'>&gt;  QPACK which prevent the stream or connect=
ion from continuing:
 =

-HTTP_QPACK_DECOMPRESSION_FAILED (0x06):
-: QPACK failed to decompress a frame and cannot continue.
+HTTP_QPACK_DECOMPRESSION_FAILED (TBD):
+: The decoder failed to interpret an instruction on a request or push st=
ream and
+  is not able to continue decoding that header block.  This situation MA=
Y be
</pre>
<p>Regarding stream vs connection errors, let me reword this section and =
every non-reference to stream error elsewhere in the document to flow mor=
e smoothly.</p>
<p>Regarding removing the error code, yes, it was intentional.  My unders=
tanding is that this is the registry at <a href=3D"https://quicwg.org/bas=
e-drafts/draft-ietf-quic-http.html#rfc.section.10.5" rel=3D"nofollow">htt=
ps://quicwg.org/base-drafts/draft-ietf-quic-http.html#rfc.section.10.5</a=
>, where currently the next available error code is 0x0012, so this would=
 need to be renumbered (by the RFC editor if the two documents get in the=
 queue at the same time?) anyway.</p>

<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/1726#discussion_r215808267">view it on GitHub</a>, or=
 <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_78Nrx=
KEbOIjleMSkl-LPXlzKYFks5uYbCOgaJpZM4WdbEk">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqy-jga4vYyBqeBjZLiNAUdThESiT=
ks5uYbCOgaJpZM4WdbEk.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky commented on #1726"}],"action":{"name":"View Pull Request","url":"h=
ttps://github.com/quicwg/base-drafts/pull/1726#discussion_r215808267"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21=
5808267",
"url": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21580=
8267",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@bencebeky commented on 1726",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21580=
8267"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3768118=
12\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b91b90e6807a_1db43fd397cd45c4861f2--


From nobody Thu Sep  6 16:51:01 2018
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 0B3CE130E0C for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 16:51:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.03
X-Spam-Level: 
X-Spam-Status: No, score=-7.03 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 grqjMnMQnLUv for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 16:50:58 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1F9D81294D7 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 16:50:58 -0700 (PDT)
Date: Thu, 06 Sep 2018 16:50:57 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536277857; bh=bYYr1r1awJCNEyrnsCDAog4ZrveXqA8LCjomZNdBMVQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mBVk3np/7QzHpE6UQluGfr6FQf4wB81ErXIT7shHcY8SWLapGvHGr6Nxts7Evxf6P z4jXxJ6udqoRHIZWCf+EGOzcNk9ppr4+HaV96zcLHBitCGnRTu+MRuu935GAtuFWO2 1nmqlbB5N29sk2D9lkhQSfgQnjOVh78ZflIIkjGM=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba6530ed73b8070c9093652df9ddcc173498ecb2a92cf0000000117a97f6192a169ce1553053a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1726/review/153162372@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1726@github.com>
References: <quicwg/base-drafts/pull/1726@github.com>
Subject: Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b91bd61316ab_5f6a3fbbe86d45b42803dc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/Pa5X2fhfGWNJRaUeAJH1m3YamnE>
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, 06 Sep 2018 23:51:00 -0000

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

bencebeky commented on this pull request.



>  QPACK which prevent the stream or connection from continuing:
 
-HTTP_QPACK_DECOMPRESSION_FAILED (0x06):
-: QPACK failed to decompress a frame and cannot continue.
+HTTP_QPACK_DECOMPRESSION_FAILED (TBD):
+: The decoder failed to interpret an instruction on a request or push stream and
+  is not able to continue decoding that header block.  This situation MAY be

I can get rid of the word "situation" three times by removing those three sentences.  They are covered by other parts of the document anyway.  Also, neither https://quicwg.org/base-drafts/draft-ietf-quic-http.html#rfc.section.6.1 nor https://httpwg.org/specs/rfc7540.html#ErrorCodes bothers to spell out which error codes are for stream errors, which ones for connection errors, and which could be used for both.  So why should we?

-- 
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/1726#discussion_r215810877
----==_mimepart_5b91bd61316ab_5f6a3fbbe86d45b42803dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

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

<hr>

<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1726#discussi=
on_r215810877">draft-ietf-quic-qpack.md</a>:</p>
<pre style=3D'color:#555'>&gt;  QPACK which prevent the stream or connect=
ion from continuing:
 =

-HTTP_QPACK_DECOMPRESSION_FAILED (0x06):
-: QPACK failed to decompress a frame and cannot continue.
+HTTP_QPACK_DECOMPRESSION_FAILED (TBD):
+: The decoder failed to interpret an instruction on a request or push st=
ream and
+  is not able to continue decoding that header block.  This situation MA=
Y be
</pre>
<p>I can get rid of the word "situation" three times by removing those th=
ree sentences.  They are covered by other parts of the document anyway.  =
Also, neither <a href=3D"https://quicwg.org/base-drafts/draft-ietf-quic-h=
ttp.html#rfc.section.6.1" rel=3D"nofollow">https://quicwg.org/base-drafts=
/draft-ietf-quic-http.html#rfc.section.6.1</a> nor <a href=3D"https://htt=
pwg.org/specs/rfc7540.html#ErrorCodes" rel=3D"nofollow">https://httpwg.or=
g/specs/rfc7540.html#ErrorCodes</a> bothers to spell out which error code=
s are for stream errors, which ones for connection errors, and which coul=
d be used for both.  So why should we?</p>

<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/1726#discussion_r215810877">view it on GitHub</a>, or=
 <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwstimf=
f8GWMwa8EFz3DsavbpMYyks5uYbThgaJpZM4WdbEk">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq-BiZA4VJ01sdFOjxJT3tbN3Stu_=
ks5uYbThgaJpZM4WdbEk.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky commented on #1726"}],"action":{"name":"View Pull Request","url":"h=
ttps://github.com/quicwg/base-drafts/pull/1726#discussion_r215810877"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21=
5810877",
"url": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21581=
0877",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@bencebeky commented on 1726",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21581=
0877"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3768118=
12\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b91bd61316ab_5f6a3fbbe86d45b42803dc--


From nobody Thu Sep  6 16:59:07 2018
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 CAC60130F5F for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 16:59:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.03
X-Spam-Level: 
X-Spam-Status: No, score=-7.03 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 V2xzjgbhx-Up for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 16:59:03 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0E52E130F21 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 16:59:03 -0700 (PDT)
Date: Thu, 06 Sep 2018 16:59:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536278342; bh=B/oMAsdPkH6E+jBAprOWK5lPJaK44gUF+H9/mazkiIg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=F4ySVTLX2Z8aNnszP+qIINEbU0OzWuaW6VLzEqBlHUiLXq8h3ln6ntlQrM6/RoZwA 7Daj3k92vDGG0OKCbrI52BYOaP6sdzyV9V5gapIQMYC2g81bheg7G3uvAf1vO7yqrU bf9gvwWSYH2opJlAYKZ4ObexPXruEFNTLt/8pYW4=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab93a23d73fdc027c2f9904d842c3aac87e9c61ec392cf0000000117a9814692a169ce1553053a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1726/review/153163797@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1726@github.com>
References: <quicwg/base-drafts/pull/1726@github.com>
Subject: Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b91bf46688cc_4b353f9a7aed45b411546b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/K03lAaEmuTS2dxKkCnHfeDn47UQ>
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, 06 Sep 2018 23:59:06 -0000

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

bencebeky commented on this pull request.



> @@ -248,11 +254,14 @@ d = count of entries dropped
 ~~~~~
 {: title="Example Dynamic Table Indexing - Post-Base Index on Request Stream"}
 
-If the decoder encounters a reference to an entry which has already been dropped
-from the table or which is greater than the declared Largest Reference (see
-{{absolute-index}}), this MUST be treated as a stream error of type
-`HTTP_QPACK_DECOMPRESSION_FAILED` error code.  If this reference occurs on the
-encoder stream, this MUST be treated as a session error.
+If the decoder encounters a reference on a request or push stream to a dynamic
+table entry which has already been dropped or which has an absolute index
+greater than the declared Largest Reference (see {{absolute-index}}), this MUST
+be treated as an error of type `HTTP_QPACK_DECOMPRESSION_FAILED`.
+
+If the decoder encounters a reference on the encoder stream to a dynamic table
+entry which has already been dropped or which has not yet been inserted, this

Done.

-- 
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/1726#discussion_r215812092
----==_mimepart_5b91bf46688cc_4b353f9a7aed45b411546b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

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

<hr>

<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1726#discussi=
on_r215812092">draft-ietf-quic-qpack.md</a>:</p>
<pre style=3D'color:#555'>&gt; @@ -248,11 +254,14 @@ d =3D count of entri=
es dropped
 ~~~~~
 {: title=3D&quot;Example Dynamic Table Indexing - Post-Base Index on Req=
uest Stream&quot;}
 =

-If the decoder encounters a reference to an entry which has already been=
 dropped
-from the table or which is greater than the declared Largest Reference (=
see
-{{absolute-index}}), this MUST be treated as a stream error of type
-`HTTP_QPACK_DECOMPRESSION_FAILED` error code.  If this reference occurs =
on the
-encoder stream, this MUST be treated as a session error.
+If the decoder encounters a reference on a request or push stream to a d=
ynamic
+table entry which has already been dropped or which has an absolute inde=
x
+greater than the declared Largest Reference (see {{absolute-index}}), th=
is MUST
+be treated as an error of type `HTTP_QPACK_DECOMPRESSION_FAILED`.
+
+If the decoder encounters a reference on the encoder stream to a dynamic=
 table
+entry which has already been dropped or which has not yet been inserted,=
 this
</pre>
<p>Done.</p>

<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/1726#discussion_r215812092">view it on GitHub</a>, or=
 <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9dx3qP=
EfEIaTZX4fOfcx-FykPl2ks5uYbbGgaJpZM4WdbEk">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqz_8Hncl4o8_kp78NaFTDIjltwGB=
ks5uYbbGgaJpZM4WdbEk.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky commented on #1726"}],"action":{"name":"View Pull Request","url":"h=
ttps://github.com/quicwg/base-drafts/pull/1726#discussion_r215812092"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21=
5812092",
"url": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21581=
2092",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@bencebeky commented on 1726",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21581=
2092"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3768118=
12\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b91bf46688cc_4b353f9a7aed45b411546b--


From nobody Thu Sep  6 17:00:19 2018
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 52894130F66 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 17:00:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.03
X-Spam-Level: 
X-Spam-Status: No, score=-7.03 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 ePBEyLej7SDx for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 17:00:15 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5A5B0130F5F for <quic-issues@ietf.org>; Thu,  6 Sep 2018 17:00:15 -0700 (PDT)
Date: Thu, 06 Sep 2018 17:00:14 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536278414; bh=VWf8DBYOGk0eLPaVl9yvl5UFJSOgwXOzFsguJpi5lmg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nrrIg0qCEhWJRWNiS8T4b2bU74TNPHJlFEc3xYr7qBhXl5YY9ItAUZH8r+dVzcTwH ehtQC3AZ2gZKqOTiItl5TmSbfnCuzGa+/G0fnFXPdjJ1gbLj5S3YaA6DAaF7r2WpxH J3I2E9kkh/2U4xFiPhqDGDISISAlQWzBh4CL1tZ8=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8b5f02d16f6a16d07c119e20d5101bf8cac4d24392cf0000000117a9818e92a169ce1553053a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1726/review/153163994@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1726@github.com>
References: <quicwg/base-drafts/pull/1726@github.com>
Subject: Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b91bf8ea42c6_76f73f901f8d45c0326466"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/VE5j9FMnSrWD9wlf5DXEWEI1r_8>
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, 07 Sep 2018 00:00:17 -0000

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

bencebeky commented on this pull request.



> @@ -248,11 +254,14 @@ d = count of entries dropped
 ~~~~~
 {: title="Example Dynamic Table Indexing - Post-Base Index on Request Stream"}
 
-If the decoder encounters a reference to an entry which has already been dropped
-from the table or which is greater than the declared Largest Reference (see
-{{absolute-index}}), this MUST be treated as a stream error of type
-`HTTP_QPACK_DECOMPRESSION_FAILED` error code.  If this reference occurs on the
-encoder stream, this MUST be treated as a session error.
+If the decoder encounters a reference on a request or push stream to a dynamic
+table entry which has already been dropped or which has an absolute index
+greater than the declared Largest Reference (see {{absolute-index}}), this MUST
+be treated as an error of type `HTTP_QPACK_DECOMPRESSION_FAILED`.
+
+If the decoder encounters a reference on the encoder stream to a dynamic table
+entry which has already been dropped or which has not yet been inserted, this

Sorry, I totally missed that.  You are 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/1726#discussion_r215812267
----==_mimepart_5b91bf8ea42c6_76f73f901f8d45c0326466
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

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

<hr>

<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1726#discussi=
on_r215812267">draft-ietf-quic-qpack.md</a>:</p>
<pre style=3D'color:#555'>&gt; @@ -248,11 +254,14 @@ d =3D count of entri=
es dropped
 ~~~~~
 {: title=3D&quot;Example Dynamic Table Indexing - Post-Base Index on Req=
uest Stream&quot;}
 =

-If the decoder encounters a reference to an entry which has already been=
 dropped
-from the table or which is greater than the declared Largest Reference (=
see
-{{absolute-index}}), this MUST be treated as a stream error of type
-`HTTP_QPACK_DECOMPRESSION_FAILED` error code.  If this reference occurs =
on the
-encoder stream, this MUST be treated as a session error.
+If the decoder encounters a reference on a request or push stream to a d=
ynamic
+table entry which has already been dropped or which has an absolute inde=
x
+greater than the declared Largest Reference (see {{absolute-index}}), th=
is MUST
+be treated as an error of type `HTTP_QPACK_DECOMPRESSION_FAILED`.
+
+If the decoder encounters a reference on the encoder stream to a dynamic=
 table
+entry which has already been dropped or which has not yet been inserted,=
 this
</pre>
<p>Sorry, I totally missed that.  You are right.</p>

<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/1726#discussion_r215812267">view it on GitHub</a>, or=
 <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4TDm3u=
LrJskdaISIj31vo7c3Apqks5uYbcOgaJpZM4WdbEk">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqyXPP0xaFrlMrJ19wIJSNlJmIolp=
ks5uYbcOgaJpZM4WdbEk.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky commented on #1726"}],"action":{"name":"View Pull Request","url":"h=
ttps://github.com/quicwg/base-drafts/pull/1726#discussion_r215812267"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21=
5812267",
"url": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21581=
2267",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@bencebeky commented on 1726",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21581=
2267"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3768118=
12\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b91bf8ea42c6_76f73f901f8d45c0326466--


From nobody Thu Sep  6 17:01:38 2018
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 1D33C130F67 for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 17:01:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 OH84ntbCJrtp for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 17:01:33 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 22B42130F5F for <quic-issues@ietf.org>; Thu,  6 Sep 2018 17:01:33 -0700 (PDT)
Date: Thu, 06 Sep 2018 17:01:32 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536278492; bh=uHUivt1h/P4hCmieoFCGNNQYbmCZbUioMy/bSx0h7fA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ktjHPkeaR1qFAlNHfPBmY4XZNBtFgykpxvbDPtmSUlQ/SHpVfiwSnEmFrB04zdqTE S6lR+a/ayYIcZ/Ydgzg9oB2yH1jGnJq8EPsd13NabR0h5/ZdaxmsEhj8fGlGqD3voD fByN3gDBJPvbnIr/zvX/ugeBFh2Vu5u+tQWYRq1w=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba25c5ef41307fd4c17fddafb672aed5f7f9d4bf892cf0000000117a981dc92a169ce1551fa73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1725/review/153163799@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1725@github.com>
References: <quicwg/base-drafts/pull/1725@github.com>
Subject: Re: [quicwg/base-drafts] Require that QPACK preserves header field order. (#1725)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b91bfdc44e80_143e3f9a716d45c03332de"; 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/YTG6BDxarxwlNzmyZxJhUDgy4HE>
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, 07 Sep 2018 00:01:35 -0000

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

martinthomson commented on this pull request.



>  
-: The full collection of headers associated with an HTTP message.
+: The ordered collection of header fields associated with an HTTP message.  A
+  header list can contain multiple header fields with identical name, or

grammar-wise "identical names" is always correct, "an identical name" would be the alternative, but then you have to identify one or other by context.

> @@ -101,6 +101,11 @@ balance between resilience against head-of-line blocking and optimal compression
 ratio.  The design goals are to closely approach the compression ratio of HPACK
 with substantially less head-of-line blocking under the same loss conditions.
 
+QPACK preserves the ordering of header fields within each header list.  An

Editorially, I agree with Alan, this isn't that important enough for space in the intro, and that it can be fixed later.

Generally, we don't say anything normative in the introduction either.  The MUST pieces belong much further down.  Making a new section called "Ordering" in Section 2 would work.

-- 
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/1725#discussion_r215812094
----==_mimepart_5b91bfdc44e80_143e3f9a716d45c03332de
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1725#discussion_r215812094">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  
-: The full collection of headers associated with an HTTP message.
+: The ordered collection of header fields associated with an HTTP message.  A
+  header list can contain multiple header fields with identical name, or
</pre>
<p>grammar-wise "identical names" is always correct, "an identical name" would be the alternative, but then you have to identify one or other by context.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1725#discussion_r215812202">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -101,6 +101,11 @@ balance between resilience against head-of-line blocking and optimal compression
 ratio.  The design goals are to closely approach the compression ratio of HPACK
 with substantially less head-of-line blocking under the same loss conditions.
 
+QPACK preserves the ordering of header fields within each header list.  An
</pre>
<p>Editorially, I agree with Alan, this isn't that important enough for space in the intro, and that it can be fixed later.</p>
<p>Generally, we don't say anything normative in the introduction either.  The MUST pieces belong much further down.  Making a new section called "Ordering" in Section 2 would work.</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/1725#discussion_r215812094">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6fw0IpOCbp-Hz9oQhnNMajIJnFUks5uYbdcgaJpZM4WdHFX">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwdL9EKB7imf50p-Mc8GMZGs2-cgks5uYbdcgaJpZM4WdHFX.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1725"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1725#discussion_r215812094"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1725#discussion_r215812094",
"url": "https://github.com/quicwg/base-drafts/pull/1725#discussion_r215812094",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1725",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1725#discussion_r215812094"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 376729943\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b91bfdc44e80_143e3f9a716d45c03332de--


From nobody Thu Sep  6 17:01:44 2018
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 7201F130F5F for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 17:01:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.03
X-Spam-Level: 
X-Spam-Status: No, score=-7.03 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 8zjrgNf6lGTs for <quic-issues@ietfa.amsl.com>; Thu,  6 Sep 2018 17:01:35 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 95CF5130F66 for <quic-issues@ietf.org>; Thu,  6 Sep 2018 17:01:34 -0700 (PDT)
Date: Thu, 06 Sep 2018 17:01:33 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536278493; bh=P9LarLtmhwsYQ6fYgmjetkLhE6FZ6cHl4lAvo3yo4mE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=k7UqCK3yRlGOjalrTfA9p6GFI/TrLn19Wz4W1pbyldyl8xVFGV0XJVSFWbE11iD/R ysdcQ+x/dJtCxFuJmgNmdBcf95HV4Od1a34rd5TVFYGIjsMiNvD00ecCHa5VyNasex 77bhK7dc9/Y3KWuktOFTqjvP56jBsEP3mFtlHLAM=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab07783649b3f890735cdcac6b0ae53476509afda392cf0000000117a981dd92a169ce1553053a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1726/review/153164226@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1726@github.com>
References: <quicwg/base-drafts/pull/1726@github.com>
Subject: Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b91bfddb3083_4cf83fa3ce6d45b42021c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/xOYLjg6WhL_nHCZvRU2GjOiNH80>
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, 07 Sep 2018 00:01:36 -0000

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

bencebeky commented on this pull request.



> @@ -602,6 +609,17 @@ blocks within a stream have been fully processed.
 ~~~~~~~~~~
 {:#fig-header-ack title="Header Acknowledgement"}
 
+The same Stream ID can be identified multiple times, as multiple header blocks
+can be sent on a single stream in the case of intermediate responses, trailers,
+and pushed requests.  Since header frames on each stream are received and
+processed in order, this gives the encoder precise feedback on which header
+blocks within a stream have been fully processed.
+
+If an encoder receives a Header Acknowledgement instruction referring to a
+stream on which every header block with non-zero Largest Reference has already

Definitely, good catch!

-- 
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/1726#discussion_r215812470
----==_mimepart_5b91bfddb3083_4cf83fa3ce6d45b42021c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

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

<hr>

<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1726#discussi=
on_r215812470">draft-ietf-quic-qpack.md</a>:</p>
<pre style=3D'color:#555'>&gt; @@ -602,6 +609,17 @@ blocks within a strea=
m have been fully processed.
 ~~~~~~~~~~
 {:#fig-header-ack title=3D&quot;Header Acknowledgement&quot;}
 =

+The same Stream ID can be identified multiple times, as multiple header =
blocks
+can be sent on a single stream in the case of intermediate responses, tr=
ailers,
+and pushed requests.  Since header frames on each stream are received an=
d
+processed in order, this gives the encoder precise feedback on which hea=
der
+blocks within a stream have been fully processed.
+
+If an encoder receives a Header Acknowledgement instruction referring to=
 a
+stream on which every header block with non-zero Largest Reference has a=
lready
</pre>
<p>Definitely, good catch!</p>

<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/1726#discussion_r215812470">view it on GitHub</a>, or=
 <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0x7x9l=
l1B1Zv4kio_4jZ2PsVbZqks5uYbddgaJpZM4WdbEk">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqxtOmyoflWy8AsnMMT4wGCApoGFK=
ks5uYbddgaJpZM4WdbEk.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky commented on #1726"}],"action":{"name":"View Pull Request","url":"h=
ttps://github.com/quicwg/base-drafts/pull/1726#discussion_r215812470"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21=
5812470",
"url": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21581=
2470",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@bencebeky commented on 1726",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726#discussion_r21581=
2470"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3768118=
12\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b91bfddb3083_4cf83fa3ce6d45b42021c--


From nobody Fri Sep  7 07:08:40 2018
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 C504B130E0A for <quic-issues@ietfa.amsl.com>; Fri,  7 Sep 2018 07:08:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.031
X-Spam-Level: 
X-Spam-Status: No, score=-7.031 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 n-S5W6vdvX7w for <quic-issues@ietfa.amsl.com>; Fri,  7 Sep 2018 07:08:35 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1F5FD130E10 for <quic-issues@ietf.org>; Fri,  7 Sep 2018 07:08:34 -0700 (PDT)
Date: Fri, 07 Sep 2018 07:08:33 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536329313; bh=m71G9guymGh+vBfoXmjlmA3VdLD7o37GHbE2Sc64UXA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SIay9xV+MWSyfbnDxVM92byaqJ6ZE1OyX50VNDou/jigvwIhXO+axTvDQ/P66QaA9 XM+GyLCkMcn9P/8tfa15nbrGHHm4lsPvoY/eJp0fkRWUzmsAbuMG7XW/cj79HtBQTt ld0eVQKhDmDsFHPBakj2cocJT7wVTX214oUQ8q4k=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <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/1726/push/2858840351@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1726@github.com>
References: <quicwg/base-drafts/pull/1726@github.com>
Subject: Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b928661d4d4b_6d173fc8542d45b81412a8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/WliDoaKoxNDqMq-DtBKnnPxv4kE>
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, 07 Sep 2018 14:08:37 -0000

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

@bencebeky pushed 1 commit.

4bd62e7  Address some comments by afrind@ and MikeBishop@.


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1726/files/4d04f8d22ccca1035cdd30c6688a05c00cc5bc51..4bd62e76ac0200393f3ff9813ba3d4986b582658

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

<p><a href=3D"https://github.com/bencebeky" class=3D"user-mention">@bence=
beky</a> pushed 1 commit.</p>

<ul>
  <li><a class=3D"commit-link" href=3D"https://github.com/quicwg/base-dra=
fts/commit/4bd62e7">4bd62e7</a>  Address some comments by afrind@ and Mik=
eBishop@.</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 /><a href=3D"https://github.com/quicwg/base-drafts/pull/1726/files=
/4d04f8d22ccca1035cdd30c6688a05c00cc5bc51..4bd62e76ac0200393f3ff9813ba3d4=
986b582658">View it on GitHub</a> or <a href=3D"https://github.com/notifi=
cations/unsubscribe-auth/AWbkq0gUlbL5r_kdobCdwOBkk6OG7edTks5uYn3hgaJpZM4W=
dbEk">mute the thread</a>.<img src=3D"https://github.com/notifications/be=
acon/AWbkqzCorbhWN3_SRD9tt03E9_lkOdqmks5uYn3hgaJpZM4WdbEk.gif" height=3D"=
1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky pushed 1 commit in #1726"}],"action":{"name":"View Pull Request","u=
rl":"https://github.com/quicwg/base-drafts/pull/1726/files/4d04f8d22ccca1=
035cdd30c6688a05c00cc5bc51..4bd62e76ac0200393f3ff9813ba3d4986b582658"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726/files/4d04f8d2=
2ccca1035cdd30c6688a05c00cc5bc51..4bd62e76ac0200393f3ff9813ba3d4986b58265=
8",
"url": "https://github.com/quicwg/base-drafts/pull/1726/files/4d04f8d22cc=
ca1035cdd30c6688a05c00cc5bc51..4bd62e76ac0200393f3ff9813ba3d4986b582658",=

"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@bencebeky pushed 1 commit in #1726",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1726:",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [
{
"name": "4bd62e7",
"value": "Address some comments by afrind@ and MikeBishop@."
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726/files/4d04f8d22cc=
ca1035cdd30c6688a05c00cc5bc51..4bd62e76ac0200393f3ff9813ba3d4986b582658"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3768118=
12\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b928661d4d4b_6d173fc8542d45b81412a8--


From nobody Fri Sep  7 07:10:24 2018
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 3C5B7130E1B for <quic-issues@ietfa.amsl.com>; Fri,  7 Sep 2018 07:10:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.031
X-Spam-Level: 
X-Spam-Status: No, score=-7.031 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 NkPoY5JavSJa for <quic-issues@ietfa.amsl.com>; Fri,  7 Sep 2018 07:10:21 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E5B89130E10 for <quic-issues@ietf.org>; Fri,  7 Sep 2018 07:10:20 -0700 (PDT)
Date: Fri, 07 Sep 2018 07:10:20 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536329420; bh=+bQJgkENQwA/h6tkSbZJxDh8xT0hLJb8AeHQYh+gfGE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Iix8PqXfqCjzoeH8zmO0rKTwh5ZaRrFxX2Hy2hfDCELFzjFn8wUI7ZNYtyPf4YjrG VCDknMeonnFWzMSIup2qvYcxMJWaR3Y6oIgnQotzglODyDSNiEQ5/phkQyWxMleNro Wc5ZHXJUUH7uarSmD7X6y5tNbkFQOyd2fQPC+4r4=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <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/1725/push/2858845940@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1725@github.com>
References: <quicwg/base-drafts/pull/1725@github.com>
Subject: Re: [quicwg/base-drafts] Require that QPACK preserves header field order. (#1725)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9286cc4b7e2_c363ff75ccd45b8140487"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/wK_KtGAk6a_fSEyLimPy5GaZoko>
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, 07 Sep 2018 14:10:22 -0000

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

@bencebeky pushed 1 commit.

98e2791  same name


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1725/files/3825fd1237a287160ff92eec48b93e27ffacef27..98e279173603e5e3dd3197697e414468ec99bd5c

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

<p><a href=3D"https://github.com/bencebeky" class=3D"user-mention">@bence=
beky</a> pushed 1 commit.</p>

<ul>
  <li><a class=3D"commit-link" href=3D"https://github.com/quicwg/base-dra=
fts/commit/98e2791">98e2791</a>  same name</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 /><a href=3D"https://github.com/quicwg/base-drafts/pull/1725/files=
/3825fd1237a287160ff92eec48b93e27ffacef27..98e279173603e5e3dd3197697e4144=
68ec99bd5c">View it on GitHub</a> or <a href=3D"https://github.com/notifi=
cations/unsubscribe-auth/AWbkq62OCuwRivT17Vv58uUlQuJtcMBGks5uYn5MgaJpZM4W=
dHFX">mute the thread</a>.<img src=3D"https://github.com/notifications/be=
acon/AWbkqwIxrAKFOVlFhR-Wk1D6APoPIivGks5uYn5MgaJpZM4WdHFX.gif" height=3D"=
1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky pushed 1 commit in #1725"}],"action":{"name":"View Pull Request","u=
rl":"https://github.com/quicwg/base-drafts/pull/1725/files/3825fd1237a287=
160ff92eec48b93e27ffacef27..98e279173603e5e3dd3197697e414468ec99bd5c"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1725/files/3825fd12=
37a287160ff92eec48b93e27ffacef27..98e279173603e5e3dd3197697e414468ec99bd5=
c",
"url": "https://github.com/quicwg/base-drafts/pull/1725/files/3825fd1237a=
287160ff92eec48b93e27ffacef27..98e279173603e5e3dd3197697e414468ec99bd5c",=

"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@bencebeky pushed 1 commit in #1725",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1725:",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [
{
"name": "98e2791",
"value": "same name"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1725/files/3825fd1237a=
287160ff92eec48b93e27ffacef27..98e279173603e5e3dd3197697e414468ec99bd5c"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3767299=
43\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9286cc4b7e2_c363ff75ccd45b8140487--


From nobody Fri Sep  7 07:16:04 2018
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 3D731130E5E for <quic-issues@ietfa.amsl.com>; Fri,  7 Sep 2018 07:15:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.03
X-Spam-Level: 
X-Spam-Status: No, score=-7.03 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 qYxG8gz1c8KP for <quic-issues@ietfa.amsl.com>; Fri,  7 Sep 2018 07:15:48 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 86A7B130E44 for <quic-issues@ietf.org>; Fri,  7 Sep 2018 07:15:48 -0700 (PDT)
Date: Fri, 07 Sep 2018 07:15:47 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536329747; bh=tO4xroFYNbEQkJkB8F75YWfA3NOnSbLZiXywes+8F/k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=r4YTCXlyM1w19FyKD9OKBeyKDMjQIifn3B1rlMp4LfwIIEAnoDnUxTeXFVo66tIwL c+/RqtwTKyub0ovn6sWhWdPIEdsi7OZXh2CZtiCn/+RecDLzyP7VXRB7YhQJgkWN3k o4edcqYAz/46M0s73EWxO8ia/X2j2ejxyEaxcpZc=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9e97a5bc86e85d32c6b4a592d33c2185c0dff46a92cf0000000117aa4a1392a169ce1551fa73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1725/review/153360013@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1725@github.com>
References: <quicwg/base-drafts/pull/1725@github.com>
Subject: Re: [quicwg/base-drafts] Require that QPACK preserves header field order. (#1725)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b928813b21e4_71183f967ecd45c0122930"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/5QF-MzWO-8fALDhPJMdiDSKFxpU>
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, 07 Sep 2018 14:16:02 -0000

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

bencebeky commented on this pull request.



>  
-: The full collection of headers associated with an HTTP message.
+: The ordered collection of header fields associated with an HTTP message.  A
+  header list can contain multiple header fields with identical name, or

I reworded it to "same name" which sounds less pedantic.  I also broke this into two sentences to flow better.  I wish I was able to find a simpler way of phrasing this.

-- 
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/1725#discussion_r215973132
----==_mimepart_5b928813b21e4_71183f967ecd45c0122930
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

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

<hr>

<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1725#discussi=
on_r215973132">draft-ietf-quic-qpack.md</a>:</p>
<pre style=3D'color:#555'>&gt;  =

-: The full collection of headers associated with an HTTP message.
+: The ordered collection of header fields associated with an HTTP messag=
e.  A
+  header list can contain multiple header fields with identical name, or=

</pre>
<p>I reworded it to "same name" which sounds less pedantic.  I also broke=
 this into two sentences to flow better.  I wish I was able to find a sim=
pler way of phrasing this.</p>

<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/1725#discussion_r215973132">view it on GitHub</a>, or=
 <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq84xZcO=
E03QDHk5CZ_XSDcBya0eyks5uYn-TgaJpZM4WdHFX">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq9pQoHWO6sMyyzYwr-772Tjvk2fc=
ks5uYn-TgaJpZM4WdHFX.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky commented on #1725"}],"action":{"name":"View Pull Request","url":"h=
ttps://github.com/quicwg/base-drafts/pull/1725#discussion_r215973132"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1725#discussion_r21=
5973132",
"url": "https://github.com/quicwg/base-drafts/pull/1725#discussion_r21597=
3132",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@bencebeky commented on 1725",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1725#discussion_r21597=
3132"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3767299=
43\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b928813b21e4_71183f967ecd45c0122930--


From nobody Fri Sep  7 07:23:02 2018
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 531D1130E1F for <quic-issues@ietfa.amsl.com>; Fri,  7 Sep 2018 07:23:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.031
X-Spam-Level: 
X-Spam-Status: No, score=-7.031 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 7zpKi6pKFZJ9 for <quic-issues@ietfa.amsl.com>; Fri,  7 Sep 2018 07:22:58 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A7391128766 for <quic-issues@ietf.org>; Fri,  7 Sep 2018 07:22:58 -0700 (PDT)
Date: Fri, 07 Sep 2018 07:22:57 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536330177; bh=nm2WACOot9tb5R50svFC6tMtKXvpJk6y/UslgNm+70s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=j8AB1G1hFbqUTqGl5Iq0GHfx7kLa512B/67yBltQMU7IjXMXBAAawiUJd8ol9aUHI EOudVTWlzD7wOmfsiuwpOU2SPylwoj5GsKeQ3NbIBzaTjgplmn3gF96XOHaeYBFD30 wvWNNICMkR4i4wGQdmxK2oujo7Gl0/DMrDqUf5UE=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5a92766c031524454b6e29b790af2a791ba6804792cf0000000117aa4bc192a169ce1551fa73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1725/review/153363045@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1725@github.com>
References: <quicwg/base-drafts/pull/1725@github.com>
Subject: Re: [quicwg/base-drafts] Require that QPACK preserves header field order. (#1725)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9289c1d1c21_74603fd0480d45b498815"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/vfbA0vKCQMNbl3h6FPE0wC3GBh0>
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, 07 Sep 2018 14:23:01 -0000

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

bencebeky commented on this pull request.



> @@ -101,6 +101,11 @@ balance between resilience against head-of-line blocking and optimal compression
 ratio.  The design goals are to closely approach the compression ratio of HPACK
 with substantially less head-of-line blocking under the same loss conditions.
 
+QPACK preserves the ordering of header fields within each header list.  An

I agree that some reorganization might be beneficial.  Also, one might consider swapping section 2 and 3, or even merging "conventions and definitions" into section 1 just like it is done in RFC7541.

-- 
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/1725#discussion_r215975401
----==_mimepart_5b9289c1d1c21_74603fd0480d45b498815
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

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

<hr>

<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1725#discussi=
on_r215975401">draft-ietf-quic-qpack.md</a>:</p>
<pre style=3D'color:#555'>&gt; @@ -101,6 +101,11 @@ balance between resil=
ience against head-of-line blocking and optimal compression
 ratio.  The design goals are to closely approach the compression ratio o=
f HPACK
 with substantially less head-of-line blocking under the same loss condit=
ions.
 =

+QPACK preserves the ordering of header fields within each header list.  =
An
</pre>
<p>I agree that some reorganization might be beneficial.  Also, one might=
 consider swapping section 2 and 3, or even merging "conventions and defi=
nitions" into section 1 just like it is done in RFC7541.</p>

<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/1725#discussion_r215975401">view it on GitHub</a>, or=
 <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwyq1gt=
P5x0z3bOFfPlErklzyAlGks5uYoFBgaJpZM4WdHFX">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq40bVr4fWsDOdanln8mgxPlWIoKr=
ks5uYoFBgaJpZM4WdHFX.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky commented on #1725"}],"action":{"name":"View Pull Request","url":"h=
ttps://github.com/quicwg/base-drafts/pull/1725#discussion_r215975401"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1725#discussion_r21=
5975401",
"url": "https://github.com/quicwg/base-drafts/pull/1725#discussion_r21597=
5401",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@bencebeky commented on 1725",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1725#discussion_r21597=
5401"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3767299=
43\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9289c1d1c21_74603fd0480d45b498815--


From nobody Fri Sep  7 21:21:31 2018
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 65C6612F295 for <quic-issues@ietfa.amsl.com>; Fri,  7 Sep 2018 21:21:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 zmMx-46WwBWh for <quic-issues@ietfa.amsl.com>; Fri,  7 Sep 2018 21:21:27 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8B462130DFF for <quic-issues@ietf.org>; Fri,  7 Sep 2018 21:21:27 -0700 (PDT)
Date: Fri, 07 Sep 2018 21:21:26 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536380486; bh=4k5TAipuiPzvs23HXyYIunyYMiValWPe/t+cEP4gL60=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=EFVFArGqVxkoUP7iT2T99nSO3PIYlUDkll3tUfprGBPcfNu8oLs05Im+7J/JOjj3J t58+8kJgO8MM49jhcC+6vMbLh8eu82ZYtw1rh70BzV927xxJBhwebVpZofC/Hk6Hu8 3crARI6108efC35bg88bXa3WXArXfOwuAT16ZCjg=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd71c522f65ef3b5009fc68bda89f4cc7bc63ea2192cf0000000117ab104692a169ce155aa80d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1727@github.com>
Subject: [quicwg/base-drafts] QPACK should require handling of integers up to of 62 bits long (#1727)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b934e4680ebe_60053fc8c14d45bc4315b4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/spSoz-vfwYlAxFCxfqrLIm6tSoM>
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, 08 Sep 2018 04:21:30 -0000

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

QPACK uses the integer encoding defined in [RFC 7541 section 5.1](https:/=
/httpwg.org/specs/rfc7541.html#integer.representation), which states:=0D
> Integer encodings that exceed implementation limits =E2=80=94 in value =
or octet length =E2=80=94 MUST be treated as decoding errors. Different l=
imits can be set for each of the different uses of integers, based on imp=
lementation constraints.=0D
=0D
This was fine for HPACK because the maximum integer being transmitted was=
 capped by the header table size.=0D
=0D
OTOH, we use the encoding to transfer stream IDs. That means that QPACK i=
mplementations need to support decoding integers of up to 62 bits long.

-- =

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/1727=

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

<p>QPACK uses the integer encoding defined in <a href=3D"https://httpwg.o=
rg/specs/rfc7541.html#integer.representation" rel=3D"nofollow">RFC 7541 s=
ection 5.1</a>, which states:</p>
<blockquote>
<p>Integer encodings that exceed implementation limits =E2=80=94 in value=
 or octet length =E2=80=94 MUST be treated as decoding errors. Different =
limits can be set for each of the different uses of integers, based on im=
plementation constraints.</p>
</blockquote>
<p>This was fine for HPACK because the maximum integer being transmitted =
was capped by the header table size.</p>
<p>OTOH, we use the encoding to transfer stream IDs. That means that QPAC=
K implementations need to support decoding integers of up to 62 bits long=
.</p>

<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/1727">view it on GitHub</a>, or <a href=3D"https://=
github.com/notifications/unsubscribe-auth/AWbkq1u14LKnuArorZdYaBOm-3Q_yow=
Tks5uY0XGgaJpZM4WftjE">mute the thread</a>.<img src=3D"https://github.com=
/notifications/beacon/AWbkq1lKTQW3c4hWlzIPNJj4O9S1QAjYks5uY0XGgaJpZM4Wftj=
E.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"=
QPACK should require handling of integers up to of 62 bits long (#1727)"}=
],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-dra=
fts/issues/1727"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1727",
"url": "https://github.com/quicwg/base-drafts/issues/1727",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "QPACK should require handling of integers up to of 62 bits long=
 (#1727)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1727
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1727,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1727\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1727"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3774117=
80\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b934e4680ebe_60053fc8c14d45bc4315b4--


From nobody Fri Sep  7 21:39:13 2018
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 06ABD130DF5 for <quic-issues@ietfa.amsl.com>; Fri,  7 Sep 2018 21:39:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 RYdLGe4SsiX6 for <quic-issues@ietfa.amsl.com>; Fri,  7 Sep 2018 21:39:10 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CD6B012D7EA for <quic-issues@ietf.org>; Fri,  7 Sep 2018 21:39:09 -0700 (PDT)
Date: Fri, 07 Sep 2018 21:39:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536381549; bh=4G15OvGWxwJSPZraNNXShnFuBsSLo9MavdZVK5dQf7k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KdKlOjSE+Tu/SExiT3wmucAG9BNEafY3H92f39in/DePu54mP0HKuf7GdxCaiZSTR CqX9Ag8QoV+O8erJkyNb9B+OhARNRLw8YSoZZgQKmTSQ6lPdoihoPATqn37LkA8MNW Q+JmW9ByuBDEeafZ+MJ7Fs5AKTlPJmONJnRtyl50=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab68e4441b559b5a2e6121f4347ba992b8d7b91f5392cf0000000117ab146d92a169ce1553053a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1726/c419612428@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1726@github.com>
References: <quicwg/base-drafts/pull/1726@github.com>
Subject: Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b93526d13348_43483f98f9ed45b4949f5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/NxeMAMRFib3-nrmXYdCDSa_hEKw>
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, 08 Sep 2018 04:39:12 -0000

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

I am not sure if I like the change due to the following two reasons:

* my understanding is that the general architecture we expect is to have components (e.g, `qpack_decode_int` function) return an error code that is a constant, rather than returning an error code depending on how the component is being used
*  this seems like a proposal to having different error code for each stream

If we are to agree on having this level of granularity, I would prefer adding a `stream_id` field to the APPLICATION_CLOSE frame for indicating the stream that the error was caused by. That would give us the ability detect the stream that caused the connection to terminate, not limited to 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/pull/1726#issuecomment-419612428
----==_mimepart_5b93526d13348_43483f98f9ed45b4949f5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I am not sure if I like the change due to the following two reasons:</=
p>
<ul>
<li>my understanding is that the general architecture we expect is to hav=
e components (e.g, <code>qpack_decode_int</code> function) return an erro=
r code that is a constant, rather than returning an error code depending =
on how the component is being used</li>
<li>this seems like a proposal to having different error code for each st=
ream</li>
</ul>
<p>If we are to agree on having this level of granularity, I would prefer=
 adding a <code>stream_id</code> field to the APPLICATION_CLOSE frame for=
 indicating the stream that the error was caused by. That would give us t=
he ability detect the stream that caused the connection to terminate, not=
 limited to QPACK.</p>

<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/1726#issuecomment-419612428">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1VzhB=
4aNn3eJgPtoZOS6Bq4zzfgks5uY0ntgaJpZM4WdbEk">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq7omQFqx6cYJaA6W-lF-hBW7T7aY=
ks5uY0ntgaJpZM4WdbEk.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1726: I am not sure if I like the change due to the following two =
reasons:\r\n\r\n* my understanding is that the general architecture we ex=
pect is to have components (e.g, `qpack_decode_int` function) return an e=
rror code that is a constant, rather than returning an error code dependi=
ng on how the component is being used\r\n*  this seems like a proposal to=
 having different error code for each stream\r\n\r\nIf we are to agree on=
 having this level of granularity, I would prefer adding a `stream_id` fi=
eld to the APPLICATION_CLOSE frame for indicating the stream that the err=
or was caused by. That would give us the ability detect the stream that c=
aused the connection to terminate, not limited to QPACK."}],"action":{"na=
me":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull=
/1726#issuecomment-419612428"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726#issuecomment-4=
19612428",
"url": "https://github.com/quicwg/base-drafts/pull/1726#issuecomment-4196=
12428",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Define three QPACK error types, refine=
 error handling. (#1726)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1726,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1726\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726#issuecomment-4196=
12428"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3768118=
12\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b93526d13348_43483f98f9ed45b4949f5--


From nobody Fri Sep  7 21:41:57 2018
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 EAF89130DF5 for <quic-issues@ietfa.amsl.com>; Fri,  7 Sep 2018 21:41:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 aQJKf8r9YpTk for <quic-issues@ietfa.amsl.com>; Fri,  7 Sep 2018 21:41:54 -0700 (PDT)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 453F112D7EA for <quic-issues@ietf.org>; Fri,  7 Sep 2018 21:41:54 -0700 (PDT)
Date: Fri, 07 Sep 2018 21:41:53 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536381713; bh=t6nnvsZEpsg9kjlKdQPZGne62bmE88rAIvax4uJ8l4E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oWvraDIomQXVNuE7lW9s4egGLWbI8b7cYIFXtklb3zYqoX0D8RNkBPNM8egtB3mbz E5UAuuys6gsfE0wVsXmHVd4OrwrypnLVK8kf5CJYZB4BYFZeWCXEcYv48Opmo59v2n F9zljQj+W5T/GQmzb9APishv2Awls9PJfaj6G1qM=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcba42927bdd2468447ea21921c4d4e6f8b30785f92cf0000000117ab151192a169ce14f781a5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1683/419612528@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1683@github.com>
References: <quicwg/base-drafts/issues/1683@github.com>
Subject: Re: [quicwg/base-drafts] QPACK does not specify how to handle invalid input on control streams (#1683)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9353119a5e0_13493fe692ad45b8335616"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gDbqOwR718QOYELbOqir8f-M6Os>
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, 08 Sep 2018 04:41:56 -0000

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

My preference goes to having one error code, optionally with the ability to associate the stream ID that caused the error. Please refer to 
https://github.com/quicwg/base-drafts/pull/1726#issuecomment-419612428 for the rationale.

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

<p>My preference goes to having one error code, optionally with the ability to associate the stream ID that caused the error. Please refer to<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="357762362" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1726" href="https://github.com/quicwg/base-drafts/pull/1726#issuecomment-419612428">#1726 (comment)</a> for the rationale.</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/1683#issuecomment-419612528">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq65of48PBV9DFJUj5v4io8tEMG2Zks5uY0qRgaJpZM4WCT51">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2q3W528Q9TMv1rhLtjd_OaXN_Ulks5uY0qRgaJpZM4WCT51.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #1683: My preference goes to having one error code, optionally with the ability to associate the stream ID that caused the error. Please refer to \r\nhttps://github.com/quicwg/base-drafts/pull/1726#issuecomment-419612428 for the rationale."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1683#issuecomment-419612528"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1683#issuecomment-419612528",
"url": "https://github.com/quicwg/base-drafts/issues/1683#issuecomment-419612528",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK does not specify how to handle invalid input on control streams (#1683)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1683,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1683\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1683#issuecomment-419612528"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 369704565\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9353119a5e0_13493fe692ad45b8335616--


From nobody Fri Sep  7 21:50:08 2018
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 7EA8112F295 for <quic-issues@ietfa.amsl.com>; Fri,  7 Sep 2018 21:50:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 PjugaQXirvXU for <quic-issues@ietfa.amsl.com>; Fri,  7 Sep 2018 21:50:05 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 93A7712D7EA for <quic-issues@ietf.org>; Fri,  7 Sep 2018 21:50:05 -0700 (PDT)
Date: Fri, 07 Sep 2018 21:50:04 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536382204; bh=H/yC/Y5/fW1ZjIy1IWjjm9M9BQrLudgrR/FiF832fH0=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=P+duthpA0r4GD/bvIMhJ+qPKZG3UBcY+H2Czi/eawNoLODftwJ4AdTwTgjwZzs55D B/Lsmyk8EWh980dZ5uuPSYGg3FwkKQ7UlxZCbllGOFL3aJSnnbqiVhde3vNYPmIuJ1 QPvtiocLRjIlJv9j9UTaoLsMOzkJFwFh7J7Rpxq4=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb6cee6f06ba4910dc0824076006b5168c4941ac492cf0000000117ab16fc92a169ce155aadb3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1728@github.com>
Subject: [quicwg/base-drafts] Considerations about when to send Stateless Reset (#1728)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9354fcb71ab_d8d3ffb7fcd45b446958a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rpaulo
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/9NKIFuUMYXMY5jUYH_T8LzsSPq8>
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, 08 Sep 2018 04:50:07 -0000

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

Section 6.2.2. Server Packet Handling, says, at the end:

> Servers MUST drop incoming packets under all other circumstances. They SHOULD send a Stateless Reset (Section 6.13.4) if they are able.

The last sentence is a bit dangerous.  A stateless reset should NOT be sent when the endpoint has access to the connection state and can't decrypt a packet.  Otherwise any random packet would kill a connection.  Saying "if they are able" might be interpreted incorrectly.  Can we just change it to "They SHOULD send a Stateless Reset (Section 6.13.4) when they no longer have access to the complete connection state."

The way I understand it, a stateless reset token would be something that the endpoint saves in non-volatile memory which can be used to reset connections after a crash/reboot.

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

<p>Section 6.2.2. Server Packet Handling, says, at the end:</p>
<blockquote>
<p>Servers MUST drop incoming packets under all other circumstances. They SHOULD send a Stateless Reset (Section 6.13.4) if they are able.</p>
</blockquote>
<p>The last sentence is a bit dangerous.  A stateless reset should NOT be sent when the endpoint has access to the connection state and can't decrypt a packet.  Otherwise any random packet would kill a connection.  Saying "if they are able" might be interpreted incorrectly.  Can we just change it to "They SHOULD send a Stateless Reset (Section 6.13.4) when they no longer have access to the complete connection state."</p>
<p>The way I understand it, a stateless reset token would be something that the endpoint saves in non-volatile memory which can be used to reset connections after a crash/reboot.</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/1728">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1Q5_fjrKRH_rgvixdSdNO6cY0q1ks5uY0x8gaJpZM4WfuGt">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq314BNe4XgzkYqOQnBK1h3oWMbquks5uY0x8gaJpZM4WfuGt.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Considerations about when to send Stateless Reset (#1728)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1728"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1728",
"url": "https://github.com/quicwg/base-drafts/issues/1728",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Considerations about when to send Stateless Reset (#1728)",
"sections": [
{
"text": "",
"activityTitle": "**Rui Paulo**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@rpaulo",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1728
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1728,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1728\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1728"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377414061\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9354fcb71ab_d8d3ffb7fcd45b446958a--


From nobody Sat Sep  8 02:01:52 2018
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 DDD3E130E4D for <quic-issues@ietfa.amsl.com>; Sat,  8 Sep 2018 02:01:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 V6ButnGdwyMd for <quic-issues@ietfa.amsl.com>; Sat,  8 Sep 2018 02:01:37 -0700 (PDT)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 40C3D130E4F for <quic-issues@ietf.org>; Sat,  8 Sep 2018 02:01:37 -0700 (PDT)
Date: Sat, 08 Sep 2018 02:01:36 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536397296; bh=879rWYFDl5Ig8eRPlYgqRXNgLnW9lofzFnSPuCjDz0I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=f5yR47Dbu0HPWYmmsOqSnkzqbX8AolOM6VIZet75i/w3NzPFAMrTKnpNGf+BExzJ/ z9LHuIzrsQoc+dNNAvwl0SgUGoDVLeS3px2QhGsI+21SwFcfglk4rt+A39ER9wfLz7 07ezY6k7gAqGh9m1OQP7JbeohmxCEc/lrTlnhanw=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba60cf949d6c53245f216dc513d6ecc214466c22f92cf0000000117ab51f092a169ce155aa80d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1727/419625206@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1727@github.com>
References: <quicwg/base-drafts/issues/1727@github.com>
Subject: Re: [quicwg/base-drafts] QPACK should require handling of integers up to 62 bits long (#1727)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b938ff08bef7_c253f82a72d45c413329a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
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/bzNNaiOe1vtgOS6d-wBot4fHgC0>
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, 08 Sep 2018 09:01:51 -0000

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

Yes, this makes sense.  Seems obvious, but should be in the document.

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

<p>Yes, this makes sense.  Seems obvious, but should be in the document.</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/1727#issuecomment-419625206">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3VeoIV8vnYtnf-2ur-4_751n559ks5uY4dwgaJpZM4WftjE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq42WDVDkLQV0j6motgBp2FGtdczsks5uY4dwgaJpZM4WftjE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov in #1727: Yes, this makes sense.  Seems obvious, but should be in the document."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1727#issuecomment-419625206"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1727#issuecomment-419625206",
"url": "https://github.com/quicwg/base-drafts/issues/1727#issuecomment-419625206",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK should require handling of integers up to 62 bits long (#1727)",
"sections": [
{
"text": "",
"activityTitle": "**Dmitri Tikhonov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@dtikhonov",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1727,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1727\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1727#issuecomment-419625206"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377411780\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b938ff08bef7_c253f82a72d45c413329a--


From nobody Sat Sep  8 09:40:14 2018
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 14F0412F1AB for <quic-issues@ietfa.amsl.com>; Sat,  8 Sep 2018 09:40:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 B9PaimErbYZr for <quic-issues@ietfa.amsl.com>; Sat,  8 Sep 2018 09:40:11 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0313B130DF0 for <quic-issues@ietf.org>; Sat,  8 Sep 2018 09:40:10 -0700 (PDT)
Date: Sat, 08 Sep 2018 09:40:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536424809; bh=M9PP3D+MEP8jQhyg4FaFsrFc8nAEq5LOnrCX2E9Bpps=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nf05L1clpCadQRNjlSWlqc9zySJ8QO9b4yMViKEN/FmfFLQNCxcr/DM68xqvz3I12 cpDjLVKBSSbUpp98oyWMiIEcZgwy1Erej4yxjaM2sEIgDVrEHSdEI0k+SXllGJnvVn judd619Omw1C9z4nW13RuFikdIWftnIppgcbvRWw=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8ca7b2a1cb7bc3e78d842e2b8e4871916d46a67092cf0000000117abbd6992a169ce13e7199b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1463/issue_event/1834270291@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1463@github.com>
References: <quicwg/base-drafts/issues/1463@github.com>
Subject: Re: [quicwg/base-drafts] Duplicate STREAM/CRYPTO_HS in the same packet (#1463)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b93fb69830db_25e3fdc540d45c418424e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rpaulo
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/BGHW_Fqhb_w8Vz-VCLTR1McqOV0>
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, 08 Sep 2018 16:40:13 -0000

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

Closed #1463.

-- 
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/1463#event-1834270291
----==_mimepart_5b93fb69830db_25e3fdc540d45c418424e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="333912475" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1463" href="https://github.com/quicwg/base-drafts/issues/1463">#1463</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/1463#event-1834270291">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq45YV4-a7Yw_bUx84GHLZOf1M7xVks5uY_LpgaJpZM4Uujtt">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_LTyJP_oekDXzw59wbwWssUmy6_ks5uY_LpgaJpZM4Uujtt.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1463."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1463#event-1834270291"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1463#event-1834270291",
"url": "https://github.com/quicwg/base-drafts/issues/1463#event-1834270291",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Duplicate STREAM/CRYPTO_HS in the same packet (#1463)",
"sections": [
{
"text": "",
"activityTitle": "**Rui Paulo**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@rpaulo",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1463#event-1834270291"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 347749229\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b93fb69830db_25e3fdc540d45c418424e--


From nobody Sat Sep  8 09:40:22 2018
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 83D5612F1AB for <quic-issues@ietfa.amsl.com>; Sat,  8 Sep 2018 09:40:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 4taNTWLrqZev for <quic-issues@ietfa.amsl.com>; Sat,  8 Sep 2018 09:40:12 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2E40F130DF6 for <quic-issues@ietf.org>; Sat,  8 Sep 2018 09:40:11 -0700 (PDT)
Date: Sat, 08 Sep 2018 09:40:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536424809; bh=D3eBEGgIQChR7J98hBd7Ogt+4zJ5jIJuzcwCCMiV2j8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vxI1u955uL5X0RtI2DIsYHc3wCiSNeDyUAeZtqd8onZoqXX6k+GwgFso6W4iuOxb/ xBxq1WSVV4TxSbPJftbPm1bD8sARLa3jhcyolEFW/LyxOOKkBBhACxYYUkITrdgQpc rXWjiLsShqvTEdAyMXeZ5O3gS/vqiX2pqdSEGO+s=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8ca7b2a1cb7bc3e78d842e2b8e4871916d46a67092cf0000000117abbd6992a169ce13e7199b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1463/419656357@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1463@github.com>
References: <quicwg/base-drafts/issues/1463@github.com>
Subject: Re: [quicwg/base-drafts] Duplicate STREAM/CRYPTO_HS in the same packet (#1463)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b93fb698aee5_11013fbab9ad45b8165041"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rpaulo
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/1aZs8OppPaTB_LKXoI-_LDxva9Q>
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, 08 Sep 2018 16:40:15 -0000

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

I had thought we could add a sentence about the different cases that data can be duplicated by an implementation but I think we can close.

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

<p>I had thought we could add a sentence about the different cases that data can be duplicated by an implementation but I think we can close.</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/1463#issuecomment-419656357">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq45YV4-a7Yw_bUx84GHLZOf1M7xVks5uY_LpgaJpZM4Uujtt">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_LTyJP_oekDXzw59wbwWssUmy6_ks5uY_LpgaJpZM4Uujtt.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@rpaulo in #1463: I had thought we could add a sentence about the different cases that data can be duplicated by an implementation but I think we can close."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1463#issuecomment-419656357"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1463#issuecomment-419656357",
"url": "https://github.com/quicwg/base-drafts/issues/1463#issuecomment-419656357",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Duplicate STREAM/CRYPTO_HS in the same packet (#1463)",
"sections": [
{
"text": "",
"activityTitle": "**Rui Paulo**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@rpaulo",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1463,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1463#issuecomment-419656357"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 347749229\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b93fb698aee5_11013fbab9ad45b8165041--


From nobody Sun Sep  9 09:57:53 2018
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 3808112DD85 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 09:57:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 CjhANFpaps5W for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 09:57:50 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3934B1200D7 for <quic-issues@ietf.org>; Sun,  9 Sep 2018 09:57:49 -0700 (PDT)
Date: Sun, 09 Sep 2018 09:57:48 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536512268; bh=LxVBY53MDdC1u5AVU8cCOUF/BZF4OKjbBBLNp3iIS2M=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=gc8Yrr2YknvtwCUpYs4gcYKSnZbcRDpI18C+qwS/co/Ai10Mv9JjUxy6AInDOAtLw 3kH92BMP4yf54/eEJbeZnUCtGSX328aiOfUQb6P4cZSmN3Ybu/jRoEE6LuznLPqn+8 t+UG17cJmMbHX60kW8jcLsatvQK7kNsQMlyhzRbk=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab48917e19949d71c270107887911e78c7055f765e92cf0000000117ad130c92a169ce155ca63e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1729@github.com>
Subject: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95510c9a062_127e3fbecc6d45b4144725d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/p8wn_vR-W6EmjXBVSApr2IYPOYs>
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: Sun, 09 Sep 2018 16:57:52 -0000

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

Nodes use the NEW CONNECTION ID frames to provide peers with lists of connection Ids that can be assigned to new paths during migration. If everything goes well, the probing for the new path succeeds, and the peer receives packet bearing the previously communicated connection ID. But things don't always go well. In some cases, the probes will fail. The node that announced the probed connection ID will not now that it has been "consumed". The node will only be able to free the associated resource at the end of the connection. It will not know that the peer needs new connection ID to replace the one that was previously consumed, and the peer will not be able to undertake another migration.

Should we add some signalling to deal with the problem? Maybe a "CONSUMED CONNECTION ID" frame?

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

<p>Nodes use the NEW CONNECTION ID frames to provide peers with lists of connection Ids that can be assigned to new paths during migration. If everything goes well, the probing for the new path succeeds, and the peer receives packet bearing the previously communicated connection ID. But things don't always go well. In some cases, the probes will fail. The node that announced the probed connection ID will not now that it has been "consumed". The node will only be able to free the associated resource at the end of the connection. It will not know that the peer needs new connection ID to replace the one that was previously consumed, and the peer will not be able to undertake another migration.</p>
<p>Should we add some signalling to deal with the problem? Maybe a "CONSUMED CONNECTION ID" frame?</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/1729">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4jpqGaGlcQwRUzn0-WCzA4IebLJks5uZUiMgaJpZM4WgW-1">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4dBiYrveLi1FUnftN7xegDOoxDCks5uZUiMgaJpZM4WgW-1.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Connection ID Garbage Collection (#1729)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1729"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1729",
"url": "https://github.com/quicwg/base-drafts/issues/1729",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Connection ID Garbage Collection (#1729)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1729
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1729,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1729\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1729"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377581493\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b95510c9a062_127e3fbecc6d45b4144725d--


From nobody Sun Sep  9 11:44:03 2018
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 9268E130DDE for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 11:44:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ME1pypP2YiWI for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 11:43:59 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B557D130DCD for <quic-issues@ietf.org>; Sun,  9 Sep 2018 11:43:59 -0700 (PDT)
Date: Sun, 09 Sep 2018 11:43:58 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536518638; bh=kBAGpldpwsBbd/h4JCT+A23IwoObvzqRSk5HvJfSWgk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=oJJiBd6NgkTVrWcACTqYGR8WexaDtkANEPbk1wBhl4ONYrDSAs1kDaCTeEkn/WHom RaUsMGyMyp8g2KLeHR1tcTGM3656CuT0vXAoRIMsZnQ59e+un0C4Npyr+XSzuXg+U3 n98TjcyYVjp/jyNn0WAjgrTCsLW70Y2zyPaEYtu0=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4d8f193e2afc1f45d293a86fb634a8ff91d8fb2492cf0000000117ad2bee92a169ce155cc367@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1730@github.com>
Subject: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9569ee1e284_258c3faf730d45b4117290"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/dIVutKwyTCP4qovbdpE3DD5SVzA>
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: Sun, 09 Sep 2018 18:44:02 -0000

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

During migration, the server will respond to the client's probe. If the client does not use a null length connection ID, the server needs to chose one of the destination connection ID specified by the client in "new connection ID" frames. There is however a synchronization issue. The client may have sent a new connection ID frame on another path, but that frame may not have yet been received when the probe arrives. The server is in a bind. It does not know whether the client sent a new connection ID or not. It does not know whether it should reuse an old ID and compromise privacy, or delay processing of the probe.

The synchronization issue is solved if the probe bundles NEW_CONNECTION_ID and PATH_CHALLENGE frames.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Merge pull request #5 from quicwg/master
  * Specifying use of new connection ID to avoid correlation

-- File Changes --

    M draft-ietf-quic-transport.md (13)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1730.patch
https://github.com/quicwg/base-drafts/pull/1730.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/1730

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

<p>During migration, the server will respond to the client's probe. If the client does not use a null length connection ID, the server needs to chose one of the destination connection ID specified by the client in "new connection ID" frames. There is however a synchronization issue. The client may have sent a new connection ID frame on another path, but that frame may not have yet been received when the probe arrives. The server is in a bind. It does not know whether the client sent a new connection ID or not. It does not know whether it should reuse an old ID and compromise privacy, or delay processing of the probe.</p>
<p>The synchronization issue is solved if the probe bundles NEW_CONNECTION_ID and PATH_CHALLENGE frames.</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/1730'>https://github.com/quicwg/base-drafts/pull/1730</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Merge pull request #5 from quicwg/master</li>
  <li>Specifying use of new connection ID to avoid correlation</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1730/files#diff-0">draft-ietf-quic-transport.md</a>
    (13)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1730.patch'>https://github.com/quicwg/base-drafts/pull/1730.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1730.diff'>https://github.com/quicwg/base-drafts/pull/1730.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/1730">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzrf8hbt1tw_ZsvPkWqZa9iTmZsyks5uZWFugaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4CWkHPfJGv4ldJaio97-mlhb-Qyks5uZWFugaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Bundle new client connection ID and path challenge in migration probes (#1730)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730",
"url": "https://github.com/quicwg/base-drafts/pull/1730",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Bundle new client connection ID and path challenge in migration probes (#1730)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "b0396b0",
"value": "Merge pull request #5 from quicwg/master"
},
{
"name": "bc74468",
"value": "Specifying use of new connection ID to avoid correlation"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1730/files#diff-0) (13 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1730,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1730\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9569ee1e284_258c3faf730d45b4117290--


From nobody Sun Sep  9 15:10:36 2018
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 18924130E01 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 15:10:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 HH6hwYNGl_Dn for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 15:10:33 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B2BFB130DDA for <quic-issues@ietf.org>; Sun,  9 Sep 2018 15:10:33 -0700 (PDT)
Date: Sun, 09 Sep 2018 15:10:32 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536531032; bh=d4TJH/oE2g9GpKhMZShaubQjgDKCuGYXQ8ATNVAVj1U=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=zagT2Fvn3HC5AFrhaf9w9/t10k17GuIgUMeOKUUgCKoKgPeEEVFVTLTqb8pPWlJTD wFqq4tiU4oTh8aDyDyXHdML7hImejnhJAiHGNR9rOtUOMp6Wsf98rzqfYX6ZSEF9VZ uvV00knPScaod/cgSP4XiI5fXppaM/piFThA+xl4=
From: jugglinmike <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab879299edd7c2b98e536d2d8e1d678e37fe4d6e9e92cf0000000117ad5c5892a169ce155d03f5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1731@github.com>
Subject: [quicwg/base-drafts] Correct typos (#1731)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b959a5879b21_7f8b3fbe682d45b8446836"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: jugglinmike
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/u1ZUt5m6Xn2soO5xeiKjnexRuzI>
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: Sun, 09 Sep 2018 22:10:35 -0000

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


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

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

-- Commit Summary --

  * Align plurality of subject and verb
  * Insert omitted word
  * Remove unnecessary article

-- File Changes --

    M draft-ietf-quic-tls.md (4)
    M draft-ietf-quic-transport.md (6)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1731.patch
https://github.com/quicwg/base-drafts/pull/1731.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/1731

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



<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/1731'>https://github.com/quicwg/base-drafts/pull/1731</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Align plurality of subject and verb</li>
  <li>Insert omitted word</li>
  <li>Remove unnecessary article</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1731/files#diff-0">draft-ietf-quic-tls.md</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1731/files#diff-1">draft-ietf-quic-transport.md</a>
    (6)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1731.patch'>https://github.com/quicwg/base-drafts/pull/1731.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1731.diff'>https://github.com/quicwg/base-drafts/pull/1731.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/1731">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzjM2dm2bZUu-heZknMXUdWMWz_jks5uZZHYgaJpZM4Wgen6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq84MBG2rtir47Rg216Hff1b-jO_rks5uZZHYgaJpZM4Wgen6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Correct typos (#1731)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1731"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1731",
"url": "https://github.com/quicwg/base-drafts/pull/1731",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Correct typos (#1731)",
"sections": [
{
"text": "",
"activityTitle": "**jugglinmike**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@jugglinmike",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "ab517b5",
"value": "Align plurality of subject and verb"
},
{
"name": "8bd4748",
"value": "Insert omitted word"
},
{
"name": "cb4a020",
"value": "Remove unnecessary article"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-tls.md](https://github.com/quicwg/base-drafts/pull/1731/files#diff-0) (4 changes)"
},
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1731/files#diff-1) (6 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1731,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1731\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1731"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1731.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1731.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377612794\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b959a5879b21_7f8b3fbe682d45b8446836--


From nobody Sun Sep  9 15:11:07 2018
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 5A6E5130E01 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 15:11:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Qjz-SkBeKAjM for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 15:11:03 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B856C1292AD for <quic-issues@ietf.org>; Sun,  9 Sep 2018 15:11:03 -0700 (PDT)
Date: Sun, 09 Sep 2018 15:11:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536531062; bh=pmi0jqgN95Otd7myqnoor6UAf3YvS31C4iP5+/1q/8I=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=sqBCrt6MsoJmF0HP350CmCnwpZfax9nZVFLnJMg3Dc1CkjakgI8fd+xzp52DAuEZJ tJbAQleGYhj2H+a5O8bav88ERpLI3cCU8TZXQzmYoQf0pMb9KvUD9qY9+teUukjXsk 44aaEhvSAAqDWFYDbd3QOig9uKHy74mn85kIByVc=
From: jugglinmike <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2535be037ff48ef67c332398d3da0ee76dab7cb792cf0000000117ad5c7692a169ce155d0425@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1732@github.com>
Subject: [quicwg/base-drafts] Correct application of RFC2119 (#1732)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b959a76de2ba_28e93fbecc6d45b492184a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: jugglinmike
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/lfTwPKtDlFCsXj3uceSeiOLrHsY>
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: Sun, 09 Sep 2018 22:11:05 -0000

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

The term "MAY" is better suited to describing implementer action (rather
than implementer desire).
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Correct application of RFC2119

-- File Changes --

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

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1732.patch
https://github.com/quicwg/base-drafts/pull/1732.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/1732

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

<p>The term "MAY" is better suited to describing implementer action (rather<br>
than implementer desire).</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/1732'>https://github.com/quicwg/base-drafts/pull/1732</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Correct application of RFC2119</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1732.patch'>https://github.com/quicwg/base-drafts/pull/1732.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1732.diff'>https://github.com/quicwg/base-drafts/pull/1732.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/1732">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9RjC8UBD7Wqtwm5yC2DHcdoRBtpks5uZZH2gaJpZM4Wgeo2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0E5Dr6m2AUEzyXRsbAjc85YWRJwks5uZZH2gaJpZM4Wgeo2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Correct application of RFC2119 (#1732)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1732"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1732",
"url": "https://github.com/quicwg/base-drafts/pull/1732",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Correct application of RFC2119 (#1732)",
"sections": [
{
"text": "",
"activityTitle": "**jugglinmike**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@jugglinmike",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "5d453be",
"value": "Correct application of RFC2119"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1732/files#diff-0) (4 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1732,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1732\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1732"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1732.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1732.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377612854\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b959a76de2ba_28e93fbecc6d45b492184a--


From nobody Sun Sep  9 15:12:11 2018
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 C52B3130E06 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 15:12:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 WDRltZli3MXh for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 15:12:08 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0BFCA130DDA for <quic-issues@ietf.org>; Sun,  9 Sep 2018 15:12:08 -0700 (PDT)
Date: Sun, 09 Sep 2018 15:12:07 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536531127; bh=8Y8SgYnirQAIXyq4kGm2URbdhWa33yx1ZMx93cvN/Hk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=afCIMlopbc9vGh8E7+7P+RcY4lPyttrRB1Hi/MeMfnAvAlJQ3hPnQNVvQ5HL90oLZ Ip4vVytYHf9MSBrlnd8lYFIoT+aH+/l/q+42I5VCokL5PL21DyerwNmmai7tdUut6/ OIljZy6huma+hCwo1m5p2ZfwxFnbt5wDgBYOSSUQ=
From: jugglinmike <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab555b8760b36ec949b5191cb47ab92d42d8ecbb3692cf0000000117ad5cb792a169ce155d048e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1733@github.com>
Subject: [quicwg/base-drafts] Correct field name (#1733)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b959ab766c09_67853fe1630d45c420517c1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: jugglinmike
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/RyO20RllH0pX4dWUzDjX1jZBJyI>
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: Sun, 09 Sep 2018 22:12:10 -0000

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


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

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

-- Commit Summary --

  * Correct field name

-- File Changes --

    M draft-ietf-quic-transport.md (2)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1733.patch
https://github.com/quicwg/base-drafts/pull/1733.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/1733

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



<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/1733'>https://github.com/quicwg/base-drafts/pull/1733</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Correct field name</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1733/files#diff-0">draft-ietf-quic-transport.md</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1733.patch'>https://github.com/quicwg/base-drafts/pull/1733.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1733.diff'>https://github.com/quicwg/base-drafts/pull/1733.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/1733">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwNZF_Lhpo6tDiLihjdeUmpwLB6bks5uZZI3gaJpZM4Wgeqy">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7BG5y9icRKERYHgHrikBrlhlxoaks5uZZI3gaJpZM4Wgeqy.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Correct field name (#1733)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1733"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1733",
"url": "https://github.com/quicwg/base-drafts/pull/1733",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Correct field name (#1733)",
"sections": [
{
"text": "",
"activityTitle": "**jugglinmike**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@jugglinmike",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "0ded27f",
"value": "Correct field name"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1733/files#diff-0) (2 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1733,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1733\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1733"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1733.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1733.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377612978\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b959ab766c09_67853fe1630d45c420517c1--


From nobody Sun Sep  9 15:12:27 2018
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 466DB130DDA for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 15:12:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 2HoYyCGFRmIv for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 15:12:25 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E1E201292AD for <quic-issues@ietf.org>; Sun,  9 Sep 2018 15:12:24 -0700 (PDT)
Date: Sun, 09 Sep 2018 15:12:24 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536531144; bh=LQt/FYr4F64rMzWiNU5w2TqUq8HtVZNAGmkOfN8TqgU=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=pPO0EHVaoui7QDP8Lol6OqotLxDTzGVd2XTCDYL5YDapvxQ7zPRUs+CGisf0waM7i bPrRjibGf/OTjTakJ1/zGR0z8IqWvPjkvblsjn4rOQX5ALiRRg6C54b6bLnXaQJJVS f/p5r6nCX2wJdwzZiYQCjK8qAFMegSeAxA6QRaEs=
From: jugglinmike <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0b71c968762f6bc1494ed61daec4697d2cade7e392cf0000000117ad5cc892a169ce155d04a3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1734@github.com>
Subject: [quicwg/base-drafts] Correct transitions described by diagram (#1734)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b959ac816edb_6eeb3faaeead45c0524783"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: jugglinmike
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/Q9upLPbYmeNdq7uovVYe-NQWQFs>
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: Sun, 09 Sep 2018 22:12:26 -0000

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

Receiving the RST_STREAM frame may cause a transition from "Data Recvd"
to "Reset Recvd," but it cannot cause a transition in the other
direction. Update the diagram to accurately describe the condition which
may cause a transition in that direction.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Correct transitions described by diagram

-- File Changes --

    M draft-ietf-quic-transport.md (8)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1734.patch
https://github.com/quicwg/base-drafts/pull/1734.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/1734

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

<p>Receiving the RST_STREAM frame may cause a transition from "Data Recvd"<br>
to "Reset Recvd," but it cannot cause a transition in the other<br>
direction. Update the diagram to accurately describe the condition which<br>
may cause a transition in that direction.</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/1734'>https://github.com/quicwg/base-drafts/pull/1734</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Correct transitions described by diagram</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1734.patch'>https://github.com/quicwg/base-drafts/pull/1734.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1734.diff'>https://github.com/quicwg/base-drafts/pull/1734.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/1734">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-pfm9VxMsjRLwAVQBcA2asi2z4iks5uZZJIgaJpZM4WgerK">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1WEAsrDbxkCK2tIVjBzBiLBMaNGks5uZZJIgaJpZM4WgerK.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Correct transitions described by diagram (#1734)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1734"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1734",
"url": "https://github.com/quicwg/base-drafts/pull/1734",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Correct transitions described by diagram (#1734)",
"sections": [
{
"text": "",
"activityTitle": "**jugglinmike**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@jugglinmike",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "995100c",
"value": "Correct transitions described by diagram"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1734/files#diff-0) (8 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1734,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1734\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1734"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1734.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1734.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377613002\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b959ac816edb_6eeb3faaeead45c0524783--


From nobody Sun Sep  9 17:40:38 2018
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 8E1C1130E11 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:40:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 oblFnM5khR5m for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:40:36 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E284F130DCF for <quic-issues@ietf.org>; Sun,  9 Sep 2018 17:40:35 -0700 (PDT)
Date: Sun, 09 Sep 2018 17:40:35 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536540035; bh=mPFxNYl8svOy9Qdpeu+bTgiDxKcQ/qyz5TUYgk3tfzk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=P2s4XvBIjPpX9C7xFkNPbudaojqlQbt2yaPBUgLFEHPt0s0cBQ20tEKmc3ez+dhgO pJbYkwaiUoFg1tt1uaJ1bZRG/CI0Ldlge5ielZ8MdLixsyuW+Px6HHSo9k+U5m5O+z HZP1p1IKwW6B931Wd0tIxtv+zbBdfoBeFQP4GDjE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abffd031ed6745e04c7c240687424c48661d7815d792cf0000000117ad7f8392a169ce155aadb3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1728/419757565@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1728@github.com>
References: <quicwg/base-drafts/issues/1728@github.com>
Subject: Re: [quicwg/base-drafts] When to send Stateless Reset (#1728)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95bd83562f_66fd3fe5cb8d45b41891ac"; 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/6FdL_TS9oNRbKxK3q7LvcpJy7Cs>
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, 10 Sep 2018 00:40:38 -0000

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

This also doesn't reflect the symmetric nature of stateless reset.  I will adjust.

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

<p>This also doesn't reflect the symmetric nature of stateless reset.  I will adjust.</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/1728#issuecomment-419757565">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5VU_NEZkPF7knLhs1pFPINJKaryks5uZbUDgaJpZM4WfuGt">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_35ceJrUIG4a77OvARuKJw5d7Sgks5uZbUDgaJpZM4WfuGt.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1728: This also doesn't reflect the symmetric nature of stateless reset.  I will adjust."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1728#issuecomment-419757565"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1728#issuecomment-419757565",
"url": "https://github.com/quicwg/base-drafts/issues/1728#issuecomment-419757565",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] When to send Stateless Reset (#1728)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1728,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1728\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1728#issuecomment-419757565"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377414061\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b95bd83562f_66fd3fe5cb8d45b41891ac--


From nobody Sun Sep  9 17:41:16 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 8F89B130DCF for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:41:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 ZKOJTH_bxb3R for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:41:14 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1EFD8130E11 for <quic-issues@ietf.org>; Sun,  9 Sep 2018 17:41:14 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536540073; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=sOuQM8MjVyK8ahOkqKfXHUJ+OmyxSZCAeN9vdzJHPes=; b=UUB/dpAtee6ccHrRl8UMatIGxw62RjnD3O8flQmTvZGpSIPV38E8n3c1CoHzdWKPph04cBsn 6YFURha3h+hanKrAMr0PqfeXG18VEAzN9Feb6w/D1BjOsy3G06t/VqGSSheUCcvVIVZ2kstx s6i0DblUYZvxcdIeq+V+h2+jAzQ=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5b95bda9.7fdd5459d630-smtp-out-n01; Mon, 10 Sep 2018 00:41:13 -0000 (UTC)
Date: Sun, 09 Sep 2018 17:41:13 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5b95bda995be_180b2aad5879eed01666f@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 09c1cc: Stateless reset is now available to both peers
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b95bda9909c_180b2aad5879eed0165e6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2L_eHII-V7PDJFu71LWOCCpU8hY>
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, 10 Sep 2018 00:41:16 -0000

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

  Branch: refs/heads/issue1728
  Home:   https://github.com/quicwg/base-drafts
  Commit: 09c1cc094ebf7d644a4547db9131ae50a9f99706
      https://github.com/quicwg/base-drafts/commit/09c1cc094ebf7d644a4547db9131ae50a9f99706
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Stateless reset is now available to both peers

Also, don't create the impression that stateless reset can be used when
a packet can't be decrypted.

Closes #1728.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b95bda9909c_180b2aad5879eed0165e6--


From nobody Sun Sep  9 17:41:48 2018
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 EAEBA130E11 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:41:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 2OVACONmHV4C for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:41:45 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5DD48130DCF for <quic-issues@ietf.org>; Sun,  9 Sep 2018 17:41:45 -0700 (PDT)
Date: Sun, 09 Sep 2018 17:41:44 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536540104; bh=siW8SqSkE0w/P356cphB798h4p9HtZdfFQRajqR+QcQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Cv5D1/FEzIKvffqS+pLOD4grEiEsv47LxU4zQoZ7EKuByGg48aZH2VY2mUXbxYMzT Od/p+opae4V0t4/satgRCQ2itViqVBP1E26+Ktk8YiBHbpkzll8VT7LFpDLi2S0AtP plorb00hCx4aLGowrj3BJ3mtO015fj38DVklZs4g=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8608e7eda70a274307bcf9be4b6ae119d0d5cbd392cf0000000117ad7fc892a169ce155d35b9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1735@github.com>
Subject: [quicwg/base-drafts] Stateless reset is now available to both peers (#1735)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95bdc882950_15513fea768d45b491346"; 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/G62ZizUJU8E38JZlqeuULh53jaw>
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, 10 Sep 2018 00:41:47 -0000

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

Also, don't create the impression that stateless reset can be used when
a packet can't be decrypted.

Closes #1728.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Stateless reset is now available to both peers

-- File Changes --

    M draft-ietf-quic-transport.md (6)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1735.patch
https://github.com/quicwg/base-drafts/pull/1735.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/1735

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

<p>Also, don't create the impression that stateless reset can be used when<br>
a packet can't be decrypted.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #1728.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358264243" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1728" href="https://github.com/quicwg/base-drafts/issues/1728">#1728</a>.</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/1735'>https://github.com/quicwg/base-drafts/pull/1735</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Stateless reset is now available to both peers</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1735/files#diff-0">draft-ietf-quic-transport.md</a>
    (6)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1735.patch'>https://github.com/quicwg/base-drafts/pull/1735.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1735.diff'>https://github.com/quicwg/base-drafts/pull/1735.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/1735">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx0DiWHaANtZQHiezNT_r10d4B3wks5uZbVIgaJpZM4Wgia_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_ZnBGDe2dbspJR-NEtemXAzi2YSks5uZbVIgaJpZM4Wgia_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Stateless reset is now available to both peers (#1735)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1735"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1735",
"url": "https://github.com/quicwg/base-drafts/pull/1735",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Stateless reset is now available to both peers (#1735)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "09c1cc0",
"value": "Stateless reset is now available to both peers"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1735/files#diff-0) (6 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1735,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1735\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1735"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1735.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1735.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377628351\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b95bdc882950_15513fea768d45b491346--


From nobody Sun Sep  9 17:42:42 2018
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 512F3130E12 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:42:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 YVdPQzn3k_lC for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:42:38 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 58094130DCF for <quic-issues@ietf.org>; Sun,  9 Sep 2018 17:42:38 -0700 (PDT)
Date: Sun, 09 Sep 2018 17:42:37 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536540157; bh=vmwFSZ9CRPkCtXepNnZZn7QtiHPrSRgy5UJm3LKSspY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jAWrF2qmpC8TGIDN+J2bNke5A6MGu4N2hMzSYk+my1HRmc1QGWtK0QvvyLah6ZQlf uRm2IKp7SdfqYrABz8PC6ZRcSH8Tf1ZhYo58cCuVE/F1ZBvmA3KOL+R5YQl35keQuk Bgo/FXUzZZu98/9PpV8MhjZeclQzPzMhayukbItY=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf36569b12054bb12e15de68c0ed8f8996b535c6c92cf0000000117ad7ffd92a169ce155ca63e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1729/419757689@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1729@github.com>
References: <quicwg/base-drafts/issues/1729@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95bdfd54632_5dc23fb7dd6d45b43676c"; 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/EAuvfRKL96k35Rjb0SQ6G_6iM8o>
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, 10 Sep 2018 00:42:40 -0000

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

Please see https://github.com/erickinnear/base-drafts/pull/4  - that address this problem (and some others).

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

<p>Please see <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="349435440" data-permission-text="Issue title is private" data-url="https://github.com/erickinnear/base-drafts/issues/4" href="https://github.com/erickinnear/base-drafts/pull/4">erickinnear#4</a>  - that address this problem (and some others).</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/1729#issuecomment-419757689">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2s133hWU56u5v8oggkj9DGDvUiaks5uZbV9gaJpZM4WgW-1">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8TNdVC6CKWUy2RCMNi7DqThNEAbks5uZbV9gaJpZM4WgW-1.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1729: Please see https://github.com/erickinnear/base-drafts/pull/4  - that address this problem (and some others)."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1729#issuecomment-419757689"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-419757689",
"url": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-419757689",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1729,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1729\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-419757689"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377581493\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b95bdfd54632_5dc23fb7dd6d45b43676c--


From nobody Sun Sep  9 17:47:41 2018
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 6A0FA130E11 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:47:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 YLhjEE6M5UI7 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:47:30 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C3471130DCF for <quic-issues@ietf.org>; Sun,  9 Sep 2018 17:47:30 -0700 (PDT)
Date: Sun, 09 Sep 2018 17:47:30 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536540450; bh=QwLBk9DPOr2OMtQE9PTreXj0f8UF66osbnssc8WNszw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UnySQIlmE0ylvsWwQXhHcwLxdNl0HTmBkoDIySzlwqxw58FjfeSQxsyDhlOpV510u il/3026ci6IRL9k4rKI/q4Ev+SOzKHXckgarHWBXIDUaUNEqdyibhThNMqYWVpIcL2 uP73oTmI0DBx0vYhTJi8J0vS+aiBe1jFtXkNcs/I=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7f270c52f0b4945d19b47ba3cb9e15a4b458c4b092cf0000000117ad812292a169ce155cc367@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1730/review/153601031@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95bf22175a5_3cd3f8b1b2d45c015310"; 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/iNO5MQ10JXS08DCcfCuCBaDgEFA>
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, 10 Sep 2018 00:47:40 -0000

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

martinthomson requested changes on this pull request.

I think that the idea is good, but the first addition needs some tweaking.

> @@ -2074,6 +2074,9 @@ path validation with other frames.  For instance, an endpoint may pad a packet
 carrying a PATH_CHALLENGE for PMTU discovery, or an endpoint may bundle a
 PATH_RESPONSE with its own PATH_CHALLENGE.
 
+When probing a new path, an endpoint may want to ensure that the response, if
+any, is sent to a specific connection ID. The endpoint achieves that by bundling
+NEW_CONNECTION_ID and PATH_CHALLENGE frames, in that order.

This implies that order is significant.  It also implies that bundling the two means that this specific connection ID will be used.  We've tried really hard to avoid special inter-frame dependencies like this.  PATH_CHALLENGE is special in the sense that the path it follows is relevant to its processing (which is a necessary evil), but this implies much more than that.  I think that rewording this to suggest that providing NEW_CONNECTION_ID ahead of PATH_CHALLENGE is useful (even necessary if the peer has run out, as they might have) and that having them in the same packet means that the NEW_CONNECTION_ID is guaranteed to be available.  Anything more than might give the wrong impression.

> @@ -2187,7 +2190,10 @@ usable for this connection.  Failure to validate a path does not cause the
 connection to end unless there are no valid alternative paths available.
 
 An endpoint uses a new connection ID for probes sent from a new local address,
-see {{migration-linkability}} for further discussion.
+see {{migration-linkability}} for further discussion. An endpoint that uses
+a new local address should include a NEW_CONNECTION_ID frame in the probe,

"SHOULD"? I don't think that we need to be this suggestive here, other than to note that lack of connection IDs will make probing - and responding to probes - impossible.

> @@ -2359,6 +2365,11 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
+Endpoints could also have their activity correlated if their peers keep using
+the same destination connection id after migration. Nodes that initiate a

s/id/ID

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

<p><b>@martinthomson</b> requested changes on this pull request.</p>

<p>I think that the idea is good, but the first addition needs some tweaking.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1730#discussion_r216177634">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2074,6 +2074,9 @@ path validation with other frames.  For instance, an endpoint may pad a packet
 carrying a PATH_CHALLENGE for PMTU discovery, or an endpoint may bundle a
 PATH_RESPONSE with its own PATH_CHALLENGE.
 
+When probing a new path, an endpoint may want to ensure that the response, if
+any, is sent to a specific connection ID. The endpoint achieves that by bundling
+NEW_CONNECTION_ID and PATH_CHALLENGE frames, in that order.
</pre>
<p>This implies that order is significant.  It also implies that bundling the two means that this specific connection ID will be used.  We've tried really hard to avoid special inter-frame dependencies like this.  PATH_CHALLENGE is special in the sense that the path it follows is relevant to its processing (which is a necessary evil), but this implies much more than that.  I think that rewording this to suggest that providing NEW_CONNECTION_ID ahead of PATH_CHALLENGE is useful (even necessary if the peer has run out, as they might have) and that having them in the same packet means that the NEW_CONNECTION_ID is guaranteed to be available.  Anything more than might give the wrong impression.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1730#discussion_r216177664">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2187,7 +2190,10 @@ usable for this connection.  Failure to validate a path does not cause the
 connection to end unless there are no valid alternative paths available.
 
 An endpoint uses a new connection ID for probes sent from a new local address,
-see {{migration-linkability}} for further discussion.
+see {{migration-linkability}} for further discussion. An endpoint that uses
+a new local address should include a NEW_CONNECTION_ID frame in the probe,
</pre>
<p>"SHOULD"? I don't think that we need to be this suggestive here, other than to note that lack of connection IDs will make probing - and responding to probes - impossible.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1730#discussion_r216177672">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2359,6 +2365,11 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
+Endpoints could also have their activity correlated if their peers keep using
+the same destination connection id after migration. Nodes that initiate a
</pre>
<p>s/id/ID</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/1730#pullrequestreview-153601031">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1r4KWKGSo3m3tGQhitKQRp3dMFwks5uZbaigaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-DCEJVy7NW5TrhWNSdxLf2fjZd-ks5uZbaigaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson requested changes on #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730#pullrequestreview-153601031"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730#pullrequestreview-153601031",
"url": "https://github.com/quicwg/base-drafts/pull/1730#pullrequestreview-153601031",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson requested changes on 1730",
"sections": [
{
"text": "I think that the idea is good, but the first addition needs some tweaking.",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730#pullrequestreview-153601031"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b95bf22175a5_3cd3f8b1b2d45c015310--


From nobody Sun Sep  9 17:48:04 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 E6DA3130E12 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:48:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 kNXUqwHJBFJ0 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:48:00 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 67292130DCF for <quic-issues@ietf.org>; Sun,  9 Sep 2018 17:48:00 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536540479; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=y1meGE0idsn8irlDcV9tEJYJjvGhOU8mY81nVZFmiSk=; b=YSFNwGocb5se/IfNEM073AZrB66nMbDPQqGB3yyKk7avDcVfyRo9CRfDZ9zyIqcYq9w7Trav Zye16V/ydVTnTBU3ui71koEUkNOQZi7U4oTsK3P7WZPdDBQJuvhorTnkgZ4wX5SOTk98v6bw O+V8TI9t5ezPJhlJGO8gwCQoAgU=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5b95bf3f.7f9872724fc0-smtp-out-n03; Mon, 10 Sep 2018 00:47:59 -0000 (UTC)
Date: Sun, 09 Sep 2018 17:47:59 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5b95bf3f352dc_f092ae3b873eecc7915f@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ab517b: Align plurality of subject and verb
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b95bf3f34e90_f092ae3b873eecc790ba"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pZ4YIVk3PwTluht5w9H3Ki_esv0>
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, 10 Sep 2018 00:48:02 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: ab517b5c80228d8d7166dd6da345610e0db29f10
      https://github.com/quicwg/base-drafts/commit/ab517b5c80228d8d7166dd6da345610e0db29f10
  Author: Mike Pennisi <mike@mikepennisi.com>
  Date:   2018-09-09 (Sun, 09 Sep 2018)

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

  Log Message:
  -----------
  Align plurality of subject and verb


  Commit: 8bd4748f5d964767ebe92546c8518e6ba2478d37
      https://github.com/quicwg/base-drafts/commit/8bd4748f5d964767ebe92546c8518e6ba2478d37
  Author: Mike Pennisi <mike@mikepennisi.com>
  Date:   2018-09-09 (Sun, 09 Sep 2018)

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

  Log Message:
  -----------
  Insert omitted word


  Commit: cb4a0200aabaea5c5cec9a90997b8b959469df62
      https://github.com/quicwg/base-drafts/commit/cb4a0200aabaea5c5cec9a90997b8b959469df62
  Author: Mike Pennisi <mike@mikepennisi.com>
  Date:   2018-09-09 (Sun, 09 Sep 2018)

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

  Log Message:
  -----------
  Remove unnecessary article


  Commit: 107426632e485aa3a2e589d40928d75b3bf67acf
      https://github.com/quicwg/base-drafts/commit/107426632e485aa3a2e589d40928d75b3bf67acf
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Merge pull request #1731 from jugglinmike/editorial-typos

Correct typos


Compare: https://github.com/quicwg/base-drafts/compare/76b9552829be...107426632e48
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b95bf3f34e90_f092ae3b873eecc790ba--


From nobody Sun Sep  9 17:48:13 2018
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 E5F2A130DCF for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:48:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 yphXlB2TnnZZ for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:48:02 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DCE0B130E11 for <quic-issues@ietf.org>; Sun,  9 Sep 2018 17:48:01 -0700 (PDT)
Date: Sun, 09 Sep 2018 17:48:01 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536540481; bh=4YhBVJvfm610CkzphcEQXlwq1Xzw9lPCN7ISimkEpQI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gZjwZv2YEUZeWcE9C2z4+jEAjL9NOFS2ptoCnAXiftrPmzsVzQO3KEdzx1ze3+peq 92Y8V9mSpkPVhNkXr+Io3r6cWsqn3zeqCO4tLLYWfZSvNMCRdUuy9+1mtaJCeEG/Sp pLCnRKbZTdxW+jF2gjWYXqlaRY/HXVdgmfdRDvg0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abef61c5d36fc1632c7ce941a5bd4e5179f2bf0a6292cf0000000117ad814192a169ce155d03f5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1731/issue_event/1834836462@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1731@github.com>
References: <quicwg/base-drafts/pull/1731@github.com>
Subject: Re: [quicwg/base-drafts] Correct typos (#1731)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95bf413b3ac_1f783ff9232d45b87062c"; 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/rfB0C1gGrNertNxj357J9_LGtV4>
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, 10 Sep 2018 00:48:07 -0000

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

Merged #1731 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/1731#event-1834836462
----==_mimepart_5b95bf413b3ac_1f783ff9232d45b87062c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358417397" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1731" href="https://github.com/quicwg/base-drafts/pull/1731">#1731</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/1731#event-1834836462">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7GZAnPUfUhPDON-egYrxGFdJhWZks5uZbbBgaJpZM4Wgen6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8mQiTWTb1us4h3XUCPgIwJwnehKks5uZbbBgaJpZM4Wgen6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1731 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1731#event-1834836462"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1731#event-1834836462",
"url": "https://github.com/quicwg/base-drafts/pull/1731#event-1834836462",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Correct typos (#1731)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1731#event-1834836462"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377612794\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b95bf413b3ac_1f783ff9232d45b87062c--


From nobody Sun Sep  9 17:48:19 2018
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 D6A05130DCF for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:48:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Q-59cmwaezAj for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:48:04 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9CC26130E12 for <quic-issues@ietf.org>; Sun,  9 Sep 2018 17:48:04 -0700 (PDT)
Date: Sun, 09 Sep 2018 17:48:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536540483; bh=Zlj82O/gPKeO19PUI1OwHo/DJ3Ci91+ijUDEAtEA620=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=f6spfO0xUHzeJi9S4ytNyYQt4hZHdwFWy8B07a17jIFWjwRHGoYhhK8hNbu5tsBn/ eoLTacUYgPc2XDuypjFulcsNktnGajynGArKp0f98P2bwa2LIcetw5A8RBVwMFC4hp luKisq+OHBIeCZketBKNOwbvNIHcR3aIRYPgN2BQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba68550159fbbbc7ae9366dcb6cc6966f3d7b39fd92cf0000000117ad814392a169ce155d03f5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1731/c419758125@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1731@github.com>
References: <quicwg/base-drafts/pull/1731@github.com>
Subject: Re: [quicwg/base-drafts] Correct typos (#1731)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95bf43eff89_15613fea768d45b41496b4"; 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/alfGRwRcQ0uj9DRLdBEaudlUWa0>
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, 10 Sep 2018 00:48:10 -0000

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

Thanks!

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

<p>Thanks!</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/1731#issuecomment-419758125">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyvmOSqDTblWCLX2Kqbjb2REGPgzks5uZbbDgaJpZM4Wgen6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8BrSjA2ykz4R5VchJBg_0GS-M4oks5uZbbDgaJpZM4Wgen6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1731: Thanks!"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1731#issuecomment-419758125"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1731#issuecomment-419758125",
"url": "https://github.com/quicwg/base-drafts/pull/1731#issuecomment-419758125",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Correct typos (#1731)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1731,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1731#issuecomment-419758125"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377612794\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b95bf43eff89_15613fea768d45b41496b4--


From nobody Sun Sep  9 17:48:40 2018
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 8F774130E12 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:48:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 DQu4cSi3px4n for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:48:33 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 67E7C130DCF for <quic-issues@ietf.org>; Sun,  9 Sep 2018 17:48:33 -0700 (PDT)
Date: Sun, 09 Sep 2018 17:48:32 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536540512; bh=GIIXg96XTBJ0uFI9UWyFbCeppkOB8hm4KPFjzxspOOA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=V5bb1RR7TSv3/5a1MXiposql8yChC9lAeHy9iDiPgxNeAe03PCM2Sd0/qA3OCJK0m WDC2PXjmgokt7kknWQL62gwdoZbLiXiotE1ob3N85GcHbJRsGvejCWyJ3FLBjze29N CPIaKeSfRnIXq6ZLaRI65C++R5HKX0sBumKvM+QU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abef5973fac0fea7b1813d2058f194553899c7a75692cf0000000117ad816092a169ce155d0425@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1732/c419758174@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1732@github.com>
References: <quicwg/base-drafts/pull/1732@github.com>
Subject: Re: [quicwg/base-drafts] Correct application of RFC2119 (#1732)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95bf60b22e1_744f3ff7304d45c41569ad"; 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/crrhXx5RXV6B5QBWaw4sRIaAsCs>
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, 10 Sep 2018 00:48:38 -0000

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

The ghost of RFC 6919...

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

<p>The ghost of RFC 6919...</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/1732#issuecomment-419758174">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzXj-qirb4mDyDkAALZbmnjOFEz0ks5uZbbggaJpZM4Wgeo2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0GdjTS8dLrwBmmTt5nOTgS9Kxo_ks5uZbbggaJpZM4Wgeo2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1732: The ghost of RFC 6919..."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1732#issuecomment-419758174"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1732#issuecomment-419758174",
"url": "https://github.com/quicwg/base-drafts/pull/1732#issuecomment-419758174",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Correct application of RFC2119 (#1732)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1732,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1732\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1732#issuecomment-419758174"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377612854\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b95bf60b22e1_744f3ff7304d45c41569ad--


From nobody Sun Sep  9 17:48:47 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 C75BB130DCF for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:48:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 oBrl8GiOIu30 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:48:37 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 11CD9130E11 for <quic-issues@ietf.org>; Sun,  9 Sep 2018 17:48:37 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536540516; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=nzv8q6ngOLHr4uxiBgSdDyC3DTq3YzjpRS5FlcJefdg=; b=UE6s+o3SSYsgwPsu1TVlA5LnfMddP91yjvDxeB0YFfkuChyWY5r5nAR4ZEJu+STGhWff+Tho RtWFoi7e0AjGyc9DIJJjuvZh4AEo2OjiNw9RTo64v3KVRcq6uD9KCbYmK0vy2QGVhjopL/Tr /Z8EUfyesK8jdV2Ux9SRgvyENfY=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5b95bf63.7ff6787c2a50-smtp-out-n03; Mon, 10 Sep 2018 00:48:35 -0000 (UTC)
Date: Sun, 09 Sep 2018 17:48:35 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5b95bf63cefbf_ad52ac143eaced04925@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 5d453b: Correct application of RFC2119
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b95bf63ce9cd_ad52ac143eaced049132"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Y5GJrkU7fdq1K33fd4c7ba-bQ0Q>
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, 10 Sep 2018 00:48:39 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 5d453beaddafa1ee238d0e28fec11dbf9c4abf1e
      https://github.com/quicwg/base-drafts/commit/5d453beaddafa1ee238d0e28fec11dbf9c4abf1e
  Author: Mike Pennisi <mike@mikepennisi.com>
  Date:   2018-09-09 (Sun, 09 Sep 2018)

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

  Log Message:
  -----------
  Correct application of RFC2119

The term "MAY" is better suited to describing implementer action (rather
than implementer desire).


  Commit: 267ca6eec6effd658b0c51d85667ea655407f7ff
      https://github.com/quicwg/base-drafts/commit/267ca6eec6effd658b0c51d85667ea655407f7ff
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Merge pull request #1732 from jugglinmike/editorial-may-wish

Correct application of RFC2119


Compare: https://github.com/quicwg/base-drafts/compare/107426632e48...267ca6eec6ef
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b95bf63ce9cd_ad52ac143eaced049132--


From nobody Sun Sep  9 17:48:54 2018
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 663AC130E19 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:48:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 58vK6E8Qu6D3 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:48:39 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6467D130E11 for <quic-issues@ietf.org>; Sun,  9 Sep 2018 17:48:39 -0700 (PDT)
Date: Sun, 09 Sep 2018 17:48:38 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536540518; bh=oiHGesbDuItFnhI8EXNAEwI0+PoEYLXZT36kS/bvN1U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OLp1FcZSZQ1aFdn8AFqmALtnpwNwEknI2L9ppv4zsHV2LMG57wJYvd2OkyjhPnqpd WqEH/Qtj8AAUJedLAh/lVKYlsJtDaFWwH0krg196Y3dif6va67Z6CnzzHmR4SEckNT t1bV3PnNZ7djvNMoTvqr6vTXi2Tk/Mg3KcGnpXv0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab16232b5518ced41d5a1066690130d978e9d4956d92cf0000000117ad816692a169ce155d0425@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1732/issue_event/1834836899@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1732@github.com>
References: <quicwg/base-drafts/pull/1732@github.com>
Subject: Re: [quicwg/base-drafts] Correct application of RFC2119 (#1732)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95bf66b4056_ee33fd70e6d45b4168034"; 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/TlNfhIYFNjjBvx1T_BDjTi4J02w>
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, 10 Sep 2018 00:48:45 -0000

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

Merged #1732 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/1732#event-1834836899
----==_mimepart_5b95bf66b4056_ee33fd70e6d45b4168034
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358417445" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1732" href="https://github.com/quicwg/base-drafts/pull/1732">#1732</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/1732#event-1834836899">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-W_q_aTweGAQhC9fNGg8gtnK_XIks5uZbbmgaJpZM4Wgeo2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4dFSz6Yp0EO8t9K6eTf60EDraf4ks5uZbbmgaJpZM4Wgeo2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1732 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1732#event-1834836899"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1732#event-1834836899",
"url": "https://github.com/quicwg/base-drafts/pull/1732#event-1834836899",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Correct application of RFC2119 (#1732)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1732#event-1834836899"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377612854\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b95bf66b4056_ee33fd70e6d45b4168034--


From nobody Sun Sep  9 17:49:15 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 99277130E13 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:49:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 1ZC-Su-bNiN4 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:49:11 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 35D17130DCF for <quic-issues@ietf.org>; Sun,  9 Sep 2018 17:49:11 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536540550; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=bJwyrs3upTk0WsY12qBtY1jHvi5+8UnMyOw4waDoEBw=; b=NLLFtKzh7g2FQWWtyT36yjtsMSYW6o0Owc9PHcgTPh4wPp6bdcjXZrqK+pEsuKmJtun1uVF/ /ZKcSHsPsk6paH+NlDEeredggMVDNAIjRACop811KyhSx7igCYJ/uTjXFQldIeLoQSfnusvy MwTeNm7BU5YISnzeEMQ0M28M7+w=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5b95bf85.7f83e0f5acf0-smtp-out-n02; Mon, 10 Sep 2018 00:49:09 -0000 (UTC)
Date: Sun, 09 Sep 2018 17:49:08 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5b95bf84e0cc5_8e12acae3f46ec8101685@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 0ded27: Correct field name
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b95bf84e0937_8e12acae3f46ec8101540"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QarSU8fleg8_aMQ68qDmJxkN2vc>
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, 10 Sep 2018 00:49:13 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0ded27fc1d21eab7f4321170ce6f64c3f10dd749
      https://github.com/quicwg/base-drafts/commit/0ded27fc1d21eab7f4321170ce6f64c3f10dd749
  Author: Mike Pennisi <mike@mikepennisi.com>
  Date:   2018-09-09 (Sun, 09 Sep 2018)

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

  Log Message:
  -----------
  Correct field name


  Commit: 3c9bfaecb3c59dbda56d78067597c388234dd9a9
      https://github.com/quicwg/base-drafts/commit/3c9bfaecb3c59dbda56d78067597c388234dd9a9
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Merge pull request #1733 from jugglinmike/editorial-field-name

Correct field name


Compare: https://github.com/quicwg/base-drafts/compare/267ca6eec6ef...3c9bfaecb3c5
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b95bf84e0937_8e12acae3f46ec8101540--


From nobody Sun Sep  9 17:49:22 2018
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 82F2A130E17 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:49:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 roFE4E92eHwG for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:49:12 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6725D130E12 for <quic-issues@ietf.org>; Sun,  9 Sep 2018 17:49:12 -0700 (PDT)
Date: Sun, 09 Sep 2018 17:49:11 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536540551; bh=o9+CmAcDPxb5gG7gUgH7G/ifABsPaIy3aNg9hXFCGoQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kAhusbLCLM6jVEwSViFPtfvcGAIPbJebkEv6I1gZCLazgIxplhuxw/V0m5e3t2RN0 PXpoe0mE5bHXD6XbiuiLhZz+0vj7IqGyZ+4C/mC2YPFElI/x7wkI/omdh9aoWdSMEj phwrxKyXI6qYVCRvc3HS9ymr8C99HyFSgWxxQTAs=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7364889d9d50e7eafa69260c78a8718675c0c27b92cf0000000117ad818792a169ce155d048e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1733/issue_event/1834837289@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1733@github.com>
References: <quicwg/base-drafts/pull/1733@github.com>
Subject: Re: [quicwg/base-drafts] Correct field name (#1733)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95bf87bc483_79de3fb51c6d45b4640d0"; 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/iFxAQiUlAVNGoY4aSFjZgNOafWM>
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, 10 Sep 2018 00:49:17 -0000

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

Merged #1733 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/1733#event-1834837289
----==_mimepart_5b95bf87bc483_79de3fb51c6d45b4640d0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358417550" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1733" href="https://github.com/quicwg/base-drafts/pull/1733">#1733</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/1733#event-1834837289">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4D71dJqTl_Q0zCADCgiK0vzGINRks5uZbcHgaJpZM4Wgeqy">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-6RmekEJLbUHbvcEmdlvnc6uF-Lks5uZbcHgaJpZM4Wgeqy.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1733 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1733#event-1834837289"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1733#event-1834837289",
"url": "https://github.com/quicwg/base-drafts/pull/1733#event-1834837289",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Correct field name (#1733)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1733#event-1834837289"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377612978\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b95bf87bc483_79de3fb51c6d45b4640d0--


From nobody Sun Sep  9 17:49:45 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 83764130E12 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:49:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 fLUzEHN43lUi for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:49:42 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 91A81130DCF for <quic-issues@ietf.org>; Sun,  9 Sep 2018 17:49:42 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536540582; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=uKc/29lgkkwAw+0CgewwjchIL86X/34e3XxldY2fago=; b=AzC25ZEjPOd/Pd7Csb+7q9gDrqsZ9FRLKIRSfW7TOSD2tLtSJhn2C1eq6/TRlAsh4wnBhBD5 kKJ9xPA72veBKpZwrFkXMg2bnjLRT2k12KFdFKdpYS8zyidltZoYqU3EhYZdwKMtgYyWmJs1 lg4U+uE4WJtMODoA/ScjscL5neQ=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 5b95bfa6.7f088ad752a0-smtp-out-n02; Mon, 10 Sep 2018 00:49:42 -0000 (UTC)
Date: Sun, 09 Sep 2018 17:49:41 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5b95bfa51948a_10682b1542830ec8763fb@hookshot-fe-5a11256.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 995100: Correct transitions described by diagram
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b95bfa518fd0_10682b1542830ec87628f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/3x9VNNHrwoyG_VhcjBKt0KsO46w>
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, 10 Sep 2018 00:49:43 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 995100c560b74bcb1cce26463716863c44c43478
      https://github.com/quicwg/base-drafts/commit/995100c560b74bcb1cce26463716863c44c43478
  Author: Mike Pennisi <mike@mikepennisi.com>
  Date:   2018-09-09 (Sun, 09 Sep 2018)

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

  Log Message:
  -----------
  Correct transitions described by diagram

Receiving the RST_STREAM frame may cause a transition from "Data Recvd"
to "Reset Recvd," but it cannot cause a transition in the other
direction. Update the diagram to accurately describe the condition which
may cause a transition in that direction.


  Commit: f26f69021a983eb07509b8f1ca25666cd8f0eae8
      https://github.com/quicwg/base-drafts/commit/f26f69021a983eb07509b8f1ca25666cd8f0eae8
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Merge pull request #1734 from jugglinmike/diagram-transition

Correct transitions described by diagram


Compare: https://github.com/quicwg/base-drafts/compare/3c9bfaecb3c5...f26f69021a98
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b95bfa518fd0_10682b1542830ec87628f--


From nobody Sun Sep  9 17:49:52 2018
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 20285130E12 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:49:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 yrO-Gr1Mhpcy for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:49:44 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 58B3C130DCF for <quic-issues@ietf.org>; Sun,  9 Sep 2018 17:49:44 -0700 (PDT)
Date: Sun, 09 Sep 2018 17:49:43 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536540583; bh=y3s66UpF0ix6ql42pWSLqPkkDRjApIL3ZsQ+mK9mIKE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CX2gAI39ja/5wL/vYD/A02H9Iea1Xjk0yPEyaAoHWa0xWXhdilDvoayqYT0OwgZDj J7BPW+bltqZ8L3gRCr1AvkJ/fe2eUoFYRecg8jIR8pk4uUIjhF1WBi0KmlMGdO7n/g UcWFW1nLjtDzyfdXZBXNoOM8mQ6WbESLazLebBSE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba52563adb3e39a6f20a1fbb01d28edef6bdf4cc992cf0000000117ad81a792a169ce155d04a3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1734/issue_event/1834837501@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1734@github.com>
References: <quicwg/base-drafts/pull/1734@github.com>
Subject: Re: [quicwg/base-drafts] Correct transitions described by diagram (#1734)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95bfa7aec49_7a013fb51c6d45b417807e"; 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/2frptUq2mGOCEYbolTBFXNQbpUQ>
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, 10 Sep 2018 00:49:49 -0000

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

Merged #1734 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/1734#event-1834837501
----==_mimepart_5b95bfa7aec49_7a013fb51c6d45b417807e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358417571" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1734" href="https://github.com/quicwg/base-drafts/pull/1734">#1734</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/1734#event-1834837501">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyjX3agE7-7A7zEBmmDuHjMkg9pKks5uZbcngaJpZM4WgerK">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_rKjbIT3Mxeb7bKNEnVPnlAHEdWks5uZbcngaJpZM4WgerK.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1734 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1734#event-1834837501"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1734#event-1834837501",
"url": "https://github.com/quicwg/base-drafts/pull/1734#event-1834837501",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Correct transitions described by diagram (#1734)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1734#event-1834837501"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377613002\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b95bfa7aec49_7a013fb51c6d45b417807e--


From nobody Sun Sep  9 17:50:24 2018
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 4DD08130E13 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:50:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 EKqWLBGJBS2S for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 17:50:16 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 82FDD130E12 for <quic-issues@ietf.org>; Sun,  9 Sep 2018 17:50:16 -0700 (PDT)
Date: Sun, 09 Sep 2018 17:50:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536540615; bh=xfe8MNi5PKEG8jb/V7+l2C6a7H0LiLjQkwp/msEGlW8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=afccxB6LpMgVxtJy/GCRAurcz2hM2gPNuzFeu/6K948URIZlrYIZ4zCBq3k0RnLFA rWixdmUlpVC7301mJ75vi0Jm532kmdXR4uO9zlDCZWgVX9Z1poEnQ3mPVEi8lAtihV 02IxDquiTqxJ3aAsXfOnjh9yyNZXMtaMzsxA/f24=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbb5221b73df7a247995600f6aee0a1d5877bbc5a92cf0000000117ad81c792a169ce155d04a3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1734/c419758285@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1734@github.com>
References: <quicwg/base-drafts/pull/1734@github.com>
Subject: Re: [quicwg/base-drafts] Correct transitions described by diagram (#1734)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95bfc7b1b9c_51b63fb919cd45bc1362af"; 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/2--QaAqLQeaTUWpBklLH6WskJYo>
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, 10 Sep 2018 00:50:22 -0000

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

I had trouble parsing that myself recently, but forgot that I should just fix it.  Thanks.

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

<p>I had trouble parsing that myself recently, but forgot that I should just fix it.  Thanks.</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/1734#issuecomment-419758285">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwxDkHjfHi-CCX4zVjCoif2O1Q3wks5uZbdHgaJpZM4WgerK">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3hHEQGP-nzagtTveTMQZoy5vQPsks5uZbdHgaJpZM4WgerK.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1734: I had trouble parsing that myself recently, but forgot that I should just fix it.  Thanks."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1734#issuecomment-419758285"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1734#issuecomment-419758285",
"url": "https://github.com/quicwg/base-drafts/pull/1734#issuecomment-419758285",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Correct transitions described by diagram (#1734)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1734,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1734#issuecomment-419758285"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377613002\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b95bfc7b1b9c_51b63fb919cd45bc1362af--


From nobody Sun Sep  9 18:05:03 2018
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 26EA6130E13 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 18:05:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 gz_VIrohAWXW for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 18:05:00 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D4B7B130DCF for <quic-issues@ietf.org>; Sun,  9 Sep 2018 18:04:59 -0700 (PDT)
Date: Sun, 09 Sep 2018 18:04:59 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536541499; bh=NmevnPG8r48tKzkfBtTFVdBNvPWg1FCwwZD2sBD04n0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2BwgzQA85oIanA29EuldNWr/2znmRYUABgV4OsVYD9qNZJgkf5lfwIr+twvkwxWKy BWvgKTDEaa8UL1CvZ6q+SoCPSNuPfWaicObDXDv9gOLI0OfWR3hLP4TG9hwwNgSdMc JXzomFhF0R1yZAiVfnDBjyz1OIkiKyCn4umWffWE=
From: jugglinmike <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab784f339536f36f2fdced9e7cbdbd8f8dc402b61592cf0000000117ad853b92a169ce155d0425@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1732/c419759640@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1732@github.com>
References: <quicwg/base-drafts/pull/1732@github.com>
Subject: Re: [quicwg/base-drafts] Correct application of RFC2119 (#1732)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95c33b226cf_7a153fb51c6d45b43530b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: jugglinmike
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/hUsNIALdT_wAt7Rm-C07NmmnD9M>
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, 10 Sep 2018 01:05:01 -0000

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

Ooo, I haven't seen that one before. Interesting!

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

<p>Ooo, I haven't seen that one before. Interesting!</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/1732#issuecomment-419759640">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxoIgQPQxfY3GVw0rhzm2OuQscFIks5uZbq7gaJpZM4Wgeo2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy3-KmsKlruEqFWsKrkMFZXD9MEcks5uZbq7gaJpZM4Wgeo2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@jugglinmike in #1732: Ooo, I haven't seen that one before. Interesting!"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1732#issuecomment-419759640"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1732#issuecomment-419759640",
"url": "https://github.com/quicwg/base-drafts/pull/1732#issuecomment-419759640",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Correct application of RFC2119 (#1732)",
"sections": [
{
"text": "",
"activityTitle": "**jugglinmike**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@jugglinmike",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1732,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1732#issuecomment-419759640"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377612854\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b95c33b226cf_7a153fb51c6d45b43530b--


From nobody Sun Sep  9 18:14:20 2018
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 1EA8A130E13 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 18:14:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 aVXhOm5a9Goj for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 18:14:17 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BBB22130E02 for <quic-issues@ietf.org>; Sun,  9 Sep 2018 18:14:17 -0700 (PDT)
Date: Sun, 09 Sep 2018 18:14:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536542056; bh=GBu2EQw7DlsdN5d8yT4Uvwl46uesB6a3BPa67fEsnRc=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=oKGkE8iABEO87QPuBKv2urBHHYxOp6Q6cJg9uMuDkoaLs1+Z615cC74inmQbRBnqV uOoEGDTwcleoiXXsHUsuC1PGh2tvLwVPZ5NwRtCoYswWfS43S29e8L7UVZlO1uke8y UbhaMp+h71U66wbE9FKAgdtB58mLtn+y/a/0PRg8=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8ec4b3d83dcb04d1d9ee2d6a3861ad7fe1b58fbd92cf0000000117ad876892a169ce155d42c5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1736@github.com>
Subject: [quicwg/base-drafts] Is zero a valid argument for the Table State Synchronize instruction? (#1736)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95c56865d09_617b3f83180d45b4207688"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/XaZ7EZ4Ooi-HZ7s8vFNw3Rj36g8>
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, 10 Sep 2018 01:14:19 -0000

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

The QPACK draft is unclear about if insert count of zero should be considered a valid argument of the Table State Synchronize instruction.

I think we should better clarify that to avoid interoperability issues (my fear is that if some minor portion of QUIC stacks consider insert_count of zero to be invalid, some QUIC stacks might get shipped without noticing the existence of such stacks. Then, we would see interoperability issues in the wild).

FWIW, my weak preference goes to prohibiting use of zero as the argument. One way of achieving that would be to change the argument of the insruction to _number_of_inserts - 1_.

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

<p>The QPACK draft is unclear about if insert count of zero should be considered a valid argument of the Table State Synchronize instruction.</p>
<p>I think we should better clarify that to avoid interoperability issues (my fear is that if some minor portion of QUIC stacks consider insert_count of zero to be invalid, some QUIC stacks might get shipped without noticing the existence of such stacks. Then, we would see interoperability issues in the wild).</p>
<p>FWIW, my weak preference goes to prohibiting use of zero as the argument. One way of achieving that would be to change the argument of the insruction to <em>number_of_inserts - 1</em>.</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/1736">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7StBoETw8Ib3VjoDUKrTRR_SiERks5uZbzogaJpZM4Wgjbe">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2bKrEaSdDOsBcHwMWILZa2Vk-Iyks5uZbzogaJpZM4Wgjbe.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Is zero a valid argument for the Table State Synchronize instruction? (#1736)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1736"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1736",
"url": "https://github.com/quicwg/base-drafts/issues/1736",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Is zero a valid argument for the Table State Synchronize instruction? (#1736)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1736
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1736,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1736\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1736"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377632478\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b95c56865d09_617b3f83180d45b4207688--


From nobody Sun Sep  9 19:21:52 2018
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 B2BD3130E19 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 19:21:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Ogaf-QwglMXp for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 19:21:49 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 14D10130E13 for <quic-issues@ietf.org>; Sun,  9 Sep 2018 19:21:49 -0700 (PDT)
Date: Sun, 09 Sep 2018 19:21:48 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536546108; bh=oj+iRmEKoXMJy2+1ALyGm6deg65plCIdnCOqofqafyU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sdajizoeq24Ppu6uktiiiczcvNf6k3Zw4kE92SmRADVsIytHzecSo3iVou5FSTVYe ZBh6kqumkUfgFCT4/zlz8EHNQFYJV0ZUBuo55Ne+bJhh7xkDibMOx2E+9ipf01UYvp Fsru2a/DQh89X+w6NyBkmVY/3bSzICvG2nsTdzGI=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab99b8de2a2912e358a72e9e81454ebe10fa5142cb92cf0000000117ad973c92a169ce155d35b9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1735/c419768814@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1735@github.com>
References: <quicwg/base-drafts/pull/1735@github.com>
Subject: Re: [quicwg/base-drafts] Stateless reset is now available to both peers (#1735)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95d53c281c4_15593fea768d45b4321749"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rpaulo
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/mx4KIFMx-_ZqksQZn3cFqhcEvbc>
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, 10 Sep 2018 02:21:51 -0000

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

Thanks @martinthomson, this looks great.

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

<p>Thanks <a class="user-mention" data-hovercard-user-id="67641" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a>, this looks great.</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/1735#issuecomment-419768814">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1hUQ9w0xTCkXBLlPxbnKjJECf67ks5uZcy8gaJpZM4Wgia_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_tcUDZE337oyv79K_nzpf-Q2tgJks5uZcy8gaJpZM4Wgia_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@rpaulo in #1735: Thanks @martinthomson, this looks great."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1735#issuecomment-419768814"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1735#issuecomment-419768814",
"url": "https://github.com/quicwg/base-drafts/pull/1735#issuecomment-419768814",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Stateless reset is now available to both peers (#1735)",
"sections": [
{
"text": "",
"activityTitle": "**Rui Paulo**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@rpaulo",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1735,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1735\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1735#issuecomment-419768814"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377628351\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b95d53c281c4_15593fea768d45b4321749--


From nobody Sun Sep  9 19:33:48 2018
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 0507A130E19 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 19:33:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Wc6ot9U5Ffqn for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 19:33:45 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 41670130DC0 for <quic-issues@ietf.org>; Sun,  9 Sep 2018 19:33:45 -0700 (PDT)
Date: Sun, 09 Sep 2018 19:33:44 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536546824; bh=sU5n4pGl0fnIhwV+vRHUEradwA0wIzQNh/SgHz5S0rE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=At3KuzkJBE0sUk9ywKY9bZOtH8VoiKiZZw14kTz+jHV5n87F94qgYLmp8K46hUkko C412M4lRTDgE0pinx94jLwpaPOoWzjo2do/5sdYfaGBGOy8Y76BD6844gcivRVO4SI 2S/sRH9F3ictBSa1+okmEtMy2+SI7F9GF/X0XQKE=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc4743842357f0682524da17b26ef864678ae55ec92cf0000000117ad9a0892a169ce155d42c5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1736/419770413@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1736@github.com>
References: <quicwg/base-drafts/issues/1736@github.com>
Subject: Re: [quicwg/base-drafts] Is zero a valid argument for the Table State Synchronize instruction? (#1736)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95d8081e080_2b273fe3744d45bc462710"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
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/DSp924a6sdyYlgZkHG-vkdCzjt4>
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, 10 Sep 2018 02:33:47 -0000

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

We can make zero invalid and keep the zero byte as a potential extension mechanism.

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

<p>We can make zero invalid and keep the zero byte as a potential extension mechanism.</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/1736#issuecomment-419770413">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8TW-OPIzSwK41xLNmyi_OocqBAnks5uZc-IgaJpZM4Wgjbe">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqw6HpDD4H72-VxyabgZFL-6w2Jqdks5uZc-IgaJpZM4Wgjbe.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov in #1736: We can make zero invalid and keep the zero byte as a potential extension mechanism."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1736#issuecomment-419770413"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1736#issuecomment-419770413",
"url": "https://github.com/quicwg/base-drafts/issues/1736#issuecomment-419770413",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Is zero a valid argument for the Table State Synchronize instruction? (#1736)",
"sections": [
{
"text": "",
"activityTitle": "**Dmitri Tikhonov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@dtikhonov",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1736,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1736\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1736#issuecomment-419770413"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377632478\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b95d8081e080_2b273fe3744d45bc462710--


From nobody Sun Sep  9 21:43:13 2018
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 C666B130E36 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 21:43:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 pCkRDk_KlQJb for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 21:43:09 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6F2AE130E34 for <quic-issues@ietf.org>; Sun,  9 Sep 2018 21:43:09 -0700 (PDT)
Date: Sun, 09 Sep 2018 21:43:08 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536554588; bh=WnDuJFeLbHhvDIIYqbPceQRQFgkrfSYXpwWLaMYDiEw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dLwEkfUPul45YmvSTgksF0GBw7XNAGNGwvR6igBp/hJ8MnOxVWqhQ36VXho7OQcAJ sHpgjv8HtH9FEW9zgI1LSzOBQqJmI5qaGWmy+hh3xchfZzjw990PdQDa/dgy4vAORh //Z18Tq2uRX04tpdi18d8GANEUWHQpqEi7sDSMeo=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd41590b544f75320de86158d5b497f25d1208b2492cf0000000117adb85c92a169ce155ca63e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1729/419785607@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1729@github.com>
References: <quicwg/base-drafts/issues/1729@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95f65c1dfd6_1f783ff9232d45b8434085"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/tRJP4oL2DzUKEJuU1xr_QQ55vpQ>
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, 10 Sep 2018 04:43:12 -0000

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

Yes, the "connection ID finished" frame would solve the problem. But how am I supposed to find out a PR in Eric's private repo?

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

<p>Yes, the "connection ID finished" frame would solve the problem. But how am I supposed to find out a PR in Eric's private repo?</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/1729#issuecomment-419785607">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5eIFlJCukLdOugTF-ht2OBxEdPXks5uZe3cgaJpZM4WgW-1">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_0etspdEzdmYI0PtM_JX7F5CUitks5uZe3cgaJpZM4WgW-1.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #1729: Yes, the \"connection ID finished\" frame would solve the problem. But how am I supposed to find out a PR in Eric's private repo?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1729#issuecomment-419785607"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-419785607",
"url": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-419785607",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1729,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1729\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-419785607"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377581493\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b95f65c1dfd6_1f783ff9232d45b8434085--


From nobody Sun Sep  9 21:46:43 2018
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 7E116130E36 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 21:46:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Yk7rlEjS3jVb for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 21:46:38 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 20310130E34 for <quic-issues@ietf.org>; Sun,  9 Sep 2018 21:46:38 -0700 (PDT)
Date: Sun, 09 Sep 2018 21:46:37 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536554797; bh=IJggLsvGdRjlNhzboseMpbnNNCSH9lCIu3ytzG4daB0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FF2P6ScOSHSNBIcVaIvjHNMtYt71jJYQFRDSoUF7wCLHEwW4bLquZzZSSQvi2PFcM iGtPboMDip5HlphVoLSVVl+BvtFPPwX4hy3hqaG9BkmmxXTchu8m3KdMrpHPhQaiHs q4ASYoxne1aBMWcYei1wYcfEDe/Cozz87oGGfa6U=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab28f896255098fee5623cc1dfbf05970cad4de53792cf0000000117adb92d92a169ce155cc367@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1730/review/153623665@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95f72d21167_1f543fc681cd45c4717430"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/25VfJUTgETKqlGcqzcnaGQQpNGQ>
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, 10 Sep 2018 04:46:42 -0000

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

huitema commented on this pull request.



> @@ -2074,6 +2074,9 @@ path validation with other frames.  For instance, an endpoint may pad a packet
 carrying a PATH_CHALLENGE for PMTU discovery, or an endpoint may bundle a
 PATH_RESPONSE with its own PATH_CHALLENGE.
 
+When probing a new path, an endpoint may want to ensure that the response, if
+any, is sent to a specific connection ID. The endpoint achieves that by bundling
+NEW_CONNECTION_ID and PATH_CHALLENGE frames, in that order.

Agreed. I was being terse. That said, migration results in a new pair of <local cid>, <remote cid>. It would be really nice if the nodes could chose the ID by which they accept packets on the new path.

-- 
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/1730#discussion_r216196989
----==_mimepart_5b95f72d21167_1f543fc681cd45c4717430
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1730#discussion_r216196989">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2074,6 +2074,9 @@ path validation with other frames.  For instance, an endpoint may pad a packet
 carrying a PATH_CHALLENGE for PMTU discovery, or an endpoint may bundle a
 PATH_RESPONSE with its own PATH_CHALLENGE.
 
+When probing a new path, an endpoint may want to ensure that the response, if
+any, is sent to a specific connection ID. The endpoint achieves that by bundling
+NEW_CONNECTION_ID and PATH_CHALLENGE frames, in that order.
</pre>
<p>Agreed. I was being terse. That said, migration results in a new pair of , . It would be really nice if the nodes could chose the ID by which they accept packets on the new path.</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/1730#discussion_r216196989">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1ZjGMgSNN7FQZSrkB4pY5AROyojks5uZe6tgaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3BJzQIOshzYqayEXZ9QusW_l59sks5uZe6tgaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema commented on #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730#discussion_r216196989"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216196989",
"url": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216196989",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@huitema commented on 1730",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216196989"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b95f72d21167_1f543fc681cd45c4717430--


From nobody Sun Sep  9 21:56:59 2018
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 F1172130E65 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 21:56:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ztcNa96TFHXx for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 21:56:53 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 60DD4130E4D for <quic-issues@ietf.org>; Sun,  9 Sep 2018 21:56:53 -0700 (PDT)
Date: Sun, 09 Sep 2018 21:56:52 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536555412; bh=n6YC5rqnYbefxBQFWUb9l6eaJBX9m9XiR1Qiq1r3Y4s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ti13xz1RGbDu7f8XWNzOJ4CDCtpI0assXx+dbUmBVtHpZKCGRoZ9qmP0zbRglkN2+ UC7qn4jmSQ9zQcsyiAoVfL2Xu7NRCz59oZXgh73GRGCF9oFBzmWJQpz8Td7aj6r3UB acIUSFezX6BxtZae2wG7sZw2Iq46HTg6FYi89TWE=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcb9d64d194950eb02604a78775f735b41db10b8592cf0000000117adbb9492a169ce155cc367@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1730/review/153624686@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95f994b777f_657f3f9082ad45c410036c3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/SInbpLD12873iFSpaK_4O6wbKL4>
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, 10 Sep 2018 04:56:57 -0000

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

huitema commented on this pull request.



> @@ -2187,7 +2190,10 @@ usable for this connection.  Failure to validate a path does not cause the
 connection to end unless there are no valid alternative paths available.
 
 An endpoint uses a new connection ID for probes sent from a new local address,
-see {{migration-linkability}} for further discussion.
+see {{migration-linkability}} for further discussion. An endpoint that uses
+a new local address should include a NEW_CONNECTION_ID frame in the probe,

Note that there is another issue in the same section. The text says that a packet containing PATH_CHALLENGE, PATH_RESPONSE, and PADDING frames is a "probing frame". Adding the NEW_CONNECTION_ID makes that a "non probing packet". I am not sure I fully get the consequences.

-- 
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/1730#discussion_r216197925
----==_mimepart_5b95f994b777f_657f3f9082ad45c410036c3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1730#discussion_r216197925">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2187,7 +2190,10 @@ usable for this connection.  Failure to validate a path does not cause the
 connection to end unless there are no valid alternative paths available.
 
 An endpoint uses a new connection ID for probes sent from a new local address,
-see {{migration-linkability}} for further discussion.
+see {{migration-linkability}} for further discussion. An endpoint that uses
+a new local address should include a NEW_CONNECTION_ID frame in the probe,
</pre>
<p>Note that there is another issue in the same section. The text says that a packet containing PATH_CHALLENGE, PATH_RESPONSE, and PADDING frames is a "probing frame". Adding the NEW_CONNECTION_ID makes that a "non probing packet". I am not sure I fully get the consequences.</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/1730#discussion_r216197925">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0FiYzv0j-heB4UUSq0336s6osdDks5uZfEUgaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq69-ov4kpDOMu0wZzmnJ54EgLJUrks5uZfEUgaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema commented on #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730#discussion_r216197925"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216197925",
"url": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216197925",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@huitema commented on 1730",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216197925"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b95f994b777f_657f3f9082ad45c410036c3--


From nobody Sun Sep  9 22:02:28 2018
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 8A9CD130E36 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 22:02:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 5eDoJHjuVoWJ for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 22:02:24 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EF2F2130DDC for <quic-issues@ietf.org>; Sun,  9 Sep 2018 22:02:23 -0700 (PDT)
Date: Sun, 09 Sep 2018 22:02:23 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536555743; bh=9sq4FP6mBJygUmtDEYTPUSFO7bKjpcHsGaCIswun9Ug=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oOL4RpoM+LYIrFR8ftElOyEjLWx5+gRcalHXvTCPeN3onXG4qPk0CJJeDpe0KeB/y oihfUUmzaWKiDua8TbhAHtG/mgmhti/9W00qAWe10sp0+CyBssgfpHDy30AQ0ddO14 bPR4iTV6sU2f9fVbdJIUk8jhI5q2Z2SPRb8ek+Ys=
From: Christian Huitema <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/1730/push/2862810362@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95fadf56b69_d513ff2524d45c093868f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/fbZp4hQjxoo1T_Gm4QnsKv3EmJg>
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, 10 Sep 2018 05:02:26 -0000

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

@huitema pushed 1 commit.

efeb5fc  Attempt to incorporate Martin's suggestions


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1730/files/bc7446805de4dba246e79809a5031b9af8fb6591..efeb5fc69e6f663e2f15ec1c133628b8171cfca4

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/efeb5fc">efeb5fc</a>  Attempt to incorporate Martin&#39;s suggestions</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/1730/files/bc7446805de4dba246e79809a5031b9af8fb6591..efeb5fc69e6f663e2f15ec1c133628b8171cfca4">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz2IsUp5r1fxKPQSfvrF-5L1SkBWks5uZfJfgaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwoAYaIyYadq2nWw9WrMO1E3HiBXks5uZfJfgaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema pushed 1 commit in #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730/files/bc7446805de4dba246e79809a5031b9af8fb6591..efeb5fc69e6f663e2f15ec1c133628b8171cfca4"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730/files/bc7446805de4dba246e79809a5031b9af8fb6591..efeb5fc69e6f663e2f15ec1c133628b8171cfca4",
"url": "https://github.com/quicwg/base-drafts/pull/1730/files/bc7446805de4dba246e79809a5031b9af8fb6591..efeb5fc69e6f663e2f15ec1c133628b8171cfca4",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@huitema pushed 1 commit in #1730",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1730:",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [
{
"name": "efeb5fc",
"value": "Attempt to incorporate Martin's suggestions"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730/files/bc7446805de4dba246e79809a5031b9af8fb6591..efeb5fc69e6f663e2f15ec1c133628b8171cfca4"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b95fadf56b69_d513ff2524d45c093868f--


From nobody Sun Sep  9 22:20:05 2018
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 9FF93130E3E for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 22:20:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 dLrVRQql2P1V for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 22:20:01 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 90B50130E3C for <quic-issues@ietf.org>; Sun,  9 Sep 2018 22:20:01 -0700 (PDT)
Date: Sun, 09 Sep 2018 22:20:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536556800; bh=9AfBLwgU5sJeBfTmIwAXDIA3iDKlhrkL6jA4m4h5Cgc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XqL08p1CrdZsul8loLH3yVCmNflNJzudNGzBC7WhhK6P4d0npU4Qxk5I0cfW1U4bs hnLK5SCWSPqApd01ZI/h60v3IvXaDuSW0d+DYWZ+yhMfDgsjAZlk79HTs0IDQImkMi 0rAe3R2lVWw0WtVSrKm1Y0aNDD9MJf91Pud6Ik60=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab548f59f4e65f1198759e92540eebeade053e23a692cf0000000117adc10092a169ce155cc367@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1730/review/153627226@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b95ff00a819e_26dc3ff7304d45c41539d8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/n2P79MDyF32AZYs6d2mFfGN9Tos>
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, 10 Sep 2018 05:20:04 -0000

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

mikkelfj commented on this pull request.



> @@ -2074,6 +2074,9 @@ path validation with other frames.  For instance, an endpoint may pad a packet
 carrying a PATH_CHALLENGE for PMTU discovery, or an endpoint may bundle a
 PATH_RESPONSE with its own PATH_CHALLENGE.
 
+When probing a new path, an endpoint may want to ensure that the response, if
+any, is sent to a specific connection ID. The endpoint achieves that by bundling
+NEW_CONNECTION_ID and PATH_CHALLENGE frames, in that order.

OTOH, if this PR is have any effect, it means that an endpoint must be prepared to process later frames in order to proceed. This is still an inter-frame dependency although ordering is relaxed. I think it needs to be made clear that this can happen (perhaps generally, not specifically here), otherwise an implementation may send frames in one order and a receiver fail to make use of that order.

-- 
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/1730#discussion_r216200004
----==_mimepart_5b95ff00a819e_26dc3ff7304d45c41539d8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1730#discussion_r216200004">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2074,6 +2074,9 @@ path validation with other frames.  For instance, an endpoint may pad a packet
 carrying a PATH_CHALLENGE for PMTU discovery, or an endpoint may bundle a
 PATH_RESPONSE with its own PATH_CHALLENGE.
 
+When probing a new path, an endpoint may want to ensure that the response, if
+any, is sent to a specific connection ID. The endpoint achieves that by bundling
+NEW_CONNECTION_ID and PATH_CHALLENGE frames, in that order.
</pre>
<p>OTOH, if this PR is have any effect, it means that an endpoint must be prepared to process later frames in order to proceed. This is still an inter-frame dependency although ordering is relaxed. I think it needs to be made clear that this can happen (perhaps generally, not specifically here), otherwise an implementation may send frames in one order and a receiver fail to make use of that order.</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/1730#discussion_r216200004">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1v48qpvzKMjMbA5UUHe_fsjPwj4ks5uZfaAgaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7OoOST3jWUm4G8oCUr7dnY25itxks5uZfaAgaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730#discussion_r216200004"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216200004",
"url": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216200004",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1730",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216200004"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b95ff00a819e_26dc3ff7304d45c41539d8--


From nobody Sun Sep  9 22:51:43 2018
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 21B8C12F295 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 22:51:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 0MscA7XONcI6 for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 22:51:40 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5BF4C1277CC for <quic-issues@ietf.org>; Sun,  9 Sep 2018 22:51:40 -0700 (PDT)
Date: Sun, 09 Sep 2018 22:51:39 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536558699; bh=7+BGnfJkqiTea4mCGxHpgG1+UcchXw5ndv02zus2Z2Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iKO7Octhl7l9shVOg2Rbs2A1FshG9FTHbFLmPwb0WrdyZI/yA5csRHkbg0HtA2eTu sHVIy9s+uvOPzRilWpHPTQSUFoP3K7euOUxYFC+cufD3GznTuMlJahBeeZPi2WkBq3 Hty28A5tClbdZiUZ55p8ALw5xwB4fMLa0We57me8=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8be9a93c9fb981f53809e508ce7f7323078eafb292cf0000000117adc86b92a169ce155cc367@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1730/review/153631472@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96066b5da0a_79813f8dfa2d45c017384a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/wrm5RoZwKKfTDiJW1U3cBZUeU5E>
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, 10 Sep 2018 05:51:42 -0000

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

huitema commented on this pull request.



> @@ -2074,6 +2074,9 @@ path validation with other frames.  For instance, an endpoint may pad a packet
 carrying a PATH_CHALLENGE for PMTU discovery, or an endpoint may bundle a
 PATH_RESPONSE with its own PATH_CHALLENGE.
 
+When probing a new path, an endpoint may want to ensure that the response, if
+any, is sent to a specific connection ID. The endpoint achieves that by bundling
+NEW_CONNECTION_ID and PATH_CHALLENGE frames, in that order.

This is fixed. Please look at the new 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/pull/1730#discussion_r216204122
----==_mimepart_5b96066b5da0a_79813f8dfa2d45c017384a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1730#discussion_r216204122">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2074,6 +2074,9 @@ path validation with other frames.  For instance, an endpoint may pad a packet
 carrying a PATH_CHALLENGE for PMTU discovery, or an endpoint may bundle a
 PATH_RESPONSE with its own PATH_CHALLENGE.
 
+When probing a new path, an endpoint may want to ensure that the response, if
+any, is sent to a specific connection ID. The endpoint achieves that by bundling
+NEW_CONNECTION_ID and PATH_CHALLENGE frames, in that order.
</pre>
<p>This is fixed. Please look at the new 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/pull/1730#discussion_r216204122">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_5NLEv-Oij2tD61Oag7fMFMaZfAks5uZf3rgaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4QVoZBkwn0yeJn3RT3XC2gGg0Q-ks5uZf3rgaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema commented on #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730#discussion_r216204122"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216204122",
"url": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216204122",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@huitema commented on 1730",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216204122"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b96066b5da0a_79813f8dfa2d45c017384a--


From nobody Sun Sep  9 23:06:19 2018
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 78E77130E3D for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 23:06:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 b9Sxay1q-f8w for <quic-issues@ietfa.amsl.com>; Sun,  9 Sep 2018 23:06:15 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C814712F295 for <quic-issues@ietf.org>; Sun,  9 Sep 2018 23:06:15 -0700 (PDT)
Date: Sun, 09 Sep 2018 23:06:14 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536559574; bh=Wle9sm0f7Y4H0eFVwKjB6lrwQN7BJue6jr1OmNakNKY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TE6p1JXCEMW9ghVyOk6N4BRBGWEgIu3D0mRX+MCmqvNj5fF1VO1gsR8M9bG538CC8 V4SgO/2kUm7iHvrvelKOMIvnAac4sYJ3c3XovsGf2+v5MnQq7S225aQz+JufkwiOIF xpQkZuWLi3Sp7Po7dlHBn3swsx2mJKOdYkow5fMY=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfa443c3558509d202e6e205d5b6dfc4b0dddb2bf92cf0000000117adcbd692a169ce155ca63e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1729/419797983@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1729@github.com>
References: <quicwg/base-drafts/issues/1729@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9609d6f24a2_14543fe1386d45bc7982de"; 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/IZMTZW_J7IFljZ-bwXCeLlqe008>
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, 10 Sep 2018 06:06:18 -0000

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

It was supposed to be shared weeks ago.

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

<p>It was supposed to be shared weeks ago.</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/1729#issuecomment-419797983">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4leRvzCb0zEB0Idxhir54uKbKM9ks5uZgFWgaJpZM4WgW-1">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwXeAheY63tqNP0QEChCo6fMcM9Oks5uZgFWgaJpZM4WgW-1.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1729: It was supposed to be shared weeks ago."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1729#issuecomment-419797983"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-419797983",
"url": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-419797983",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1729,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1729\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-419797983"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377581493\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9609d6f24a2_14543fe1386d45bc7982de--


From nobody Mon Sep 10 04:31:06 2018
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 CDC00130E92 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 04:31:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 E6slQdwHIcto for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 04:31:03 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 16706130E8B for <quic-issues@ietf.org>; Mon, 10 Sep 2018 04:31:03 -0700 (PDT)
Date: Mon, 10 Sep 2018 04:31:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536579062; bh=UKRld7R30yK/u6C0OFZmp3ZyMjAmoLbQ2v7UGd5G1i0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XVTyNT9F161Jp5uSPOAX0sorKcauFCfJ0VgRBgQNOpw92mXSt8xTVYJfU/KPHQvJl XQOpw50g0g1MZqnOkMAj7cJmaQ/wCnbfflhlPPPH1yS9YTuOTaH82vc678FO/h1RTE M8IZF3mb8YoFgFfR4TBjKvpJId7NOXOym6zYq2/U=
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/1730/push/2863686535@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9655f64768_65193fd2e5cd45b83084f7"; 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/pis-6nUDuypsKMr3AQkW_eTGPrA>
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, 10 Sep 2018 11:31:05 -0000

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

@martinthomson pushed 1 commit.

34f056e  ensures


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1730/files/efeb5fc69e6f663e2f15ec1c133628b8171cfca4..34f056e23fb5fce59146fb065cfc05bb31958e89

----==_mimepart_5b9655f64768_65193fd2e5cd45b83084f7
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/34f056e">34f056e</a>  ensures</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/1730/files/efeb5fc69e6f663e2f15ec1c133628b8171cfca4..34f056e23fb5fce59146fb065cfc05bb31958e89">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9eG3cpfoGEfDYz6uk-wXk0kfLSVks5uZk12gaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyQtNBCcoCC0Fd8RgqxnIPrOzupJks5uZk12gaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730/files/efeb5fc69e6f663e2f15ec1c133628b8171cfca4..34f056e23fb5fce59146fb065cfc05bb31958e89"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730/files/efeb5fc69e6f663e2f15ec1c133628b8171cfca4..34f056e23fb5fce59146fb065cfc05bb31958e89",
"url": "https://github.com/quicwg/base-drafts/pull/1730/files/efeb5fc69e6f663e2f15ec1c133628b8171cfca4..34f056e23fb5fce59146fb065cfc05bb31958e89",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1730",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1730:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "34f056e",
"value": "ensures"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730/files/efeb5fc69e6f663e2f15ec1c133628b8171cfca4..34f056e23fb5fce59146fb065cfc05bb31958e89"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9655f64768_65193fd2e5cd45b83084f7--


From nobody Mon Sep 10 04:31:45 2018
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 4A2A0130E92 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 04:31:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.606
X-Spam-Level: 
X-Spam-Status: No, score=-1.606 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 rGGMiGiyWtpx for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 04:31:41 -0700 (PDT)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A56CA130E8B for <quic-issues@ietf.org>; Mon, 10 Sep 2018 04:31:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=FKBIJrABVAbiKdlhpKNvIQV8vu8=; b=ulcK+TISUugbaork zCc7b5J/kxQMvpCp3Z3T2JsCp9METQUbvHvQu9AH4I+q2wDQBrPYQ8KxPpPoajU7 rrSN6MV7dkVzm3tEqBdwm4c2RicSp2S+PTe63D9rsGhCbjQY0GgM3mYWMzlJzI3M Cg1M/l7oR2a3uJc32Z5TaI5B/k8=
Received: by filter1231p1las1.sendgrid.net with SMTP id filter1231p1las1-13595-5B96561C-17 2018-09-10 11:31:41.014462116 +0000 UTC m=+309290.627528731
Received: from github-lowworker-0b1e58d.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0004p1iad2.sendgrid.net (SG) with ESMTP id SMQy-6SjScyzk9jSvuJJYQ for <quic-issues@ietf.org>; Mon, 10 Sep 2018 11:31:40.765 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-0b1e58d.cp1-iad.github.net (Postfix) with ESMTP id DB2D73E00FF for <quic-issues@ietf.org>; Mon, 10 Sep 2018 04:31:40 -0700 (PDT)
Date: Mon, 10 Sep 2018 11:31:41 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2f39bd8cc37e99b923ae21ba6ce8c46bd65eca8592cf0000000117ae181c92a169ce155cc367@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1730/review/153731335@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96561cd9471_e433f94eccd45b827118"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0nrbFzXNzog1rDjP+xKHsJKXwHc6KF+K1qsq rDjTNtwEB0OdMzi13pL6iR+ztuMLrjhCHu2mHwtuyaIy/cdqV5Avkx+zCuQVvTIwTA8kVQ1wOm4Bea gArSNOT5SMiG+m/WUADaiJBembOK2/hP6lI5z0cFXNk3Ije7Wo3mV/qdfK+GdtSxmABEgdGVaJuQad c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hhz-416TLdh13iSgBmRisZ_-fac>
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, 10 Sep 2018 11:31:44 -0000

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

martinthomson approved this pull request.

WFM



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

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

<p>WFM</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/1730#pullrequestreview-153731335">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq01mupN0F0G8hVUHWj81nGTcgZPKks5uZk2cgaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_r-XP8qP2BK2O4Vekl3oDrDg6sLks5uZk2cgaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson approved #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730#pullrequestreview-153731335"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730#pullrequestreview-153731335",
"url": "https://github.com/quicwg/base-drafts/pull/1730#pullrequestreview-153731335",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson approved 1730",
"sections": [
{
"text": "WFM",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730#pullrequestreview-153731335"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b96561cd9471_e433f94eccd45b827118--


From nobody Mon Sep 10 07:01:15 2018
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 137AE130E04 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 07:01:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 f94IoJ7eHRs6 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 07:01:12 -0700 (PDT)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AF873127333 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 07:01:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=YcLE3fzGn52/22A4dif8aYUSbC4=; b=vE0DsqobhGy/DMb/ APD61M0n27wdTMUgq0YBzK2tfUdqC3rWw9GtFOXQFdn6QpbBe64cLv2peF1rjVGr Uyc6jBt0lawELtL7qhu6Nlaj+qgDLgph87uVJ5JvjlwVwR7zRZgwcbTubXyedrY/ evQ2bibwKsjETpYUcwxyR8wBp60=
Received: by filter1155p1las1.sendgrid.net with SMTP id filter1155p1las1-3908-5B96791B-35 2018-09-10 14:00:59.994566682 +0000 UTC m=+318043.617009979
Received: from github-lowworker-dcc078e.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0023p1iad2.sendgrid.net (SG) with ESMTP id 5iSM_11QTvOYZbwFwPqGwQ for <quic-issues@ietf.org>; Mon, 10 Sep 2018 14:00:59.767 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcc078e.cp1-iad.github.net (Postfix) with ESMTP id D896E2C06B0 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 07:00:59 -0700 (PDT)
Date: Mon, 10 Sep 2018 14:01:00 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abae204b779510f044f1ede59259b88233756490d292cf0000000117ae3b1b92a169ce155cc367@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1730/review/153787210@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96791bd6b41_4ee73f954ced45c426040"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0hEUGYLwOQUVPsQRpEIO9oAUQntjjXYmjeky Hi5wxsknS7irUJmTMvumqizcOUR44VTf8WKWpPUT38jqnfsrfqNRByXztUF4IrB5Lan3xlWh5r34iy 1aWQcv6zjN19b6dFSA6sVSs3nZkvk6wJ5LYGzA1tOWa8E6XrPTlYN+CFyA==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Eb3ODASmiPr-iNfplEOMalsTG4k>
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, 10 Sep 2018 14:01:14 -0000

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

ianswett commented on this pull request.



> @@ -2359,6 +2366,11 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
+Endpoints could also have their activity correlated if their peers keep using
+the same destination connection ID after migration. Nodes that initiate a
+migration need to provide their peers with new connection IDs. The goal is

need is non-normative, which feels odd to me, and there's no mention of zero-length connection IDs.

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

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1730#discussion_r216332127">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2359,6 +2366,11 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
+Endpoints could also have their activity correlated if their peers keep using
+the same destination connection ID after migration. Nodes that initiate a
+migration need to provide their peers with new connection IDs. The goal is
</pre>
<p>need is non-normative, which feels odd to me, and there's no mention of zero-length connection IDs.</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/1730#pullrequestreview-153787210">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1b5nhcDY5qKl1QUhg6ca-9miG_Dks5uZnCbgaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8oHiOJnVh1wBqGxvxYn23yLU8IOks5uZnCbgaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730#pullrequestreview-153787210"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730#pullrequestreview-153787210",
"url": "https://github.com/quicwg/base-drafts/pull/1730#pullrequestreview-153787210",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1730",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730#pullrequestreview-153787210"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b96791bd6b41_4ee73f954ced45c426040--


From nobody Mon Sep 10 07:11:31 2018
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 A01B2130F24 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 07:11:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 eRIqZZNFQydZ for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 07:11:17 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A8A58130F29 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 07:11:17 -0700 (PDT)
Date: Mon, 10 Sep 2018 07:11:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536588676; bh=hCwPw/CTlpNpxhXXR3k4VErlFV+Os3efygxxrrW98O8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1+do5aaIxB0FSfND6FyDiQbZ5PERjHStN3I0XWCAjep7X7VGQUoq5MyrglG4A5zse WxhbHNIrEdetfheOZcwjvpLpdtqTUy1eEIwUOT/ioFk4pN7hKwlN4uA43pk2mWSXZT 4R3d1Vgg6FNvxyYRnODHB0NfveN7gXHNcZdyt+0g=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab025619afaeac1122749152ae2d82d936399c25c992cf0000000117ae3d8492a169ce155d35b9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1735/review/153792302@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1735@github.com>
References: <quicwg/base-drafts/pull/1735@github.com>
Subject: Re: [quicwg/base-drafts] Stateless reset is now available to both peers (#1735)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b967b8499ac3_518a3f8f3d6d45b4100610"; 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/G5x8jZV9bgUHrp8V0_7abw63k4w>
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, 10 Sep 2018 14:11:30 -0000

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

ianswett commented on this pull request.



> @@ -1278,6 +1278,9 @@ IDs, QUIC processes the packet as part of that connection. Endpoints MUST drop
 packets with zero-length Destination Connection ID fields if they do not
 correspond to a single connection.
 
+Endpoints SHOULD send a Stateless Reset ({{stateless-reset}}) for any packets

I think this should be restricted to short-header packets, correct?

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

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1735#discussion_r216336275">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1278,6 +1278,9 @@ IDs, QUIC processes the packet as part of that connection. Endpoints MUST drop
 packets with zero-length Destination Connection ID fields if they do not
 correspond to a single connection.
 
+Endpoints SHOULD send a Stateless Reset ({{stateless-reset}}) for any packets
</pre>
<p>I think this should be restricted to short-header packets, correct?</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/1735#pullrequestreview-153792302">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy_jSImsVx6874eu9TRG-u-eX6Aiks5uZnMEgaJpZM4Wgia_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2rGgVQJdKF4nmCDk0FrLblYl_Ukks5uZnMEgaJpZM4Wgia_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1735"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1735#pullrequestreview-153792302"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1735#pullrequestreview-153792302",
"url": "https://github.com/quicwg/base-drafts/pull/1735#pullrequestreview-153792302",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1735",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1735#pullrequestreview-153792302"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377628351\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b967b8499ac3_518a3f8f3d6d45b4100610--


From nobody Mon Sep 10 07:30:32 2018
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 6F7BB130ECF for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 07:30:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.031
X-Spam-Level: 
X-Spam-Status: No, score=-7.031 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 yM5hlIuYbM06 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 07:30:30 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EE0CD130ECD for <quic-issues@ietf.org>; Mon, 10 Sep 2018 07:30:29 -0700 (PDT)
Date: Mon, 10 Sep 2018 07:30:28 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536589828; bh=/vNXDfTzjeSqgxS+08/jo/vYvy8dVdSw5ufOpEFMBYM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GjLN/HJQuz+7n+fNsX355G4ru+RtH5WU3cRqu6sJqnh1BvBE+so6ZtbxzkqbDhI+5 RVHPkP6tzFeLJzDvllQ9KhoI4qCbb07UGA3XOiXdp6dKPpYMIUoGZUtPPK83xu+5Y+ lGdP2lnkoUGZT6GEBry9UFfYMS+sjIjfVqDah9NE=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab47324e08b3eb37eb67f275266b1e09ddd2a4053e92cf0000000117ae420492a169ce1553053a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1726/c419933768@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1726@github.com>
References: <quicwg/base-drafts/pull/1726@github.com>
Subject: Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9680044a2e8_690d3fb408ad45c0180846"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/GMXo4kd__ixe39yM9hbrTbPL5dU>
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, 10 Sep 2018 14:30:31 -0000

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

@kazuho Since the opcodes on the decoder stream and the request/header stream are different anyway (because the instructions have different semantics), I see no problem with `qpack_decode_int` returning one kind of error but the caller translating it into different QUIC error codes depending on context.

That being said, you are absolutely right that a `stream_id` field in APPLICATION_CLOSE would buy us the same extra resolution as splitting the QPACK error code into three.

-- 
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/1726#issuecomment-419933768
----==_mimepart_5b9680044a2e8_690d3fb408ad45c0180846
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"41567" data-octo-c=
lick=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" hre=
f=3D"https://github.com/kazuho">@kazuho</a> Since the opcodes on the deco=
der stream and the request/header stream are different anyway (because th=
e instructions have different semantics), I see no problem with <code>qpa=
ck_decode_int</code> returning one kind of error but the caller translati=
ng it into different QUIC error codes depending on context.</p>
<p>That being said, you are absolutely right that a <code>stream_id</code=
> field in APPLICATION_CLOSE would buy us the same extra resolution as sp=
litting the QPACK error code into three.</p>

<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/1726#issuecomment-419933768">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqy0r5G=
cK21jtLjrgTyLL0Aez4kJRks5uZneEgaJpZM4WdbEk">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqwNNiYLACICyU9-T1cIKzdz-4Fgd=
ks5uZneEgaJpZM4WdbEk.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky in #1726: @kazuho Since the opcodes on the decoder stream and the r=
equest/header stream are different anyway (because the instructions have =
different semantics), I see no problem with `qpack_decode_int` returning =
one kind of error but the caller translating it into different QUIC error=
 codes depending on context.\r\n\r\nThat being said, you are absolutely r=
ight that a `stream_id` field in APPLICATION_CLOSE would buy us the same =
extra resolution as splitting the QPACK error code into three."}],"action=
":{"name":"View Pull Request","url":"https://github.com/quicwg/base-draft=
s/pull/1726#issuecomment-419933768"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726#issuecomment-4=
19933768",
"url": "https://github.com/quicwg/base-drafts/pull/1726#issuecomment-4199=
33768",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Define three QPACK error types, refine=
 error handling. (#1726)",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1726,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1726\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726#issuecomment-4199=
33768"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3768118=
12\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9680044a2e8_690d3fb408ad45c0180846--


From nobody Mon Sep 10 09:30:40 2018
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 46E87128CFD for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 09:30:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 2NJd56Wh84fY for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 09:30:31 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AE337128CF3 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 09:30:31 -0700 (PDT)
Date: Mon, 10 Sep 2018 09:30:30 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536597030; bh=IkotKzdKtQ+Kzfw/6UsJlB1vcJ27whYiGx/mA59IfXE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dFBFREJ5ohTaAKMfZeLHyGNFZDTc9s7uVJcLMPC6EqSFFvs1JC4KJhYjM8/a4KEtG ChLxMD/6EKI0Q3Y49Gw+LVyq/WTyQWL7KT/WQYGrVPjJEKZI3xlBer3u9evPPKfQEc 2Edi5DcKhOgPYqDe6GXT9W1CvUXIM6ywb1xf93aU=
From: Christian Huitema <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/1730/push/2864600550@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b969c2682f30_6ed73f8cb30d45c41119a0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/I-hE3mswcpbAWf6kXnt_pDaa-60>
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, 10 Sep 2018 16:30:33 -0000

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

@huitema pushed 2 commits.

a1ecc65  Adding more specific requirements per Ian's review
cac497f  Merge branch 'probe-cid' of https://github.com/huitema/base-drafts into probe-cid


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1730/files/34f056e23fb5fce59146fb065cfc05bb31958e89..cac497fcba75aed6ad72d155641201cd1e2acccf

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

<p><a href="https://github.com/huitema" class="user-mention">@huitema</a> pushed 2 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/a1ecc65">a1ecc65</a>  Adding more specific requirements per Ian&#39;s review</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/cac497f">cac497f</a>  Merge branch &#39;probe-cid&#39; of https://github.com/huitema/base-drafts into probe-cid</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/1730/files/34f056e23fb5fce59146fb065cfc05bb31958e89..cac497fcba75aed6ad72d155641201cd1e2acccf">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq48Sj-oXuV71EL5_oJbg9Euogdqmks5uZpOmgaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq05fvzpzPkzkbEYpduv4eYNPBhLxks5uZpOmgaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema pushed 2 commits in #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730/files/34f056e23fb5fce59146fb065cfc05bb31958e89..cac497fcba75aed6ad72d155641201cd1e2acccf"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730/files/34f056e23fb5fce59146fb065cfc05bb31958e89..cac497fcba75aed6ad72d155641201cd1e2acccf",
"url": "https://github.com/quicwg/base-drafts/pull/1730/files/34f056e23fb5fce59146fb065cfc05bb31958e89..cac497fcba75aed6ad72d155641201cd1e2acccf",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@huitema pushed 2 commits in #1730",
"sections": [
{
"text": "2 new commits pushed to quicwg/base-drafts #1730:",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [
{
"name": "a1ecc65",
"value": "Adding more specific requirements per Ian's review"
},
{
"name": "cac497f",
"value": "Merge branch 'probe-cid' of https://github.com/huitema/base-drafts into probe-cid"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730/files/34f056e23fb5fce59146fb065cfc05bb31958e89..cac497fcba75aed6ad72d155641201cd1e2acccf"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b969c2682f30_6ed73f8cb30d45c41119a0--


From nobody Mon Sep 10 09:31:36 2018
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 646DB128CF3 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 09:31:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 uEoGCXvQo4FW for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 09:31:32 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BA8FC12872C for <quic-issues@ietf.org>; Mon, 10 Sep 2018 09:31:32 -0700 (PDT)
Date: Mon, 10 Sep 2018 09:31:31 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536597091; bh=E5JY5dOh3XdKN8xt0aphyCuTycJtbat2yEgHRoOk4b4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XfGFCHPUSNia5K0M57f4Qh84uWNXy/m/qwDcT4/qa/x99KdJmA5u6YRwL/ICjPV5b K8+DeX+HnSvFBRgSZv4kA32Qb6p9UPguXb9VGoScECJcrAqm/3J9CIYsZ6XB7nqMew oOFONKBcXrC5VrPo1J3SuUGv30uUcrNZutV4Y574=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0d6037157b930dacad9525d7fb5682574f119fc892cf0000000117ae5e6392a169ce155cc367@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1730/review/153858267@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b969c63ba839_4db03fadc60d45b824331f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/6NosCWkCBIbYdz7MfYAt-NaGk6I>
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, 10 Sep 2018 16:31:35 -0000

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

huitema commented on this pull request.



> @@ -2359,6 +2366,11 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
+Endpoints could also have their activity correlated if their peers keep using
+the same destination connection ID after migration. Nodes that initiate a
+migration need to provide their peers with new connection IDs. The goal is

Yes. I rewrote that paragraph. Tell me what you think of the new version.

-- 
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/1730#discussion_r216388735
----==_mimepart_5b969c63ba839_4db03fadc60d45b824331f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1730#discussion_r216388735">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2359,6 +2366,11 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
+Endpoints could also have their activity correlated if their peers keep using
+the same destination connection ID after migration. Nodes that initiate a
+migration need to provide their peers with new connection IDs. The goal is
</pre>
<p>Yes. I rewrote that paragraph. Tell me what you think of the new version.</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/1730#discussion_r216388735">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw-fZ9YbVu9NLZzGJynWpQS7ZNy1ks5uZpPjgaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9TucttC9ST0a7JHpObnqB4UMEOPks5uZpPjgaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema commented on #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730#discussion_r216388735"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216388735",
"url": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216388735",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@huitema commented on 1730",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216388735"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b969c63ba839_4db03fadc60d45b824331f--


From nobody Mon Sep 10 09:34:09 2018
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 D0634128CF3 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 09:34:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 O3rcJFwEjnkQ for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 09:34:06 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 02A7A12872C for <quic-issues@ietf.org>; Mon, 10 Sep 2018 09:34:06 -0700 (PDT)
Date: Mon, 10 Sep 2018 09:34:04 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536597244; bh=k9HMBzil7Sv7+GwTRfsue7Kkz7ZIBikkCxOfGSt33QM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KFahOqxF+3mOd6nh/uSJSYJM36oUPrJCrN8NGCy7T/74MRaLeh/xWP8MbmMsTZH4z 4W1w+H6+e6Uy4iVHx1m2Z1NA7J4Ke7OSbfYimaZI2Qd5sREAyvoo5rleNKzHoNSbd5 zoK0K8RochTWoK4GIqxQDWIyWh/GX007zwrl5pO8=
From: Christian Huitema <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/1730/push/2864610333@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b969cfcc2bff_3be73f90242d45bc16095c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/3tOc3LQUEeMfkgXbWu2VQIFnJEA>
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, 10 Sep 2018 16:34:08 -0000

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

@huitema pushed 1 commit.

6c018a6  Remove trailing white space.


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1730/files/cac497fcba75aed6ad72d155641201cd1e2acccf..6c018a60848ecdd33c4005eb77d1e33824edee9e

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/6c018a6">6c018a6</a>  Remove trailing white space.</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/1730/files/cac497fcba75aed6ad72d155641201cd1e2acccf..6c018a60848ecdd33c4005eb77d1e33824edee9e">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzmPFrPXSD2_IlykgKp7fN3mtO_kks5uZpR8gaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3ZsjuUWHzSArPhOKK7Z3wJj-Sekks5uZpR8gaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema pushed 1 commit in #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730/files/cac497fcba75aed6ad72d155641201cd1e2acccf..6c018a60848ecdd33c4005eb77d1e33824edee9e"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730/files/cac497fcba75aed6ad72d155641201cd1e2acccf..6c018a60848ecdd33c4005eb77d1e33824edee9e",
"url": "https://github.com/quicwg/base-drafts/pull/1730/files/cac497fcba75aed6ad72d155641201cd1e2acccf..6c018a60848ecdd33c4005eb77d1e33824edee9e",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@huitema pushed 1 commit in #1730",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1730:",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [
{
"name": "6c018a6",
"value": "Remove trailing white space."
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730/files/cac497fcba75aed6ad72d155641201cd1e2acccf..6c018a60848ecdd33c4005eb77d1e33824edee9e"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b969cfcc2bff_3be73f90242d45bc16095c--


From nobody Mon Sep 10 09:35:48 2018
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 A0E4A129AB8 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 09:35:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 q5Dw2OSVOuLp for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 09:35:46 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 36E9D12872C for <quic-issues@ietf.org>; Mon, 10 Sep 2018 09:35:46 -0700 (PDT)
Date: Mon, 10 Sep 2018 09:35:45 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536597345; bh=Ujj/muGUsivC6aVftS0uOPx46fKE+jxkbh9hGKoLlqc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vNE1nsJ3mQ8f6hX8dXwKOOstorxcydW4ofEtozZsemiOQNB2b6FzEtmFqPVDwfwS7 w4Jd5GY7HvNEfMjgI3Qg+BuYC21N6Cjm8ljb0EFgJj0nBkUaKiYuLpV65THZwBeZKZ Qwrg0m2IwUIAkqPQdDYVhhEtbe3cwvNlIw21gYvw=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba3d4937de742abdf3edf61f61d33725749d9196d92cf0000000117ae5f6192a169ce155cc367@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1730/review/153859041@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b969d615c56a_68543f8ade0d45b4209661"; 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/iyLw3jg67Cw1L3v6pLM3gbcavjk>
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, 10 Sep 2018 16:35:48 -0000

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

ianswett commented on this pull request.

LG in general, I wonder if this should be a bit stronger, particularly in cases the peer changes connection ID?

> @@ -2366,11 +2366,16 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
-Endpoints could also have their activity correlated if their peers keep using
-the same destination connection ID after migration. Nodes that initiate a
-migration need to provide their peers with new connection IDs. The goal is
+Endpoints that use connection IDs with length greater than zero
+could also have their activity correlated if their peers keep using

nit: I think the "also" is unnecessary.

> @@ -2366,11 +2366,16 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
-Endpoints could also have their activity correlated if their peers keep using
-the same destination connection ID after migration. Nodes that initiate a
-migration need to provide their peers with new connection IDs. The goal is
+Endpoints that use connection IDs with length greater than zero
+could also have their activity correlated if their peers keep using
+the same destination connection ID after migration. If a node receives
+packets through a newly used connection ID, it SHOULD select an

I'm wondering whether this should be a MUST in this case.  Not only are you migrating, but the peer has changed CIDs, which seems like strong evidence it's trying to limit linkability?

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

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

<p>LG in general, I wonder if this should be a bit stronger, particularly in cases the peer changes connection ID?</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1730#discussion_r216389294">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2366,11 +2366,16 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
-Endpoints could also have their activity correlated if their peers keep using
-the same destination connection ID after migration. Nodes that initiate a
-migration need to provide their peers with new connection IDs. The goal is
+Endpoints that use connection IDs with length greater than zero
+could also have their activity correlated if their peers keep using
</pre>
<p>nit: I think the "also" is unnecessary.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1730#discussion_r216389794">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2366,11 +2366,16 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
-Endpoints could also have their activity correlated if their peers keep using
-the same destination connection ID after migration. Nodes that initiate a
-migration need to provide their peers with new connection IDs. The goal is
+Endpoints that use connection IDs with length greater than zero
+could also have their activity correlated if their peers keep using
+the same destination connection ID after migration. If a node receives
+packets through a newly used connection ID, it SHOULD select an
</pre>
<p>I'm wondering whether this should be a MUST in this case.  Not only are you migrating, but the peer has changed CIDs, which seems like strong evidence it's trying to limit linkability?</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/1730#pullrequestreview-153859041">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-GKNXl7924xk0QJcw-4wLN_LFvVks5uZpThgaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzbuMF_nQZC1irQJyeW_P8VitDDZks5uZpThgaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730#pullrequestreview-153859041"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730#pullrequestreview-153859041",
"url": "https://github.com/quicwg/base-drafts/pull/1730#pullrequestreview-153859041",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1730",
"sections": [
{
"text": "LG in general, I wonder if this should be a bit stronger, particularly in cases the peer changes connection ID?",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730#pullrequestreview-153859041"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b969d615c56a_68543f8ade0d45b4209661--


From nobody Mon Sep 10 10:26:42 2018
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 A061B130EEC for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 10:26:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 vDDKc1E0QAzp for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 10:26:38 -0700 (PDT)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3EF51120072 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 10:26:38 -0700 (PDT)
Date: Mon, 10 Sep 2018 10:26:37 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536600397; bh=C1U0jkt0tkjAxEdK7D8dEs4A6KFZ/hwT6tTL321V/ZQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=y/wQc7fSde6mhhvEcHLfn60BBs49qtvWjtnGvdPUgcYgGbvAlD8sAX35sT4zXvw8J bUMoy+MEjGZuNFByNMzAPqkTloL3OD2x65mb1jfJSOXNsnRL/+se61saUWW483+p6v HwIssdUS23IGJgOLKCIfUUH2gcmVb5WKkF183qXI=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4013505aa066ceb57b7ce07c0c00ca273c78821792cf0000000117ae6b4d92a169ce155cc367@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1730/review/153879859@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96a94d28ba4_3b5c3fd0054d45bc1435c5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/H-I4S5VtQZoXiEvtNw_Ox34Jra0>
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, 10 Sep 2018 17:26:40 -0000

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

mikkelfj commented on this pull request.



> @@ -2366,11 +2366,16 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
-Endpoints could also have their activity correlated if their peers keep using
-the same destination connection ID after migration. Nodes that initiate a
-migration need to provide their peers with new connection IDs. The goal is
+Endpoints that use connection IDs with length greater than zero
+could also have their activity correlated if their peers keep using
+the same destination connection ID after migration. If a node receives
+packets through a newly used connection ID, it SHOULD select an

Yes, it would seem rather pointerless to change CID otherwise. Responding with an old CID is the same as the peer never changing CID. The only reason is running out of CID's and not being that sensitive to linkability. As we now, opting out voluntarily does not work well in crypto.

-- 
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/1730#discussion_r216406711
----==_mimepart_5b96a94d28ba4_3b5c3fd0054d45bc1435c5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1730#discussion_r216406711">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2366,11 +2366,16 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
-Endpoints could also have their activity correlated if their peers keep using
-the same destination connection ID after migration. Nodes that initiate a
-migration need to provide their peers with new connection IDs. The goal is
+Endpoints that use connection IDs with length greater than zero
+could also have their activity correlated if their peers keep using
+the same destination connection ID after migration. If a node receives
+packets through a newly used connection ID, it SHOULD select an
</pre>
<p>Yes, it would seem rather pointerless to change CID otherwise. Responding with an old CID is the same as the peer never changing CID. The only reason is running out of CID's and not being that sensitive to linkability. As we now, opting out voluntarily does not work well in crypto.</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/1730#discussion_r216406711">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6aJYNd_4Bohlf-AJs7F0Rf3M4Wjks5uZqDNgaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx-oJRYX1gyOJbiTPs7fJr7Sikueks5uZqDNgaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730#discussion_r216406711"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216406711",
"url": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216406711",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1730",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216406711"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b96a94d28ba4_3b5c3fd0054d45bc1435c5--


From nobody Mon Sep 10 10:53:20 2018
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 04DCB130F08 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 10:53:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 frjsN0R1P7rk for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 10:53:17 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 036C8130EEC for <quic-issues@ietf.org>; Mon, 10 Sep 2018 10:53:17 -0700 (PDT)
Date: Mon, 10 Sep 2018 10:53:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536601995; bh=oSB5pFr9gAnjJM+KGHnw/xDmnqdgviGS4x7Zzvx5rRU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ceZplDh0+p7RroEWscxqDsnVlzfviWGchK1+kBHR1DZ7fqQOT0YQUPHqQl+DyIcoF Xdl3jGyTZqXkRH0OwMNmO1srZZcQ2+m4mxD2nzmi8raTOsemAvEdWGQQUMr5xW1NQq ZptiP9PqzqVgkV5ZJmzm7mb16hi7X7RcWooiM9SQ=
From: Christian Huitema <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/1730/push/2864819789@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96af8bda9ab_173c3fb49acd45b82522e4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/LFhHbZ87Qr1L1WSskuPsjCQmTp0>
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, 10 Sep 2018 17:53:19 -0000

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

@huitema pushed 1 commit.

5dacf5f  Remove extraneous "also".


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1730/files/6c018a60848ecdd33c4005eb77d1e33824edee9e..5dacf5f5c675268a6e0d02c1c35837423d539f71

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/5dacf5f">5dacf5f</a>  Remove extraneous &quot;also&quot;.</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/1730/files/6c018a60848ecdd33c4005eb77d1e33824edee9e..5dacf5f5c675268a6e0d02c1c35837423d539f71">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-3Ek0yhCR_riMYgZKiF4dp9r77zks5uZqcLgaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3WQjH6Buv152r_qdjOl_5Tlb3COks5uZqcLgaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema pushed 1 commit in #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730/files/6c018a60848ecdd33c4005eb77d1e33824edee9e..5dacf5f5c675268a6e0d02c1c35837423d539f71"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730/files/6c018a60848ecdd33c4005eb77d1e33824edee9e..5dacf5f5c675268a6e0d02c1c35837423d539f71",
"url": "https://github.com/quicwg/base-drafts/pull/1730/files/6c018a60848ecdd33c4005eb77d1e33824edee9e..5dacf5f5c675268a6e0d02c1c35837423d539f71",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@huitema pushed 1 commit in #1730",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1730:",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [
{
"name": "5dacf5f",
"value": "Remove extraneous \"also\"."
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730/files/6c018a60848ecdd33c4005eb77d1e33824edee9e..5dacf5f5c675268a6e0d02c1c35837423d539f71"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b96af8bda9ab_173c3fb49acd45b82522e4--


From nobody Mon Sep 10 10:56:42 2018
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 B7251130F2C for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 10:56:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 JkC1o4845PMv for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 10:56:40 -0700 (PDT)
Received: from o1.sgmail.github.com (o1.sgmail.github.com [192.254.114.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C2C79130EEC for <quic-issues@ietf.org>; Mon, 10 Sep 2018 10:56:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=0wqRw/uWj39bnbMZhiGGJmI2W5A=; b=c4SmZttFNpST6o/9 RAVVYzIuVTj0V9PEgq3prUP72X6BeB8/hHAwCRHOEARGLl4V+8R0UY7aaxevFrCr vGzTI3QlKXut2FAjG2bsxGVPxEJqAih9hni2pzCLGovSn97Fb1CFoMIiHO7GDm5i BAxYkdOI8sr82nf9eS1CZGF/t9o=
Received: by filter0476p1iad2.sendgrid.net with SMTP id filter0476p1iad2-30896-5B96B056-1D 2018-09-10 17:56:38.688811382 +0000 UTC m=+329955.497742831
Received: from github-lowworker-dcd58f3.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0020p1iad2.sendgrid.net (SG) with ESMTP id wud6e80xTOqrq_lCvFPVSQ for <quic-issues@ietf.org>; Mon, 10 Sep 2018 17:56:38.623 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcd58f3.cp1-iad.github.net (Postfix) with ESMTP id 7AD612406DD for <quic-issues@ietf.org>; Mon, 10 Sep 2018 10:56:38 -0700 (PDT)
Date: Mon, 10 Sep 2018 17:56:39 +0000 (UTC)
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc7ee8f17aeb755aaa96b1f3c524cd8fc3a485ebc92cf0000000117ae725692a169ce155cc367@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1730/c420003425@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96b05679800_73103f8642ad45b4778ad"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1r14bgiB7CMBPYVL1iFp7OCmT6k/2cNy4SYz XGZ3Qfhh0bFIBRzBm83zNlPGnSlNuRwdYeWnYn3v1s+1LJAsnYbFB64lUeVCayZOxOF1LfScqGJwZb V5RSYYugksk+ksKL+fkjsA5Cy/aT+WqKAV/HmGNWo7LsrvRQsl3b17tXovUIq79o6oP8g0BVaGBTib c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/jRXMi7A6CED1GRUFrJFSyztIrog>
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, 10 Sep 2018 17:56:42 -0000

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

I understand that this could be stronger, but I am hesitant to put stronger words there without consensus. There is an obvious trade-off between privacy and performance. For example, should a server wait to answer a probe until a new connection ID is available? Maybe we could discuss this in NYC.

-- 
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/1730#issuecomment-420003425
----==_mimepart_5b96b05679800_73103f8642ad45b4778ad
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I understand that this could be stronger, but I am hesitant to put stron=
ger words there without consensus. There is an obvious trade-off between pr=
ivacy and performance. For example, should a server wait to answer a probe =
until a new connection ID is available? Maybe we could discuss this in NYC.=
</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/1730#issuecomment-420003425">view it on GitHub</a>, or <a hre=
f=3D"https://github.com/notifications/unsubscribe-auth/AWbkqy0ykGnrjuuCobAL=
h0grmwB4PVHXks5uZqfWgaJpZM4WgZaa">mute the thread</a>.<img src=3D"https://g=
ithub.com/notifications/beacon/AWbkqz_w08wdmeBiaLp3YY6eM65CKeUFks5uZqfWgaJp=
ZM4WgZaa.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #1730: I =
understand that this could be stronger, but I am hesitant to put stronger w=
ords there without consensus. There is an obvious trade-off between privacy=
 and performance. For example, should a server wait to answer a probe until=
 a new connection ID is available? Maybe we could discuss this in NYC."}],"=
action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-d=
rafts/pull/1730#issuecomment-420003425"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730#issuecomment-420=
003425",
"url": "https://github.com/quicwg/base-drafts/pull/1730#issuecomment-420003=
425",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Bundle new client connection ID and path=
 challenge in migration probes (#1730)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1730,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\":=
 \"quicwg/base-drafts\",\n\"pullRequestId\": 1730\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730#issuecomment-420003=
425"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b96b05679800_73103f8642ad45b4778ad--


From nobody Mon Sep 10 12:26:34 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 63415130DD4 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:26:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 BXIo_vSsqxFz for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:26:31 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E41FE1200D7 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 12:26:30 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536607590; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=zHsRKKiEMiH4lzMK8nd/VDpsZTGX+CHwT7NW8JyJeTY=; b=bPma1qdIVzk1vWSPhe0qQ8lYC9WlK28NK90eulQrXCTqEj4FiwDqQjW+AZefzyqbP1cd7yBa eQwkrk031UIuH2G6Kea5l/dqJ2k/ydlUzALu5TbZ0fGw1lisu7cIO+KgkWi0rdD0fGzMNwcV 3kGDWN24Gy6Kp4e4032f5v0Ac+4=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5b96c565.7ff67877e570-smtp-out-n03; Mon, 10 Sep 2018 19:26:29 -0000 (UTC)
Date: Mon, 10 Sep 2018 12:26:29 -0700
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5b96c5654e211_27e12b0715fc4ecc2765b@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ba3584: Headers and header fields (#1707)
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b96c5654dede_27e12b0715fc4ecc27534"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ktoD_RybixSJSUXddGi0RMQboIo>
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, 10 Sep 2018 19:26:33 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: ba3584f46004268f5f3726d437633b346d2fde2d
      https://github.com/quicwg/base-drafts/commit/ba3584f46004268f5f3726d437633b346d2fde2d
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Headers and header fields (#1707)

* Headers and header fields

* Feedback

* Don't discuss pushed headers as much

* Push vaguely



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b96c5654dede_27e12b0715fc4ecc27534--


From nobody Mon Sep 10 12:26:41 2018
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 1A0261200D7 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:26:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ehWMgUE-mL8T for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:26:36 -0700 (PDT)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A983D130F56 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 12:26:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=5rOENrI7d+J8UYdlokGH0jiLu4A=; b=ejbdiKyEEaJW6FjY b+Z1mkHoZMJD9JXfWvMxD/ToOb//2beZ28zcjjelnsXhSkFYDFiVWvSp2CNywfkU W4zAUVxW+zQ6pKeMFGeKrmJpxMWZc/V3+WPOovjkLJ4i1Ynk/sTwdsI/DHGrf9Bc ynpYqtTQB5DM9XANLZets29zPv8=
Received: by filter0934p1las1.sendgrid.net with SMTP id filter0934p1las1-10213-5B96C56A-C 2018-09-10 19:26:34.212679618 +0000 UTC m=+336881.925121834
Received: from github-lowworker-63e61ec.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id uWn7-9KkT_2V110tQrgl2g for <quic-issues@ietf.org>; Mon, 10 Sep 2018 19:26:34.099 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-63e61ec.cp1-iad.github.net (Postfix) with ESMTP id 1656F2A06B1 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 12:26:34 -0700 (PDT)
Date: Mon, 10 Sep 2018 19:26:35 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab768d5ac16582fe77664060d688dd331f2337c6a492cf0000000117ae876a92a169ce152025b5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1707/issue_event/1836855534@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1707@github.com>
References: <quicwg/base-drafts/pull/1707@github.com>
Subject: Re: [quicwg/base-drafts] Headers and header fields (#1707)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96c56a14425_70163fe24b4d45b41164c"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0P77LEpWMtHP+fRftGYFs9JGMvFjs7viB6dn nCGD8cZOOlCVqW8eovv0xwdx/ZEzzJhHCoZGSiYDawZ98ICdZqwkreqPJjpZGj0141CnmoE6R13ZPO w5uxSy1IHny6lAxeBcTUsuQDsJf/8GVVDgT2/I6I99VE3Nxoy9D76XNUMdbKwmzE1d9lDqQ4gEK/6Z k=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0axdHjV8jzMt98ps0iAqawoO3_E>
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, 10 Sep 2018 19:26:38 -0000

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

Merged #1707 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/1707#event-1836855534
----==_mimepart_5b96c56a14425_70163fe24b4d45b41164c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="354428341" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1707" href="https://github.com/quicwg/base-drafts/pull/1707">#1707</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/1707#event-1836855534">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz9aHI-3WnSHCJxWeSsH9FduSkAwks5uZrzqgaJpZM4WORmD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1jt3sZf7yMQk0GYZ-vQSkP3jQYzks5uZrzqgaJpZM4WORmD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1707 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1707#event-1836855534"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1707#event-1836855534",
"url": "https://github.com/quicwg/base-drafts/pull/1707#event-1836855534",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Headers and header fields (#1707)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1707#event-1836855534"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 372840835\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b96c56a14425_70163fe24b4d45b41164c--


From nobody Mon Sep 10 12:40:14 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 7EF00130F59 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:40:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 aMC6-y3T8wwW for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:40:10 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DFFB71200D7 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 12:40:09 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536608409; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=VJaWz/HLpPtxaI9b8r7lVfvbaS17mJkt5d61aJkHlmI=; b=ynkMB6yZfgeQ085CO1hFQ7Jhd1SoIEMdpX9cyeCGPbtfrZkSArGMGpWTDyjNHkDZf2rnoT6f u8/+TcKhZbQ2K+tRa3f5CDmGk9ytvvD8MhYmuGMFwX0AboRnlAesrvi0N09RzvKwKoh9uO/z og95JvQ9Xes7UER1qVT+fbmhcv0=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5b96c898.7f3654717540-smtp-out-n01; Mon, 10 Sep 2018 19:40:08 -0000 (UTC)
Date: Mon, 10 Sep 2018 12:40:08 -0700
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5b96c898ce021_67162adcc39caed033335@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 0e7518: Fix GOAWAY off-by-one
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b96c898cdb90_67162adcc39caed0332eb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pgQOGHQgkQpFyQXsrvusVRf7xiQ>
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, 10 Sep 2018 19:40:12 -0000

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

  Branch: refs/heads/http/closure
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0e7518b61b9a6a8929fdb037b5d9ff8d532e88e7
      https://github.com/quicwg/base-drafts/commit/0e7518b61b9a6a8929fdb037b5d9ff8d532e88e7
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Fix GOAWAY off-by-one



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b96c898cdb90_67162adcc39caed0332eb--


From nobody Mon Sep 10 12:40:20 2018
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 8868F1200D7 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:40:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 hk-iEMAl4mvQ for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:40:16 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 16915130F5C for <quic-issues@ietf.org>; Mon, 10 Sep 2018 12:40:16 -0700 (PDT)
Date: Mon, 10 Sep 2018 12:40:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536608415; bh=QFE61PoRboPGiIYlkhzhdd/O+cdZJ9/FnqYYxVEN9Jc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=k+3yU/v6oVk3+sYeCxdIDwDslgaB1hy6gVe5iD5ffxnnL4ci0ByDcjlflEX4WGt6Y ROjzk4mZvVS+FHfyIz8ZOLvOvWo6F30sr5gGnkZ4eG+vqjwbIt2befWkE4gHob2cZf p2qYDDdNK1Ga5wknKr/2oYkuexKSJ6EreSdW8/uI=
From: Mike Bishop <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/1712/push/2865103041@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1712@github.com>
References: <quicwg/base-drafts/pull/1712@github.com>
Subject: Re: [quicwg/base-drafts] Discuss HTTP/QUIC Connection Closure (#1712)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96c89fbffa_7a6b3ff822ed45b8690bf"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
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/q9odt8JDBTvWt5gaa4IPchbndAU>
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, 10 Sep 2018 19:40:18 -0000

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

@MikeBishop pushed 1 commit.

0e7518b  Fix GOAWAY off-by-one


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1712/files/946485a6809361ffc37c10834ea624a7c0170785..0e7518b61b9a6a8929fdb037b5d9ff8d532e88e7

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/0e7518b">0e7518b</a>  Fix GOAWAY off-by-one</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/1712/files/946485a6809361ffc37c10834ea624a7c0170785..0e7518b61b9a6a8929fdb037b5d9ff8d532e88e7">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0Do7tdmmefe58jek-AarJrZEENXks5uZsAfgaJpZM4WQOUJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6nXTU1pQP-71p1TbzbluSc4dQkhks5uZsAfgaJpZM4WQOUJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 1 commit in #1712"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1712/files/946485a6809361ffc37c10834ea624a7c0170785..0e7518b61b9a6a8929fdb037b5d9ff8d532e88e7"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1712/files/946485a6809361ffc37c10834ea624a7c0170785..0e7518b61b9a6a8929fdb037b5d9ff8d532e88e7",
"url": "https://github.com/quicwg/base-drafts/pull/1712/files/946485a6809361ffc37c10834ea624a7c0170785..0e7518b61b9a6a8929fdb037b5d9ff8d532e88e7",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop pushed 1 commit in #1712",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1712:",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [
{
"name": "0e7518b",
"value": "Fix GOAWAY off-by-one"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1712/files/946485a6809361ffc37c10834ea624a7c0170785..0e7518b61b9a6a8929fdb037b5d9ff8d532e88e7"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 373351689\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b96c89fbffa_7a6b3ff822ed45b8690bf--


From nobody Mon Sep 10 12:41:52 2018
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 1B3F9130F7B for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:41:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 XGaatXJmyjvK for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:41:48 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 743A7130F5C for <quic-issues@ietf.org>; Mon, 10 Sep 2018 12:41:48 -0700 (PDT)
Date: Mon, 10 Sep 2018 12:41:47 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536608507; bh=2Tq34mqVdMRxvr/ivq/Se6NoY4wlxtTQYwQAszqAs7Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=je/b0jX61/ZTYuTgC8v2w0vpSyse1MfMJ5zVVRr7NpUNwAgR+aVbVed3sb9kC1nTZ ug0XgeRXnpD5HytzmuJoLY+OGbQfo0AtLGyVcvCO26zc33DMoUQt62tRU9pZGuAQhf 0LZA6d9KMpF6BFhTeHuJZOfVd0656JMwG+liS0Vk=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3e297bedd5cb636e3079ce888cc91ecf4536944d92cf0000000117ae8afb92a169ce1483138c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1599/issue_event/1836885194@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1599@github.com>
References: <quicwg/base-drafts/issues/1599@github.com>
Subject: Re: [quicwg/base-drafts] Discuss different paths to closure in HTTP (#1599)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96c8fbcf188_53fc3f84decd45b896728"; 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/yOTviDiX_LmKRWoKUoEuJm1msOs>
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, 10 Sep 2018 19:41:50 -0000

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

Closed #1599 via #1712.

-- 
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/1599#event-1836885194
----==_mimepart_5b96c8fbcf188_53fc3f84decd45b896728
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="344134540" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1599" href="https://github.com/quicwg/base-drafts/issues/1599">#1599</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="354864827" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1712" href="https://github.com/quicwg/base-drafts/pull/1712">#1712</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/1599#event-1836885194">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzeuVoDmX4l2R7ttLX3IUsAExibZks5uZsB7gaJpZM4VdKR0">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6_Uxyjxv76vfJeZxVhlMe3V95y-ks5uZsB7gaJpZM4VdKR0.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1599 via #1712."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1599#event-1836885194"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1599#event-1836885194",
"url": "https://github.com/quicwg/base-drafts/issues/1599#event-1836885194",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Discuss different paths to closure in HTTP (#1599)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1599#event-1836885194"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 359965812\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b96c8fbcf188_53fc3f84decd45b896728--


From nobody Mon Sep 10 12:42:00 2018
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 ADDA0130F5C for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:41:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 iuFhUgmJnQqD for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:41:50 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7B898130F6F for <quic-issues@ietf.org>; Mon, 10 Sep 2018 12:41:48 -0700 (PDT)
Date: Mon, 10 Sep 2018 12:41:47 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536608507; bh=w7RtU43qpa8U3l2GWeQoJyAGe9fDzJoejZ3H98TjpVM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Z22HlEi54/iZ2+ud2tKKPuq56t9SJDp2TgXQ2gsvxESFXtFJVZmKDDmQk2QvEFsvT x8vT38QGavPh6bSzc74XEjMmIg/zYB3PcXurysvnq1XEng03JBerUuYwZBR4mTBwvq DNz3Ofk6K0Q57wO0XJcrM8oTHTeZzoGXP71RbyUc=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0e8f50c0e5ff3d8a105d2ebd153216396448c09392cf0000000117ae8afb92a169ce1526cebb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1712/issue_event/1836885190@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1712@github.com>
References: <quicwg/base-drafts/pull/1712@github.com>
Subject: Re: [quicwg/base-drafts] Discuss HTTP/QUIC Connection Closure (#1712)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96c8fb955e6_3bbf3fb69acd45c0120223"; 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/lkHvOvlaR47pgG0uYKeufG_vfmk>
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, 10 Sep 2018 19:41:52 -0000

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

Merged #1712 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/1712#event-1836885190
----==_mimepart_5b96c8fb955e6_3bbf3fb69acd45c0120223
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="354864827" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1712" href="https://github.com/quicwg/base-drafts/pull/1712">#1712</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/1712#event-1836885190">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8UKgigCi6KHrZi4FGVyjrjS9i39ks5uZsB7gaJpZM4WQOUJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzxFBt3GFIaKqvJ-hObmT5taMnS4ks5uZsB7gaJpZM4WQOUJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1712 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1712#event-1836885190"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1712#event-1836885190",
"url": "https://github.com/quicwg/base-drafts/pull/1712#event-1836885190",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Discuss HTTP/QUIC Connection Closure (#1712)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1712#event-1836885190"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 373351689\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b96c8fb955e6_3bbf3fb69acd45c0120223--


From nobody Mon Sep 10 12:42:05 2018
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 26B49130F6F for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:41:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 s-ghMw6RYQVK for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:41:48 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 296AA130F59 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 12:41:48 -0700 (PDT)
Date: Mon, 10 Sep 2018 12:41:47 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536608507; bh=lCnWJfzx2T7UAdjguVs7o/cOILj98AtljXXaPwr+o/M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hlSBBppjTPxRoCMbR6QyRjrSJcwiIN6+c/QhkvGovojAnO1j0Wu9ccIHRY8ZowLKr VRE+pkaKkG7SjfzWC+gw4c73TB/xpliRLWXO5RbP259BSfZ/derhl6lIUFa3eHlFn1 wuVloJeIEjtF/5Pvt3pHUrbKh+LlWs9Hii2qdbYs=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc60a7f6f038378aaf198cd6d1b50cfb1040c739992cf0000000117ae8afb92a169ce152ee999@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1717/issue_event/1836885198@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1717@github.com>
References: <quicwg/base-drafts/issues/1717@github.com>
Subject: Re: [quicwg/base-drafts] GOAWAY with StreamID == 0 (#1717)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96c8fb7e2a6_7dd73f8d6fad45bc1179e8"; 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/Oxgeyk2-58kqMrEyY_Lz2chH4BU>
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, 10 Sep 2018 19:41:54 -0000

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

Closed #1717 via #1712.

-- 
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/1717#event-1836885198
----==_mimepart_5b96c8fb7e2a6_7dd73f8d6fad45bc1179e8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="355395993" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1717" href="https://github.com/quicwg/base-drafts/issues/1717">#1717</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="354864827" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1712" href="https://github.com/quicwg/base-drafts/pull/1712">#1712</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/1717#event-1836885198">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-t8mGHKFJyq0jyOcBupjrnZooqMks5uZsB7gaJpZM4WSpmU">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-woXbcfTdNcLLUTKNzhEpg1gexwks5uZsB7gaJpZM4WSpmU.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1717 via #1712."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1717#event-1836885198"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1717#event-1836885198",
"url": "https://github.com/quicwg/base-drafts/issues/1717#event-1836885198",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] GOAWAY with StreamID == 0 (#1717)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1717#event-1836885198"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 373987732\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b96c8fb7e2a6_7dd73f8d6fad45bc1179e8--


From nobody Mon Sep 10 12:44:53 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 662B6130F59 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:44:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.032
X-Spam-Level: 
X-Spam-Status: No, score=-0.032 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FROM_EXCESS_BASE64=0.979, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 0oNRVrorSAiF for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:44:50 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D9400130E05 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 12:44:49 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536608689; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=KGP1GYAUG46u93pyffXPlsYUB4x+sms3HIN8uJEZxWI=; b=FKeCYG4Gb8PplBVIdNSLJczPWoNtK8mehUdf3Yw9h6gtSBuAWqS9HrBnlVzWMRtlvyrfC4rz qm8WWTxEOz1f0QIEwfAaKP8vTJPuXv19RSPZeYXbAc+nf9AQ7/iMdU2F2BGjQ6B4gPO83yX6 hb4jbyyUqLRGXUZ1SxaaUCdzDZ4=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: bencebeky=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5b96c9b0.7f7e340a0e10-smtp-out-n01; Mon, 10 Sep 2018 19:44:48 -0000 (UTC)
Date: Mon, 10 Sep 2018 12:44:48 -0700
From: Bence =?UTF-8?B?QsOpa3k=?= <bencebeky@users.noreply.github.com>
Reply-To: Bence =?UTF-8?B?QsOpa3k=?= <bencebeky@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5b96c9b085d39_6c672af2acfc0ed0853d9@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] b4bb87: Require that QPACK preserves header field order. (...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b96c9b085854_6c672af2acfc0ed08523d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/25uGlItHzNvNLGwciYEAjkaincc>
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, 10 Sep 2018 19:44:51 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: b4bb87a8909710bfd75ccd041d42fb7b9ae0b04f
      https://github.com/quicwg/base-drafts/commit/b4bb87a8909710bfd75ccd=
041d42fb7b9ae0b04f
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Require that QPACK preserves header field order. (#1725)

* Require that QPACK preserves header field order.

1. Rename "header" to "header field" in the definition section, just
like in HPACK, RFC7541 Section 1.3.  Note that already before this
change the term "header field" appears 44 times in the text.

2. Rename "header set" to "header list" and define it to be ordered and
explicitly allow duplicate header fields, not unlike in HPACK, RFC7541
Section 1.3.  Also explicitly allow header fields with identical name.

3. Add a paragraph to require that ordering is preserved, much like
HPACK, RFC7541 Section 2.1.

* same name



      **NOTE:** This service has been marked for deprecation: https://dev=
eloper.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019=
.

----==_mimepart_5b96c9b085854_6c672af2acfc0ed08523d--


From nobody Mon Sep 10 12:45:00 2018
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 B6816130F85 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:44:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 cMZyB0rcz--y for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:44:52 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3E6B2130E05 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 12:44:52 -0700 (PDT)
Date: Mon, 10 Sep 2018 12:44:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536608691; bh=V/Z2TZ25Acwo+NrP6ihIZCAzAfYN/4DgMc76qGnmets=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sU3peLyZRRR7Na0yAS7BLZofB8PZQVi7S+nlVOSWmslAyVuuTy/OozLxOvR+rv+BR JlzStdp+1lYqRMjWiRN/kCXjSuL/Usj8y7yUxWr0gRniL3tDbZKqSmJNLfRAbZ7m7K eWmtD/r9sE1CmUnzEE1BTsT62N9q98ApT/CuQY9g=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0ecbc915b30ed55669be19143b3d28d59a07f7d592cf0000000117ae8bb392a169ce1551fa73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1725/issue_event/1836890863@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1725@github.com>
References: <quicwg/base-drafts/pull/1725@github.com>
Subject: Re: [quicwg/base-drafts] Require that QPACK preserves header field order. (#1725)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96c9b36eb6b_1d553fa918ed45bc9721d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/T3EwWuAC3MvcjCPqOGawRraIBnY>
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, 10 Sep 2018 19:44:55 -0000

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

Merged #1725 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/1725#event-1836890863
----==_mimepart_5b96c9b36eb6b_1d553fa918ed45bc9721d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="357694067" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1725" href="https://github.com/quicwg/base-drafts/pull/1725">#1725</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/1725#event-1836890863">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4-W5oMMs-govXdF3gRATVFWAHLOks5uZsEzgaJpZM4WdHFX">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwvlWmtIwwSGo9acwHAP7gKgzItCks5uZsEzgaJpZM4WdHFX.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1725 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1725#event-1836890863"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1725#event-1836890863",
"url": "https://github.com/quicwg/base-drafts/pull/1725#event-1836890863",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Require that QPACK preserves header field order. (#1725)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1725#event-1836890863"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 376729943\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b96c9b36eb6b_1d553fa918ed45bc9721d--


From nobody Mon Sep 10 12:45:06 2018
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 0BF4E130FA3 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:44:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 1gInvVMZHTwA for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:44:53 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 40BF7130F69 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 12:44:53 -0700 (PDT)
Date: Mon, 10 Sep 2018 12:44:52 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536608692; bh=fMiMqkGwhNcF21d/IqLfBcYXtmJHxLIQJMuCGIvKbO0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qYx04cL35DM8a41ousvzK5NAl343R34B6wX3s7IL4Prnw1Atq3A3YAISnTxG/oEG5 mwKrEKC2C9w9NnpNSjdXd2J5w6ZbtqF3p3vT53tAT0LkzgsJmqd3UJa7zjUVsywWJA zqyG9waA2dVLxsTGQzSnx38aVPAWw+Ak+wZG8WdI=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd287a46940aae543adf43fe07d7a19be0d74e43892cf0000000117ae8bb492a169ce14f783de@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1684/issue_event/1836890866@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1684@github.com>
References: <quicwg/base-drafts/issues/1684@github.com>
Subject: Re: [quicwg/base-drafts] QPACK should explicitly state ordering requirements for headers within a block (#1684)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96c9b41cba5_234b3fc1dd0d45c41469ee"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/yL4hmuGn6NAirvgmuVtXltL9W0w>
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, 10 Sep 2018 19:44:55 -0000

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

Closed #1684 via #1725.

-- 
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/1684#event-1836890866
----==_mimepart_5b96c9b41cba5_234b3fc1dd0d45c41469ee
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="351765470" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1684" href="https://github.com/quicwg/base-drafts/issues/1684">#1684</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="357694067" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1725" href="https://github.com/quicwg/base-drafts/pull/1725">#1725</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/1684#event-1836890866">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1W6GqgEKwZHn0KHzosfmVb11kUYks5uZsE0gaJpZM4WCUD8">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqye_Rdir6SZpTuxrsmMmkbhpeULuks5uZsE0gaJpZM4WCUD8.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1684 via #1725."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1684#event-1836890866"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1684#event-1836890866",
"url": "https://github.com/quicwg/base-drafts/issues/1684#event-1836890866",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK should explicitly state ordering requirements for headers within a block (#1684)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1684#event-1836890866"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 369705212\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b96c9b41cba5_234b3fc1dd0d45c41469ee--


From nobody Mon Sep 10 12:50:31 2018
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 E9B4D130F6F for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:50:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 QkPHFFhdc17q for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:50:27 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 83D5A130E27 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 12:50:27 -0700 (PDT)
Date: Mon, 10 Sep 2018 12:50:26 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536609027; bh=G11UKIdK21PfW/1YGMH+hesfv9N3Ia3z2Cxwz6PjA/I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QkLiTpaglz343mFIrrHc/pWjnSjux0d4rUOnOO05Xcd8PCMRgrBqIFv7bnfLWSYIz WwmKk1Xs2Qz/WX4AtbSJnrEoyuyHQzeXwk5gP/tL8h8O1DHP1RUk5iEUwvNvYwfcCX c94ZFVFF8chxM1bBNljn62cYKgBA4hx+9vZaWEos=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6bae6b4ea356b9857ad6c997750d44f63b3a6cfa92cf0000000117ae8d0292a169ce1553053a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1726/c420037880@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1726@github.com>
References: <quicwg/base-drafts/pull/1726@github.com>
Subject: Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96cb02e3d69_201c3fc66e4d45bc57272e"; 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/v4AIdvCCMzvXQgs6dsSlkWx4BTk>
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, 10 Sep 2018 19:50:29 -0000

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

I agree that the change to APPLICATION_CLOSE would be separately useful, though it might not make the v1 bar at this point.  However, I don't think having separate errors is that problematic.  In my QPACK implementation, there are separate functions processing the encoder stream, decoder stream, and compressed header sets, so returning a single error code from each function is not problematic.

-- 
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/1726#issuecomment-420037880
----==_mimepart_5b96cb02e3d69_201c3fc66e4d45bc57272e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I agree that the change to APPLICATION_CLOSE would be separately usefu=
l, though it might not make the v1 bar at this point.  However, I don't t=
hink having separate errors is that problematic.  In my QPACK implementat=
ion, there are separate functions processing the encoder stream, decoder =
stream, and compressed header sets, so returning a single error code from=
 each function is not problematic.</p>

<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/1726#issuecomment-420037880">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-aOdg=
juH5-0DUru9QgMjQqGz-BVks5uZsKCgaJpZM4WdbEk">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq1JtQiyKni5tT_MEoX2rO_Ffj7R5=
ks5uZsKCgaJpZM4WdbEk.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Mike=
Bishop in #1726: I agree that the change to APPLICATION_CLOSE would be se=
parately useful, though it might not make the v1 bar at this point.  Howe=
ver, I don't think having separate errors is that problematic.  In my QPA=
CK implementation, there are separate functions processing the encoder st=
ream, decoder stream, and compressed header sets, so returning a single e=
rror code from each function is not problematic."}],"action":{"name":"Vie=
w Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1726#is=
suecomment-420037880"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726#issuecomment-4=
20037880",
"url": "https://github.com/quicwg/base-drafts/pull/1726#issuecomment-4200=
37880",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Define three QPACK error types, refine=
 error handling. (#1726)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1726,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1726\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726#issuecomment-4200=
37880"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3768118=
12\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b96cb02e3d69_201c3fc66e4d45bc57272e--


From nobody Mon Sep 10 12:51:50 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 2FAD4130F7B for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:51:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 8UKXIyPxDDyz for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:51:46 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BE4F5130F6F for <quic-issues@ietf.org>; Mon, 10 Sep 2018 12:51:46 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536609106; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=1L9+3TPACCq+uzE29v5/i1G/u2IDUrjkXScZWKP0F4o=; b=jn3VkU7cDr4oOu1ZikNn8Sqq5wiXSyohukJhPcbeaIJQHzmQlB9chcj+mt58/xYQ6l6hL+fi tKoH6Q4s+VNQZJ6gKpg5n0GWeggl9qkj6QsHrSPbuZSCEPjazXtowmCCCumhGr7SPHb5vJuS rQmrrM4pF1DhcRi8EKNDL/Ov3eU=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5b96c8f9.7f38e83254e0-smtp-out-n03; Mon, 10 Sep 2018 19:41:45 -0000 (UTC)
Date: Mon, 10 Sep 2018 12:41:45 -0700
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5b96c8f91f5c_234c2ae0be3d8ec4549d@hookshot-fe-cace476.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 7d2fbb: Discuss HTTP/QUIC Connection Closure (#1712)
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b96c8f91bf4_234c2ae0be3d8ec453db"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pMty5HB5XY-tFzgAxXG4N1aO6XQ>
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, 10 Sep 2018 19:51:48 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7d2fbb976ecd163ed24506aa4bf265ca8ac88ffc
      https://github.com/quicwg/base-drafts/commit/7d2fbb976ecd163ed24506aa4bf265ca8ac88ffc
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Discuss HTTP/QUIC Connection Closure (#1712)

* Connection closure section

* Re-add GOAWAY text

* Incorporate feedback

* Fix GOAWAY off-by-one (Fixes #1717)



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b96c8f91bf4_234c2ae0be3d8ec453db--


From nobody Mon Sep 10 12:59:31 2018
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 C4A6C130E27 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:59:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 0892HsIJln4e for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 12:59:27 -0700 (PDT)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CE604130F67 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 12:59:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=K8MEbh5Q78nVHvZ96EguDP8psEs=; b=OVy00Xgqp017SgPk xGFphpDBAiu/dJsoXdJbvAY/mQAlCGiaWbwCyC+urn2xIidqZQeKikOMmEgCmAzw qLiEyIbikUfQcf6hDRC0yrU6E4rYeuOXksYVwoOsMYQ/rD0fu+PIYqEq+hvUBXR0 +E+s1pHE3S2iOXr3CFJqWO8NKg4=
Received: by filter0738p1las1.sendgrid.net with SMTP id filter0738p1las1-29390-5B96CD1F-2 2018-09-10 19:59:27.109434661 +0000 UTC m=+339550.631930201
Received: from github-lowworker-56a5eb2.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0023p1iad2.sendgrid.net (SG) with ESMTP id DxAiXQ65Q76e69woljqsOw for <quic-issues@ietf.org>; Mon, 10 Sep 2018 19:59:27.002 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-56a5eb2.cp1-iad.github.net (Postfix) with ESMTP id EF2BFC00A5 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 12:59:26 -0700 (PDT)
Date: Mon, 10 Sep 2018 19:59:27 +0000 (UTC)
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0faee9ccde31233707a01c48b886c34833e639df92cf0000000117ae8f1e92a169ce155cc367@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1730/review/153938177@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96cd1ee91ec_3e23fae460d45c44141c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1QP/Wm4sSfYIqDU4pYqL9v4FbrvON6cU/jRY o2yMJybvMDFxb/DbL2lgRglkho1FHf/d67R4PYHLgXwEGkSBdu/0vvwW7z88UvAAgi1uyW1gntVXxE uvMZTBzYbQpZGSqRRMG9/A2wC/0cJRf/B6vxccydSMxxmKzUEpaqoi7iNOJMyz3XBoECMbELCpLUG7 Y=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5rf_YcIbZvtk-44IwitTN4Wh36k>
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, 10 Sep 2018 19:59:30 -0000

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

huitema commented on this pull request.



> @@ -2366,11 +2366,16 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
-Endpoints could also have their activity correlated if their peers keep using
-the same destination connection ID after migration. Nodes that initiate a
-migration need to provide their peers with new connection IDs. The goal is
+Endpoints that use connection IDs with length greater than zero
+could also have their activity correlated if their peers keep using
+the same destination connection ID after migration. If a node receives
+packets through a newly used connection ID, it SHOULD select an

@mikkelfj the whole point of this PR is to say that and ensure that it works. Do you want to specify what the server should do if the client's probe arrives before a new connection ID is available? By your logic, we want to say that the server should wait before responding to the probe.

Then, do you want to enforce that? For example, suppose that a client sent a probe with a new CID, and receives a response with an already-in-use CID. Should it just shrug and continue, or signal a protocol violation? 

-- 
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/1730#discussion_r216453075
----==_mimepart_5b96cd1ee91ec_3e23fae460d45c44141c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1730#discussion_r216453075">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2366,11 +2366,16 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
-Endpoints could also have their activity correlated if their peers keep using
-the same destination connection ID after migration. Nodes that initiate a
-migration need to provide their peers with new connection IDs. The goal is
+Endpoints that use connection IDs with length greater than zero
+could also have their activity correlated if their peers keep using
+the same destination connection ID after migration. If a node receives
+packets through a newly used connection ID, it SHOULD select an
</pre>
<p><a class="user-mention" data-hovercard-user-id="193335" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mikkelfj">@mikkelfj</a> the whole point of this PR is to say that and ensure that it works. Do you want to specify what the server should do if the client's probe arrives before a new connection ID is available? By your logic, we want to say that the server should wait before responding to the probe.</p>
<p>Then, do you want to enforce that? For example, suppose that a client sent a probe with a new CID, and receives a response with an already-in-use CID. Should it just shrug and continue, or signal a protocol violation?</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/1730#discussion_r216453075">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6cq9LWbYaT1Z3-fM3Sp4x1O6CEcks5uZsSegaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq88Ar1EFmY-mF7OhMMMPK2adNPOIks5uZsSegaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema commented on #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730#discussion_r216453075"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216453075",
"url": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216453075",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@huitema commented on 1730",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216453075"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b96cd1ee91ec_3e23fae460d45c44141c--


From nobody Mon Sep 10 13:02:09 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 1264F130EEB for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 13:02:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.032
X-Spam-Level: 
X-Spam-Status: No, score=-0.032 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FROM_EXCESS_BASE64=0.979, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 iKWopm2T9EzC for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 13:02:06 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 86934130E27 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 13:02:06 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536609725; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=iSzqr3IofJFdom5npArWEPhg/rUQni3gJ5Uk5IYJhDg=; b=V9A7x1J86u0Jlyu/KqbmEdAdavok2iOhXVGsK7WZUQ7+wRRGLDM7BXHaWos/5pjKeSLs1w0U DCVhFJcDl1Lwh2x3DGAcK3z/8RJzwstRCCtGeftqP6wT92Yx5VzCSnicAP0svGarFf1DsC9/ hgdBlMm7wB2+zaVQboy+ToSVyZ8=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: bencebeky=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5b96cdbd.7ff838294510-smtp-out-n03; Mon, 10 Sep 2018 20:02:05 -0000 (UTC)
Date: Mon, 10 Sep 2018 13:02:05 -0700
From: Bence =?UTF-8?B?QsOpa3k=?= <bencebeky@users.noreply.github.com>
Reply-To: Bence =?UTF-8?B?QsOpa3k=?= <bencebeky@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5b96cdbd3f65b_69c02b083516ced0776bc@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 3cd8e3: Define three QPACK error types, refine error handl...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b96cdbd3f20a_69c02b083516ced0775e1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/xmJTPE7gfzsicBjqnBBigSoSGFQ>
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, 10 Sep 2018 20:02:08 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3cd8e33dbcc2a32bd42f3db1397848dd6897fd03
      https://github.com/quicwg/base-drafts/commit/3cd8e33dbcc2a32bd42f3d=
b1397848dd6897fd03
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Define three QPACK error types, refine error handling. (#1726)

* Define three QPACK error types, refine error handling.

Split QPACK errors into three types: decompression failure, encoder
stream error, decoder stream error.  Note that with HPACK only the
decoder could signal an error, so any error indicates a problem between
the decoder of the sender of the error and the encoder of the receiver.
However, in QPACK either the encoder or the receiver can detect an
error, so these types will help pinpoint the context of the error.

Also, specify error signalling behavior upon receiving invalid indices
and invalid decoder stream instructions.

* Address some comments by afrind@ and MikeBishop@.



      **NOTE:** This service has been marked for deprecation: https://dev=
eloper.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019=
.

----==_mimepart_5b96cdbd3f20a_69c02b083516ced0775e1--


From nobody Mon Sep 10 13:02:15 2018
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 61ADF130F6F for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 13:02:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 94JWakLMIaoJ for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 13:02:11 -0700 (PDT)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 74F0A130E27 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 13:02:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=/2TbYNb7bIUEXR6e8DDv2gz3d2U=; b=czejpD2n84uHSCWy +YW76Uf0x7epDxUDVcBtlfGatH/Ypku/w4/ZYHfi9oRJYfuH0h4bfDgcnt18hoB8 oBevY0jblLYzsExXZ5YFk/x9yXc5Ny/y9Js5ChTPWZbu3r4jo48xtcykzWs4cbeG NRat28MZXI15GnkejPd9PLTkVJQ=
Received: by filter0204p1iad2.sendgrid.net with SMTP id filter0204p1iad2-4649-5B96CDC2-E 2018-09-10 20:02:10.18853777 +0000 UTC m=+337004.106967413
Received: from github-lowworker-0b1e58d.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0019p1iad2.sendgrid.net (SG) with ESMTP id ntpBwh0cQNOqk8ub22oomw for <quic-issues@ietf.org>; Mon, 10 Sep 2018 20:02:10.151 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-0b1e58d.cp1-iad.github.net (Postfix) with ESMTP id 195B93E133C for <quic-issues@ietf.org>; Mon, 10 Sep 2018 13:02:10 -0700 (PDT)
Date: Mon, 10 Sep 2018 20:02:10 +0000 (UTC)
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab46af5f81e45224ac8d4c193d35e7dc1af11d6d4292cf0000000117ae8fc292a169ce14f781a5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1683/issue_event/1836926652@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1683@github.com>
References: <quicwg/base-drafts/issues/1683@github.com>
Subject: Re: [quicwg/base-drafts] QPACK does not specify how to handle invalid input on control streams (#1683)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96cdc21750d_2a053fb6d56d45b8111011"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0Tn8RIQ4AeNpEIFWbmrzjEznhkG7VyEfRPyW kNZ1JC+thQK+oI9YqKxBrfJVVJ4mPWknRY1m9f7WJ3cxcQ8oi7DvmfIWLDR/8d52RI8oyJrPXAnOOy cClKEJfe/vXGFek1B0FcvvZAyKaD0EmgXbXhJ/NM7bQspCMo2VKRTLO+Qg==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SNCYSRH-FVH-pKuGbwBZ2N7TA-I>
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, 10 Sep 2018 20:02:14 -0000

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

Closed #1683 via #1726.

-- 
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/1683#event-1836926652
----==_mimepart_5b96cdc21750d_2a053fb6d56d45b8111011
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="351764901" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1683" href="https://github.com/quicwg/base-drafts/issues/1683">#1683</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="357762362" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1726" href="https://github.com/quicwg/base-drafts/pull/1726">#1726</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/1683#event-1836926652">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyCb2HjgL8TiFDLLbxfuridT1CxRks5uZsVCgaJpZM4WCT51">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-mK1dy7tMMWdoC5bhGsa5VHr5Kmks5uZsVCgaJpZM4WCT51.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1683 via #1726."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1683#event-1836926652"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1683#event-1836926652",
"url": "https://github.com/quicwg/base-drafts/issues/1683#event-1836926652",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK does not specify how to handle invalid input on control streams (#1683)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1683#event-1836926652"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 369704565\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b96cdc21750d_2a053fb6d56d45b8111011--


From nobody Mon Sep 10 13:02:21 2018
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 8B49A130F6F for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 13:02:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 9g6zJpJqoF2r for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 13:02:12 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B92F3130EEB for <quic-issues@ietf.org>; Mon, 10 Sep 2018 13:02:12 -0700 (PDT)
Date: Mon, 10 Sep 2018 13:02:12 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536609732; bh=9NkENF1N3NrzH3vSHHJhy+eicI4lCFauVKmLzbmfAUE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bHsY/jKN1ZyKc72JbaJRkxVoQ5ojgujU4Yi6rBnhn8dFhEUIkhY2EdsKKICKR76Ci L4jJw3PIIZb1JoPns3y5K6ue5T45prWBKPmtstpEM/pJhV0XwCU45cRJVthYHrMeFG tRPPXXvM2Hj11FGexefts8saoW4BxBZhXAOqI0Xo=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc1647d0a8aa0f747fdad089f2b62833859a6b16f92cf0000000117ae8fc492a169ce1553053a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1726/issue_event/1836926647@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1726@github.com>
References: <quicwg/base-drafts/pull/1726@github.com>
Subject: Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96cdc48971_7e223fba476d45c0609c5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/gomc9Mdu90AIST1PuHbIiEBngpM>
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, 10 Sep 2018 20:02:15 -0000

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

Merged #1726 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/1726#event-1836926647
----==_mimepart_5b96cdc48971_7e223fba476d45c0609c5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="357762362" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1726" href="https://github.com/quicwg/base-drafts/pull/1726">#1726</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/1726#event-1836926647">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8kG6lY3JCLAjMYT2uhKujS9xEj-ks5uZsVEgaJpZM4WdbEk">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7IsdRt0thY-Y2BSNSKL1EBMOG8iks5uZsVEgaJpZM4WdbEk.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1726 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1726#event-1836926647"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1726#event-1836926647",
"url": "https://github.com/quicwg/base-drafts/pull/1726#event-1836926647",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Define three QPACK error types, refine error handling. (#1726)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1726#event-1836926647"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 376811812\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b96cdc48971_7e223fba476d45c0609c5--


From nobody Mon Sep 10 13:21:26 2018
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 B734C130F82 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 13:21:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 g-tuVB8QBoth for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 13:21:22 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3EFE0130F7B for <quic-issues@ietf.org>; Mon, 10 Sep 2018 13:21:22 -0700 (PDT)
Date: Mon, 10 Sep 2018 13:21:21 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536610881; bh=xrDjapR8bFz+1uzYsq85OGoGZ4SjiPybTqlvcCa7ecg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cctwP3XNlgwSQTc48SPPthq8ganO5ZuqIkkAEQGSjy1O1UAsbeskkQQusCOr953L0 6p6G7PTxiDvj4UMSsv/e5UiCUQc9FOvGstL8uuIjWUX62OF0vwWR8BrsOuOFxR0/XM yJ/Atm74tlDYlTyUh23ybAgkQm2lgreE6t4MAYYs=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4c1d0ce7943054cb14140c3f690be2bef63c2caf92cf0000000117ae944192a169ce155cc367@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1730/review/153946097@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96d241a5d2e_3523fbc0fad45c0229d3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/cE0tLjGkO5Rpv_heEiRsrist6LI>
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, 10 Sep 2018 20:21:24 -0000

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

mikkelfj commented on this pull request.



> @@ -2366,11 +2366,16 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
-Endpoints could also have their activity correlated if their peers keep using
-the same destination connection ID after migration. Nodes that initiate a
-migration need to provide their peers with new connection IDs. The goal is
+Endpoints that use connection IDs with length greater than zero
+could also have their activity correlated if their peers keep using
+the same destination connection ID after migration. If a node receives
+packets through a newly used connection ID, it SHOULD select an

Well, I hope that this PR fixes that so that the one case I outlined - running out of CID's become impossible, leaving only the don't care case which is not a strong enough of case for a SHOULD. If there are edge cases I think packets should be dropped or parked, otherwise the large volume of work on linkability is void. It could be that some adversary could delay packets to force linkability to happen.

-- 
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/1730#discussion_r216459197
----==_mimepart_5b96d241a5d2e_3523fbc0fad45c0229d3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1730#discussion_r216459197">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2366,11 +2366,16 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
-Endpoints could also have their activity correlated if their peers keep using
-the same destination connection ID after migration. Nodes that initiate a
-migration need to provide their peers with new connection IDs. The goal is
+Endpoints that use connection IDs with length greater than zero
+could also have their activity correlated if their peers keep using
+the same destination connection ID after migration. If a node receives
+packets through a newly used connection ID, it SHOULD select an
</pre>
<p>Well, I hope that this PR fixes that so that the one case I outlined - running out of CID's become impossible, leaving only the don't care case which is not a strong enough of case for a SHOULD. If there are edge cases I think packets should be dropped or parked, otherwise the large volume of work on linkability is void. It could be that some adversary could delay packets to force linkability to happen.</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/1730#discussion_r216459197">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx2UNZpTGRE-9EVUtSrNbnUym4MRks5uZsnBgaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyr2jXoRgd7hJw47GD2upV2Q0OG4ks5uZsnBgaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730#discussion_r216459197"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216459197",
"url": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216459197",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1730",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216459197"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b96d241a5d2e_3523fbc0fad45c0229d3--


From nobody Mon Sep 10 13:25:46 2018
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 B53F7130DF6 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 13:25:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ZQk442jRXR4m for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 13:25:44 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 500AA130DDE for <quic-issues@ietf.org>; Mon, 10 Sep 2018 13:25:44 -0700 (PDT)
Date: Mon, 10 Sep 2018 13:25:43 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536611143; bh=nI0Kd6yFQBEoC7Te/VO56OzzIVdvinzHOJNcCE6Vs3s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HGQDw4O/2G+zezfdW6aFejY0A/IZDKz0MRZtKHIjSPcL4fE+zXw94E6zzKZLL9YWU DKKhT9zEu71dHFRG7OaQlLG/klTVngM1C6Bpb0vY1ipDxcGIjK/eh4gnVRk50aUWeK N9Tqo2dcFPC2Bn0hkMa0Qxi3tD2r0DfLw0H3U1mQ=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfe201fb44a8b08196c928137e10b8b18e5fbcdeb92cf0000000117ae954792a169ce155cc367@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1730/review/153947710@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96d3473a65f_2ddb3fb6d56d45b84208b2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/xewkAo87JhvKkMFquJUCUBqm8PU>
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, 10 Sep 2018 20:25:46 -0000

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

mikkelfj commented on this pull request.



> @@ -2366,11 +2366,16 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
-Endpoints could also have their activity correlated if their peers keep using
-the same destination connection ID after migration. Nodes that initiate a
-migration need to provide their peers with new connection IDs. The goal is
+Endpoints that use connection IDs with length greater than zero
+could also have their activity correlated if their peers keep using
+the same destination connection ID after migration. If a node receives
+packets through a newly used connection ID, it SHOULD select an

Or, you could just reply on the old path until you have a new CID. It might work, or it might trigger retransmission.

-- 
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/1730#discussion_r216460456
----==_mimepart_5b96d3473a65f_2ddb3fb6d56d45b84208b2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1730#discussion_r216460456">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2366,11 +2366,16 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
-Endpoints could also have their activity correlated if their peers keep using
-the same destination connection ID after migration. Nodes that initiate a
-migration need to provide their peers with new connection IDs. The goal is
+Endpoints that use connection IDs with length greater than zero
+could also have their activity correlated if their peers keep using
+the same destination connection ID after migration. If a node receives
+packets through a newly used connection ID, it SHOULD select an
</pre>
<p>Or, you could just reply on the old path until you have a new CID. It might work, or it might trigger retransmission.</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/1730#discussion_r216460456">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq44zrVyB8ZZjWmxaYQLY3wAWd8Tcks5uZsrHgaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0EHvd4S8gdmDyO7POPH8Pe8UTJwks5uZsrHgaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730#discussion_r216460456"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216460456",
"url": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216460456",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1730",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216460456"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b96d3473a65f_2ddb3fb6d56d45b84208b2--


From nobody Mon Sep 10 13:59:15 2018
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 B994B130FA8 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 13:59:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 IWtmjvJ0QU9a for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 13:59:12 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 313C0130DE1 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 13:59:12 -0700 (PDT)
Date: Mon, 10 Sep 2018 13:59:08 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536613148; bh=1DskeFuxnEUiXGfaKaLN7a2y6tFqN4esbe6i65S1p64=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mG4fIrYF7HJMZPbIrF1QOKUVgjP1Swrh8sYkGQQX8Paw7zTdzoB4lko0EIq1NEUhP Fk7wkqLnP6UygnQqTw6dbOxS82ZdvC3nENmIBL8ucgukir+LSOHFXSoGBzmbgojaVO f9gnmiST/cDVG1skFugqZcGgy3Wc4AWNEUb1Ls4w=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc1d56462d9c4654626a0c138c67ee83567f665a792cf0000000117ae9d1c92a169ce155d35b9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1735/review/153960229@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1735@github.com>
References: <quicwg/base-drafts/pull/1735@github.com>
Subject: Re: [quicwg/base-drafts] Stateless reset is now available to both peers (#1735)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96db1cedba5_2e5e3f83a5ad45b8160455"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rpaulo
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/skn9tqAw42_7oioKmtLfNI8l4IQ>
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, 10 Sep 2018 20:59:14 -0000

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

rpaulo commented on this pull request.



> @@ -1278,6 +1278,9 @@ IDs, QUIC processes the packet as part of that connection. Endpoints MUST drop
 packets with zero-length Destination Connection ID fields if they do not
 correspond to a single connection.
 
+Endpoints SHOULD send a Stateless Reset ({{stateless-reset}}) for any packets

We already have text in the Stateless Reset section saying an endpoint MAY send a stateless reset for a LH packet.  I can't really understand how an implementation would do that, though.

-- 
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/1735#discussion_r216470683
----==_mimepart_5b96db1cedba5_2e5e3f83a5ad45b8160455
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1735#discussion_r216470683">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1278,6 +1278,9 @@ IDs, QUIC processes the packet as part of that connection. Endpoints MUST drop
 packets with zero-length Destination Connection ID fields if they do not
 correspond to a single connection.
 
+Endpoints SHOULD send a Stateless Reset ({{stateless-reset}}) for any packets
</pre>
<p>We already have text in the Stateless Reset section saying an endpoint MAY send a stateless reset for a LH packet.  I can't really understand how an implementation would do that, though.</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/1735#discussion_r216470683">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz5wFL_6aufh9zqatSpWsIHpbmd0ks5uZtKcgaJpZM4Wgia_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwD715tuUGneVgW-X4QO4ZBxszO6ks5uZtKcgaJpZM4Wgia_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@rpaulo commented on #1735"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1735#discussion_r216470683"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1735#discussion_r216470683",
"url": "https://github.com/quicwg/base-drafts/pull/1735#discussion_r216470683",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@rpaulo commented on 1735",
"sections": [
{
"text": "",
"activityTitle": "**Rui Paulo**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@rpaulo",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1735#discussion_r216470683"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377628351\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b96db1cedba5_2e5e3f83a5ad45b8160455--


From nobody Mon Sep 10 14:02:00 2018
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 14F80130FA8 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 14:02:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Win5FBl1Q5KR for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 14:01:58 -0700 (PDT)
Received: from o1.sgmail.github.com (o1.sgmail.github.com [192.254.114.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8A3C9130DE1 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 14:01:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=Ak+zagWJpMXrHSx4rLjwJu7eKCQ=; b=q4XQSxdLfN4vVkk9 XhCrK4WIscj0JSvkfXcYZ6FC9BqQ63G4p7ar9iWGNLua609ZoxVyt5Do4ITK9E+M PFBHLWAI9JLpRtvu5gh3EQBSYN7gS2puRnfo4n3iKfqBEvNQnumxfsFpeU7jcE1I DepcIHUTP/daHpbDILWyCQY71ac=
Received: by filter0267p1iad2.sendgrid.net with SMTP id filter0267p1iad2-12410-5B96DBC4-1D 2018-09-10 21:01:56.33907459 +0000 UTC m=+340894.370446869
Received: from github-lowworker-dcd58f3.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0038p1mdw1.sendgrid.net (SG) with ESMTP id UOg2KgtTTnC3ypay3-02FQ for <quic-issues@ietf.org>; Mon, 10 Sep 2018 21:01:56.019 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcd58f3.cp1-iad.github.net (Postfix) with ESMTP id AF65F2412E3 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 14:01:55 -0700 (PDT)
Date: Mon, 10 Sep 2018 21:01:56 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf89ef9b2b919af42ff2ec56ed962c1c5692107fb92cf0000000117ae9dc392a169ce1547f031@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1720/420059730@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1720@github.com>
References: <quicwg/base-drafts/issues/1720@github.com>
Subject: Re: [quicwg/base-drafts] initial_max_stream_data_bidi_remote is a very capable foot gun (#1720)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96dbc3adbb3_b6e3f95eecd45c4234726"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2VFEnRjyGskwTkXg4I8cT0hspyOlBKCkfc+i ty1marTGh7NLv0idtEdYNuNM9S0wb+AHdio8PeuYAP5vPeAjiXGdmd7bdxPpzvmk1AxXx6E9T6L6XR JPy85eBprH3zhakknrGrZnsGOXjHJhAabY3Mk3uQ597SuMaWEF9dCG0YifnvSJS+4MLzmudTdlAVJu I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8YbqfKRp54EJKwNEOijsS7F0hbU>
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, 10 Sep 2018 21:02:00 -0000

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

The HTTP layer on the client is presumably offering bytes to the transport, so the transport should handle this like normal, no?  If it has bytes it can't send, it sends STREAM_BLOCKED to signal that state.  So I'd be inclined to recommend that rather than the empty STREAM frame, though I think the state machine effect is the same either way.

-- 
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/1720#issuecomment-420059730
----==_mimepart_5b96dbc3adbb3_b6e3f95eecd45c4234726
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The HTTP layer on the client is presumably offering bytes to the transpo=
rt, so the transport should handle this like normal, no?  If it has bytes i=
t can't send, it sends STREAM_BLOCKED to signal that state.  So I'd be incl=
ined to recommend that rather than the empty STREAM frame, though I think t=
he state machine effect is the same either way.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/1720#issuecomment-420059730">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzF9POTCOfym6-=
_wW7Kx6moBvbnbks5uZtNDgaJpZM4WaC_A">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkqxCvnS_0mATxMS9PjzpBBUx8vcmIks5uZtNDga=
JpZM4WaC_A.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #1720:=
 The HTTP layer on the client is presumably offering bytes to the transport=
, so the transport should handle this like normal, no?  If it has bytes it =
can't send, it sends STREAM_BLOCKED to signal that state.  So I'd be inclin=
ed to recommend that rather than the empty STREAM frame, though I think the=
 state machine effect is the same either way."}],"action":{"name":"View Iss=
ue","url":"https://github.com/quicwg/base-drafts/issues/1720#issuecomment-4=
20059730"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1720#issuecomment-4=
20059730",
"url": "https://github.com/quicwg/base-drafts/issues/1720#issuecomment-4200=
59730",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] initial_max_stream_data_bidi_remote is a=
 very capable foot gun (#1720)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1720,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"qui=
cwg/base-drafts\",\n\"issueId\": 1720\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1720#issuecomment-4200=
59730"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375926720=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b96dbc3adbb3_b6e3f95eecd45c4234726--


From nobody Mon Sep 10 14:25:08 2018
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 0F0BC130DE1 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 14:25:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 WaGtC7wicDI4 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 14:25:05 -0700 (PDT)
Received: from o1.sgmail.github.com (o1.sgmail.github.com [192.254.114.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C39D4130DD7 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 14:25:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=CX2eMQ1mhpg6WRZJh+bnz5lK2Dk=; b=o/h8DpwXtRnE9aqz 9hvBM9iKRZCpbPBwsZcQjiIsq+9ec+DMFU4vuIzydpYPU/86Erbe05TXhecCa5Hq UpdOZdTdH2nQn9raOyNbBkKTRO1cV2nFisAtCS1yD5ATlbW7gxCQaf3GT/JGMPUw XP5t9T3xeXEH3tvIZj3OZ9uUwxU=
Received: by filter0658p1las1.sendgrid.net with SMTP id filter0658p1las1-27595-5B96E130-11 2018-09-10 21:25:04.938081861 +0000 UTC m=+344868.963755530
Received: from github-lowworker-cd52d7b.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0010p1iad1.sendgrid.net (SG) with ESMTP id OmC4xEG6SWWbAvukkkOuIw for <quic-issues@ietf.org>; Mon, 10 Sep 2018 21:25:04.798 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-cd52d7b.cp1-iad.github.net (Postfix) with ESMTP id C1656920035 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 14:25:04 -0700 (PDT)
Date: Mon, 10 Sep 2018 21:25:05 +0000 (UTC)
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc9e1e03b64483a1a6deee99d485463565298785792cf0000000117aea33092a169ce13a9a7d1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1420/420066409@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1420@github.com>
References: <quicwg/base-drafts/issues/1420@github.com>
Subject: Re: [quicwg/base-drafts] encoder stream can deadlock (#1420)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96e130c0047_17933fd60ced45b424147b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3GLN7+ld3BzHifxJStY3aYq9JRkt5uYQabjq ikFC30HEOqLX4T8poJgT90MtXMiKV6rxVuzTqFynSXZyJfYUKif2//7w6UzSBL75jzCkiA20EMzQr5 339+/lhHfJIick+Vo4m02AzONE7c3rJchHnQVpSEVPZmRjNdvIfyUkSJpA==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6y_RZJq2RftXZCm-GaGmIolHl9Y>
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, 10 Sep 2018 21:25:07 -0000

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

@MikeBishop and I came up with another encoder stream deadlock.  If an encoder runs out of stream flow control on the encoder stream, it may erroneously send requests (and fill the connection flow control) that depend on bytes that haven't been transmitted.  Some text advising caution in this scenario may be warranted.  eg: perhaps the encoder shouldn't encode a table insert if it would overflow encoder stream flow control window.

-- 
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/1420#issuecomment-420066409
----==_mimepart_5b96e130c0047_17933fd60ced45b424147b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"4273797" data-octo-c=
lick=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" href=
=3D"https://github.com/MikeBishop">@MikeBishop</a> and I came up with anoth=
er encoder stream deadlock.  If an encoder runs out of stream flow control =
on the encoder stream, it may erroneously send requests (and fill the conne=
ction flow control) that depend on bytes that haven't been transmitted.  So=
me text advising caution in this scenario may be warranted.  eg: perhaps th=
e encoder shouldn't encode a table insert if it would overflow encoder stre=
am flow control window.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/1420#issuecomment-420066409">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3kSZ2HaSRnU_f=
-QxQm7T2zYo1plks5uZtiwgaJpZM4UcugY">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq91i6ec2eag6crjAAiUlJr0FUEG_ks5uZtiwga=
JpZM4UcugY.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind in #1420: @Mi=
keBishop and I came up with another encoder stream deadlock.  If an encoder=
 runs out of stream flow control on the encoder stream, it may erroneously =
send requests (and fill the connection flow control) that depend on bytes t=
hat haven't been transmitted.  Some text advising caution in this scenario =
may be warranted.  eg: perhaps the encoder shouldn't encode a table insert =
if it would overflow encoder stream flow control window."}],"action":{"name=
":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1420#iss=
uecomment-420066409"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1420#issuecomment-4=
20066409",
"url": "https://github.com/quicwg/base-drafts/issues/1420#issuecomment-4200=
66409",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] encoder stream can deadlock (#1420)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1420,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"qui=
cwg/base-drafts\",\n\"issueId\": 1420\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1420#issuecomment-4200=
66409"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 343074840=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b96e130c0047_17933fd60ced45b424147b--


From nobody Mon Sep 10 14:50:45 2018
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 358D8130F7F for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 14:50:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 mfMRB9oYWgZZ for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 14:50:41 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EB94C130FAB for <quic-issues@ietf.org>; Mon, 10 Sep 2018 14:50:40 -0700 (PDT)
Date: Mon, 10 Sep 2018 14:50:39 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536616240; bh=g8mY54jKmg8tv2DeCPjUzAlYUF0rSg4fAI+EPQ6v1lE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=ivOU09Dfx0IPI4EXie5ON8Wc9mwkPFCSVaMDkm6jggu349tSttJnqOZb7bykx2VwU y6zD2A5YRkHjhv0nfWGOAe3rTXKSUkUGdJyvk230I6E01tfAphqQ5nNyS5UwpPI2vR taISU4s0gXJTckKWZ+dXyhLw39AajwFXARZB7ij4=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba7c2e6b3118045946ca4a43d72335260aa17ca3192cf0000000117aea92f92a169ce1562f976@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1737@github.com>
Subject: [quicwg/base-drafts] QPACK has no Security Considerations (#1737)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96e72ff1a3b_76a23faeb92d45b8106472"; 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/NH7rCbszK3U_tZPGRidzP405www>
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, 10 Sep 2018 21:50:43 -0000

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

The full text of that section is "TBD."

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

<p>The full text of that section is "TBD."</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/1737">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_AFwEuCbZfC7o7jY5xJBTKCusCoks5uZt6vgaJpZM4WiPN0">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4aWyUuI6pXF8nvuc-DMR007FjTpks5uZt6vgaJpZM4WiPN0.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"QPACK has no Security Considerations (#1737)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1737"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1737",
"url": "https://github.com/quicwg/base-drafts/issues/1737",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "QPACK has no Security Considerations (#1737)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1737
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1737,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1737\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1737"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378073972\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b96e72ff1a3b_76a23faeb92d45b8106472--


From nobody Mon Sep 10 14:58:31 2018
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 489D1130FB7 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 14:58:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 D_FaeSZbmqQQ for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 14:58:29 -0700 (PDT)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [167.89.101.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 153D2130FB2 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 14:58:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=yMG/A8ItGZJR1B4yAzAJGNp5oWs=; b=r23nb0pucHpJD40a Iseoo+8ODXc/aZ+GWanb+q7gqNPmyg/YCzsKc8rtdrkLS50fwdMjSm6jCZlEzZsr kNb85Yc4CSHBzLHgm4PfJSewnOPYm3mb1xkL+VF4yLVM/nzNVdUAOtTrPWYFFI9+ XYmkvbEiVVfn5jGE8W9ACkglM/o=
Received: by filter0783p1las1.sendgrid.net with SMTP id filter0783p1las1-25801-5B96E904-A 2018-09-10 21:58:28.245651644 +0000 UTC m=+347307.227157967
Received: from github-lowworker-89d05ac.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id ssFI5uBXTzCLjukfpfl2vw for <quic-issues@ietf.org>; Mon, 10 Sep 2018 21:58:28.083 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-89d05ac.cp1-iad.github.net (Postfix) with ESMTP id 0FFBFAE0336 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 14:58:28 -0700 (PDT)
Date: Mon, 10 Sep 2018 21:58:28 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2c3285a70988cfcaa91cc39369d2a15ccada646892cf0000000117aeab0492a169ce155d42c5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1736/420075153@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1736@github.com>
References: <quicwg/base-drafts/issues/1736@github.com>
Subject: Re: [quicwg/base-drafts] Is zero a valid argument for the Table State Synchronize instruction? (#1736)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96e904e198_71583ff78eed45c0306691"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1z0IIr6FyUpTBL09csYgcrh862r45f0RGF38 yf7cDejS3utfUSM0ohr3F3y6anE3rJKsvPhCulio7m61HoPHeSh2B81gIGLjJyIEmlonEjjWi2fRSv jNd/tpzRLiZOtwCPdoARWT7keHNhr6iHMems9+NX+7+ESr4lEdroDuL9zK8AzuUO9i64/7a9DzLJi3 Y=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WcY03yeS_StHhqWnz2Xv4T544Ec>
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, 10 Sep 2018 21:58:30 -0000

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

If it's valid, the literal interpretation of it would be no-op.  I would be opposed to allowing an instruction that would move the value backwards, but having no effect seems relatively unobjectionable.

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

<p>If it's valid, the literal interpretation of it would be no-op.  I would be opposed to allowing an instruction that would move the value backwards, but having no effect seems relatively unobjectionable.</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/1736#issuecomment-420075153">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2JV3KDKoiXOVzyHykPe-I7VE9U5ks5uZuCEgaJpZM4Wgjbe">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0fHxOYFgg5Po_gMrijFCDrRWI51ks5uZuCEgaJpZM4Wgjbe.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #1736: If it's valid, the literal interpretation of it would be no-op.  I would be opposed to allowing an instruction that would move the value backwards, but having no effect seems relatively unobjectionable."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1736#issuecomment-420075153"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1736#issuecomment-420075153",
"url": "https://github.com/quicwg/base-drafts/issues/1736#issuecomment-420075153",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Is zero a valid argument for the Table State Synchronize instruction? (#1736)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1736,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1736\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1736#issuecomment-420075153"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377632478\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b96e904e198_71583ff78eed45c0306691--


From nobody Mon Sep 10 16:15:14 2018
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 DAA67130FF0 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 16:15:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 wT0vJwkSZFzs for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 16:15:11 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 87CDB130F8A for <quic-issues@ietf.org>; Mon, 10 Sep 2018 16:15:11 -0700 (PDT)
Date: Mon, 10 Sep 2018 16:15:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536621309; bh=5sTZfjt8ZVchLTL0P8gk/Iygn8K42rM38tqGjkme590=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=vjQyzuXQ+eDrp0cU3RzhEnzUyfEVXdu71gcON3UIB9okdWb8rnUgZvfBwjq6aEdxg KFlFGhec2cKwJbLqSRaKmxjkbDLCSFdtWsAGO4nR22c2W5hfOAHH5CY1KBwQq+Wnt4 Ub2D0LypAkKvOu7gVjDOiIxKV6x2IJGARHp8bsoE=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab60a236faef0543d59286fe6a771f069de1a532a292cf0000000117aebcfd92a169ce156349d9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1738@github.com>
Subject: [quicwg/base-drafts] Receiving same New Connection ID twice (#1738)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96fafdc1f13_34153f88b18d45b821155e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/NKNOZJCP_EFfYwB-TQrQdSAS2LQ>
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, 10 Sep 2018 23:15:13 -0000

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

All frames are idempotent. I read that to mean that if the same New Connection ID frame is received twice, the second transmission should be a no-op. I assume that "same frame" here means the same connection ID, the same reset secret, and the same sequence if we still care about sequences. That much is fine. But what if the two frames are almost the same, say with the same connection ID and a different reset secret? Should the node update the previously received secret, or should it signal a protocol violation?

A variation of that happens if the node sends a "New Connection ID" frame, and the connection ID is the same as the source ID used by that node. I assume it is a protocol violation. Or is it just a nice way for clients to tell servers about their reset secret?

(I realize that there may be work in progress in some secret PR -- but then, please submit it to the main repo.)

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

<p>All frames are idempotent. I read that to mean that if the same New Connection ID frame is received twice, the second transmission should be a no-op. I assume that "same frame" here means the same connection ID, the same reset secret, and the same sequence if we still care about sequences. That much is fine. But what if the two frames are almost the same, say with the same connection ID and a different reset secret? Should the node update the previously received secret, or should it signal a protocol violation?</p>
<p>A variation of that happens if the node sends a "New Connection ID" frame, and the connection ID is the same as the source ID used by that node. I assume it is a protocol violation. Or is it just a nice way for clients to tell servers about their reset secret?</p>
<p>(I realize that there may be work in progress in some secret PR -- but then, please submit it to the main repo.)</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/1738">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwTx7lOBjPXezsQ_YCSf_mXr0Xy9ks5uZvJ9gaJpZM4WiVG_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1l3Gpk-IdOBWA4VpHV9-1AWrCHOks5uZvJ9gaJpZM4WiVG_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Receiving same New Connection ID twice (#1738)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1738"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1738",
"url": "https://github.com/quicwg/base-drafts/issues/1738",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Receiving same New Connection ID twice (#1738)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1738
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1738,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1738\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1738"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378098111\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b96fafdc1f13_34153f88b18d45b821155e--


From nobody Mon Sep 10 16:36:04 2018
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 0C032130FD9 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 16:36:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 pTH5vILWRsVj for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 16:36:01 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5331B127133 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 16:36:01 -0700 (PDT)
Date: Mon, 10 Sep 2018 16:36:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536622560; bh=tHRhwXz+75kfhQSweJ+5HSjXaIUzcF8a1lX0E7y72Cw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kJ+BPriZAIDYQV2KPH5vAMrnrSA4wCMsVhhnCiuptCr9jMHdDN5hyCeL0/WcCD0iW dCXVqr4BqE27qVakKc1yeCK+xqVaVI5jwa4rnIcIKVkeMeRvd52Le7xkJBxpJwTolr PisfEuIbUb70ExeLGgLktA4fR1A5kKnM/c6cYuMM=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3d67fad0baeb07a98f9208af894264544850edb492cf0000000117aec1e092a169ce156349d9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1738/420095402@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1738@github.com>
References: <quicwg/base-drafts/issues/1738@github.com>
Subject: Re: [quicwg/base-drafts] Receiving same New Connection ID twice (#1738)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b96ffe076584_5a623fe93c2d45b414164e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/VOx4JpTu6w216Yh7zk4P87Kd1z0>
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, 10 Sep 2018 23:36:03 -0000

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

@huitema I'm not aware of any secret PR. 
What I think you're referring to is the output from the Connection ID design team, which will be submitted as a PR to the main repo after all members of that DT have had a chance to review the latest proposal (hopefully tonight). It seems reasonable to make sure that everyone on the DT is happy with its output before submitting it to the main repo and representing it as such. 

Regardless, I don't believe that any of that work currently has impact on this issue, which is both a very good point and something that should probably be clarified. 

-- 
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/1738#issuecomment-420095402
----==_mimepart_5b96ffe076584_5a623fe93c2d45b414164e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"7464128" data-octo=
-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" h=
ref=3D"https://github.com/huitema">@huitema</a> I'm not aware of any secr=
et PR.<br>
What I think you're referring to is the output from the Connection ID des=
ign team, which will be submitted as a PR to the main repo after all memb=
ers of that DT have had a chance to review the latest proposal (hopefully=
 tonight). It seems reasonable to make sure that everyone on the DT is ha=
ppy with its output before submitting it to the main repo and representin=
g it as such.</p>
<p>Regardless, I don't believe that any of that work currently has impact=
 on this issue, which is both a very good point and something that should=
 probably be clarified.</p>

<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/1738#issuecomment-420095402">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5m2=
0VyOD4qqOynBjX0WehPerYMrks5uZvdggaJpZM4WiVG_">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-cyA_UltFdoUGR1cF6NHxUN=
hj8xks5uZvdggaJpZM4WiVG_.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@eric=
kinnear in #1738: @huitema I'm not aware of any secret PR. \r\nWhat I thi=
nk you're referring to is the output from the Connection ID design team, =
which will be submitted as a PR to the main repo after all members of tha=
t DT have had a chance to review the latest proposal (hopefully tonight).=
 It seems reasonable to make sure that everyone on the DT is happy with i=
ts output before submitting it to the main repo and representing it as su=
ch. \r\n\r\nRegardless, I don't believe that any of that work currently h=
as impact on this issue, which is both a very good point and something th=
at should probably be clarified. "}],"action":{"name":"View Issue","url":=
"https://github.com/quicwg/base-drafts/issues/1738#issuecomment-420095402=
"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1738#issuecomment=
-420095402",
"url": "https://github.com/quicwg/base-drafts/issues/1738#issuecomment-42=
0095402",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Receiving same New Connection ID twice=
 (#1738)",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1738,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1738\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1738#issuecomment-42=
0095402"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3780981=
11\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b96ffe076584_5a623fe93c2d45b414164e--


From nobody Mon Sep 10 16:39:24 2018
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 55447130FD9 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 16:39:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 CqFIcHgohUQb for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 16:39:21 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E8998127133 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 16:39:20 -0700 (PDT)
Date: Mon, 10 Sep 2018 16:39:19 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536622759; bh=KskEQuOi0miQJ913m70mB0zMbylxeRXMPPlMy0j8L9k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SNPhrO1QHWWrwflgqElalAYi+aKq6U0mDahfxB4H/fq9ddyWfODcJyaeLbUS5cv8/ JyzqoSYp+qlkVWn6jHngh8/vySm8wXmS1hgweDg2OGVJfVO255J8VnU51qn5qMQDL0 fvXyO3/2iHdEgKTzaO0j2pTpa0ZfDW/757CJlvlA=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8a63ac5e31d95afd06c22fe1102e07b5bd860f2392cf0000000117aec2a792a169ce155ca63e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1729/420096247@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1729@github.com>
References: <quicwg/base-drafts/issues/1729@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9700a714912_7bab3fdd8a6d45b4284333"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/UloV9B6q7VyVv-fe5gBq0tVHrAI>
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, 10 Sep 2018 23:39:23 -0000

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

Yup, CONNECTION_ID_FINISHED should address this, which will be in a PR against the main repo shortly, it's waiting on a final read-through from the members of the CID DT (as I mentioned, hopefully tonight). 

I don't think anyone's expecting you to find that until it's a "real" PR. 

-- 
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/1729#issuecomment-420096247
----==_mimepart_5b9700a714912_7bab3fdd8a6d45b4284333
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Yup, CONNECTION_ID_FINISHED should address this, which will be in a PR=
 against the main repo shortly, it's waiting on a final read-through from=
 the members of the CID DT (as I mentioned, hopefully tonight).</p>
<p>I don't think anyone's expecting you to find that until it's a "real" =
PR.</p>

<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/1729#issuecomment-420096247">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8QY=
hbQx_5dUt1mh_Sxk0N-DTg5Gks5uZvgngaJpZM4WgW-1">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq42dx2JwKRjijZtD75AbCVKh=
tAjJks5uZvgngaJpZM4WgW-1.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@eric=
kinnear in #1729: Yup, CONNECTION_ID_FINISHED should address this, which =
will be in a PR against the main repo shortly, it's waiting on a final re=
ad-through from the members of the CID DT (as I mentioned, hopefully toni=
ght). \r\n\r\nI don't think anyone's expecting you to find that until it'=
s a \"real\" PR. "}],"action":{"name":"View Issue","url":"https://github.=
com/quicwg/base-drafts/issues/1729#issuecomment-420096247"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment=
-420096247",
"url": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-42=
0096247",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID Garbage Collection (#172=
9)",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1729,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1729\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-42=
0096247"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3775814=
93\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9700a714912_7bab3fdd8a6d45b4284333--


From nobody Mon Sep 10 16:40:24 2018
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 45A02130FD9 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 16:40:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 0BjwimKxxM-s for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 16:40:22 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E37B2127133 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 16:40:21 -0700 (PDT)
Date: Mon, 10 Sep 2018 16:40:21 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536622821; bh=XMCSMSQUdayN+C8SYcmh35BySylCvLBHGhf6vXdR6OA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GSFEO/d51mee3EoHu/ZPNq//2KysTosDI7MO66nYhxkKKLiI1W8JNcT8ojTjePPj2 nqDb3qH7JMT+LAV+xyiExT0CgnX4jRj25kKQSO+zixS1Y62qzK4wRpRXzGCqQLpljA iVK6l9Ltp9Sec/dvk21djROuhHFYpaRimA55N/B4=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf978a16072230adc91c91554ba20cdd5cdce5f6392cf0000000117aec2e592a169ce155ca63e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1729/420096432@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1729@github.com>
References: <quicwg/base-drafts/issues/1729@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9700e548d5c_52b3ffcc9ed45bc30296c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/mUcLbYgRLKSxiOE_ukV-EIYLa-k>
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, 10 Sep 2018 23:40:23 -0000

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

I think sending this frame will not only clean up those that are "burned" by probes that fail, but it will also request new CIDs to replace those that were used by probing, which should cover the other half of the issue above? 

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

<p>I think sending this frame will not only clean up those that are "burned" by probes that fail, but it will also request new CIDs to replace those that were used by probing, which should cover the other half of the issue above?</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/1729#issuecomment-420096432">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7Iww3PVgRZ3c1nPzlysv8WGQ5f0ks5uZvhlgaJpZM4WgW-1">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_-bGxNOji4_0ZzKVTrUx7egtGznks5uZvhlgaJpZM4WgW-1.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear in #1729: I think sending this frame will not only clean up those that are \"burned\" by probes that fail, but it will also request new CIDs to replace those that were used by probing, which should cover the other half of the issue above? "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1729#issuecomment-420096432"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-420096432",
"url": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-420096432",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1729,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1729\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-420096432"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377581493\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9700e548d5c_52b3ffcc9ed45bc30296c--


From nobody Mon Sep 10 16:45:48 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 98589130FF0 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 16:45:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 p1m0YChCYNHr for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 16:45:45 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E5ABD130FD9 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 16:45:44 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536623144; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=VARVqp7GMozbMWPWcgpJwRen/2f795EmkQptcV3TkzA=; b=STaknALpjXsHW8EpSnw7LySHbyQu8HTZMRHz7jHR7BD+3nQg00kN37I2i/z6V4x5VY2GdyFU TJskmc9tb/NDKD8EVBvTz9sgXeKjsDX+7YJp+0Yd+NDb7+t7U2PH09hIa/XMxoP9xeihsQwJ FGy34LO+HJkGP9sOAqBoGJKy7ws=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=fb.com@github.com
Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 5b970227.7f19440640c0-smtp-out-n01; Mon, 10 Sep 2018 23:45:43 -0000 (UTC)
Date: Mon, 10 Sep 2018 16:45:42 -0700
From: Alan Frindell <afrind@fb.com>
Reply-To: Alan Frindell <afrind@fb.com>
To: quic-issues@ietf.org
Message-ID: <5b97022670fda_3b4a2abe0db38ecc58838@hookshot-fe-d2afb11.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 194768: Clarify QPACK eviction races
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b97022670be5_3b4a2abe0db38ecc58750"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IRcDbB8XmupXokLc6CsPPBQZe3M>
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, 10 Sep 2018 23:45:47 -0000

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

  Branch: refs/heads/qpack-reference-strategy
  Home:   https://github.com/quicwg/base-drafts
  Commit: 194768230b9afe1f41babd908acb90a617c31955
      https://github.com/quicwg/base-drafts/commit/194768230b9afe1f41babd908acb90a617c31955
  Author: Alan Frindell <afrind@fb.com>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Clarify QPACK eviction races

Fixes #1129


  Commit: 60646f9f11d74cac32a87c7a1bb1dcf33910faef
      https://github.com/quicwg/base-drafts/commit/60646f9f11d74cac32a87c7a1bb1dcf33910faef
  Author: Alan Frindell <afrind@fb.com>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Changed the text a bit, added a drawing


  Commit: e93552557a15c1dd4c4c64125e48bfeb1792c56f
      https://github.com/quicwg/base-drafts/commit/e93552557a15c1dd4c4c64125e48bfeb1792c56f
  Author: Alan Frindell <afrind@fb.com>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Remove 'eviction-prone', update diagram, more wordsmithing.


  Commit: 8d5533ad067d1bb626e7796bc63b8a4f65a58384
      https://github.com/quicwg/base-drafts/commit/8d5533ad067d1bb626e7796bc63b8a4f65a58384
  Author: Alan Frindell <afrind@fb.com>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Martin's feedback


Compare: https://github.com/quicwg/base-drafts/compare/53fd116a405e...8d5533ad067d
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b97022670be5_3b4a2abe0db38ecc58750--


From nobody Mon Sep 10 17:01:31 2018
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 23AE7130FD9 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 17:01:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 D-xoac_g-Nlk for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 17:01:27 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4D194130F74 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 17:01:27 -0700 (PDT)
Date: Mon, 10 Sep 2018 17:01:26 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536624086; bh=FKyyxAJC9OfDXB890zk15H/6D6/+BwO2fXByqWEDWeo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2COstfW6KSHQZB/yfC3iMroBO7qgkPNnRxNdH4lN4fL0LCzb/uvK05Aj6Y5dX2JAt gJgH1i1qpVFMAjGkK8SMhcX30jaPDDZcR/UnEJVH+gmzZ3E7wvednOZsO7kqS5FrUd 37QZVlJPxHRSfoEKl5mcYNuUTzze/dO4yCjQXBJc=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3cb3b576a2aa164ef7854cafe541eb2eeb54f00f92cf0000000117aec7d692a169ce13a9a7d1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1420/420100423@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1420@github.com>
References: <quicwg/base-drafts/issues/1420@github.com>
Subject: Re: [quicwg/base-drafts] encoder stream can deadlock (#1420)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9705d663d7d_4eff3f9dfa4d45b82020f9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/PrsH2KUTDfochPYuWENvrXTEfuA>
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, 11 Sep 2018 00:01:29 -0000

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

@afrind 
> If an encoder runs out of stream flow control on the encoder stream, it may erroneously send requests (and fill the connection flow control) that depend on bytes that haven't been transmitted. Some text advising caution in this scenario may be warranted.

+1.

Re the issue that @martinthomson initially raised, I think that we should state that:
* a non-streaming decoder should cap the maximum size of an instruction that it processes to avoid memory exhaustion attacks
* a non-streaming decoder that keeps partial instructions in the receive buffer should set the size of the receive buffer equal to or greater than the maximum permitted size of the instruction

-- 
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/1420#issuecomment-420100423
----==_mimepart_5b9705d663d7d_4eff3f9dfa4d45b82020f9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"8259689" data-octo=
-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" h=
ref=3D"https://github.com/afrind">@afrind</a></p>
<blockquote>
<p>If an encoder runs out of stream flow control on the encoder stream, i=
t may erroneously send requests (and fill the connection flow control) th=
at depend on bytes that haven't been transmitted. Some text advising caut=
ion in this scenario may be warranted.</p>
</blockquote>
<p>+1.</p>
<p>Re the issue that <a class=3D"user-mention" data-hovercard-user-id=3D"=
67641" data-octo-click=3D"hovercard-link-click" data-octo-dimensions=3D"l=
ink_type:self" href=3D"https://github.com/martinthomson">@martinthomson</=
a> initially raised, I think that we should state that:</p>
<ul>
<li>a non-streaming decoder should cap the maximum size of an instruction=
 that it processes to avoid memory exhaustion attacks</li>
<li>a non-streaming decoder that keeps partial instructions in the receiv=
e buffer should set the size of the receive buffer equal to or greater th=
an the maximum permitted size of the instruction</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/issues/1420#issuecomment-420100423">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4KO=
s5p2oW4tc1kKKvOBBelWdq2fks5uZv1WgaJpZM4UcugY">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq01NPUgvh420A7_WIYjL63n1=
cMYFks5uZv1WgaJpZM4UcugY.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1420: @afrind \r\n\u003e If an encoder runs out of stream flow con=
trol on the encoder stream, it may erroneously send requests (and fill th=
e connection flow control) that depend on bytes that haven't been transmi=
tted. Some text advising caution in this scenario may be warranted.\r\n\r=
\n+1.\r\n\r\nRe the issue that @martinthomson initially raised, I think t=
hat we should state that:\r\n* a non-streaming decoder should cap the max=
imum size of an instruction that it processes to avoid memory exhaustion =
attacks\r\n* a non-streaming decoder that keeps partial instructions in t=
he receive buffer should set the size of the receive buffer equal to or g=
reater than the maximum permitted size of the instruction"}],"action":{"n=
ame":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/142=
0#issuecomment-420100423"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1420#issuecomment=
-420100423",
"url": "https://github.com/quicwg/base-drafts/issues/1420#issuecomment-42=
0100423",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] encoder stream can deadlock (#1420)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1420,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1420\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1420#issuecomment-42=
0100423"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3430748=
40\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9705d663d7d_4eff3f9dfa4d45b82020f9--


From nobody Mon Sep 10 17:39:41 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 E8D3913104A for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 17:39:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 1.297
X-Spam-Level: *
X-Spam-Status: No, score=1.297 tagged_above=-999 required=5 tests=[BAYES_20=-0.001, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 E-wxP9YN_ipU for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 17:39:27 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6487B131063 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 17:39:27 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536626366; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=oIi8FFlGbbwAoTQ+iHCgonc6uvE7CgJQBySqKp/GGt0=; b=lBnZxtn7zeRW0T9BUqrjFwabDxr5jyOXv1KuIAl0Tsv4B0JW+jkmh6zmHxv5Ddj139u6vGLE bjErTnWYy0MwzgvK3UEVR0dmaYTEvgu0xwEvr5S8xGT9/4wncrpievvdcaNufLPoebUlt+Qu DKKG04f0AU1NIy+i/q6QdkObFUU=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5b970ebe.7ff6e84d8750-smtp-out-n02; Tue, 11 Sep 2018 00:39:26 -0000 (UTC)
Date: Mon, 10 Sep 2018 17:39:26 -0700
From: martinthomson <martin.thomson@gmail.com>
Reply-To: martinthomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5b970ebe7b750_29412acd23a9eec43952c@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b970ebe7b39a_29412acd23a9eec43947f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/3yLouo1HC8BsM5nzj6Bnacni7Us>
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, 11 Sep 2018 00:39:39 -0000

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

  Branch: refs/heads/http/closure
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b970ebe7b39a_29412acd23a9eec43947f--


From nobody Mon Sep 10 17:41:17 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 17227130F99 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 17:41:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.602
X-Spam-Level: 
X-Spam-Status: No, score=-0.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 0d7F3rwE2lhX for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 17:41:15 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ABF7512F18C for <quic-issues@ietf.org>; Mon, 10 Sep 2018 17:41:15 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536626475; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=4ufB0jwfdVnB4oUPPndaLvjw1Hc9hWYkvsgQd1K5QR0=; b=QC2KGEDwVt7/BDPNCUumnZprk6LTbMPQ6qOSkllkECON8YX7/NzvUtSn3b9z5XE1EmOG3RNw /KLEkmELCJfcgeM2WVIUtc2rvJeIJQOTcHfYNhxe8xvlPLcnNQMTiG+dg7TqFOdTyMB7cioA crA8qhfBmv6iNpXiY3oFXFlg9bE=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5b970f2a.7fabd86b5450-smtp-out-n03; Tue, 11 Sep 2018 00:41:14 -0000 (UTC)
Date: Mon, 10 Sep 2018 17:41:13 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5b970f299078c_21522ab8adccaed0884a3@hookshot-fe-cace476.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 09c1cc: Stateless reset is now available to both peers
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b970f298fd60_21522ab8adccaed0883f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/HiQpp22SXDCPgenaKMegEO-PbIc>
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, 11 Sep 2018 00:41:17 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 09c1cc094ebf7d644a4547db9131ae50a9f99706
      https://github.com/quicwg/base-drafts/commit/09c1cc094ebf7d644a4547db9131ae50a9f99706
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Stateless reset is now available to both peers

Also, don't create the impression that stateless reset can be used when
a packet can't be decrypted.

Closes #1728.


  Commit: 15d5f4f411602ae59e010bed3144cd933774db3b
      https://github.com/quicwg/base-drafts/commit/15d5f4f411602ae59e010bed3144cd933774db3b
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-11 (Tue, 11 Sep 2018)

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

  Log Message:
  -----------
  Merge pull request #1735 from quicwg/issue1728

Stateless reset is now available to both peers


Compare: https://github.com/quicwg/base-drafts/compare/3cd8e33dbcc2...15d5f4f41160
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b970f298fd60_21522ab8adccaed0883f--


From nobody Mon Sep 10 17:41:28 2018
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 E8781130FF2 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 17:41:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, URIBL_BLOCKED=0.001] autolearn=unavailable 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 Vnh-uJAJ7YEc for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 17:41:17 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3252612F18C for <quic-issues@ietf.org>; Mon, 10 Sep 2018 17:41:17 -0700 (PDT)
Date: Mon, 10 Sep 2018 17:41:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536626476; bh=MtUaCyXYHfgSPGDleWor7UBaEM+0yrdX7Kn4ubytltE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LP9PzR2+4rnxiMN7ZQ8RbYhGDnHrP75ejBorsbZuC9HwW/N4gV21QW5PJi4jaCc3u kdj6TFnL9lT3OklYG04iHKOotBJ9K0eNkyFwEsSucpAyLjZEMI4QM1lql4acRw2XaQ oeExvc2AYw66fzRLIeblU4+cpCjx9uP7y9hB3bmE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab45dd3a2626901f5c8263ebac62c9b2291f0f178292cf0000000117aed12b92a169ce155aadb3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1728/issue_event/1837355895@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1728@github.com>
References: <quicwg/base-drafts/issues/1728@github.com>
Subject: Re: [quicwg/base-drafts] When to send Stateless Reset (#1728)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b970f2b93cdf_70513ffaca0d45bc1180a6"; 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/i_y0OfRdZmiQjKdyn1wNe7ozmck>
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, 11 Sep 2018 00:41:27 -0000

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

Closed #1728 via #1735.

-- 
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/1728#event-1837355895
----==_mimepart_5b970f2b93cdf_70513ffaca0d45bc1180a6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358264243" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1728" href="https://github.com/quicwg/base-drafts/issues/1728">#1728</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358430137" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1735" href="https://github.com/quicwg/base-drafts/pull/1735">#1735</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/1728#event-1837355895">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4C8KvCQcmf6Et3HoRTkdWpzRUZTks5uZwargaJpZM4WfuGt">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3-jX0EF69Mt0N98siiXpch6C6oIks5uZwargaJpZM4WfuGt.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1728 via #1735."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1728#event-1837355895"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1728#event-1837355895",
"url": "https://github.com/quicwg/base-drafts/issues/1728#event-1837355895",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] When to send Stateless Reset (#1728)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1728#event-1837355895"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377414061\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b970f2b93cdf_70513ffaca0d45bc1180a6--


From nobody Mon Sep 10 17:41:34 2018
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 C606D13103A for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 17:41:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 I2SoipKgdl4X for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 17:41:27 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 56810130F99 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 17:41:18 -0700 (PDT)
Date: Mon, 10 Sep 2018 17:41:17 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536626477; bh=xgvZgwih7UZJge8QyfFkMrOA/V3xpqVQ2SU9rZfa7jk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ak5NcprXpSYM2i3YPYQoK0Y6YbnALInJtfWdTtBQV6Zb7HTj8ot0AuMJjzqUgqQqK teniCMC3b46MkdSeO/4cxvrbpFjx4TpQRwWhKXWaOP1fopa2jsE/hrZxGoxCyn1gzN 8jpk57NC2r54220q/H1aeDfR14A+HV4yF/LfpjMw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1a4ea8c3aea422df570a36e0aa9f3780e8558e3092cf0000000117aed12d92a169ce155d35b9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1735/issue_event/1837355892@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1735@github.com>
References: <quicwg/base-drafts/pull/1735@github.com>
Subject: Re: [quicwg/base-drafts] Stateless reset is now available to both peers (#1735)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b970f2d9200c_47d63fab8d6d45c067373"; 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/UMeYmVpllBcgzl3JrLMVJMN4Xj0>
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, 11 Sep 2018 00:41:30 -0000

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

Merged #1735 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/1735#event-1837355892
----==_mimepart_5b970f2d9200c_47d63fab8d6d45c067373
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358430137" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1735" href="https://github.com/quicwg/base-drafts/pull/1735">#1735</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/1735#event-1837355892">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5ke4-PHzINRLtrux6FSTpvjGr28ks5uZwatgaJpZM4Wgia_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0BqBEMytGKyqrVk8Ff5361473zwks5uZwatgaJpZM4Wgia_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1735 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1735#event-1837355892"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1735#event-1837355892",
"url": "https://github.com/quicwg/base-drafts/pull/1735#event-1837355892",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Stateless reset is now available to both peers (#1735)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1735#event-1837355892"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377628351\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b970f2d9200c_47d63fab8d6d45c067373--


From nobody Mon Sep 10 17:41:40 2018
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 3A006131011 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 17:41:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 qvWgUV5znaAT for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 17:41:10 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 297D01271FF for <quic-issues@ietf.org>; Mon, 10 Sep 2018 17:41:10 -0700 (PDT)
Date: Mon, 10 Sep 2018 17:41:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536626469; bh=AgjFUTsazWzx7/oh2cl5aOacpMogiZ1FKkvILZuSP/s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pYdNHc1raDj/jX65T+jUpJythRnO7AxanBH4uhOIeUPUTAxfyqHkOORx5/A17Khxc tkU3xI28c7LoucY2BSTDznMSLfOpWGGMCdrwRxx+pwj4Azo0HO+x48oLf8lsPhiWgl EWupfFfoGK+RjefGljX7HTRkh0IWwsSOSq7STUDs=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2079836bd78b929761a2ed6f59820ca53eaad85c92cf0000000117aed12592a169ce155d35b9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1735/review/154015456@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1735@github.com>
References: <quicwg/base-drafts/pull/1735@github.com>
Subject: Re: [quicwg/base-drafts] Stateless reset is now available to both peers (#1735)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b970f2537761_5f113fd102ed45b41573f1"; 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/Hcu5QVQR_586SSja-BJki1mTIvM>
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, 11 Sep 2018 00:41:30 -0000

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

martinthomson commented on this pull request.



> @@ -1278,6 +1278,9 @@ IDs, QUIC processes the packet as part of that connection. Endpoints MUST drop
 packets with zero-length Destination Connection ID fields if they do not
 correspond to a single connection.
 
+Endpoints SHOULD send a Stateless Reset ({{stateless-reset}}) for any packets

Yes, let's not reiterate that discussion.  Right now, it's basically impossible to except in a very narrow window during the handshake, but we agreed that there was no reason not to allow it.  If the long header is used after the handshake completes (for reasons we come up with later), then we don't have to worry about stateless reset.

-- 
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/1735#discussion_r216516475
----==_mimepart_5b970f2537761_5f113fd102ed45b41573f1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1735#discussion_r216516475">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1278,6 +1278,9 @@ IDs, QUIC processes the packet as part of that connection. Endpoints MUST drop
 packets with zero-length Destination Connection ID fields if they do not
 correspond to a single connection.
 
+Endpoints SHOULD send a Stateless Reset ({{stateless-reset}}) for any packets
</pre>
<p>Yes, let's not reiterate that discussion.  Right now, it's basically impossible to except in a very narrow window during the handshake, but we agreed that there was no reason not to allow it.  If the long header is used after the handshake completes (for reasons we come up with later), then we don't have to worry about stateless reset.</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/1735#discussion_r216516475">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxYFIvcGESnyDLUHriCchjez6Txiks5uZwalgaJpZM4Wgia_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2V7Zwm0VuaJ3YukPbzhc633n0kgks5uZwalgaJpZM4Wgia_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1735"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1735#discussion_r216516475"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1735#discussion_r216516475",
"url": "https://github.com/quicwg/base-drafts/pull/1735#discussion_r216516475",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1735",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1735#discussion_r216516475"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377628351\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b970f2537761_5f113fd102ed45b41573f1--


From nobody Mon Sep 10 17:51:52 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 278EC130DCD for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 17:51:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 1.297
X-Spam-Level: *
X-Spam-Status: No, score=1.297 tagged_above=-999 required=5 tests=[BAYES_40=-0.001, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 cpYmA_LZRH72 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 17:51:49 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A9CBF130DFC for <quic-issues@ietf.org>; Mon, 10 Sep 2018 17:51:49 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536627109; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=M+D++nTCOvaiPVSl6ICWEXnz2ZHVP0xVyZVg2We1BJs=; b=PnhnV32i8Ad3zYQxCaAhyIatxrdkvmnVpJ3DOmZ9aP8ie/lfxg5RebndktGe74us6VT3zKY0 RqC38c2ojbxvvRTWczHr5chcvskQBw48C+15hkQcRfGhSSbWFwWryTSQHS4C1m5XWIRA92mI 0vkUC7DEanXSQ1fwIr7VkDHfnPY=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5b9711a4.7f52580441b0-smtp-out-n03; Tue, 11 Sep 2018 00:51:48 -0000 (UTC)
Date: Mon, 10 Sep 2018 17:51:48 -0700
From: martinthomson <martin.thomson@gmail.com>
Reply-To: martinthomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5b9711a42d4a4_2ac42b0379844ebc6699a@hookshot-fe-cace476.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b9711a42cf60_2ac42b0379844ebc668b6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nRHpOI8s_JrNW6MoJxzJMt0D-lc>
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, 11 Sep 2018 00:51:51 -0000

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

  Branch: refs/heads/issue1728
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b9711a42cf60_2ac42b0379844ebc668b6--


From nobody Mon Sep 10 18:47:57 2018
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 6FE2C131032 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 18:47:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 7THtGXam4rTm for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 18:47:55 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1397D130FFC for <quic-issues@ietf.org>; Mon, 10 Sep 2018 18:47:55 -0700 (PDT)
Date: Mon, 10 Sep 2018 18:47:54 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536630474; bh=JAFsZpJJMyvl80LHgEd7pvKS68GNycQoB1nrQj8ufXc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1U4N+qP38oFnx+J6k1FOTC4Dgntl/WgBJCSh2rdnqQx769+KVGwVHvNCTdVbZ/SJK A3j+xGOl0Qf+rgoWTO64OEValdUIXN6e6AMRZ9zAlooCW0CSfYJqsiU73H80/HRQik xHhyZZLcGlx6/WPDglSdB/vsPbtly3cg9Amh8Xy0=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfc02384e23d617414d5a38321a7aea949e72947792cf0000000117aee0ca92a169ce156349d9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1738/420118691@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1738@github.com>
References: <quicwg/base-drafts/issues/1738@github.com>
Subject: Re: [quicwg/base-drafts] Receiving same New Connection ID twice (#1738)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b971eca6001_6dab3fe214cd45c048241d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/5Imd3W8i9vcpPsrvjTg9iimF8kU>
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, 11 Sep 2018 01:47:57 -0000

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

OK, will submit a separate PR then.

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

<p>OK, will submit a separate PR then.</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/1738#issuecomment-420118691">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6627O3XWxG5h7W1H8INkBh7Cc6-ks5uZxZKgaJpZM4WiVG_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-B9iogLAFm3DB6l0-6rKw4mk31Lks5uZxZKgaJpZM4WiVG_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #1738: OK, will submit a separate PR then."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1738#issuecomment-420118691"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1738#issuecomment-420118691",
"url": "https://github.com/quicwg/base-drafts/issues/1738#issuecomment-420118691",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Receiving same New Connection ID twice (#1738)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1738,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1738\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1738#issuecomment-420118691"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378098111\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b971eca6001_6dab3fe214cd45c048241d--


From nobody Mon Sep 10 18:54:37 2018
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 A361E13104C for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 18:54:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 zQQy4L6GvxRR for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 18:54:34 -0700 (PDT)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 40A67130FFC for <quic-issues@ietf.org>; Mon, 10 Sep 2018 18:54:34 -0700 (PDT)
Date: Mon, 10 Sep 2018 18:54:33 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536630873; bh=4XYmdSeCt7UykSAnN+nS2QqsWT5YzzbVqC6neMBv4Ck=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SZF9jnySM9iXm/j5uUscgKaD/MuS1fUWT+llIeTE5a/g4JxMQQwxxjxqeU9AgxR01 plsYm/YZmZH9zF35IRMobCO1QanA/4pMuvwAJlJdLQyVnyhUBpGymCu9e1oA+jdiAY G4W4oWwLxFRIRBQVYJO7bCm7wGWlYLN/9Yb54SH8=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab434a2f305fd7e3f5aebef800929fd1166fe789b892cf0000000117aee25992a169ce156349d9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1738/420119732@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1738@github.com>
References: <quicwg/base-drafts/issues/1738@github.com>
Subject: Re: [quicwg/base-drafts] Receiving same New Connection ID twice (#1738)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b97205979595_72183fa497ad45b4143126"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/jXzpdEYeELRGJPJAYgLf1IKxQqc>
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, 11 Sep 2018 01:54:36 -0000

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

@erickinnear The parenthesis was because after I flagged a similar issue (#1729), @martinthomson asked me to "Please see erickinnear#4 - that address this problem (and some others)." I read that, wanted to comment, and could not because of some access control. And I wasn't even aware that the CNXID design team was still working on something, since in theory draft 13 was incorporating the team's design. 

-- 
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/1738#issuecomment-420119732
----==_mimepart_5b97205979595_72183fa497ad45b4143126
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"32474881" data-oct=
o-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" =
href=3D"https://github.com/erickinnear">@erickinnear</a> The parenthesis =
was because after I flagged a similar issue (<a class=3D"issue-link js-is=
sue-link" data-error-text=3D"Failed to load issue title" data-id=3D"35839=
3406" data-permission-text=3D"Issue title is private" data-url=3D"https:/=
/github.com/quicwg/base-drafts/issues/1729" href=3D"https://github.com/qu=
icwg/base-drafts/issues/1729">#1729</a>), <a class=3D"user-mention" data-=
hovercard-user-id=3D"67641" data-octo-click=3D"hovercard-link-click" data=
-octo-dimensions=3D"link_type:self" href=3D"https://github.com/martinthom=
son">@martinthomson</a> asked me to "Please see <a class=3D"issue-link js=
-issue-link" data-error-text=3D"Failed to load issue title" data-id=3D"34=
9435440" data-permission-text=3D"Issue title is private" data-url=3D"http=
s://github.com/erickinnear/base-drafts/issues/4" href=3D"https://github.c=
om/erickinnear/base-drafts/pull/4">erickinnear#4</a> - that address this =
problem (and some others)." I read that, wanted to comment, and could not=
 because of some access control. And I wasn't even aware that the CNXID d=
esign team was still working on something, since in theory draft 13 was i=
ncorporating the team's design.</p>

<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/1738#issuecomment-420119732">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3EE=
uCUTABcK9foB_hYJXZXp7dMSks5uZxfZgaJpZM4WiVG_">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqxPh4DwYd7WitT9kE1RUFReg=
nlicks5uZxfZgaJpZM4WiVG_.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huit=
ema in #1738: @erickinnear The parenthesis was because after I flagged a =
similar issue (#1729), @martinthomson asked me to \"Please see erickinnea=
r#4 - that address this problem (and some others).\" I read that, wanted =
to comment, and could not because of some access control. And I wasn't ev=
en aware that the CNXID design team was still working on something, since=
 in theory draft 13 was incorporating the team's design. "}],"action":{"n=
ame":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/173=
8#issuecomment-420119732"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1738#issuecomment=
-420119732",
"url": "https://github.com/quicwg/base-drafts/issues/1738#issuecomment-42=
0119732",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Receiving same New Connection ID twice=
 (#1738)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1738,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1738\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1738#issuecomment-42=
0119732"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3780981=
11\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b97205979595_72183fa497ad45b4143126--


From nobody Mon Sep 10 19:36:33 2018
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 A8AA713104C for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 19:36:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Dfd4p7b4qj5F for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 19:36:30 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 61B26131052 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 19:36:23 -0700 (PDT)
Date: Mon, 10 Sep 2018 19:36:21 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536633382; bh=xjjd2QL4yfKIZIpCDHJ1NgjeOMBioieAdnloyO2NbZM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dnpa8gfv5S0oIR1a0CHHQwBVuvzW8E/vpT8a/t8GtzDxxOpktFEhJINscUlYv0x1k FL1gJYTUUgs7iuy8JzhtYbPXPqeiiCRHon29UgJ57ti7EWOXAdIb7C8xi6ri7qkMTn OUwDGWj92uc4uqVCIPiaFDAANYkovqikqBGMPJWs=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6f7e392a34619ad03ecea0dcf0cf1e09db85f76992cf0000000117aeec2592a169ce155ca63e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1729/420126670@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1729@github.com>
References: <quicwg/base-drafts/issues/1729@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b972a258389a_550a3fd164cd45b88198f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/e9YAFw0bVOugVQszqjhOoXJrZGs>
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, 11 Sep 2018 02:36:32 -0000

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

@erickinnear Yes. I would like to keep it very simple: just say "I have burned this connection ID", without specifying how and why. Then, the peer can do its own accounting of how many connection ID are outstanding, etc.

There is a parallel issue, how does a node delete a path? How does it say that "I used to send packets with sourceCID=X and destCID = Y, but I am not going to send anymore packets to destCID=Y, and I would like you to stop sending anything to the CID=X" ?

And yet another complication. Suppose that a node actually removes all resource attached to that old path. That would include the capability to send a packet to CID=X in the example above. Now suppose that despite timers and best efforts an errant packet arrives after that deletion. Since X cannot be routed, this is going to trigger a stateless reset. Does this reset cause the entire connection to crash?

-- 
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/1729#issuecomment-420126670
----==_mimepart_5b972a258389a_550a3fd164cd45b88198f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"32474881" data-oct=
o-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" =
href=3D"https://github.com/erickinnear">@erickinnear</a> Yes. I would lik=
e to keep it very simple: just say "I have burned this connection ID", wi=
thout specifying how and why. Then, the peer can do its own accounting of=
 how many connection ID are outstanding, etc.</p>
<p>There is a parallel issue, how does a node delete a path? How does it =
say that "I used to send packets with sourceCID=3DX and destCID =3D Y, bu=
t I am not going to send anymore packets to destCID=3DY, and I would like=
 you to stop sending anything to the CID=3DX" ?</p>
<p>And yet another complication. Suppose that a node actually removes all=
 resource attached to that old path. That would include the capability to=
 send a packet to CID=3DX in the example above. Now suppose that despite =
timers and best efforts an errant packet arrives after that deletion. Sin=
ce X cannot be routed, this is going to trigger a stateless reset. Does t=
his reset cause the entire connection to crash?</p>

<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/1729#issuecomment-420126670">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6rK=
ifO-vOnp9VqEBxmuzzH4lcvcks5uZyGlgaJpZM4WgW-1">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq6HWyY-SKMwkukXEHhmcdN72=
fW6zks5uZyGlgaJpZM4WgW-1.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huit=
ema in #1729: @erickinnear Yes. I would like to keep it very simple: just=
 say \"I have burned this connection ID\", without specifying how and why=
. Then, the peer can do its own accounting of how many connection ID are =
outstanding, etc.\r\n\r\nThere is a parallel issue, how does a node delet=
e a path? How does it say that \"I used to send packets with sourceCID=3D=
X and destCID =3D Y, but I am not going to send anymore packets to destCI=
D=3DY, and I would like you to stop sending anything to the CID=3DX\" ?\r=
\n\r\nAnd yet another complication. Suppose that a node actually removes =
all resource attached to that old path. That would include the capability=
 to send a packet to CID=3DX in the example above. Now suppose that despi=
te timers and best efforts an errant packet arrives after that deletion. =
Since X cannot be routed, this is going to trigger a stateless reset. Doe=
s this reset cause the entire connection to crash?"}],"action":{"name":"V=
iew Issue","url":"https://github.com/quicwg/base-drafts/issues/1729#issue=
comment-420126670"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment=
-420126670",
"url": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-42=
0126670",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID Garbage Collection (#172=
9)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1729,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1729\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-42=
0126670"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3775814=
93\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b972a258389a_550a3fd164cd45b88198f--


From nobody Mon Sep 10 19:47:11 2018
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 65330131052 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 19:47:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 K-QlPwKAv_S0 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 19:47:07 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5AE1C13104E for <quic-issues@ietf.org>; Mon, 10 Sep 2018 19:47:07 -0700 (PDT)
Date: Mon, 10 Sep 2018 19:47:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536634026; bh=MVUDbTt+fZ02DyQanRCLf7sybGvLzpaf+IbUQgBuCjA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vyKlHuSVgUliT94/FIOULChTHkjBnTpCVURQk1DI0Rpc5en6Qbv8j6DjIP1s4h6K/ SpxA/NDXHzpq5Njst4L5COn4vZpAvzaNmXPJ/asM+k3fmrXLvXgISXoXUoVGy1reIZ DeXLOzACmp9IafCLwr8Uy0nXNXE9rTqgLLkUPvcM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2f6a625b1c274588965ccd917b847d41c898973992cf0000000117aeeeaa92a169ce155ca63e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1729/420128333@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1729@github.com>
References: <quicwg/base-drafts/issues/1729@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b972caa6c159_79863f9f5f8d45bc265929"; 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/D6rjgIJeBjfNv-FaK_AW1x38PGM>
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, 11 Sep 2018 02:47:10 -0000

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

I have a better question: Why wasn't Christian involved with the design team work?

> [...] I would like you to stop sending anything to the CID=X"

The design team concluded that this wasn't a requirement we would address.  If you advertise a connection ID, then you have to be prepared to accept packets with that as a destination for the lifetime of the connection.  That doesn't mean that you have to sit quietly as your peer provides perfect linkability, you can definitely kill a connection if the peer acts irresponsibly, but we concluded that influencing the choice of connection ID from a peer would add too much complication.

> Does this reset cause the entire connection to crash?

Yes.  The expectation is that you can't remove any knowledge of an old connection ID until after some time has passed, even after receiving an indication that your peer has stopped using that value.  In the rare event that you spend that time and you still receive a delayed packet, then yes, you will send a stateless reset.  The hope here is that the peer has forgotten that particular stateless reset token.  That's why we have a recommendation for a timer.  We probably need text in the PR explaining that.  (@erickinnear, if you don't feel inclined to add that, please open an issue.)


-- 
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/1729#issuecomment-420128333
----==_mimepart_5b972caa6c159_79863f9f5f8d45bc265929
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I have a better question: Why wasn't Christian involved with the desig=
n team work?</p>
<blockquote>
<p>[...] I would like you to stop sending anything to the CID=3DX"</p>
</blockquote>
<p>The design team concluded that this wasn't a requirement we would addr=
ess.  If you advertise a connection ID, then you have to be prepared to a=
ccept packets with that as a destination for the lifetime of the connecti=
on.  That doesn't mean that you have to sit quietly as your peer provides=
 perfect linkability, you can definitely kill a connection if the peer ac=
ts irresponsibly, but we concluded that influencing the choice of connect=
ion ID from a peer would add too much complication.</p>
<blockquote>
<p>Does this reset cause the entire connection to crash?</p>
</blockquote>
<p>Yes.  The expectation is that you can't remove any knowledge of an old=
 connection ID until after some time has passed, even after receiving an =
indication that your peer has stopped using that value.  In the rare even=
t that you spend that time and you still receive a delayed packet, then y=
es, you will send a stateless reset.  The hope here is that the peer has =
forgotten that particular stateless reset token.  That's why we have a re=
commendation for a timer.  We probably need text in the PR explaining tha=
t.  (<a class=3D"user-mention" data-hovercard-user-id=3D"32474881" data-o=
cto-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self=
" href=3D"https://github.com/erickinnear">@erickinnear</a>, if you don't =
feel inclined to add that, please open an issue.)</p>

<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/1729#issuecomment-420128333">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9vp=
Ssa0mTOIOsBP1MRL1o1-7t3yks5uZyQqgaJpZM4WgW-1">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq09hY2fAJF6DcbYmcm5VgD94=
veGdks5uZyQqgaJpZM4WgW-1.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
inthomson in #1729: I have a better question: Why wasn't Christian involv=
ed with the design team work?\r\n\r\n\u003e [...] I would like you to sto=
p sending anything to the CID=3DX\"\r\n\r\nThe design team concluded that=
 this wasn't a requirement we would address.  If you advertise a connecti=
on ID, then you have to be prepared to accept packets with that as a dest=
ination for the lifetime of the connection.  That doesn't mean that you h=
ave to sit quietly as your peer provides perfect linkability, you can def=
initely kill a connection if the peer acts irresponsibly, but we conclude=
d that influencing the choice of connection ID from a peer would add too =
much complication.\r\n\r\n\u003e Does this reset cause the entire connect=
ion to crash?\r\n\r\nYes.  The expectation is that you can't remove any k=
nowledge of an old connection ID until after some time has passed, even a=
fter receiving an indication that your peer has stopped using that value.=
  In the rare event that you spend that time and you still receive a dela=
yed packet, then yes, you will send a stateless reset.  The hope here is =
that the peer has forgotten that particular stateless reset token.  That'=
s why we have a recommendation for a timer.  We probably need text in the=
 PR explaining that.  (@erickinnear, if you don't feel inclined to add th=
at, please open an issue.)\r\n"}],"action":{"name":"View Issue","url":"ht=
tps://github.com/quicwg/base-drafts/issues/1729#issuecomment-420128333"}}=
}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment=
-420128333",
"url": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-42=
0128333",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID Garbage Collection (#172=
9)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1729,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1729\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-42=
0128333"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3775814=
93\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b972caa6c159_79863f9f5f8d45bc265929--


From nobody Mon Sep 10 22:12:15 2018
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 D726D130E34 for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 22:12:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 E7Gxv8AzGSVK for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 22:12:13 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4B499130E26 for <quic-issues@ietf.org>; Mon, 10 Sep 2018 22:12:13 -0700 (PDT)
Date: Mon, 10 Sep 2018 22:12:12 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536642732; bh=4S6KqGe/9IjHMnleJ41azrv/MfqrzjW99kkOD1M/a4Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rC/oUM4AuhfseJcGBVuqTJuVyzKIM/YgOrwNnDFtvdwvxeu8dIQ+iwQ3oHRM/V0ET /aMaEaOWM5iRQCTf4ao0UwCbtDacnfoS/6AzA0f9n5Wd1/abbwd8cYfSGm5IapwHcj u9KNZF9NdoeVMJaLNtHePSE6bhTEN7K2MKhSJpJ0=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abced4c27879d87bde669570412ea34fd02c9f42a392cf0000000117af10ac92a169ce155ca63e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1729/420149034@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1729@github.com>
References: <quicwg/base-drafts/issues/1729@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b974eac2fc29_5fbe3fa4210d45bc176682"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/DDaqiXYI3SkerKt6DTbnbRF_kI8>
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, 11 Sep 2018 05:12:15 -0000

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

Martin, I understand that design teams have to be kept rather small in order to be effective and I certainly do not want to be involved in each and everyone of them. But the expectation is that once the initial design is done, we revert to open discussion in the working group. Otherwise, we have something rather different from an IETF process. I believed that the design team completed their work in June, and transferred it to the with the publication of draft-13. I am surprised that the team is still operating today as a design team.

You say that "design team concluded that this wasn't a requirement we would address". Who is we, there? It is fine for the design team to say that they don't want to address a specific requirement, but it does not bind the working group. The product of the team there ought to be the reasoning and the arguments, which may or may not convince the working group.

On the specific issue, I completely agree that we don't want nodes to unilaterally remove support for a particular connection ID, and then send a stateless reset that kills the connection if a laggard packet happens. In fact, that would open a DOS avenue. Attackers could record old connection IDs, wait until after a migration happens, and then send a fake "laggard" to kill the connection. But then, if we support migration, we have to also support frequent migration. And we don't want successive migrations to continuously inflate the memory footprint of a connection.

I think that a garbage collection frame like CONNECTION_ID_FINISHED will solve that problem. If a node says, "that connection ID that you announced, I will never use it anymore", then it is almost safe to remove the associated resource. With a little twist: the message should also say, "... and I have destroyed the associated reset secret". 

For obvious reason, this requires that nodes do not pick the same reset secret for every connection ID. I don't know whether we have that requirement. 

-- 
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/1729#issuecomment-420149034
----==_mimepart_5b974eac2fc29_5fbe3fa4210d45bc176682
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Martin, I understand that design teams have to be kept rather small in=
 order to be effective and I certainly do not want to be involved in each=
 and everyone of them. But the expectation is that once the initial desig=
n is done, we revert to open discussion in the working group. Otherwise, =
we have something rather different from an IETF process. I believed that =
the design team completed their work in June, and transferred it to the w=
ith the publication of draft-13. I am surprised that the team is still op=
erating today as a design team.</p>
<p>You say that "design team concluded that this wasn't a requirement we =
would address". Who is we, there? It is fine for the design team to say t=
hat they don't want to address a specific requirement, but it does not bi=
nd the working group. The product of the team there ought to be the reaso=
ning and the arguments, which may or may not convince the working group.<=
/p>
<p>On the specific issue, I completely agree that we don't want nodes to =
unilaterally remove support for a particular connection ID, and then send=
 a stateless reset that kills the connection if a laggard packet happens.=
 In fact, that would open a DOS avenue. Attackers could record old connec=
tion IDs, wait until after a migration happens, and then send a fake "lag=
gard" to kill the connection. But then, if we support migration, we have =
to also support frequent migration. And we don't want successive migratio=
ns to continuously inflate the memory footprint of a connection.</p>
<p>I think that a garbage collection frame like CONNECTION_ID_FINISHED wi=
ll solve that problem. If a node says, "that connection ID that you annou=
nced, I will never use it anymore", then it is almost safe to remove the =
associated resource. With a little twist: the message should also say, ".=
.. and I have destroyed the associated reset secret".</p>
<p>For obvious reason, this requires that nodes do not pick the same rese=
t secret for every connection ID. I don't know whether we have that requi=
rement.</p>

<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/1729#issuecomment-420149034">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq00x=
I4g-jb9uRVD3d_VdKxzl6TzKks5uZ0YsgaJpZM4WgW-1">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8I1dOfF2HSr7SxkBCu-BBxC=
oKpkks5uZ0YsgaJpZM4WgW-1.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huit=
ema in #1729: Martin, I understand that design teams have to be kept rath=
er small in order to be effective and I certainly do not want to be invol=
ved in each and everyone of them. But the expectation is that once the in=
itial design is done, we revert to open discussion in the working group. =
Otherwise, we have something rather different from an IETF process. I bel=
ieved that the design team completed their work in June, and transferred =
it to the with the publication of draft-13. I am surprised that the team =
is still operating today as a design team.\r\n\r\nYou say that \"design t=
eam concluded that this wasn't a requirement we would address\". Who is w=
e, there? It is fine for the design team to say that they don't want to a=
ddress a specific requirement, but it does not bind the working group. Th=
e product of the team there ought to be the reasoning and the arguments, =
which may or may not convince the working group.\r\n\r\nOn the specific i=
ssue, I completely agree that we don't want nodes to unilaterally remove =
support for a particular connection ID, and then send a stateless reset t=
hat kills the connection if a laggard packet happens. In fact, that would=
 open a DOS avenue. Attackers could record old connection IDs, wait until=
 after a migration happens, and then send a fake \"laggard\" to kill the =
connection. But then, if we support migration, we have to also support fr=
equent migration. And we don't want successive migrations to continuously=
 inflate the memory footprint of a connection.\r\n\r\nI think that a garb=
age collection frame like CONNECTION_ID_FINISHED will solve that problem.=
 If a node says, \"that connection ID that you announced, I will never us=
e it anymore\", then it is almost safe to remove the associated resource.=
 With a little twist: the message should also say, \"... and I have destr=
oyed the associated reset secret\". \r\n\r\nFor obvious reason, this requ=
ires that nodes do not pick the same reset secret for every connection ID=
. I don't know whether we have that requirement. "}],"action":{"name":"Vi=
ew Issue","url":"https://github.com/quicwg/base-drafts/issues/1729#issuec=
omment-420149034"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment=
-420149034",
"url": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-42=
0149034",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID Garbage Collection (#172=
9)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1729,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1729\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-42=
0149034"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3775814=
93\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b974eac2fc29_5fbe3fa4210d45bc176682--


From nobody Mon Sep 10 23:08:35 2018
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 BF686130E2D for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 23:08:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 7aIc-wFZUYap for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 23:08:32 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CFC10126DBF for <quic-issues@ietf.org>; Mon, 10 Sep 2018 23:08:31 -0700 (PDT)
Date: Mon, 10 Sep 2018 23:08:30 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536646110; bh=E6FPUdG+3rkDiWeTmfxuGKnXM4G3LkBhogyV+eQ3Puo=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=tyUJx14h1Oehv3H+cJzRlq84qK+igyj91HrpFTDW3okBUpIvtPu4qaYxynA/nzBgy NbzmnogZtRTcbs4gVuKDDZaa5SOVnsYCWWlNh64sUtyMXGdsqbpRPT5euSOfDb318F /9vLVLVv7Jm3928D55x/Hiu6FsOKZjMoxFS9AFBg=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3ee9f7adfccf6542abf46d2a7c8e6a91706b0ddd92cf0000000117af1dde92a169ce15645e52@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1739@github.com>
Subject: [quicwg/base-drafts] Tighten error processing of NEW CONNECTION ID (#1739)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b975bdeaf544_1d203f9dd3cd45b44996e5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/yuN98M8IIo_5Hpa_ft8n9dGy9II>
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, 11 Sep 2018 06:08:34 -0000

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

Generate an error if the same connection ID is announced twice, with different reset secret or different sequence number. Also prohibits repeating the connection ID used in handshake in a new connection ID frame.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Merge pull request #5 from quicwg/master
  * Tighten error processing of NEW CONNECTION ID
  * Fix typo

-- File Changes --

    M draft-ietf-quic-transport.md (13)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1739.patch
https://github.com/quicwg/base-drafts/pull/1739.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/1739

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

<p>Generate an error if the same connection ID is announced twice, with different reset secret or different sequence number. Also prohibits repeating the connection ID used in handshake in a new connection ID frame.</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/1739'>https://github.com/quicwg/base-drafts/pull/1739</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Merge pull request #5 from quicwg/master</li>
  <li>Tighten error processing of NEW CONNECTION ID</li>
  <li>Fix typo</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1739/files#diff-0">draft-ietf-quic-transport.md</a>
    (13)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1739.patch'>https://github.com/quicwg/base-drafts/pull/1739.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1739.diff'>https://github.com/quicwg/base-drafts/pull/1739.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/1739">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3hdmQFlZPxhKBZ54Mar3dKnMdY3ks5uZ1NegaJpZM4WipvQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3tv1BEWaXGtBfECCYI-dv9mPnO-ks5uZ1NegaJpZM4WipvQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Tighten error processing of NEW CONNECTION ID (#1739)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1739"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1739",
"url": "https://github.com/quicwg/base-drafts/pull/1739",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Tighten error processing of NEW CONNECTION ID (#1739)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "b0396b0",
"value": "Merge pull request #5 from quicwg/master"
},
{
"name": "0b76a58",
"value": "Tighten error processing of NEW CONNECTION ID"
},
{
"name": "8ffda9e",
"value": "Fix typo"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1739/files#diff-0) (13 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1739,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1739\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1739"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1739.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1739.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378182608\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b975bdeaf544_1d203f9dd3cd45b44996e5--


From nobody Mon Sep 10 23:09:12 2018
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 E5E1E130E2D for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 23:09:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 wxMaOczdn1Io for <quic-issues@ietfa.amsl.com>; Mon, 10 Sep 2018 23:09:09 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BEE47126DBF for <quic-issues@ietf.org>; Mon, 10 Sep 2018 23:09:09 -0700 (PDT)
Date: Mon, 10 Sep 2018 23:09:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536646149; bh=P+ohUwlGX7M1hlpfhDQKpwBpBNsLVnwBKkG3wD99cyk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=t296ibv/1eRANzd/8VWvbEUzcPkZxLYlYwkepvZnwcNf9ZZrP5dshJjoVYcGXNY9c r03gg728sM7Pn00TTm80akfQjdCLLhkzUPfWja1xDoDzy5GeZIX1ZEonSeHyzCtTd+ /slg86P3FyebZBeI2jnzysGSr+MEl9O8RckUchPc=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6cc564d5c163035c76c6c5220fee6ebd2424451792cf0000000117af1e0592a169ce156349d9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1738/420158007@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1738@github.com>
References: <quicwg/base-drafts/issues/1738@github.com>
Subject: Re: [quicwg/base-drafts] Receiving same New Connection ID twice (#1738)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b975c051b322_594b3fde7e2d45b43080b3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/EQXYJKFiQ2YX-2rP_ECUz2Hyc88>
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, 11 Sep 2018 06:09:11 -0000

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

Entered PR #1739 


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

<p>Entered PR <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358899282" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1739" href="https://github.com/quicwg/base-drafts/pull/1739">#1739</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/1738#issuecomment-420158007">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4IKcCzFiWarSWkPVL27c2XNQF0Nks5uZ1OFgaJpZM4WiVG_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0Y_Ubu6Qdy72Mkwtx5Yl3kBiMcLks5uZ1OFgaJpZM4WiVG_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #1738: Entered PR #1739 \r\n"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1738#issuecomment-420158007"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1738#issuecomment-420158007",
"url": "https://github.com/quicwg/base-drafts/issues/1738#issuecomment-420158007",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Receiving same New Connection ID twice (#1738)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1738,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1738\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1738#issuecomment-420158007"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378098111\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b975c051b322_594b3fde7e2d45b43080b3--


From nobody Tue Sep 11 00:12:09 2018
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 89500130E53 for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 00:12:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 a9RmNGHt15WP for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 00:12:06 -0700 (PDT)
Received: from o11.sgmail.github.com (o11.sgmail.github.com [167.89.101.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 306B1130E42 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 00:12:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=SkSqjUcyX7/AE7YYRGZfT66OpF8=; b=ZrvD5+O6fv11EIsp 8QNSOK90uE7R5M7s6b6kU/AsNNkHGxOxsLVeQF4XUnk8a0QrFPc74eJBWJRgMAvb sjAnbujCp5rV461VSi1b/+9TnSNfi5I2XiKaFzdQxTBCe+z9lWljVz0Gk8oSTh8r bnCzhsPBGcI48bxg1HANN/hkrGQ=
Received: by filter0075p1iad2.sendgrid.net with SMTP id filter0075p1iad2-30846-5B976AC5-3 2018-09-11 07:12:05.157033392 +0000 UTC m=+378234.890434352
Received: from github-lowworker-417c549.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0019p1iad2.sendgrid.net (SG) with ESMTP id frorzkWfTTuASZNQ8j1L5Q for <quic-issues@ietf.org>; Tue, 11 Sep 2018 07:12:05.108 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-417c549.cp1-iad.github.net (Postfix) with ESMTP id 0D23CC40029 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 00:12:05 -0700 (PDT)
Date: Tue, 11 Sep 2018 07:12:05 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1c9935a240c45b059e6fda59115e23d01254cbd492cf0000000117af2cc592a169ce15645e52@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1739/review/154073928@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1739@github.com>
References: <quicwg/base-drafts/pull/1739@github.com>
Subject: Re: [quicwg/base-drafts] Tighten error processing of NEW CONNECTION ID (#1739)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b976ac5b53b_74eb3fefda6d45c0106652"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1Tab0sVqO32S3JFhzOANmUCJ/C9JrW8lU08P Stg/JcN1PF9NFF6zh7mqMY+HXJG4HvATp6PIGyGZEZoRJWnq9Mp/oxvENI5n5V27kqxy4ElfTSEFlD JIbOIxFTY1cqX2qNBkqYgPt+fZwtyunieeU5SFQsoRU5k/CkOCsDdivtQQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Q8Nci691yQzuop9IQcX3f1bn_g0>
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, 11 Sep 2018 07:12:08 -0000

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

mikkelfj commented on this pull request.



> @@ -3218,6 +3218,19 @@ value of the connection ID changed.  An endpoint that is sending packets with a
 zero-length Destination Connection ID MUST treat receipt of a NEW_CONNECTION_ID
 frame as a connection error of type PROTOCOL_VIOLATION.
 
+Transmission errors, time-outs and retransmission may cause the same
+NEW_CONNECTION_ID frame to be received multiple time. Additional
+transmissions SHOULD be ignored and MUST NOT cause a connection
+error.
+
+If an endpoint receives a NEW_CONNECTION_ID frame that repeats the same
+connection ID as a previous NEW_CONNECTION_ID frame but with a different
+Stateless Reset Token or a different Sequence, the endpoint MUST
+treat that receipt as a connection error of type PROTOCOL_VIOLATION.
+Similarly, if an endpoint receives a NEW_CONNECTION_ID frame that repeats

That MUST is hard to achieve if the context has been erased meanwhile. Surely the intention is not to log ID's forever?

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

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1739#discussion_r216565535">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3218,6 +3218,19 @@ value of the connection ID changed.  An endpoint that is sending packets with a
 zero-length Destination Connection ID MUST treat receipt of a NEW_CONNECTION_ID
 frame as a connection error of type PROTOCOL_VIOLATION.
 
+Transmission errors, time-outs and retransmission may cause the same
+NEW_CONNECTION_ID frame to be received multiple time. Additional
+transmissions SHOULD be ignored and MUST NOT cause a connection
+error.
+
+If an endpoint receives a NEW_CONNECTION_ID frame that repeats the same
+connection ID as a previous NEW_CONNECTION_ID frame but with a different
+Stateless Reset Token or a different Sequence, the endpoint MUST
+treat that receipt as a connection error of type PROTOCOL_VIOLATION.
+Similarly, if an endpoint receives a NEW_CONNECTION_ID frame that repeats
</pre>
<p>That MUST is hard to achieve if the context has been erased meanwhile. Surely the intention is not to log ID's forever?</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/1739#pullrequestreview-154073928">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1QKPP_kGNPyRfTXifRMmjfZJMbCks5uZ2JFgaJpZM4WipvQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1qs3KXGUSUaGfFDBQ6ZNpnSmxvrks5uZ2JFgaJpZM4WipvQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1739"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1739#pullrequestreview-154073928"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1739#pullrequestreview-154073928",
"url": "https://github.com/quicwg/base-drafts/pull/1739#pullrequestreview-154073928",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1739",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1739#pullrequestreview-154073928"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378182608\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b976ac5b53b_74eb3fefda6d45c0106652--


From nobody Tue Sep 11 03:11:44 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 B2E5812D7EA for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 03:11:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.602
X-Spam-Level: 
X-Spam-Status: No, score=-0.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 mWyP9KiQktJF for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 03:11:36 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5382C130934 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 03:11:36 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536660695; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=PlM87VjtNvUg4dA2hUDCTWUevfoEsNRBPk8zLkYygAQ=; b=tyLGcUaepWxP3LT2YjrmOd/BLd/SAvImAYT2EiUM4RnckO0AZW2YVtvxSRrvgp+Ffz8eXLRO Hf4AErJZChz36wMHO7jY9ASiD8PAqSdfz6hFJZD3VLTKQCFk8Yr862MN2l4XHj9RJZ0LgFm5 Zek1HDr6KX5qHJcZn1YtXdn/yKE=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5b9794d7.7f42c436c720-smtp-out-n02; Tue, 11 Sep 2018 10:11:35 -0000 (UTC)
Date: Tue, 11 Sep 2018 03:11:35 -0700
From: martinthomson <martin.thomson@gmail.com>
Reply-To: martinthomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5b9794d7bb5f_306b2ae5bbf7eec0703cb@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b9794d7b812_306b2ae5bbf7eec0702b9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/jnQ7i1HZnfMzwTDmGSGwVnEDY4Q>
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, 11 Sep 2018 10:11:38 -0000

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

  Branch: refs/tags/draft-ietf-quic-invariants-02
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b9794d7b812_306b2ae5bbf7eec0702b9--


From nobody Tue Sep 11 04:50:41 2018
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 B8985130E70 for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 04:50:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 GEufZ83g7VPN for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 04:50:37 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B5DA4130DF5 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 04:50:37 -0700 (PDT)
Date: Tue, 11 Sep 2018 04:50:36 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536666636; bh=QQzJ+y5V38ippFGyU4RJyO6TP2NVnF4DGo8aR3Q8Qcw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qLQ7KJNhRfy6KzUfv54rg7bDSPVLlOxjV+TgshN7EqHh07eOzKHJAQUqQvmE2sbat vwm6gFt/jBQ5Zp4aLxaZrI0zujdONrkRdX6ZM3a+j3goAncy4O8QRF0pTUf4MwOIV6 +E366zIif+zfPgyt3QPGlDmDf6mbXfV3nwWKdya0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab78273ed19e47471e34699a1b8a4f831badad90fe92cf0000000117af6e0c92a169ce15645e52@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1739/review/154164794@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1739@github.com>
References: <quicwg/base-drafts/pull/1739@github.com>
Subject: Re: [quicwg/base-drafts] Tighten error processing of NEW CONNECTION ID (#1739)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b97ac0cb0afa_63ec3fef75cd45c0174588"; 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/Ubj_OIQ2GhGdsIQa9CUbijnvVA0>
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, 11 Sep 2018 11:50:40 -0000

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

martinthomson commented on this pull request.

In reading this, I wonder if it isn't reasonable to send NEW_CONNECTION_ID with the same connection ID and a different token just to refresh the stateless reset keys.  I think that the answer there is "that's crazy, make a new connection ID as well", but I wanted to check.

> @@ -3218,6 +3218,19 @@ value of the connection ID changed.  An endpoint that is sending packets with a
 zero-length Destination Connection ID MUST treat receipt of a NEW_CONNECTION_ID
 frame as a connection error of type PROTOCOL_VIOLATION.
 
+Transmission errors, time-outs and retransmission may cause the same
+NEW_CONNECTION_ID frame to be received multiple time. Additional

s/time/times

> @@ -3218,6 +3218,19 @@ value of the connection ID changed.  An endpoint that is sending packets with a
 zero-length Destination Connection ID MUST treat receipt of a NEW_CONNECTION_ID
 frame as a connection error of type PROTOCOL_VIOLATION.
 
+Transmission errors, time-outs and retransmission may cause the same
+NEW_CONNECTION_ID frame to be received multiple time. Additional
+transmissions SHOULD be ignored and MUST NOT cause a connection
+error.
+
+If an endpoint receives a NEW_CONNECTION_ID frame that repeats the same
+connection ID as a previous NEW_CONNECTION_ID frame but with a different
+Stateless Reset Token or a different Sequence, the endpoint MUST
+treat that receipt as a connection error of type PROTOCOL_VIOLATION.
+Similarly, if an endpoint receives a NEW_CONNECTION_ID frame that repeats

As @mikkelfj says, I think that we only need to say "MAY" for these and let nature take its course.  A "MAY treat as a protocol error" turns into a fairly firm requirement not to send duplicates.

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

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

<p>In reading this, I wonder if it isn't reasonable to send NEW_CONNECTION_ID with the same connection ID and a different token just to refresh the stateless reset keys.  I think that the answer there is "that's crazy, make a new connection ID as well", but I wanted to check.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1739#discussion_r216639464">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3218,6 +3218,19 @@ value of the connection ID changed.  An endpoint that is sending packets with a
 zero-length Destination Connection ID MUST treat receipt of a NEW_CONNECTION_ID
 frame as a connection error of type PROTOCOL_VIOLATION.
 
+Transmission errors, time-outs and retransmission may cause the same
+NEW_CONNECTION_ID frame to be received multiple time. Additional
</pre>
<p>s/time/times</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1739#discussion_r216639824">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3218,6 +3218,19 @@ value of the connection ID changed.  An endpoint that is sending packets with a
 zero-length Destination Connection ID MUST treat receipt of a NEW_CONNECTION_ID
 frame as a connection error of type PROTOCOL_VIOLATION.
 
+Transmission errors, time-outs and retransmission may cause the same
+NEW_CONNECTION_ID frame to be received multiple time. Additional
+transmissions SHOULD be ignored and MUST NOT cause a connection
+error.
+
+If an endpoint receives a NEW_CONNECTION_ID frame that repeats the same
+connection ID as a previous NEW_CONNECTION_ID frame but with a different
+Stateless Reset Token or a different Sequence, the endpoint MUST
+treat that receipt as a connection error of type PROTOCOL_VIOLATION.
+Similarly, if an endpoint receives a NEW_CONNECTION_ID frame that repeats
</pre>
<p>As <a class="user-mention" data-hovercard-user-id="193335" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mikkelfj">@mikkelfj</a> says, I think that we only need to say "MAY" for these and let nature take its course.  A "MAY treat as a protocol error" turns into a fairly firm requirement not to send duplicates.</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/1739#pullrequestreview-154164794">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3IzuVW-mSTHwil_HvzCjx-2hr-vks5uZ6OMgaJpZM4WipvQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_0XfL8EfduAca4mmGQ878B22Mafks5uZ6OMgaJpZM4WipvQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1739"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1739#pullrequestreview-154164794"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1739#pullrequestreview-154164794",
"url": "https://github.com/quicwg/base-drafts/pull/1739#pullrequestreview-154164794",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1739",
"sections": [
{
"text": "In reading this, I wonder if it isn't reasonable to send NEW_CONNECTION_ID with the same connection ID and a different token just to refresh the stateless reset keys.  I think that the answer there is \"that's crazy, make a new connection ID as well\", but I wanted to check.",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1739#pullrequestreview-154164794"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378182608\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b97ac0cb0afa_63ec3fef75cd45c0174588--


From nobody Tue Sep 11 08:29:45 2018
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 6BFBE130EA4 for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 08:29:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 NzkAM61h_pSw for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 08:29:41 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B43A0130EA2 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 08:29:41 -0700 (PDT)
Date: Tue, 11 Sep 2018 08:29:39 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536679779; bh=WvE5G6cshfPryN4rdmvl7FSHgif3Vj6eS6TkcyTfd+I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=emL9TTYWfyZIOap5bjbiGel4So7JNCMoI8EERMkuncUmDkIyHlMC7MsUwQMcob643 0EDoUCo/9LK6TrZfx7DqVE0HPDxIh86wt8CR3WEq2NMDluO9FlGSGY861KYVJVDJ8U 0Y/JU9mAvMNVZAY4VPtGvoJKNoa2HyTdtALQ0+hg=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba3ef4cf5c6b7dfb7fc94b4188fc5cefe4dd3ad4b92cf0000000117afa16392a169ce155d42c5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1736/420315398@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1736@github.com>
References: <quicwg/base-drafts/issues/1736@github.com>
Subject: Re: [quicwg/base-drafts] Is zero a valid argument for the Table State Synchronize instruction? (#1736)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b97df63de37a_54393f7f058d45b41302c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/WVqwHD_jZK-8nV3i3HfWZqng-qo>
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, 11 Sep 2018 15:29:44 -0000

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

There's never a reason to send TSS/0, unless your implementation is buggy or lazy about calculating when to send it.  I'm not sure I see it as an extension point, but making zero invalid seems reasonable to me.  I prefer that to sending inserts - 1, which seems like another opportunity for off-by-one 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/1736#issuecomment-420315398
----==_mimepart_5b97df63de37a_54393f7f058d45b41302c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>There's never a reason to send TSS/0, unless your implementation is bu=
ggy or lazy about calculating when to send it.  I'm not sure I see it as =
an extension point, but making zero invalid seems reasonable to me.  I pr=
efer that to sending inserts - 1, which seems like another opportunity fo=
r off-by-one errors.</p>

<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/1736#issuecomment-420315398">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxpn=
2YrgmU6kbc6Ug_hCxgpm5Wg5ks5uZ9bjgaJpZM4Wgjbe">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq1lbhYy3Swh8_AJsQmyaDvmw=
1EYWks5uZ9bjgaJpZM4Wgjbe.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afri=
nd in #1736: There's never a reason to send TSS/0, unless your implementa=
tion is buggy or lazy about calculating when to send it.  I'm not sure I =
see it as an extension point, but making zero invalid seems reasonable to=
 me.  I prefer that to sending inserts - 1, which seems like another oppo=
rtunity for off-by-one errors."}],"action":{"name":"View Issue","url":"ht=
tps://github.com/quicwg/base-drafts/issues/1736#issuecomment-420315398"}}=
}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1736#issuecomment=
-420315398",
"url": "https://github.com/quicwg/base-drafts/issues/1736#issuecomment-42=
0315398",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Is zero a valid argument for the Table=
 State Synchronize instruction? (#1736)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1736,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1736\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1736#issuecomment-42=
0315398"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3776324=
78\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b97df63de37a_54393f7f058d45b41302c--


From nobody Tue Sep 11 10:07:28 2018
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 B250B131107 for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 10:07:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 QTTgVImobDmT for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 10:07:19 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C38AC130EF1 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 10:07:18 -0700 (PDT)
Date: Tue, 11 Sep 2018 10:07:17 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536685637; bh=YzikQz6aY4tCbre3ahe4zA4UacY8K+EHGrO8yOnyBKg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0VR/uyJplL6vF9LA5kpNTOi1lIA0IgGPbBGKEd/C/8A9+w0kc93Mb4R6H42Yec0+V RH7GCMCpCNegGmV3kE+PKVzoB0Ia4aXmtsmtoRNHOSjvbobtG0eiZKxDQYthxBgqM5 Z8EbWTdjRRboOImZljTM8Ev7NmujucyTbzLRQhyU=
From: Christian Huitema <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/1739/push/2868055030@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1739@github.com>
References: <quicwg/base-drafts/pull/1739@github.com>
Subject: Re: [quicwg/base-drafts] Tighten error processing of NEW CONNECTION ID (#1739)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b97f6454ee4_41d43ff4100d45b483783"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/2UPit-X-_0OhzZ4bSYDqZTAc5GU>
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, 11 Sep 2018 17:07:26 -0000

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

@huitema pushed 1 commit.

42d9792  Change MUST error on wrong NEW CID to MAY


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1739/files/8ffda9e3efae7267bfea629019fd489c195f4cb2..42d9792421d4092b6bbd2494b3d753660f61f751

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/42d9792">42d9792</a>  Change MUST error on wrong NEW CID to MAY</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/1739/files/8ffda9e3efae7267bfea629019fd489c195f4cb2..42d9792421d4092b6bbd2494b3d753660f61f751">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwqQUOt7J9Vea4rwgbO8k-zN8Q8Tks5uZ-3FgaJpZM4WipvQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9MkN_32HijdKhOagmT2qAme_dhYks5uZ-3FgaJpZM4WipvQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema pushed 1 commit in #1739"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1739/files/8ffda9e3efae7267bfea629019fd489c195f4cb2..42d9792421d4092b6bbd2494b3d753660f61f751"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1739/files/8ffda9e3efae7267bfea629019fd489c195f4cb2..42d9792421d4092b6bbd2494b3d753660f61f751",
"url": "https://github.com/quicwg/base-drafts/pull/1739/files/8ffda9e3efae7267bfea629019fd489c195f4cb2..42d9792421d4092b6bbd2494b3d753660f61f751",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@huitema pushed 1 commit in #1739",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1739:",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [
{
"name": "42d9792",
"value": "Change MUST error on wrong NEW CID to MAY"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1739/files/8ffda9e3efae7267bfea629019fd489c195f4cb2..42d9792421d4092b6bbd2494b3d753660f61f751"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378182608\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b97f6454ee4_41d43ff4100d45b483783--


From nobody Tue Sep 11 10:52:07 2018
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 476E5130EDA for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 10:52:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 o7AznJgP4NAX for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 10:52:04 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 32D2E128D0C for <quic-issues@ietf.org>; Tue, 11 Sep 2018 10:52:04 -0700 (PDT)
Date: Tue, 11 Sep 2018 10:52:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536688323; bh=UyvTW6WLAme8rjtEhwrYxnTTyZ4lhaiYgDAiqqp0BZ0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=u0sPzGbFjYXcmHZkeIDyCkpqp+22xngnZk+A/KWy7IgTJHHpVF0fYOeeXwsbGTTAc aeOZA9VuCJaK9YlUiON1nGhrKJuCyTz0a4xV6vHsN1exJ2wJ2jyoHJNp81xVqbXWcR iGJf+2Zvye7Xv76VQXvja6FlWvUnxzBbswoDlYrI=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba35437783235a627ba24aabb7aa3317dca12230292cf0000000117afc2c392a169ce15645e52@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1739/c420362112@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1739@github.com>
References: <quicwg/base-drafts/pull/1739@github.com>
Subject: Re: [quicwg/base-drafts] Tighten error processing of NEW CONNECTION ID (#1739)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9800c310793_277b3fb32dad45c43987b9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/EMQgVYO8HuLPA66f0Phyy5uTGhg>
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, 11 Sep 2018 17:52:06 -0000

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

Just pushed a commit that replaces MUST by MAY. I am still pondering @martinthomson question whether it is _"reasonable to send NEW_CONNECTION_ID with the same connection ID and a different token just to refresh the stateless reset keys."_ There are pros and cons either way.

Sending an error is simpler, it does not require updating state. But asking to update the reset token may be a better specification, because it is more likely result in consistent implementations. The error will only be sent if it is detected, and it will not be detected if the implementation lost trace of the old CID. We are thus getting potentially inconsistent results, some implementations generating errors and some not.

We will get better consistency if we ask endpoints to just update the reset secret associated with the CID. The implementations that keep trace of the old CID would just perform the update. The implementations that lost trace would register a new CID with the new reset secret. Both types of implementation would end up with the same result, which might be more consistent with the idea that frames are idempotent.

But then, there is an ordering issue. QUIC does not guarantee that frames are delivered in order. Even if implementation track whether the previous frame has been acknowledged, there is always the risk of a delayed copy popping up later. In that case, we are playing reset-roulette. I suppose we could build machinery to guarantee the ordering of the frames, but asking implementations to "only use a connection ID once" feels much simpler. Hence my choice of just detecting an error if parameters change.

-- 
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/1739#issuecomment-420362112
----==_mimepart_5b9800c310793_277b3fb32dad45c43987b9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Just pushed a commit that replaces MUST by MAY. I am still pondering <=
a class=3D"user-mention" data-hovercard-user-id=3D"67641" data-octo-click=
=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" href=3D=
"https://github.com/martinthomson">@martinthomson</a> question whether it=
 is <em>"reasonable to send NEW_CONNECTION_ID with the same connection ID=
 and a different token just to refresh the stateless reset keys."</em> Th=
ere are pros and cons either way.</p>
<p>Sending an error is simpler, it does not require updating state. But a=
sking to update the reset token may be a better specification, because it=
 is more likely result in consistent implementations. The error will only=
 be sent if it is detected, and it will not be detected if the implementa=
tion lost trace of the old CID. We are thus getting potentially inconsist=
ent results, some implementations generating errors and some not.</p>
<p>We will get better consistency if we ask endpoints to just update the =
reset secret associated with the CID. The implementations that keep trace=
 of the old CID would just perform the update. The implementations that l=
ost trace would register a new CID with the new reset secret. Both types =
of implementation would end up with the same result, which might be more =
consistent with the idea that frames are idempotent.</p>
<p>But then, there is an ordering issue. QUIC does not guarantee that fra=
mes are delivered in order. Even if implementation track whether the prev=
ious frame has been acknowledged, there is always the risk of a delayed c=
opy popping up later. In that case, we are playing reset-roulette. I supp=
ose we could build machinery to guarantee the ordering of the frames, but=
 asking implementations to "only use a connection ID once" feels much sim=
pler. Hence my choice of just detecting an error if parameters change.</p=
>

<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/1739#issuecomment-420362112">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7FF7N=
O4HrFIroni14g8CRG_PhjLks5uZ_hDgaJpZM4WipvQ">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq4uejOVFcL61vQzfKdfXrfFdyj33=
ks5uZ_hDgaJpZM4WipvQ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huit=
ema in #1739: Just pushed a commit that replaces MUST by MAY. I am still =
pondering @martinthomson question whether it is _\"reasonable to send NEW=
_CONNECTION_ID with the same connection ID and a different token just to =
refresh the stateless reset keys.\"_ There are pros and cons either way.\=
r\n\r\nSending an error is simpler, it does not require updating state. B=
ut asking to update the reset token may be a better specification, becaus=
e it is more likely result in consistent implementations. The error will =
only be sent if it is detected, and it will not be detected if the implem=
entation lost trace of the old CID. We are thus getting potentially incon=
sistent results, some implementations generating errors and some not.\r\n=
\r\nWe will get better consistency if we ask endpoints to just update the=
 reset secret associated with the CID. The implementations that keep trac=
e of the old CID would just perform the update. The implementations that =
lost trace would register a new CID with the new reset secret. Both types=
 of implementation would end up with the same result, which might be more=
 consistent with the idea that frames are idempotent.\r\n\r\nBut then, th=
ere is an ordering issue. QUIC does not guarantee that frames are deliver=
ed in order. Even if implementation track whether the previous frame has =
been acknowledged, there is always the risk of a delayed copy popping up =
later. In that case, we are playing reset-roulette. I suppose we could bu=
ild machinery to guarantee the ordering of the frames, but asking impleme=
ntations to \"only use a connection ID once\" feels much simpler. Hence m=
y choice of just detecting an error if parameters change."}],"action":{"n=
ame":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pul=
l/1739#issuecomment-420362112"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1739#issuecomment-4=
20362112",
"url": "https://github.com/quicwg/base-drafts/pull/1739#issuecomment-4203=
62112",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Tighten error processing of NEW CONNEC=
TION ID (#1739)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1739,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1739\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1739#issuecomment-4203=
62112"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3781826=
08\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9800c310793_277b3fb32dad45c43987b9--


From nobody Tue Sep 11 15:11:18 2018
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 3CB04130F3E for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 15:11:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 n6kCd8kxkRIZ for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 15:11:14 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AFC7B130F39 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 15:11:14 -0700 (PDT)
Date: Tue, 11 Sep 2018 15:11:13 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536703873; bh=+zZq7qYQleg0ynets0TbgGUCZWJEPaVAn0P8hdNCwak=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=M+8xX/OXDNV2+dKc86v+uTRVuhk+ZNjmptyjIlYLGPxoA9+Dvpl0B5QdnEU0hCsES ABmzTMb+qIKXOiy5UL4SMCWVEnIyxa8wTk/8CNxSPga4B/88KNaMr7eSkw0nSc/Za4 D+851cj4XmlXkuMu5AXC6b7sEZl4bon/aS2+CNxU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab84f4296b14f15fa1af9b4eb6dd0abe7a7baee44b92cf0000000117afff8192a169ce15645e52@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1739/c420443323@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1739@github.com>
References: <quicwg/base-drafts/pull/1739@github.com>
Subject: Re: [quicwg/base-drafts] Tighten error processing of NEW CONNECTION ID (#1739)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b983d81902a2_1ace3fcb27ad45bc15623d"; 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/TO86Qj-6rBIGsDHp-djXhZpRENE>
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, 11 Sep 2018 22:11:16 -0000

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

> asking implementations to "only use a connection ID once" feels much simpler

My conclusion exactly. :)

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

<blockquote>
<p>asking implementations to "only use a connection ID once" feels much simpler</p>
</blockquote>
<p>My conclusion exactly. :)</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/1739#issuecomment-420443323">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-e7QVHJvunYuywCHjPNXeeyumtHks5uaDUBgaJpZM4WipvQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8MV-E9fmx6kl2MtxXj6q7nb5yVZks5uaDUBgaJpZM4WipvQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1739: \u003e asking implementations to \"only use a connection ID once\" feels much simpler\r\n\r\nMy conclusion exactly. :)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1739#issuecomment-420443323"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1739#issuecomment-420443323",
"url": "https://github.com/quicwg/base-drafts/pull/1739#issuecomment-420443323",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Tighten error processing of NEW CONNECTION ID (#1739)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1739,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1739\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1739#issuecomment-420443323"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378182608\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b983d81902a2_1ace3fcb27ad45bc15623d--


From nobody Tue Sep 11 15:14:23 2018
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 CA9DD130F39 for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 15:14:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 ehpn5fEPxUnp for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 15:14:19 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 69165130F1F for <quic-issues@ietf.org>; Tue, 11 Sep 2018 15:14:19 -0700 (PDT)
Date: Tue, 11 Sep 2018 15:14:17 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536704057; bh=DOoor5HmelkFKo5HllHMC7Irfm0NO7sOHIa7O1fuAg4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CroLsa4yoWOnJv/Zyj8DMstBXpxu820utERX9mWkhly5FAPuyq407h8dUDWBK+1gx v8m+IQoGiMyvvZEUwcXkwbM3ST4Z75lS77qTy8PrE+CYRNETeP7x/hC0lyI8FitZHX s1LqCOnbNtUkSfWaEaO5waDP+d1NJQLXTI3yj14k=
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/1739/push/2868869451@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1739@github.com>
References: <quicwg/base-drafts/pull/1739@github.com>
Subject: Re: [quicwg/base-drafts] Tighten error processing of NEW CONNECTION ID (#1739)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b983e394b8d8_729f3fb1c28d45c4218035"; 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/wvYUYAJElQBeLAOGA8lVw1tZGEY>
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, 11 Sep 2018 22:14:21 -0000

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

@martinthomson pushed 1 commit.

ae09532  MUST ignore duplicate NEW_CID


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1739/files/42d9792421d4092b6bbd2494b3d753660f61f751..ae0953282d227ceb2805b02da3556e1b81ed6cbf

----==_mimepart_5b983e394b8d8_729f3fb1c28d45c4218035
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/ae09532">ae09532</a>  MUST ignore duplicate NEW_CID</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/1739/files/42d9792421d4092b6bbd2494b3d753660f61f751..ae0953282d227ceb2805b02da3556e1b81ed6cbf">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7RWFXLVoldzu8485cpu8aqHOchdks5uaDW5gaJpZM4WipvQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5eXKF2T5o3GrnoxiM0S2F9vNTY_ks5uaDW5gaJpZM4WipvQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1739"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1739/files/42d9792421d4092b6bbd2494b3d753660f61f751..ae0953282d227ceb2805b02da3556e1b81ed6cbf"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1739/files/42d9792421d4092b6bbd2494b3d753660f61f751..ae0953282d227ceb2805b02da3556e1b81ed6cbf",
"url": "https://github.com/quicwg/base-drafts/pull/1739/files/42d9792421d4092b6bbd2494b3d753660f61f751..ae0953282d227ceb2805b02da3556e1b81ed6cbf",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1739",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1739:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "ae09532",
"value": "MUST ignore duplicate NEW_CID"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1739/files/42d9792421d4092b6bbd2494b3d753660f61f751..ae0953282d227ceb2805b02da3556e1b81ed6cbf"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378182608\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b983e394b8d8_729f3fb1c28d45c4218035--


From nobody Tue Sep 11 15:16:41 2018
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 DEA0C130F3E for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 15:16:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.391
X-Spam-Level: 
X-Spam-Status: No, score=-6.391 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 LhK7KEZ36FN5 for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 15:16:36 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 33989130F3C for <quic-issues@ietf.org>; Tue, 11 Sep 2018 15:16:36 -0700 (PDT)
Date: Tue, 11 Sep 2018 15:16:34 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536704195; bh=pSxHOR5ZjCoV3PGPhg/CnpX16U2kADJqDFP0lcu6Gzo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PqMbW5KBl7Kkqe8rEoCzygPUOXMQ9b1y3vmd3T9ZAB8rvRDlfzu641fUQUJk7yiWz L4hxg4ok3VkhnrXVHnANKpNd+imErEdKmDYHILMswo/O8fE3tAjkrOZk6NB8bXqXpb 4Z1Kdjm7586B/RdIP1KTUqQfycldjPEsJdK+LYUQ=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abef2e84e0da5ca930ae3ea644f514d69955f8e67992cf0000000117b000c292a163ce01d0f623@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/commit/ae0953282d227ceb2805b02da3556e1b81ed6cbf/30471715@github.com>
In-Reply-To: <quicwg/base-drafts/commit/ae0953282d227ceb2805b02da3556e1b81ed6cbf@github.com>
References: <quicwg/base-drafts/commit/ae0953282d227ceb2805b02da3556e1b81ed6cbf@github.com>
Subject: Re: [quicwg/base-drafts] MUST ignore duplicate NEW_CID (ae09532)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b983ec27b153_55d63fdd202d45b4407224"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/8LkFSfbPgZ9ew7lm6Rg0uy-wD6M>
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, 11 Sep 2018 22:16:39 -0000

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

This MUST actually reintroduces the problem of remembering old ID transmissions. It cannot ignore without remembering forever.

-- 
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/commit/ae0953282d227ceb2805b02da3556e1b81ed6cbf#commitcomment-30471715
----==_mimepart_5b983ec27b153_55d63fdd202d45b4407224
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This MUST actually reintroduces the problem of remembering old ID transmissions. It cannot ignore without remembering forever.</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/commit/ae0953282d227ceb2805b02da3556e1b81ed6cbf#commitcomment-30471715">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8IGpcdkwbRv4ZnRsx3JPN65v9OIks5uaDZCgaJpZM4WkUnr">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxgxN3wo7wrGs41agXL6R82UuCB1ks5uaDZCgaJpZM4WkUnr.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj on ae09532: This MUST actually reintroduces the problem of remembering old ID transmissions. It cannot ignore without remembering forever."}],"action":{"name":"View Commit","url":"https://github.com/quicwg/base-drafts/commit/ae0953282d227ceb2805b02da3556e1b81ed6cbf#commitcomment-30471715"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/commit/ae0953282d227ceb2805b02da3556e1b81ed6cbf#commitcomment-30471715",
"url": "https://github.com/quicwg/base-drafts/commit/ae0953282d227ceb2805b02da3556e1b81ed6cbf#commitcomment-30471715",
"name": "View Commit"
},
"description": "View this Commit on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5b983ec27b153_55d63fdd202d45b4407224--


From nobody Tue Sep 11 15:17:41 2018
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 8F35E130F39 for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 15:17:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 udHUb25zQYvk for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 15:17:38 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2D0C1130F3C for <quic-issues@ietf.org>; Tue, 11 Sep 2018 15:17:38 -0700 (PDT)
Date: Tue, 11 Sep 2018 15:17:37 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536704257; bh=cEZHbXgfVGHr4/BALe78QfnXKcy7snaR8geV5cxAsRw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=e8lquFrAttOUhG3wi4XCbFYa56vj/NiT6y66UOWArKgB4TAyZI1QBpom2kuNpy/at wHwJzeICkbeTwfp4ejaqTpzQyMRNUSy7lWwK8QuV+L3Dj3LvboYAQE1CjU2UU4ECxg a/9VK1kEa+7Yt2NbauByty9uRJKfBSXEjQKdsBkA=
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/1739/push/2868876363@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1739@github.com>
References: <quicwg/base-drafts/pull/1739@github.com>
Subject: Re: [quicwg/base-drafts] Tighten error processing of NEW CONNECTION ID (#1739)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b983f016b4c1_13333f9e476d45b4203165"; 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/jxdt4GYIM1YiPJK7eXvGBkQGuhw>
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, 11 Sep 2018 22:17:40 -0000

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

@martinthomson pushed 1 commit.

f1c0b39  MUST NOT be an error to receive twice


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1739/files/ae0953282d227ceb2805b02da3556e1b81ed6cbf..f1c0b399a22fbae31dd560d6cc4b43ffbdf74feb

----==_mimepart_5b983f016b4c1_13333f9e476d45b4203165
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/f1c0b39">f1c0b39</a>  MUST NOT be an error to receive twice</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/1739/files/ae0953282d227ceb2805b02da3556e1b81ed6cbf..f1c0b399a22fbae31dd560d6cc4b43ffbdf74feb">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3CppOuaRLsIvM0fc3mmO5yd_ADjks5uaDaBgaJpZM4WipvQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq97EZAD_Z35i7mlA_XOpJb1Bzmgkks5uaDaBgaJpZM4WipvQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1739"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1739/files/ae0953282d227ceb2805b02da3556e1b81ed6cbf..f1c0b399a22fbae31dd560d6cc4b43ffbdf74feb"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1739/files/ae0953282d227ceb2805b02da3556e1b81ed6cbf..f1c0b399a22fbae31dd560d6cc4b43ffbdf74feb",
"url": "https://github.com/quicwg/base-drafts/pull/1739/files/ae0953282d227ceb2805b02da3556e1b81ed6cbf..f1c0b399a22fbae31dd560d6cc4b43ffbdf74feb",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1739",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1739:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "f1c0b39",
"value": "MUST NOT be an error to receive twice"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1739/files/ae0953282d227ceb2805b02da3556e1b81ed6cbf..f1c0b399a22fbae31dd560d6cc4b43ffbdf74feb"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378182608\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b983f016b4c1_13333f9e476d45b4203165--


From nobody Tue Sep 11 15:36:37 2018
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 90577130F55 for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 15:36:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 EBMcetuEhdgW for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 15:36:32 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C05A7130F40 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 15:36:32 -0700 (PDT)
Date: Tue, 11 Sep 2018 15:36:31 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536705391; bh=r1RyF0U7zJjQ3wCuKUF4XTSx+EnPJOrlwBut29O6tMQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zwzfdauJ+gYC1z8ceM1cMwiNeA/Up3NprrIHyw7infczIK8RvZRpY5lOTBK08gGXe qKIyeDNaBoIaPz6Ls0b19rdzyYtxMyfuN3UCsLy4r16SYTYCMivbwIa6zuvOOXPimP vYBNL73wevcXv1RuMFc0BgQd5wpgP/wLjM69axtY=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe61b85024782401f27594a7225a57a9e58b9dde692cf0000000117b0056f92a169ce155ca63e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1729/420449443@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1729@github.com>
References: <quicwg/base-drafts/issues/1729@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b98436fd27ea_300c3fbcbccd45c046540"; 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/as797NKUaUhsV_WAXfXvctrQVNY>
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, 11 Sep 2018 22:36:36 -0000

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

@huitema, the design team first met in late July while draft -13 was published in late June.  So, no.  And nothing in the -14 changelog deals with CIDs.

The design team met, agreed on a path, and asked @erickinnear to write the text.  Assembling the design team's feedback into a real PR has been slow, and I think we're all mildly frustrated by that.  My apologies for not pushing the process more quickly.  We should see the text in a public repo soon.  (I actually didn't know that his repo was ACL'd.)

-- 
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/1729#issuecomment-420449443
----==_mimepart_5b98436fd27ea_300c3fbcbccd45c046540
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"7464128" data-octo=
-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" h=
ref=3D"https://github.com/huitema">@huitema</a>, the design team first me=
t in late July while draft -13 was published in late June.  So, no.  And =
nothing in the -14 changelog deals with CIDs.</p>
<p>The design team met, agreed on a path, and asked <a class=3D"user-ment=
ion" data-hovercard-user-id=3D"32474881" data-octo-click=3D"hovercard-lin=
k-click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.c=
om/erickinnear">@erickinnear</a> to write the text.  Assembling the desig=
n team's feedback into a real PR has been slow, and I think we're all mil=
dly frustrated by that.  My apologies for not pushing the process more qu=
ickly.  We should see the text in a public repo soon.  (I actually didn't=
 know that his repo was ACL'd.)</p>

<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/1729#issuecomment-420449443">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq435=
b-MnneNsImbItlnKPM-qtDDpks5uaDrvgaJpZM4WgW-1">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4HB9hItv5CO2n5x-zPWbLl3=
QaYfks5uaDrvgaJpZM4WgW-1.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Mike=
Bishop in #1729: @huitema, the design team first met in late July while d=
raft -13 was published in late June.  So, no.  And nothing in the -14 cha=
ngelog deals with CIDs.\r\n\r\nThe design team met, agreed on a path, and=
 asked @erickinnear to write the text.  Assembling the design team's feed=
back into a real PR has been slow, and I think we're all mildly frustrate=
d by that.  My apologies for not pushing the process more quickly.  We sh=
ould see the text in a public repo soon.  (I actually didn't know that hi=
s repo was ACL'd.)"}],"action":{"name":"View Issue","url":"https://github=
.com/quicwg/base-drafts/issues/1729#issuecomment-420449443"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment=
-420449443",
"url": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-42=
0449443",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID Garbage Collection (#172=
9)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1729,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1729\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-42=
0449443"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3775814=
93\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b98436fd27ea_300c3fbcbccd45c046540--


From nobody Tue Sep 11 15:54:18 2018
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 540CF130F63 for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 15:54:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 QCA_L_UgAOyC for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 15:54:14 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7104D130EF7 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 15:54:14 -0700 (PDT)
Date: Tue, 11 Sep 2018 15:54:13 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536706453; bh=G9fF+onfOFCDdbQC+SsItXvBswj1D26ZY7Q20ytp2Y0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fEDFKVRo9WWqxC7484Prh4yspz/PwGJXBO95WUPOQBdjWadFKzxYSr1Z/w6T24MNo TTyXG1c/u+XOSXtxK63CPgGEiCchmMc8DbHWxTViI6TvzdsRMp5RuKcI+GlbAfqpjw YC+xgnoPCHa6zH5X30Cpox24aDkpqbZjGgh2ELxE=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf1cf7df59c4b2610f5f8456b818e4e42891daf3792cf0000000117b0099592a169ce13ae108c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1428/420453247@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1428@github.com>
References: <quicwg/base-drafts/issues/1428@github.com>
Subject: Re: [quicwg/base-drafts] When the sender is using standard Reno congestion control, ack every ~2 packets (#1428)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b984795424f3_7f263fd6318d45b889389"; 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/RTX4WlXjtyIVYq_Lw-8Clx7tCQk>
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, 11 Sep 2018 22:54:16 -0000

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

Thanks Christian, specifying the preferred peer max ack delay as a fraction of RTT is what gQUIC does today, and works well for BBR and other rate-based congestion controllers.  However, at the moment, there's gQUIC also sends an ACK every 10 packets, but some experiments have been done to raise that to 20, and no degradation was observed.

My concern is that I never got fraction of RTT based acking to work as well as every 2 packets for TCP Cubic, but I never tried a value lower than 1/8RTT.

In general, I think this suggestion is good and easy to implement, but I'm a bit concerned about regressions vs the "ACK every 2 packets" approach with Reno or Cubic.

We could have a 'status quo' knob that if the ack delay isn't specified, just ack every two packets with the recommended max ack delay?

-- 
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/1428#issuecomment-420453247
----==_mimepart_5b984795424f3_7f263fd6318d45b889389
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Thanks Christian, specifying the preferred peer max ack delay as a fra=
ction of RTT is what gQUIC does today, and works well for BBR and other r=
ate-based congestion controllers.  However, at the moment, there's gQUIC =
also sends an ACK every 10 packets, but some experiments have been done t=
o raise that to 20, and no degradation was observed.</p>
<p>My concern is that I never got fraction of RTT based acking to work as=
 well as every 2 packets for TCP Cubic, but I never tried a value lower t=
han 1/8RTT.</p>
<p>In general, I think this suggestion is good and easy to implement, but=
 I'm a bit concerned about regressions vs the "ACK every 2 packets" appro=
ach with Reno or Cubic.</p>
<p>We could have a 'status quo' knob that if the ack delay isn't specifie=
d, just ack every two packets with the recommended max ack delay?</p>

<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/1428#issuecomment-420453247">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9Qs=
PQfX_WTDdrdA_R9zeFlBushWks5uaD8VgaJpZM4Ud_JF">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq7ZWhqDrReoMiLOFoLeFSaBB=
oTrUks5uaD8VgaJpZM4Ud_JF.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #1428: Thanks Christian, specifying the preferred peer max ack de=
lay as a fraction of RTT is what gQUIC does today, and works well for BBR=
 and other rate-based congestion controllers.  However, at the moment, th=
ere's gQUIC also sends an ACK every 10 packets, but some experiments have=
 been done to raise that to 20, and no degradation was observed.\r\n\r\nM=
y concern is that I never got fraction of RTT based acking to work as wel=
l as every 2 packets for TCP Cubic, but I never tried a value lower than =
1/8RTT.\r\n\r\nIn general, I think this suggestion is good and easy to im=
plement, but I'm a bit concerned about regressions vs the \"ACK every 2 p=
ackets\" approach with Reno or Cubic.\r\n\r\nWe could have a 'status quo'=
 knob that if the ack delay isn't specified, just ack every two packets w=
ith the recommended max ack delay?"}],"action":{"name":"View Issue","url"=
:"https://github.com/quicwg/base-drafts/issues/1428#issuecomment-42045324=
7"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment=
-420453247",
"url": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment-42=
0453247",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] When the sender is using standard Reno=
 congestion control, ack every ~2 packets (#1428)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1428,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1428\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment-42=
0453247"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3434051=
25\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b984795424f3_7f263fd6318d45b889389--


From nobody Tue Sep 11 15:59:37 2018
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 3E2F9130F67 for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 15:59:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 IbT-ilbh3kHq for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 15:59:34 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5B793130DF9 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 15:59:34 -0700 (PDT)
Date: Tue, 11 Sep 2018 15:59:33 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536706773; bh=Qo5qUcY11TRemaR2WvKCQQJBdsXHHnw61YJHCT/H4GE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=O4Kdtg2+uDbjOZgfxyQ/2810p0Fx7zs22gcjN53jzGJqnUv8MJyz0O7Etu3JFlKRQ zZCXd2LOvzpYL89ffUT2vjXxqiP2b37gQYs/Ru+UWcYaeCI1OiAGwUFVLJTsniy1YG cNK3lK8s7fNCSwkygwKeJW33zyAq3FeE+aeBLtSU=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abac568e3af626ff147c54daee6751175771a7593192cf0000000117b00ad592a169ce1569c986@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/62@github.com>
Subject: [quicwg/wg-materials] agenda updates (#62)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9848d52dafb_6fbc3f8cab2d45c023058b"; 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/VsMIjarCMM2zgz-rZdkif2_r-IQ>
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, 11 Sep 2018 22:59:36 -0000

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


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

  https://github.com/quicwg/wg-materials/pull/62

-- Commit Summary --

  * agenda updates

-- File Changes --

    M interim-18-09/agenda.md (11)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/62.patch
https://github.com/quicwg/wg-materials/pull/62.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/wg-materials/pull/62

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



<hr>

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

<h4>Commit Summary</h4>
<ul>
  <li>agenda updates</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/62/files#diff-0">interim-18-09/agenda.md</a>
    (11)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/62.patch'>https://github.com/quicwg/wg-materials/pull/62.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/62.diff'>https://github.com/quicwg/wg-materials/pull/62.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/wg-materials/pull/62">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-k-cspL40kpe25-Q6qr1fzYopFJks5uaEBVgaJpZM4WkXbJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxi-tViyAg-vSpPPZN-vfSerJxSUks5uaEBVgaJpZM4WkXbJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"agenda updates (#62)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/62"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/62",
"url": "https://github.com/quicwg/wg-materials/pull/62",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "agenda updates (#62)",
"sections": [
{
"text": "",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "09387c6",
"value": "agenda updates"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[interim-18-09/agenda.md](https://github.com/quicwg/wg-materials/pull/62/files#diff-0) (11 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 62,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 62\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/62"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/62.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/62.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378631881\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9848d52dafb_6fbc3f8cab2d45c023058b--


From nobody Tue Sep 11 17:42:32 2018
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 C4E24130F7B for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 17:42:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 H53zzMcmsquG for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 17:42:23 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8B624130F7F for <quic-issues@ietf.org>; Tue, 11 Sep 2018 17:42:17 -0700 (PDT)
Date: Tue, 11 Sep 2018 17:42:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536712936; bh=wiNS8OHn+AIg8ihOpTG2/HF5ikBxWDWlYDPftFgd5YY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hEJv7+Et5Bqs6+sFp6bSBFDkRF+uQ3tA/klS+1BUax5P+hREJvQjKfDz9sS7h4uo6 rwzJ35MEpvKg6rGREG/icYWyjWtp1bw53dbpRo9YPzcxyQp3tO41eym4ptZeXWgH6f bgE/tweOCi8g4a/Yn+elujkS8dsmmabBTQyWTMnU=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6b54057a9e53e5932d5798859f80eb10fb31147d92cf0000000117b022e892a169ce155ca63e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1729/420472907@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1729@github.com>
References: <quicwg/base-drafts/issues/1729@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9860e859608_18693fe8792d45b4122731"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/WimkDFcFhWbibzTtT32a0QRm8bU>
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, 12 Sep 2018 00:42:26 -0000

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

I don't believe the repo has any access control applied to it, so I'm not sure what's happening there? Should be open to everyone. Also shouldn't matter at this point, but I don't think there's any ACLs applied. 

There've been quite a few roundtrips on getting everything ironed out, and it's taken longer than I think any of us would have liked. A lot of that can be attributed to my being slow about updating the actual text in the PR. 

@huitema, it seems like you may be referring to the Stream 0 design team, which wrapped up in June and has output included in -13. That is a completely different thing from the CID DT that started after Montreal in late July/early August and should hopefully be wrapping up about now. 

It seems like a lot of the claims and discussion are around that assumption, so perhaps we should re-evaluate and move onwards in light of (potentially) new information. 

-- 
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/1729#issuecomment-420472907
----==_mimepart_5b9860e859608_18693fe8792d45b4122731
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I don't believe the repo has any access control applied to it, so I'm =
not sure what's happening there? Should be open to everyone. Also shouldn=
't matter at this point, but I don't think there's any ACLs applied.</p>
<p>There've been quite a few roundtrips on getting everything ironed out,=
 and it's taken longer than I think any of us would have liked. A lot of =
that can be attributed to my being slow about updating the actual text in=
 the PR.</p>
<p><a class=3D"user-mention" data-hovercard-user-id=3D"7464128" data-octo=
-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" h=
ref=3D"https://github.com/huitema">@huitema</a>, it seems like you may be=
 referring to the Stream 0 design team, which wrapped up in June and has =
output included in -13. That is a completely different thing from the CID=
 DT that started after Montreal in late July/early August and should hope=
fully be wrapping up about now.</p>
<p>It seems like a lot of the claims and discussion are around that assum=
ption, so perhaps we should re-evaluate and move onwards in light of (pot=
entially) new information.</p>

<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/1729#issuecomment-420472907">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8C5=
08zb5I9ruybl2BwkwBZPkVtZks5uaFhogaJpZM4WgW-1">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-P9jTDF6RUfur58Uky9dxnS=
1ikjks5uaFhogaJpZM4WgW-1.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@eric=
kinnear in #1729: I don't believe the repo has any access control applied=
 to it, so I'm not sure what's happening there? Should be open to everyon=
e. Also shouldn't matter at this point, but I don't think there's any ACL=
s applied. \r\n\r\nThere've been quite a few roundtrips on getting everyt=
hing ironed out, and it's taken longer than I think any of us would have =
liked. A lot of that can be attributed to my being slow about updating th=
e actual text in the PR. \r\n\r\n@huitema, it seems like you may be refer=
ring to the Stream 0 design team, which wrapped up in June and has output=
 included in -13. That is a completely different thing from the CID DT th=
at started after Montreal in late July/early August and should hopefully =
be wrapping up about now. \r\n\r\nIt seems like a lot of the claims and d=
iscussion are around that assumption, so perhaps we should re-evaluate an=
d move onwards in light of (potentially) new information. "}],"action":{"=
name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/17=
29#issuecomment-420472907"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment=
-420472907",
"url": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-42=
0472907",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID Garbage Collection (#172=
9)",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1729,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1729\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-42=
0472907"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3775814=
93\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9860e859608_18693fe8792d45b4122731--


From nobody Tue Sep 11 17:43:07 2018
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 1CADD130DE1 for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 17:43:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 QeOZaPo4WsbE for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 17:43:04 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 48E47126CC7 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 17:43:04 -0700 (PDT)
Date: Tue, 11 Sep 2018 17:43:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536712983; bh=onsy3ps+aetpC1lHoUjiLOEqQ/iQnnCOHMjNMLH8tqU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VlHleURfTjifaqVx6B57vnl86n0i9Y2zx8k+cYTI7XTHcWPMZVfZaSCGGTFlfPd1P SdF8T0kHa5J/+5BEMRvMTOMmKNifLsnZHZBDiOpUWFVccwcLF6cgoqqTfnmiAj9WBZ hMsGa/fa5fDHB+XmRMS+Bl/nWq/9i9U2PePIBGbE=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0c23976afae5a2ac113a88252a35a9997e25d00b92cf0000000117b0231792a169ce155ca63e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1729/420473033@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1729@github.com>
References: <quicwg/base-drafts/issues/1729@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9861174fd38_26333f8cfd0d45c0682ee"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/dEErJRdT6F7OT6pzq6wsbd66kjY>
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, 12 Sep 2018 00:43:06 -0000

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

To the topic at hand, sending CONNECTION_ID_FINISHED should do exactly as described above: 
- Say I will never use this CID again
and
- Invalidate the associated SR token, saying "I promise I won't use this either" 

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

<p>To the topic at hand, sending CONNECTION_ID_FINISHED should do exactly as described above:</p>
<ul>
<li>Say I will never use this CID again<br>
and</li>
<li>Invalidate the associated SR token, saying "I promise I won't use this either"</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/issues/1729#issuecomment-420473033">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq13j-8HBRDrKfZfiB7Aa31ddclWUks5uaFiXgaJpZM4WgW-1">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6xWFiKtLICXCFRdb6RgqHL0II-Vks5uaFiXgaJpZM4WgW-1.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear in #1729: To the topic at hand, sending CONNECTION_ID_FINISHED should do exactly as described above: \r\n- Say I will never use this CID again\r\nand\r\n- Invalidate the associated SR token, saying \"I promise I won't use this either\" "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1729#issuecomment-420473033"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-420473033",
"url": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-420473033",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1729,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1729\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-420473033"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377581493\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9861174fd38_26333f8cfd0d45c0682ee--


From nobody Tue Sep 11 20:27:07 2018
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 24374130DCC for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 20:27:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 3bEYmefHzf8K for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 20:27:03 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 45AD3130DC1 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 20:27:03 -0700 (PDT)
Date: Tue, 11 Sep 2018 20:27:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536722822; bh=V8pp50kvbkZNVTTImQBiuMvNxDkbbimHecKSifItMdQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Awkia2PMTvTmUA2AL/B4xyN45wmKDCwKFmkrs4UWdO6/cqd7oIJg94RbvWVg+jzb4 4ia0ROc63trPMJTjQ8hEk+TiBrgHSQl/nyp8ZZ2ZjymQSRTNRPl5/eP6ejSGR8JHZM 44FliFcatFxwmWUcuGyEqkMuuP+waVharuMOdGic=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2501b73e5876b842e4c0df92c7bd6ce84b59b07292cf0000000117b0498692a169ce15645e52@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1739/c420499895@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1739@github.com>
References: <quicwg/base-drafts/pull/1739@github.com>
Subject: Re: [quicwg/base-drafts] Tighten error processing of NEW CONNECTION ID (#1739)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9887864bce4_37c93fce17ad45c430162f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/5U2Cpyvb1taHcsAIbFwpnkEagMA>
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, 12 Sep 2018 03:27:05 -0000

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

@mikkelfj are you referring to "_MUST NOT be an error to receive twice_" when you say "_This MUST actually reintroduces the problem of remembering old ID transmissions. It cannot ignore without remembering forever_"? Because there is no such requirement. You need to remember if you want to signal errors, but we are rpecisely telling you, "don't do 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/1739#issuecomment-420499895
----==_mimepart_5b9887864bce4_37c93fce17ad45c430162f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"193335" data-octo-=
click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" hr=
ef=3D"https://github.com/mikkelfj">@mikkelfj</a> are you referring to "<e=
m>MUST NOT be an error to receive twice</em>" when you say "<em>This MUST=
 actually reintroduces the problem of remembering old ID transmissions. I=
t cannot ignore without remembering forever</em>"? Because there is no su=
ch requirement. You need to remember if you want to signal errors, but we=
 are rpecisely telling you, "don't do that".</p>

<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/1739#issuecomment-420499895">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzkyYg=
dlH5BcaQ-yuxdZFwKpa6F5ks5uaH8GgaJpZM4WipvQ">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq_IbxljgCDGgRWe23zWJCrDVs0tj=
ks5uaH8GgaJpZM4WipvQ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huit=
ema in #1739: @mikkelfj are you referring to \"_MUST NOT be an error to r=
eceive twice_\" when you say \"_This MUST actually reintroduces the probl=
em of remembering old ID transmissions. It cannot ignore without remember=
ing forever_\"? Because there is no such requirement. You need to remembe=
r if you want to signal errors, but we are rpecisely telling you, \"don't=
 do that\"."}],"action":{"name":"View Pull Request","url":"https://github=
.com/quicwg/base-drafts/pull/1739#issuecomment-420499895"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1739#issuecomment-4=
20499895",
"url": "https://github.com/quicwg/base-drafts/pull/1739#issuecomment-4204=
99895",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Tighten error processing of NEW CONNEC=
TION ID (#1739)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1739,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1739\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1739#issuecomment-4204=
99895"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3781826=
08\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9887864bce4_37c93fce17ad45c430162f--


From nobody Tue Sep 11 20:34:15 2018
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 9EBE0130DCC for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 20:34:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ux-eFpBhwpmf for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 20:34:11 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A4D12130DC2 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 20:34:11 -0700 (PDT)
Date: Tue, 11 Sep 2018 20:34:10 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536723250; bh=YbB5af5+wUqkhHAyIEmz28Xs5Fr3pRpoECan8EH2wNA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=umqSoVGHGRJ/xobCTPeSNNGrGkTDswtDUv+ssqa5RiBTlHj4A65eNBnOK3M4VLv6G DZlBCgi8Gwza6RWjnL3F2ExfJvxZVyLDdp5Qjw/br27ZLRAAWiQIgNBPefiOZ8YprL BFRwtlI6eZds/GO2LA1TmNhz/luXhQNgqvpZI6Jk=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe4055f1b3e348950be2185f139fe4ed0ccbcc82b92cf0000000117b04b3292a169ce155cc367@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1730/c420500873@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9889329b83e_7da33fb1928d45b8252225"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/lnOey-roDMnvvMOmFdlp_dLasA4>
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, 12 Sep 2018 03:34:14 -0000

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

Note that if endpoints really want to avoid correlation, they don't want a pattern in which the client sends packets from new address to new CID, but each packet triggers a response to old address and old CID. That too would be reasonably easy to observe. Yet that's probably what you get if the server does not want to use the new path yet and keeps sending data on the old path. I think that bundling the New CID with the client's probe solves that, or at least removes one of the reasons for the server to wait.

-- 
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/1730#issuecomment-420500873
----==_mimepart_5b9889329b83e_7da33fb1928d45b8252225
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Note that if endpoints really want to avoid correlation, they don't wa=
nt a pattern in which the client sends packets from new address to new CI=
D, but each packet triggers a response to old address and old CID. That t=
oo would be reasonably easy to observe. Yet that's probably what you get =
if the server does not want to use the new path yet and keeps sending dat=
a on the old path. I think that bundling the New CID with the client's pr=
obe solves that, or at least removes one of the reasons for the server to=
 wait.</p>

<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/1730#issuecomment-420500873">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6iSgv=
k4zYmhe07vAnc_T3d94O7Yks5uaICygaJpZM4WgZaa">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq187g0IHG05DwrLa-0jY4Hct2RhX=
ks5uaICygaJpZM4WgZaa.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huit=
ema in #1730: Note that if endpoints really want to avoid correlation, th=
ey don't want a pattern in which the client sends packets from new addres=
s to new CID, but each packet triggers a response to old address and old =
CID. That too would be reasonably easy to observe. Yet that's probably wh=
at you get if the server does not want to use the new path yet and keeps =
sending data on the old path. I think that bundling the New CID with the =
client's probe solves that, or at least removes one of the reasons for th=
e server to wait."}],"action":{"name":"View Pull Request","url":"https://=
github.com/quicwg/base-drafts/pull/1730#issuecomment-420500873"}}}</scrip=
t>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730#issuecomment-4=
20500873",
"url": "https://github.com/quicwg/base-drafts/pull/1730#issuecomment-4205=
00873",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Bundle new client connection ID and pa=
th challenge in migration probes (#1730)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1730,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1730\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730#issuecomment-4205=
00873"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3775914=
50\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9889329b83e_7da33fb1928d45b8252225--


From nobody Tue Sep 11 20:35:53 2018
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 2E300130DCC for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 20:35:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 IQkoQMaw76Ik for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 20:35:50 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 927A3130DC2 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 20:35:50 -0700 (PDT)
Date: Tue, 11 Sep 2018 20:35:49 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536723349; bh=FAqO7PxN+ZNnnSIWd1wDhfDyNHn785IIF8CT/IBpkAs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cOxsLyPkmRXb2ixuEtmoS+2y1akiqUQF2GRQjc8VSoCFWKL9BrQmCvZkEK7Jmt2dK /W6kR+16YI2vV8mOHDgp7dUBITfStCvhxFOb0N/gMKKqKSIPt9jMZ5MkFjyNFmmHMO 4aICHOfqlqKcbmhRZWC9RlpEuvpDy62r9NMmmxLE=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab998c5063e783e05aec2744ba0d503e9578671e2092cf0000000117b04b9592a169ce155cc367@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1730/review/154473945@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b98899599b8e_5ec3f9f950d45c03363c1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/QVH70467fQEARZUWQXJbyANa688>
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, 12 Sep 2018 03:35:52 -0000

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

huitema commented on this pull request.



> @@ -2366,11 +2366,16 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
-Endpoints could also have their activity correlated if their peers keep using
-the same destination connection ID after migration. Nodes that initiate a
-migration need to provide their peers with new connection IDs. The goal is
+Endpoints that use connection IDs with length greater than zero
+could also have their activity correlated if their peers keep using
+the same destination connection ID after migration. If a node receives
+packets through a newly used connection ID, it SHOULD select an

Responding on the old path is problematic too, because it causes correlation between new and old path.

-- 
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/1730#discussion_r216887849
----==_mimepart_5b98899599b8e_5ec3f9f950d45c03363c1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1730#discussion_r216887849">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2366,11 +2366,16 @@ genuine migrations.  Changing port number can cause a peer to reset its
 congestion state (see {{migration-cc}}), so the port SHOULD only be changed
 infrequently.
 
-Endpoints could also have their activity correlated if their peers keep using
-the same destination connection ID after migration. Nodes that initiate a
-migration need to provide their peers with new connection IDs. The goal is
+Endpoints that use connection IDs with length greater than zero
+could also have their activity correlated if their peers keep using
+the same destination connection ID after migration. If a node receives
+packets through a newly used connection ID, it SHOULD select an
</pre>
<p>Responding on the old path is problematic too, because it causes correlation between new and old path.</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/1730#discussion_r216887849">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzRV7syZAWGutHZWUNefkYTa0VAeks5uaIEVgaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4iiIDVqLsF_z8DRz5K-8-0GmA3Vks5uaIEVgaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema commented on #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730#discussion_r216887849"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216887849",
"url": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216887849",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@huitema commented on 1730",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r216887849"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b98899599b8e_5ec3f9f950d45c03363c1--


From nobody Tue Sep 11 20:41:48 2018
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 53858130DCC for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 20:41:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 n11TJY_lKEEn for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 20:41:44 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7E574130DC2 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 20:41:44 -0700 (PDT)
Date: Tue, 11 Sep 2018 20:41:43 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536723703; bh=72JWo+0+XqwXRewYfZEFhjsEnuj/jr8mH9n6ZMswqe0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bRr9y3P2Yfda5ztLs9SQFDUgmVdd3MfC3hOYPxk974VPwnqlbVf+PGmq0cMkj9RJT lv4Y8uMGpCVgsO5netYxqWutRu5mdr+btBqb58icmCJMMG02Ga1DpbR9ceVTulC17R ibVJD4gJrdvra29Yq7SUGfK3gmkXBnbGp3tuuirg=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abed3588fc8d0ff38f830c2d6619694f9e6a8f6d9d92cf0000000117b04cf792a169ce155ca63e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1729/420501879@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1729@github.com>
References: <quicwg/base-drafts/issues/1729@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b988af7bf474_49173fe4e4ed45b4501178"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/lg7tsWBhrCfbjClrY1KX1_FcXWI>
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, 12 Sep 2018 03:41:46 -0000

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

Oh, yes, I completely missed "_the CID DT that started after Montreal_". My bad for not being in Montreal, I guess. But then it would be good if people stopped dying so you don't have to go organize funerals...

The access issue happened when I read the PR in your repo. There were points I wanted to comment on. So I started a review, wrote a couple of comments, and then github sent me a bizarre error message about commits not present.

-- 
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/1729#issuecomment-420501879
----==_mimepart_5b988af7bf474_49173fe4e4ed45b4501178
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Oh, yes, I completely missed "<em>the CID DT that started after Montre=
al</em>". My bad for not being in Montreal, I guess. But then it would be=
 good if people stopped dying so you don't have to go organize funerals..=
.</p>
<p>The access issue happened when I read the PR in your repo. There were =
points I wanted to comment on. So I started a review, wrote a couple of c=
omments, and then github sent me a bizarre error message about commits no=
t present.</p>

<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/1729#issuecomment-420501879">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_1I=
NHtpc5oPAOomckkWJJt0I3O5ks5uaIJ3gaJpZM4WgW-1">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqxeBFWLCdjqkOSR0Ar2kNrZ8=
rbotks5uaIJ3gaJpZM4WgW-1.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huit=
ema in #1729: Oh, yes, I completely missed \"_the CID DT that started aft=
er Montreal_\". My bad for not being in Montreal, I guess. But then it wo=
uld be good if people stopped dying so you don't have to go organize fune=
rals...\r\n\r\nThe access issue happened when I read the PR in your repo.=
 There were points I wanted to comment on. So I started a review, wrote a=
 couple of comments, and then github sent me a bizarre error message abou=
t commits not present."}],"action":{"name":"View Issue","url":"https://gi=
thub.com/quicwg/base-drafts/issues/1729#issuecomment-420501879"}}}</scrip=
t>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment=
-420501879",
"url": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-42=
0501879",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID Garbage Collection (#172=
9)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1729,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1729\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-42=
0501879"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3775814=
93\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b988af7bf474_49173fe4e4ed45b4501178--


From nobody Tue Sep 11 21:52:43 2018
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 B35D8130E1B for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 21:52:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 d8I2BKcov6TO for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 21:52:41 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CAC46130E0E for <quic-issues@ietf.org>; Tue, 11 Sep 2018 21:52:40 -0700 (PDT)
Date: Tue, 11 Sep 2018 21:52:38 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536727958; bh=hlABbgG7esBDmcs4LQWQ+OYw3HMZtDxCFGjOXPPfmcQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OwNcWSY5HXUkMjBEvWVAbqOwOF1Mq7F2vuugqdTO65Xmy1r/Xo6ctStTu+UcOLzVQ f5wFHQK3khBP/yEWr+coGJnLC/SJRgNvAxhVcWzsg4rHuFTf62GV/dCt1Kti6yN6fK 8KKubgS6VKWhkVNuytA71vvWiyU59K5Gsx4P5KCE=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc3274433c6f2ef308bd1863f4f90fd96e4edc84692cf0000000117b05d9692a169ce13ae108c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1428/420511395@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1428@github.com>
References: <quicwg/base-drafts/issues/1428@github.com>
Subject: Re: [quicwg/base-drafts] When the sender is using standard Reno congestion control, ack every ~2 packets (#1428)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b989b9699b80_12803facd14d45b425001b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/fCiyLIPLBMl_7wbzijdMFSbSL4g>
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, 12 Sep 2018 04:52:43 -0000

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

Ian, you probably have vastly more data that I do. When we are concerned with Reno and Cubic, is that a theoretical concern based on simulation, or a practical issue visible in your telemetry? I say that because ACK compression and ACK suppression does happen a lot to TCP "in the wild". Cable modems do it, for example. If I was shipping a TCP implementation on a major platform, I would do something about it, so I suppose that most of the big releases have.

In any case, you have to go back to the reason why implementations want fewer ACKs -- first to reduce CPU load caused by packet-sent interrupts, and second to ease potential bottlenecks on the reverse path. So there no point being dogmatic. If ACKs are spaced "enough", be it in packets or in milliseconds, you win already; going further will only improve your CPU cost a little, but it might risk a lot.

I suspect that is how gQUIC came to adopt a 10 packet cap. Or maybe a 10 ms cap as well.


-- 
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/1428#issuecomment-420511395
----==_mimepart_5b989b9699b80_12803facd14d45b425001b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Ian, you probably have vastly more data that I do. When we are concern=
ed with Reno and Cubic, is that a theoretical concern based on simulation=
, or a practical issue visible in your telemetry? I say that because ACK =
compression and ACK suppression does happen a lot to TCP "in the wild". C=
able modems do it, for example. If I was shipping a TCP implementation on=
 a major platform, I would do something about it, so I suppose that most =
of the big releases have.</p>
<p>In any case, you have to go back to the reason why implementations wan=
t fewer ACKs -- first to reduce CPU load caused by packet-sent interrupts=
, and second to ease potential bottlenecks on the reverse path. So there =
no point being dogmatic. If ACKs are spaced "enough", be it in packets or=
 in milliseconds, you win already; going further will only improve your C=
PU cost a little, but it might risk a lot.</p>
<p>I suspect that is how gQUIC came to adopt a 10 packet cap. Or maybe a =
10 ms cap as well.</p>

<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/1428#issuecomment-420511395">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8aU=
_Lgooy1yY5uKua_bkHugfxQTks5uaJMWgaJpZM4Ud_JF">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8_9dcIMGXO2RQymcna0asWj=
ippKks5uaJMWgaJpZM4Ud_JF.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huit=
ema in #1428: Ian, you probably have vastly more data that I do. When we =
are concerned with Reno and Cubic, is that a theoretical concern based on=
 simulation, or a practical issue visible in your telemetry? I say that b=
ecause ACK compression and ACK suppression does happen a lot to TCP \"in =
the wild\". Cable modems do it, for example. If I was shipping a TCP impl=
ementation on a major platform, I would do something about it, so I suppo=
se that most of the big releases have.\r\n\r\nIn any case, you have to go=
 back to the reason why implementations want fewer ACKs -- first to reduc=
e CPU load caused by packet-sent interrupts, and second to ease potential=
 bottlenecks on the reverse path. So there no point being dogmatic. If AC=
Ks are spaced \"enough\", be it in packets or in milliseconds, you win al=
ready; going further will only improve your CPU cost a little, but it mig=
ht risk a lot.\r\n\r\nI suspect that is how gQUIC came to adopt a 10 pack=
et cap. Or maybe a 10 ms cap as well.\r\n"}],"action":{"name":"View Issue=
","url":"https://github.com/quicwg/base-drafts/issues/1428#issuecomment-4=
20511395"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment=
-420511395",
"url": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment-42=
0511395",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] When the sender is using standard Reno=
 congestion control, ack every ~2 packets (#1428)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1428,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1428\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment-42=
0511395"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3434051=
25\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b989b9699b80_12803facd14d45b425001b--


From nobody Tue Sep 11 22:04:55 2018
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 53077130E0E for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 22:04:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 lbtOsBq0x7BK for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 22:04:49 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B3D4A130E1B for <quic-issues@ietf.org>; Tue, 11 Sep 2018 22:04:49 -0700 (PDT)
Date: Tue, 11 Sep 2018 22:04:48 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536728688; bh=InRGvvlONZMyQlN2q5SPrU2oVj16/hpvNfgx92TJkio=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qhDRp+D9rQd0mbZnwyMrjyP+ulkC7guvFxfsvQxdNf/f8l/g9P7C3a1WVKieozaXN Fwa96pBnBUJpsdhtoEwB4qBPOyFKYO6ycgOxu8UNSQ8lnQ9iiOX5szp8cEKpVgyEPX NtwlcHrpQJ4Ovd3ZQR3gxDjJ1gWmLw6d7/DdcoUQ=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfb1cee66ec0a65c8bb2757cb5c35d8e5c414ee3d92cf0000000117b0607092a169ce15645e52@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1739/c420513265@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1739@github.com>
References: <quicwg/base-drafts/pull/1739@github.com>
Subject: Re: [quicwg/base-drafts] Tighten error processing of NEW CONNECTION ID (#1739)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b989e70aed36_5cb63fc6e42d45c04365da"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/xVD80RuKpuYT4i83AA71PfFSRf8>
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, 12 Sep 2018 05:04:51 -0000

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

No, I made the comment seconds after Martin comitted a change, snd Martin comited a new change seconds after my comment. The MUST NOT in its current form is fine.

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

<p>No, I made the comment seconds after Martin comitted a change, snd Martin comited a new change seconds after my comment. The MUST NOT in its current form is fine.</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/1739#issuecomment-420513265">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_2vorW_IHEH_XLcAHrOHh73wjXtks5uaJXwgaJpZM4WipvQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2HJjznEmKgh3FJn61T1gS1uThtXks5uaJXwgaJpZM4WipvQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1739: No, I made the comment seconds after Martin comitted a change, snd Martin comited a new change seconds after my comment. The MUST NOT in its current form is fine."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1739#issuecomment-420513265"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1739#issuecomment-420513265",
"url": "https://github.com/quicwg/base-drafts/pull/1739#issuecomment-420513265",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Tighten error processing of NEW CONNECTION ID (#1739)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1739,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1739\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1739#issuecomment-420513265"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378182608\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b989e70aed36_5cb63fc6e42d45c04365da--


From nobody Tue Sep 11 22:58:31 2018
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 BD792130E2B for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 22:57:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 xY-eq6sxeXYe for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 22:57:21 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4257A130E0E for <quic-issues@ietf.org>; Tue, 11 Sep 2018 22:57:21 -0700 (PDT)
Date: Tue, 11 Sep 2018 22:57:20 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536731840; bh=buO1C3l7zF58IsTNCVAujF1am6IyMlcVHKt9+H8eFok=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=02w08zA5Zf8bBpsAr+XCpAXKo1w19D1FW5vH3oiPpe+EWZGbfdwu/pAbsAL0S3VM8 YWiptbqzHvCwCh57ocAm0gBKFT/PAdhLyvfnGJR+M3MvlzVGFIcYXDLwX5Txv1FLKL SGnZOBT+Bj92VQj1e8BABXK5ifGRIV5/8AXCXaas=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab43775c653cd99b2ae62b317246a76837b215c3b092cf0000000117b06cbf92a169ce1569c986@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/62/issue_event/1840216136@github.com>
In-Reply-To: <quicwg/wg-materials/pull/62@github.com>
References: <quicwg/wg-materials/pull/62@github.com>
Subject: Re: [quicwg/wg-materials] agenda updates (#62)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b98aac023fb_4c013f8a268d45c4323145"; 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/MMIXBdBUFSyt0ynqSLRBq3CNPgc>
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, 12 Sep 2018 05:57:23 -0000

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

Merged #62 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/wg-materials/pull/62#event-1840216136
----==_mimepart_5b98aac023fb_4c013f8a268d45c4323145
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="359254406" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/62" href="https://github.com/quicwg/wg-materials/pull/62">#62</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/wg-materials/pull/62#event-1840216136">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3RO5gPBjuGTLJFfBMA1CcbsuO8kks5uaKJAgaJpZM4WkXbJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9wFizdNDm93EQkJP0akeyH6St-Oks5uaKJAgaJpZM4WkXbJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #62 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/62#event-1840216136"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/62#event-1840216136",
"url": "https://github.com/quicwg/wg-materials/pull/62#event-1840216136",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] agenda updates (#62)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/62#event-1840216136"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378631881\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b98aac023fb_4c013f8a268d45c4323145--


From nobody Tue Sep 11 23:23:31 2018
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 90534130DD9 for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 23:23:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 yftWB3ljaPxb for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 23:23:28 -0700 (PDT)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 10D5B130DD6 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 23:23:28 -0700 (PDT)
Date: Tue, 11 Sep 2018 23:23:27 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536733407; bh=STHEvSUcfzVjoONgwrrB5NOqHhDLYJBeM1xE1VLIvbE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xbHaRfD2T5vurs6pE9IwO5oUg7HNabGicRYTaZM2X4Ycvznfxddudu9L60vm6YtXJ zDkmrtEvT1xMATsaax1isejYGyvJ5OHTANkWQeErG6odlkKsYCB9qiGaueW3lgaxKr emMH89sQyUtOY7gTRcgGTubAbmLkPjw1P4gYiFcI=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab257f75b224e93ba5ea701c34669f918238e3d05692cf0000000117b072df92a169ce155ca63e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1729/420526514@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1729@github.com>
References: <quicwg/base-drafts/issues/1729@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b98b0df69abd_6c6b3ff07eed45b4401348"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/Luh_9UF3Ur9qKGI6vu4CT9mq9i0>
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, 12 Sep 2018 06:23:29 -0000

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

There is also the following: Disagreement about CID Liveness https://github.com/quicwg/base-drafts/issues/1495

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

<p>There is also the following: Disagreement about CID Liveness <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="336776005" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1495" href="https://github.com/quicwg/base-drafts/issues/1495">#1495</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/1729#issuecomment-420526514">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7qYP9V_LpKeymqGDJO7XL1qED8Nks5uaKhfgaJpZM4WgW-1">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8vXTsmz2wFxiXY4ZRx_NzZOJYNBks5uaKhfgaJpZM4WgW-1.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1729: There is also the following: Disagreement about CID Liveness https://github.com/quicwg/base-drafts/issues/1495"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1729#issuecomment-420526514"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-420526514",
"url": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-420526514",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID Garbage Collection (#1729)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1729,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1729\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1729#issuecomment-420526514"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377581493\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b98b0df69abd_6c6b3ff07eed45b4401348--


From nobody Tue Sep 11 23:24:31 2018
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 28454130E4C for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 23:24:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 iIYXK8nSgp-t for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 23:24:28 -0700 (PDT)
Received: from o1.sgmail.github.com (o1.sgmail.github.com [192.254.114.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 94E27130E2B for <quic-issues@ietf.org>; Tue, 11 Sep 2018 23:24:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=/rLGvTXDBFZ3KCYNZKm8M5WnAKM=; b=jRML/dsk+c25Kd/o 6jygeUYAcs01QiflqhoYbMnlEtBmACB7LwImxKYbg0wt2XCZl/VnljuDuGcSs+GG FW8ycZxrSH80HZNpZnE4bomp8+C++/BuiOdmhnSxPGY4+46fejpAkHuvUD1MIfVb AdC0MaAUlpm0mUenpsI69XMzIec=
Received: by filter0054p1iad2.sendgrid.net with SMTP id filter0054p1iad2-13458-5B98B11B-2 2018-09-12 06:24:27.082339519 +0000 UTC m=+461439.562592838
Received: from github-lowworker-dc5ea3e.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id xmR5FnvURcSjZg7PM7o12Q for <quic-issues@ietf.org>; Wed, 12 Sep 2018 06:24:27.048 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dc5ea3e.cp1-iad.github.net (Postfix) with ESMTP id 090CE26006D for <quic-issues@ietf.org>; Tue, 11 Sep 2018 23:24:27 -0700 (PDT)
Date: Wed, 12 Sep 2018 06:24:27 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab61d78a5eacfe34f955c1e92873537efddfd3a42a92cf0000000117b0731b92a169ce15645e52@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1739/c420526711@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1739@github.com>
References: <quicwg/base-drafts/pull/1739@github.com>
Subject: Re: [quicwg/base-drafts] Tighten error processing of NEW CONNECTION ID (#1739)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b98b11b5deb_dff3fc8df0d45c0293778"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0eXqYrOACAytX9IYJk4rWnbjn1nazANJ3IZD pGKSUIYfa0hf8BcWXq9EXSI1dWsq7mT6Di06kESzMXWkTB0gD9kd2sTU4sTrYtpMTTqspA82mtCd21 UDbv6jI8hWe3UJgulUPtSKv3xplOJpuN5Wbk+idMCtVtajVzDolPwSF9FOsxjcd+GNhwNtuLjP+V2z c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/PMPYiTKcQ_Fd4lY7w5IG5E09Yok>
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, 12 Sep 2018 06:24:30 -0000

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

I reached the same conclusion immediately after hitting "edit" :)

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

<p>I reached the same conclusion immediately after hitting "edit" :)</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/1739#issuecomment-420526711">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxu7BRp6SpgFNYI1N7AbOEvOxXuLks5uaKibgaJpZM4WipvQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzGuov9fBLAnZ-I_kUA0EjLP4QvCks5uaKibgaJpZM4WipvQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1739: I reached the same conclusion immediately after hitting \"edit\" :)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1739#issuecomment-420526711"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1739#issuecomment-420526711",
"url": "https://github.com/quicwg/base-drafts/pull/1739#issuecomment-420526711",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Tighten error processing of NEW CONNECTION ID (#1739)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1739,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1739\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1739#issuecomment-420526711"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378182608\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b98b11b5deb_dff3fc8df0d45c0293778--


From nobody Tue Sep 11 23:24:37 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 798B5130EF3 for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 23:24:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 72NcMFBXUPrt for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 23:24:32 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4A973130E58 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 23:24:32 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536733471; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=mDsertKPIANVyiiUujjBRHvOwoQqdCiogY+/SwIzdJI=; b=gCTNaK/FC/k0SKdRBm46TB2n684PlpbCodFXtt7wT7o48cBtBpQbXCxq2nokd3TwkXZSDZ/Y Wd0ETRTgdL+/Lyw8roFjSwW/tJXnMlXSDvuEsoByyGOX37aCXsMcNCvSL5skyUnkkjbjUKk2 aP3XCPELdUFTlWE+7sIXkilRGhE=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5b98b11f.7f408847ff00-smtp-out-n01; Wed, 12 Sep 2018 06:24:31 -0000 (UTC)
Date: Tue, 11 Sep 2018 23:24:31 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5b98b11f9b2a8_61d92aca04fb2ec8164a8@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] b0396b: Merge pull request #5 from quicwg/master
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b98b11f9ad7f_61d92aca04fb2ec8163be"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/bxu_urhdDOYMrAVuND00flhDAzg>
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, 12 Sep 2018 06:24:34 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: b0396b056c9f8bf1dc458876583b8de233d48242
      https://github.com/quicwg/base-drafts/commit/b0396b056c9f8bf1dc458876583b8de233d48242
  Author: Christian Huitema <huitema@huitema.net>
  Date:   2018-09-09 (Sun, 09 Sep 2018)

  Changed paths:
    M .circleci/config.yml
    M .lint.py
    M Makefile
    M README.md
    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-spin-exp.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md
    A tag.sh

  Log Message:
  -----------
  Merge pull request #5 from quicwg/master

Align with new spec


  Commit: 0b76a58de1b0d21fe6b31adf30c5e82541652367
      https://github.com/quicwg/base-drafts/commit/0b76a58de1b0d21fe6b31adf30c5e82541652367
  Author: huitema <huitema@huitema.net>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Tighten error processing of NEW CONNECTION ID


  Commit: 8ffda9e3efae7267bfea629019fd489c195f4cb2
      https://github.com/quicwg/base-drafts/commit/8ffda9e3efae7267bfea629019fd489c195f4cb2
  Author: huitema <huitema@huitema.net>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Fix typo


  Commit: 42d9792421d4092b6bbd2494b3d753660f61f751
      https://github.com/quicwg/base-drafts/commit/42d9792421d4092b6bbd2494b3d753660f61f751
  Author: huitema <huitema@huitema.net>
  Date:   2018-09-11 (Tue, 11 Sep 2018)

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

  Log Message:
  -----------
  Change MUST error on wrong NEW CID to MAY


  Commit: ae0953282d227ceb2805b02da3556e1b81ed6cbf
      https://github.com/quicwg/base-drafts/commit/ae0953282d227ceb2805b02da3556e1b81ed6cbf
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-12 (Wed, 12 Sep 2018)

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

  Log Message:
  -----------
  MUST ignore duplicate NEW_CID


  Commit: f1c0b399a22fbae31dd560d6cc4b43ffbdf74feb
      https://github.com/quicwg/base-drafts/commit/f1c0b399a22fbae31dd560d6cc4b43ffbdf74feb
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-12 (Wed, 12 Sep 2018)

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

  Log Message:
  -----------
  MUST NOT be an error to receive twice


  Commit: 1a3ad6958b15978ec9dfa79ec62ca36aebc16eee
      https://github.com/quicwg/base-drafts/commit/1a3ad6958b15978ec9dfa79ec62ca36aebc16eee
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-12 (Wed, 12 Sep 2018)

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

  Log Message:
  -----------
  Merge pull request #1739 from huitema/duplicate-n-cid

Tighten error processing of NEW CONNECTION ID


Compare: https://github.com/quicwg/base-drafts/compare/15d5f4f41160...1a3ad6958b15
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b98b11f9ad7f_61d92aca04fb2ec8163be--


From nobody Tue Sep 11 23:24:51 2018
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 47636130DD6 for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 23:24:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 TpV6ChcvdbMR for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 23:24:48 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F3110124C04 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 23:24:47 -0700 (PDT)
Date: Tue, 11 Sep 2018 23:24:47 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536733487; bh=iMg14mHFPqZvXt+XgHfcroj/wTUkyIGdu9k52rFDE7M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DmRffF7tShyqXx4G3o4OChj2OErhWO3Z1B+pTl4awiTpEio08MKz78GviM+Ok3PQ3 oMi1U+T8a644qyGaDbVJ9aF9E2i298XngiHXEm+6s7BGfewfQS2+wqPF+Zy30O6E13 Noo4s6URH2rTVvTHoKJ6HyGNa4a2i2md/AacXKME=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab20fc722d736efcc135603c14ecfcd81feb070d6892cf0000000117b0732f92a169ce15645e52@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1739/issue_event/1840250049@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1739@github.com>
References: <quicwg/base-drafts/pull/1739@github.com>
Subject: Re: [quicwg/base-drafts] Tighten error processing of NEW CONNECTION ID (#1739)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b98b12fa6cc_47b93fba6ced45c0301230"; 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/AQaAyInGbJ6a6GTPDNAmXpADriM>
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, 12 Sep 2018 06:24:49 -0000

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

Merged #1739 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/1739#event-1840250049
----==_mimepart_5b98b12fa6cc_47b93fba6ced45c0301230
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358899282" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1739" href="https://github.com/quicwg/base-drafts/pull/1739">#1739</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/1739#event-1840250049">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7efT8aPowB_zQ57UcNdD-ZnQurfks5uaKivgaJpZM4WipvQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2CCW-aZtfXG1r9It90mAct_z46rks5uaKivgaJpZM4WipvQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1739 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1739#event-1840250049"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1739#event-1840250049",
"url": "https://github.com/quicwg/base-drafts/pull/1739#event-1840250049",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Tighten error processing of NEW CONNECTION ID (#1739)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1739#event-1840250049"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378182608\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b98b12fa6cc_47b93fba6ced45c0301230--


From nobody Tue Sep 11 23:30:13 2018
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 47774130EC4 for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 23:30:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 eEYFt4MBEv3L for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 23:30:10 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B1D1E130DD6 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 23:30:10 -0700 (PDT)
Date: Tue, 11 Sep 2018 23:30:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536733809; bh=zajibPJ4ZBWq3q4796hVVZ0ZUlFZRkK7GNmFwXU7iNE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=o0CjufekdSQYgalh36g4SKf3m5XUd1f8uk3e85FFGQEgDc5owiX99d9Fegasxx8v9 bUzGOcIWmzKzNbWdcLuW+xMMmcFfCTg1ibI7ObuypPMLhX/XHtixU+R1qw3k3GlKbP l11Y5Vs2AMAnmrkGPy5mva4Gik3+wslMyQllLqQA=
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/1730/push/2869665437@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b98b27186e04_50c3fc92c4d45c4737148"; 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/sVmORGjfBN3UZFg_Cnd5gCGDpRs>
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, 12 Sep 2018 06:30:12 -0000

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

@martinthomson pushed 1 commit.

86ecbec  Tweak probing text


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1730/files/5dacf5f5c675268a6e0d02c1c35837423d539f71..86ecbecca3eadb9eea70458b0f9794348161d7c8

----==_mimepart_5b98b27186e04_50c3fc92c4d45c4737148
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/86ecbec">86ecbec</a>  Tweak probing text</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/1730/files/5dacf5f5c675268a6e0d02c1c35837423d539f71..86ecbecca3eadb9eea70458b0f9794348161d7c8">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw83JGEQairI4v0O8OZG0aIWaAOJks5uaKnxgaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5nabMCAMibmXgmBBZPF5c3qc7ltks5uaKnxgaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730/files/5dacf5f5c675268a6e0d02c1c35837423d539f71..86ecbecca3eadb9eea70458b0f9794348161d7c8"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730/files/5dacf5f5c675268a6e0d02c1c35837423d539f71..86ecbecca3eadb9eea70458b0f9794348161d7c8",
"url": "https://github.com/quicwg/base-drafts/pull/1730/files/5dacf5f5c675268a6e0d02c1c35837423d539f71..86ecbecca3eadb9eea70458b0f9794348161d7c8",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1730",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1730:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "86ecbec",
"value": "Tweak probing text"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730/files/5dacf5f5c675268a6e0d02c1c35837423d539f71..86ecbecca3eadb9eea70458b0f9794348161d7c8"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b98b27186e04_50c3fc92c4d45c4737148--


From nobody Tue Sep 11 23:40:28 2018
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 569E0127148 for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 23:40:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 xuX007LAYl3Y for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 23:40:24 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 83F2C130DD6 for <quic-issues@ietf.org>; Tue, 11 Sep 2018 23:40:24 -0700 (PDT)
Date: Tue, 11 Sep 2018 23:40:23 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536734423; bh=r9nIQ6w7V2plL6jaO2T9U1lF39GpsztZvBVjNYRC6WM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aAceojoAbwjC2+u+VIZi+hgG9SYlTK+18cpM+LNYdMeXVZcLGZXoit8Jl5BCSDw9w PxiGWJhZU4UjNIHXfuUNPux7kkiD4gNuwhvaFDKL0vPbNUP6sUYH7CeKGn5I0GnmzW GrcPq778XX6+aywIWxxBaN0rcmAybtS6srd9Tm34=
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/1730/push/2869686790@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b98b4d7af936_13e43fe6d42d45c463681d"; 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/6vOuDmgFjgx2bzTJzHRRGoaKjXc>
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, 12 Sep 2018 06:40:26 -0000

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

@martinthomson pushed 1 commit.

17ccc69  reword, note the possibility of infinite regress


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1730/files/86ecbecca3eadb9eea70458b0f9794348161d7c8..17ccc69ecd0c652bc8f35c5db5fb3a37b0f7c67c

----==_mimepart_5b98b4d7af936_13e43fe6d42d45c463681d
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/17ccc69">17ccc69</a>  reword, note the possibility of infinite regress</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/1730/files/86ecbecca3eadb9eea70458b0f9794348161d7c8..17ccc69ecd0c652bc8f35c5db5fb3a37b0f7c67c">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq82czRa7JqcmasVASDkQsK7qF-wJks5uaKxXgaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxh-MZbUSjDP_RUBjzv3JZtgn5FUks5uaKxXgaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730/files/86ecbecca3eadb9eea70458b0f9794348161d7c8..17ccc69ecd0c652bc8f35c5db5fb3a37b0f7c67c"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730/files/86ecbecca3eadb9eea70458b0f9794348161d7c8..17ccc69ecd0c652bc8f35c5db5fb3a37b0f7c67c",
"url": "https://github.com/quicwg/base-drafts/pull/1730/files/86ecbecca3eadb9eea70458b0f9794348161d7c8..17ccc69ecd0c652bc8f35c5db5fb3a37b0f7c67c",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1730",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1730:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "17ccc69",
"value": "reword, note the possibility of infinite regress"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730/files/86ecbecca3eadb9eea70458b0f9794348161d7c8..17ccc69ecd0c652bc8f35c5db5fb3a37b0f7c67c"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b98b4d7af936_13e43fe6d42d45c463681d--


From nobody Tue Sep 11 23:41:40 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 6958B130EC4 for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 23:41:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 EqophLImTen4 for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 23:41:38 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 94196130ECB for <quic-issues@ietf.org>; Tue, 11 Sep 2018 23:41:37 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536734497; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=/8Fw5Kla6MnZlV0xI458OH7ZpdeUh7fjuta/aUM67Cw=; b=Kcsx7M1QHbjHj1dbAeTmXjYQkInIs/SWgNU1Nc9E6ynk/o430sDAqWDOI7O0mSAkFYG4HPHI NylamQkZNWrATvJeIXFdmmjQ9PY3g69Ow2CR38lTJUTazh8VGaw+6eSiaC2Gyo06Zf5ul9NB Mof7Gvlqojh4az99rTngVeKbksM=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5b98b520.7fe464091660-smtp-out-n02; Wed, 12 Sep 2018 06:41:36 -0000 (UTC)
Date: Tue, 11 Sep 2018 23:41:35 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5b98b51f6aec2_7142b25b5990ec0789ad@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] bc7446: Specifying use of new connection ID to avoid corre...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b98b51f6a9e5_7142b25b5990ec078845"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UjVG5hoXMW24FbHsyDSGobHs7mo>
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, 12 Sep 2018 06:41:39 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: bc7446805de4dba246e79809a5031b9af8fb6591
      https://github.com/quicwg/base-drafts/commit/bc7446805de4dba246e79809a5031b9af8fb6591
  Author: huitema <huitema@huitema.net>
  Date:   2018-09-09 (Sun, 09 Sep 2018)

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

  Log Message:
  -----------
  Specifying use of new connection ID to avoid correlation


  Commit: efeb5fc69e6f663e2f15ec1c133628b8171cfca4
      https://github.com/quicwg/base-drafts/commit/efeb5fc69e6f663e2f15ec1c133628b8171cfca4
  Author: huitema <huitema@huitema.net>
  Date:   2018-09-09 (Sun, 09 Sep 2018)

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

  Log Message:
  -----------
  Attempt to incorporate Martin's suggestions


  Commit: 34f056e23fb5fce59146fb065cfc05bb31958e89
      https://github.com/quicwg/base-drafts/commit/34f056e23fb5fce59146fb065cfc05bb31958e89
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  ensures


  Commit: a1ecc6548c5e8278d7d4ef941adc8c7c3126a938
      https://github.com/quicwg/base-drafts/commit/a1ecc6548c5e8278d7d4ef941adc8c7c3126a938
  Author: huitema <huitema@huitema.net>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Adding more specific requirements per Ian's review


  Commit: cac497fcba75aed6ad72d155641201cd1e2acccf
      https://github.com/quicwg/base-drafts/commit/cac497fcba75aed6ad72d155641201cd1e2acccf
  Author: huitema <huitema@huitema.net>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Merge branch 'probe-cid' of https://github.com/huitema/base-drafts into probe-cid


  Commit: 6c018a60848ecdd33c4005eb77d1e33824edee9e
      https://github.com/quicwg/base-drafts/commit/6c018a60848ecdd33c4005eb77d1e33824edee9e
  Author: huitema <huitema@huitema.net>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Remove trailing white space.


  Commit: 5dacf5f5c675268a6e0d02c1c35837423d539f71
      https://github.com/quicwg/base-drafts/commit/5dacf5f5c675268a6e0d02c1c35837423d539f71
  Author: huitema <huitema@huitema.net>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

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

  Log Message:
  -----------
  Remove extraneous "also".


  Commit: 86ecbecca3eadb9eea70458b0f9794348161d7c8
      https://github.com/quicwg/base-drafts/commit/86ecbecca3eadb9eea70458b0f9794348161d7c8
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-12 (Wed, 12 Sep 2018)

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

  Log Message:
  -----------
  Tweak probing text

This text implied that there was was an expectation that the bundled NEW_CONNECTION_ID would be used.  That's not guaranteed (I expect some implementations will take the oldest unused connection ID they have and use that, for instance).  This changes it to merely acknowledge that the connection ID is unused and available as a result.


  Commit: 17ccc69ecd0c652bc8f35c5db5fb3a37b0f7c67c
      https://github.com/quicwg/base-drafts/commit/17ccc69ecd0c652bc8f35c5db5fb3a37b0f7c67c
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-12 (Wed, 12 Sep 2018)

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

  Log Message:
  -----------
  reword, note the possibility of infinite regress


  Commit: 6249aaf6d0f9c4ccd675c07112d45ec626d0d264
      https://github.com/quicwg/base-drafts/commit/6249aaf6d0f9c4ccd675c07112d45ec626d0d264
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-12 (Wed, 12 Sep 2018)

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

  Log Message:
  -----------
  Merge pull request #1730 from huitema/probe-cid

Bundle new client connection ID and path challenge in migration probes


Compare: https://github.com/quicwg/base-drafts/compare/1a3ad6958b15...6249aaf6d0f9
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b98b51f6a9e5_7142b25b5990ec078845--


From nobody Tue Sep 11 23:41:51 2018
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 7C0DE130EED for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 23:41:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 tGZO6xNuCn81 for <quic-issues@ietfa.amsl.com>; Tue, 11 Sep 2018 23:41:46 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4E560130E4C for <quic-issues@ietf.org>; Tue, 11 Sep 2018 23:41:45 -0700 (PDT)
Date: Tue, 11 Sep 2018 23:41:44 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536734504; bh=gQYHtKE6E0J1NJ6e7FBaOFScaa46PvVg8bk5UEMpVxU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ti4wY40j5aaJY4/K4l+o2Y2/Wn5lPNZNAOsl/F9qFS0oF3zX0Wk+GTDNvdWAnzEqd zb73g1ZVmzjCEnVYY/FG92TvWJS6M9i+QVHYGe2TqxRxzic3IsHUULhy5xWf5EPKKz WuWimw1l5NZlsHH2+TnGNeq+gKMNcKfiOhDph7RU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6140ab7a7e9c22f4e3528035fca6b88c7ae90d9392cf0000000117b0772892a169ce155cc367@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1730/issue_event/1840274580@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b98b5287bc32_70c63fd123ed45c01832a"; 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/ABULsQPRU3zoAeS6BPkDCVkD8y4>
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, 12 Sep 2018 06:41:49 -0000

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

Merged #1730 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/1730#event-1840274580
----==_mimepart_5b98b5287bc32_70c63fd123ed45c01832a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358400871" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1730" href="https://github.com/quicwg/base-drafts/pull/1730">#1730</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/1730#event-1840274580">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1YWe8nHjIzMEYqRWL_1GnaMnjIEks5uaKyogaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6_vDDbtclv3EGI8YxDwhvHDQxPZks5uaKyogaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1730 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730#event-1840274580"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730#event-1840274580",
"url": "https://github.com/quicwg/base-drafts/pull/1730#event-1840274580",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730#event-1840274580"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b98b5287bc32_70c63fd123ed45c01832a--


From nobody Wed Sep 12 00:01:12 2018
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 8607D130EC4 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 00:01:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 w6GwP1Mwt5FB for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 00:01:07 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 42515130E34 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 00:01:07 -0700 (PDT)
Date: Wed, 12 Sep 2018 00:01:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536735666; bh=qpl8mwyBMt5B2OiX3ALLP6+xLkzNuLoVKofh/UMGh2A=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=dBK4MmZpQHhaIo32OE4aVSKBKuu+FpjFovKmsh4HTc2Bs0L5TcXF16/aAQ8sn5wxk eWnuGZJrpovhU75upiWMEzlp/vylzOK0mNINvDaWMkPipF8oVlDYSQHGLqNyHviA42 +OUSMWxe28VQYQLHrv+3xYdIwhtGXALiay0tyKdY=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab355e3f584b31460f42c8d9af6e3a865f3642741692cf0000000117b07bb292a169ce156b1c97@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1740@github.com>
Subject: [quicwg/base-drafts] Connections ID's are not required to appear random (#1740)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b98b9b230e25_388b3f92814d45c46273ea"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/yC71xZW5LTZT2oB6oAH7uqOilw4>
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, 12 Sep 2018 07:01:11 -0000

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

When sending a new connection ID it is understood that this is to prevent linkability, but it is not required that the actual ID is hard to correlate to previous ID's.

It may be tempting to use a random router prefix and a local counter in the ID.

If a client migrates the client can choose a strong new ID, but if the server responds with a weak ID in the opposite direction, that isn't very helpful. Since the client cannot influence that, servers could be coerced into using weak ID's for monitoring purposes without actually violating the protocol.

At the same time it is necessary to encode useful routing information and therefore the CID must be easy to decode.

In conclusion, at least some guidance is needed on how to construct connection ID's.

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

<p>When sending a new connection ID it is understood that this is to prevent linkability, but it is not required that the actual ID is hard to correlate to previous ID's.</p>
<p>It may be tempting to use a random router prefix and a local counter in the ID.</p>
<p>If a client migrates the client can choose a strong new ID, but if the server responds with a weak ID in the opposite direction, that isn't very helpful. Since the client cannot influence that, servers could be coerced into using weak ID's for monitoring purposes without actually violating the protocol.</p>
<p>At the same time it is necessary to encode useful routing information and therefore the CID must be easy to decode.</p>
<p>In conclusion, at least some guidance is needed on how to construct connection ID's.</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/1740">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8MBb6BdsnMD0aFUlb3IUa31DRqJks5uaLEygaJpZM4WkwzD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7z83XXCe7X6HXn1n5xLatRB7cqNks5uaLEygaJpZM4WkwzD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Connections ID's are not required to appear random (#1740)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1740"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1740",
"url": "https://github.com/quicwg/base-drafts/issues/1740",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Connections ID's are not required to appear random (#1740)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1740
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1740,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1740\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1740"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378735811\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b98b9b230e25_388b3f92814d45c46273ea--


From nobody Wed Sep 12 07:21:53 2018
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 36C741277C8 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 07:21:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.75
X-Spam-Level: 
X-Spam-Status: No, score=-7.75 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, HTML_OBFUSCATE_05_10=0.26, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 3HRnyAt_GCXa for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 07:21:50 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3D771130E2A for <quic-issues@ietf.org>; Wed, 12 Sep 2018 07:21:50 -0700 (PDT)
Date: Wed, 12 Sep 2018 07:21:49 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536762109; bh=Nvcd8qMN40K4K9Pms/BIZwsXz10wV9YVPDqRbeNboJs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EztxvqHyH8i9ClgJ4asODnScqHK29FnzVSDNaYMVEtSc0NaF9kbYFS73s+npf+FDd NOiLRkF9mfTrn1lhoddvaIr6fA/BgocFkWKFwZULksSF0WcyoYhDcghs/j0bxAD7ZV x06PnAZnrP6HqwFQfFCH2Py2la19l/1scRhsT994=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab68d9e33d578afedc7b570cb18cb9ffac6e4f2c1a92cf0000000117b0e2fd92a169ce13ae108c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1428/420665538@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1428@github.com>
References: <quicwg/base-drafts/issues/1428@github.com>
Subject: Re: [quicwg/base-drafts] When the sender is using standard Reno congestion control, ack every ~2 packets (#1428)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9920fd25a22_53733fc0534d45c410824e"; 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/OnhWegf8VRgcMhhI8NHft0aBUdg>
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, 12 Sep 2018 14:21:52 -0000

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

The data was from experiments in the wild looking at YouTube and Search metrics.  The results weren't awful, but there were small regressions in some metrics, which appeared to indicate Cubic wasn't achieving as much bandwidth with 1/4 RTT decimation enabled.  One possible issue with the experiments is that QUIC's Cubic implementation currently compares bytes_in_flight to CWND to determine if it's app-limited(https://cs.chromium.org/chromium/src/net/third_party/quic/core/congestion_control/tcp_cubic_sender_bytes.cc?q=cubic_sen&sq=package:chromium&g=0&l=369), and if it's app-limited it doesn't increase the CWND.  I wouldn't expect less frequent ACKs to cause that to be more likely, but if it did, it could explain the behavior.

In traces, it was clear that this experiment was further increasing gaps between ACKs vs acking every 2 packets, at least for some users.  It's very possible this is a Wifi artifact and sending more ACKs caused the Wifi access point to release ACKs a bit more often.  The other potential issue is that QUIC paces at 1.25*CWND/RTT in congestion avoidance for Cubic, because that's what the Linux kernel does.  This pretty much guarantees that a flow will be CWND limited when a new ACK arrives.  We discussed lowering this to 1*CWND/RTT, but never ran an experiment with that.

That brings up another point.  If one doesn't have pacing enabled(which I wouldn't advise, but I know pacing isn't always enabled at this point) then being ACK-clocked should smooth out traffic some.

The 10 packet cap was a random number I came up with, and there was no fundamental reasoning behind it.  I have no evidence it's valuable or necessary.

I'd like to be in a situation where multiple implementations have data to share on this, in case my results were a result of an implementation bug, but we're not there yet.  So my goal is to provide some knobs to allow experimentation, and we need to decide what those should be.

Related to this is the explicit max ack delay, which feeds into the TLP and RTO timeouts.

-- 
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/1428#issuecomment-420665538
----==_mimepart_5b9920fd25a22_53733fc0534d45c410824e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The data was from experiments in the wild looking at YouTube and Searc=
h metrics.  The results weren't awful, but there were small regressions i=
n some metrics, which appeared to indicate Cubic wasn't achieving as much=
 bandwidth with 1/4 RTT decimation enabled.  One possible issue with the =
experiments is that QUIC's Cubic implementation currently compares bytes_=
in_flight to CWND to determine if it's app-limited(<a href=3D"https://cs.=
chromium.org/chromium/src/net/third_party/quic/core/congestion_control/tc=
p_cubic_sender_bytes.cc?q=3Dcubic_sen&amp;sq=3Dpackage:chromium&amp;g=3D0=
&amp;l=3D369" rel=3D"nofollow">https://cs.chromium.org/chromium/src/net/t=
hird_party/quic/core/congestion_control/tcp_cubic_sender_bytes.cc?q=3Dcub=
ic_sen&amp;sq=3Dpackage:chromium&amp;g=3D0&amp;l=3D369</a>), and if it's =
app-limited it doesn't increase the CWND.  I wouldn't expect less frequen=
t ACKs to cause that to be more likely, but if it did, it could explain t=
he behavior.</p>
<p>In traces, it was clear that this experiment was further increasing ga=
ps between ACKs vs acking every 2 packets, at least for some users.  It's=
 very possible this is a Wifi artifact and sending more ACKs caused the W=
ifi access point to release ACKs a bit more often.  The other potential i=
ssue is that QUIC paces at 1.25<em>CWND/RTT in congestion avoidance for C=
ubic, because that's what the Linux kernel does.  This pretty much guaran=
tees that a flow will be CWND limited when a new ACK arrives.  We discuss=
ed lowering this to 1</em>CWND/RTT, but never ran an experiment with that=
.</p>
<p>That brings up another point.  If one doesn't have pacing enabled(whic=
h I wouldn't advise, but I know pacing isn't always enabled at this point=
) then being ACK-clocked should smooth out traffic some.</p>
<p>The 10 packet cap was a random number I came up with, and there was no=
 fundamental reasoning behind it.  I have no evidence it's valuable or ne=
cessary.</p>
<p>I'd like to be in a situation where multiple implementations have data=
 to share on this, in case my results were a result of an implementation =
bug, but we're not there yet.  So my goal is to provide some knobs to all=
ow experimentation, and we need to decide what those should be.</p>
<p>Related to this is the explicit max ack delay, which feeds into the TL=
P and RTO timeouts.</p>

<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/1428#issuecomment-420665538">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxAd=
TNJbMOFowpggMYS7tKNhdxgRks5uaRh9gaJpZM4Ud_JF">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq04uUXVh6Nx0-XCith5oT9HL=
0tWCks5uaRh9gaJpZM4Ud_JF.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #1428: The data was from experiments in the wild looking at YouTu=
be and Search metrics.  The results weren't awful, but there were small r=
egressions in some metrics, which appeared to indicate Cubic wasn't achie=
ving as much bandwidth with 1/4 RTT decimation enabled.  One possible iss=
ue with the experiments is that QUIC's Cubic implementation currently com=
pares bytes_in_flight to CWND to determine if it's app-limited(https://cs=
.chromium.org/chromium/src/net/third_party/quic/core/congestion_control/t=
cp_cubic_sender_bytes.cc?q=3Dcubic_sen\u0026sq=3Dpackage:chromium\u0026g=3D=
0\u0026l=3D369), and if it's app-limited it doesn't increase the CWND.  I=
 wouldn't expect less frequent ACKs to cause that to be more likely, but =
if it did, it could explain the behavior.\r\n\r\nIn traces, it was clear =
that this experiment was further increasing gaps between ACKs vs acking e=
very 2 packets, at least for some users.  It's very possible this is a Wi=
fi artifact and sending more ACKs caused the Wifi access point to release=
 ACKs a bit more often.  The other potential issue is that QUIC paces at =
1.25*CWND/RTT in congestion avoidance for Cubic, because that's what the =
Linux kernel does.  This pretty much guarantees that a flow will be CWND =
limited when a new ACK arrives.  We discussed lowering this to 1*CWND/RTT=
, but never ran an experiment with that.\r\n\r\nThat brings up another po=
int.  If one doesn't have pacing enabled(which I wouldn't advise, but I k=
now pacing isn't always enabled at this point) then being ACK-clocked sho=
uld smooth out traffic some.\r\n\r\nThe 10 packet cap was a random number=
 I came up with, and there was no fundamental reasoning behind it.  I hav=
e no evidence it's valuable or necessary.\r\n\r\nI'd like to be in a situ=
ation where multiple implementations have data to share on this, in case =
my results were a result of an implementation bug, but we're not there ye=
t.  So my goal is to provide some knobs to allow experimentation, and we =
need to decide what those should be.\r\n\r\nRelated to this is the explic=
it max ack delay, which feeds into the TLP and RTO timeouts."}],"action":=
{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/=
1428#issuecomment-420665538"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment=
-420665538",
"url": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment-42=
0665538",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] When the sender is using standard Reno=
 congestion control, ack every ~2 packets (#1428)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1428,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1428\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment-42=
0665538"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3434051=
25\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9920fd25a22_53733fc0534d45c410824e--


From nobody Wed Sep 12 09:51:36 2018
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 5227E130DFD for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 09:51:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 4_KH0odWKT0a for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 09:51:32 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2E3EA130DF3 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 09:51:32 -0700 (PDT)
Date: Wed, 12 Sep 2018 09:51:31 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536771091; bh=LWpP68qSBoyKiDk8TU2ESfrdspEoPKoZ1We/XoqtOm0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pItMGMApnpD/it7W8K+khpr3fsT4pyHYKq5S9xPqvFDtiAZsx13I5l7PelsVFrnv4 UWyL/73JxqULUyMCkMlKSp1bELrOjzGuPN/q7ld20/2xmczLG0iE+LCb/cVhtcupJP Q4HyQkmwoseP5B7Oc99v5c0fge6KuVMQ/yZYnjFo=
From: Christoph Paasch <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab14112e681cc5db4b942b03cd5a68819340caa0b292cf0000000117b1061292a169ce152ea636@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1715/c420719877@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1715@github.com>
References: <quicwg/base-drafts/pull/1715@github.com>
Subject: Re: [quicwg/base-drafts] Add max_bytes_before_ack to transport (#1715)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b994413c52_46d03fbf3d8d45b41780dc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: cpaasch
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/GhBzpymJ2S13oCSFjedDKtNbVSQ>
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, 12 Sep 2018 16:51:34 -0000

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

I am to some extend agreeing with what @huitema is saying. This is adding complexity at a late stage, without giving clear guidance,... as to how to use the max_bytes_before_ack:
* What value should a congestion-control announce to the peer ?
* How exactly should the receiver use the value? During slow-start, should it ACK more frequently to allow the sender to build a rate-estimation? Or should it always wait for the necessary bytes?

AFAICS, this can easily be added later on as an extension once it is clearer how to use 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/1715#issuecomment-420719877
----==_mimepart_5b994413c52_46d03fbf3d8d45b41780dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I am to some extend agreeing with what <a class=3D"user-mention" data-=
hovercard-user-id=3D"7464128" data-octo-click=3D"hovercard-link-click" da=
ta-octo-dimensions=3D"link_type:self" href=3D"https://github.com/huitema"=
>@huitema</a> is saying. This is adding complexity at a late stage, witho=
ut giving clear guidance,... as to how to use the max_bytes_before_ack:</=
p>
<ul>
<li>What value should a congestion-control announce to the peer ?</li>
<li>How exactly should the receiver use the value? During slow-start, sho=
uld it ACK more frequently to allow the sender to build a rate-estimation=
? Or should it always wait for the necessary bytes?</li>
</ul>
<p>AFAICS, this can easily be added later on as an extension once it is c=
learer how to use it.</p>

<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/1715#issuecomment-420719877">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7IuBi=
884PzutfWJHGJ0lMMDesNIks5uaTuSgaJpZM4WSkod">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq_VGVP5u_FMvnDsSVxtR2JhRzEZ1=
ks5uaTuSgaJpZM4WSkod.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@cpaa=
sch in #1715: I am to some extend agreeing with what @huitema is saying. =
This is adding complexity at a late stage, without giving clear guidance,=
... as to how to use the max_bytes_before_ack:\r\n* What value should a c=
ongestion-control announce to the peer ?\r\n* How exactly should the rece=
iver use the value? During slow-start, should it ACK more frequently to a=
llow the sender to build a rate-estimation? Or should it always wait for =
the necessary bytes?\r\n\r\nAFAICS, this can easily be added later on as =
an extension once it is clearer how to use it."}],"action":{"name":"View =
Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1715#issu=
ecomment-420719877"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-4=
20719877",
"url": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-4207=
19877",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add max_bytes_before_ack to transport =
(#1715)",
"sections": [
{
"text": "",
"activityTitle": "**Christoph Paasch**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@cpaasch",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1715,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1715\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-4207=
19877"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3739673=
89\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b994413c52_46d03fbf3d8d45b41780dc--


From nobody Wed Sep 12 09:57:18 2018
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 8723D130DFD for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 09:57:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 DdIcorr6Knbk for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 09:57:15 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D29DF130DF3 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 09:57:14 -0700 (PDT)
Date: Wed, 12 Sep 2018 09:57:13 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536771434; bh=ZsD6xEFMhb1jIGgJwb0c3nXNIvw4XHmK6vaxbsl2rF4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PYswf/bVUeLCTeQZA2X0fGWxw6FslTCQFh9V5NUUQ1QtW+wVPSDN029lHfSqo7JhR h8vxjkN8PeB29uaYoQfNpA/s4lw3xGUTiZDbzwJrV3QQRYor9l7G8rYwes3Sn0i0qX Wok26ldDgf7QITrgHO0HZLl3xuTzBBl2CXOkCe0w=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbfc3c6138bb1c8771cb5ff871b4094a0a434820b92cf0000000117b1076992a169ce152ea636@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1715/c420721717@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1715@github.com>
References: <quicwg/base-drafts/pull/1715@github.com>
Subject: Re: [quicwg/base-drafts] Add max_bytes_before_ack to transport (#1715)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b994569f2aa4_46d03fbf3d8d45b42138e1"; 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/R9W6i8lYainUiCX8-xUS4MspCYg>
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, 12 Sep 2018 16:57:17 -0000

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

At the moment, we're providing no guidance at all, except to not delay ACKs more than 1RTT.

This may not be the right approach, but I think doing nothing here about these ack delay/aggregation issues are almost guaranteed to provide poor performance.

Jana and I have discussed this quite a bit in the past, and it should have made it into a PR sooner.  It's not intended as a last minute addition.

-- 
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/1715#issuecomment-420721717
----==_mimepart_5b994569f2aa4_46d03fbf3d8d45b42138e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>At the moment, we're providing no guidance at all, except to not delay=
 ACKs more than 1RTT.</p>
<p>This may not be the right approach, but I think doing nothing here abo=
ut these ack delay/aggregation issues are almost guaranteed to provide po=
or performance.</p>
<p>Jana and I have discussed this quite a bit in the past, and it should =
have made it into a PR sooner.  It's not intended as a last minute additi=
on.</p>

<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/1715#issuecomment-420721717">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq19VBi=
Sf7SeMXE2UDTYtahkOc5Tgks5uaTzpgaJpZM4WSkod">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq8htbLTooBt7xVmfMae1uyvuMp74=
ks5uaTzpgaJpZM4WSkod.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #1715: At the moment, we're providing no guidance at all, except =
to not delay ACKs more than 1RTT.\r\n\r\nThis may not be the right approa=
ch, but I think doing nothing here about these ack delay/aggregation issu=
es are almost guaranteed to provide poor performance.\r\n\r\nJana and I h=
ave discussed this quite a bit in the past, and it should have made it in=
to a PR sooner.  It's not intended as a last minute addition."}],"action"=
:{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts=
/pull/1715#issuecomment-420721717"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-4=
20721717",
"url": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-4207=
21717",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add max_bytes_before_ack to transport =
(#1715)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1715,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1715\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-4207=
21717"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3739673=
89\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b994569f2aa4_46d03fbf3d8d45b42138e1--


From nobody Wed Sep 12 09:57:51 2018
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 BD604130E91 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 09:57:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 nk-2hlfPmZcg for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 09:57:47 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6B002130E87 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 09:57:47 -0700 (PDT)
Date: Wed, 12 Sep 2018 09:57:46 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536771466; bh=aCJPUea+Vb5Uryz7H4QNIXQwHyy6vFvih0fpz3N/wBc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vHhMMcnuZE8/XD86iHK9+dcgtZImv+n+LOgvd0xBLlmpEtM38CuXGtEC4YX0g05lH 9Ru6GJJoIZnCElPCmpwg+DCSdATRQUf87+0EC9SMoyQD+EjMiehMZf6GlavN8tD7nq aG4y0xiX/EJM8pUcGm0SnYe+NazwoH3FHFVD44OU=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9b1f1a37ea0e86fd299d0ddcf927701b7d83add092cf0000000117b1078a92a169ce152ea636@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1715/review/154748517@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1715@github.com>
References: <quicwg/base-drafts/pull/1715@github.com>
Subject: Re: [quicwg/base-drafts] Add max_bytes_before_ack to transport (#1715)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b99458aadba5_15a43fbb37ad45bc3470b"; 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/1uBwqIWpK6VshdaCvvgTbKjTbRM>
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, 12 Sep 2018 16:57:49 -0000

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

ianswett commented on this pull request.



> @@ -3425,6 +3433,13 @@ immediately or when a delayed ack timer expires. The delayed ack timer MUST
 NOT delay an ACK for longer than an RTT, which ensures an ACK frame is sent
 at least once per RTT if new packets needing acknowledgement were received.
 
+If the max_bytes_before_ack transport parameter has been received, the
+receiver SHOULD send an ACK frame immediately when at least that many octets
+of packets containing frames besides ACK or PADDING have been received since
+sending the previous ACK frame. If a receiver sends ACK frames less frequently,
+it risks causing the sender to send more slowly, which may lower the delivery
+rate at the receiver.
+

Agreed, but it is simple to implement.

-- 
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/1715#discussion_r217111655
----==_mimepart_5b99458aadba5_15a43fbb37ad45bc3470b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1715#discussion_r217111655">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3425,6 +3433,13 @@ immediately or when a delayed ack timer expires. The delayed ack timer MUST
 NOT delay an ACK for longer than an RTT, which ensures an ACK frame is sent
 at least once per RTT if new packets needing acknowledgement were received.
 
+If the max_bytes_before_ack transport parameter has been received, the
+receiver SHOULD send an ACK frame immediately when at least that many octets
+of packets containing frames besides ACK or PADDING have been received since
+sending the previous ACK frame. If a receiver sends ACK frames less frequently,
+it risks causing the sender to send more slowly, which may lower the delivery
+rate at the receiver.
+
</pre>
<p>Agreed, but it is simple to implement.</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/1715#discussion_r217111655">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzhoexaF_LEYtjauoee7LaVypf85ks5uaT0KgaJpZM4WSkod">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1iLKY_rQK4TXOlpyHChimPuu27jks5uaT0KgaJpZM4WSkod.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1715"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1715#discussion_r217111655"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1715#discussion_r217111655",
"url": "https://github.com/quicwg/base-drafts/pull/1715#discussion_r217111655",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1715",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1715#discussion_r217111655"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 373967389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b99458aadba5_15a43fbb37ad45bc3470b--


From nobody Wed Sep 12 10:00:40 2018
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 114A9130E91 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 10:00:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 rYdDfHqCSqWe for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 10:00:36 -0700 (PDT)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [167.89.101.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C1C05130E87 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 10:00:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=E2QSm7eE/PoFn7TDlPwprkqqShE=; b=nIQeLRVNZEsylntg iBPT+7rvU//GaJPdNYcZu1K+qngsVuVDxGctNIuMCbLOTA/ya0gZuud/1uzR5MpO w0k7UUoMB8PYO0TQxYS6zXarLnVzlPQQYnpNdEWD2Llz62oEF01k6D4gJCoa9QOR 4pZhfaW31nuPqaQa8GD5ivpDhAk=
Received: by filter0005p1iad2.sendgrid.net with SMTP id filter0005p1iad2-8214-5B994631-2A 2018-09-12 17:00:33.72122158 +0000 UTC m=+498897.278283140
Received: from github-lowworker-c7d2ff2.cp1-iad.github.net (unknown [192.30.252.32]) by ismtpd0021p1iad2.sendgrid.net (SG) with ESMTP id 9dSN7i2sRz64NQKiwXSKQQ for <quic-issues@ietf.org>; Wed, 12 Sep 2018 17:00:33.678 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-c7d2ff2.cp1-iad.github.net (Postfix) with ESMTP id B4C2C4C0285 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 10:00:33 -0700 (PDT)
Date: Wed, 12 Sep 2018 17:00:33 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe8d5335c5a00a695282a634618d9256f73985ad992cf0000000117b1083192a169ce152ea636@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1715/review/154749659@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1715@github.com>
References: <quicwg/base-drafts/pull/1715@github.com>
Subject: Re: [quicwg/base-drafts] Add max_bytes_before_ack to transport (#1715)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b994631ac042_1cc53f81e56d45c4456b3"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1NHE7iM6DM74zy03MuWU53pu9iS/9K2ZTCq0 hY4vVH31qZnyw+niDm546C02X1w00PJTCByCiwUlbeNI6rrkdkFWUNV2PRgp3HTSTgXGYXtLzKEwAs JNV36OwiOzPPghHHQrXdrQO/hEntvRZeEC8R1AA6cd+nhW8U1Hi6eS5l5g==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_AXpbKU2oDNKVk_rR6Mj0mHN_2k>
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, 12 Sep 2018 17:00:38 -0000

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

ianswett commented on this pull request.



> @@ -1671,6 +1672,13 @@ disable_migration (0x0009):
   address other than that used to perform the handshake.  This parameter is a
   zero-length value.
 
+max_bytes_before_ack (0x000c):
+
+: An unsigned 32-bit integer that indicates the maximum number of bytes received
+  before an ACK frame should be sent. The peer sending this value indicates
+  to the receiver the value it should use.  If this value is absent, the
+  receiver may use any conformant acknowledgement algorithm.
+

Congestion control is byte-based, not packet based, hence the choice.  But I can see the packet vs byte based going either way.

In order to use max_ack_delay effectively, I think it's almost necessary to be able to update it during the connection.  Fraction of an RTT may not need to be updated during a connection, admittedly.  max_ack_delay also feeds into TLP and RTO timers, so making it fraction of an RTT could be a bit dangerous if one side has a poor estimate of RTT.

-- 
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/1715#discussion_r217112524
----==_mimepart_5b994631ac042_1cc53f81e56d45c4456b3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1715#discussion_r217112524">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1671,6 +1672,13 @@ disable_migration (0x0009):
   address other than that used to perform the handshake.  This parameter is a
   zero-length value.
 
+max_bytes_before_ack (0x000c):
+
+: An unsigned 32-bit integer that indicates the maximum number of bytes received
+  before an ACK frame should be sent. The peer sending this value indicates
+  to the receiver the value it should use.  If this value is absent, the
+  receiver may use any conformant acknowledgement algorithm.
+
</pre>
<p>Congestion control is byte-based, not packet based, hence the choice.  But I can see the packet vs byte based going either way.</p>
<p>In order to use max_ack_delay effectively, I think it's almost necessary to be able to update it during the connection.  Fraction of an RTT may not need to be updated during a connection, admittedly.  max_ack_delay also feeds into TLP and RTO timers, so making it fraction of an RTT could be a bit dangerous if one side has a poor estimate of RTT.</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/1715#discussion_r217112524">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6rBV66jlsBvCn1AqRe9sWPI2sKfks5uaT2xgaJpZM4WSkod">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2GnHAL5evIz9nUEdF9DHwPaPqN3ks5uaT2xgaJpZM4WSkod.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1715"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1715#discussion_r217112524"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1715#discussion_r217112524",
"url": "https://github.com/quicwg/base-drafts/pull/1715#discussion_r217112524",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1715",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1715#discussion_r217112524"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 373967389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b994631ac042_1cc53f81e56d45c4456b3--


From nobody Wed Sep 12 11:06:28 2018
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 3FDA7130E5E for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 11:06:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 z4ALhA3errnG for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 11:06:25 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 89CA8128CF3 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 11:06:25 -0700 (PDT)
Date: Wed, 12 Sep 2018 11:06:24 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536775584; bh=bF+Ew3Floxv1g0+VjA8LqHyo0Fh1G1bbxv+d5DCwuME=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=M+GCwL60u/3vDD0HsYrfj+1QzQcqF+YhAMK/5rByTJCXMybMG182osoIZllIiKEki lTJteqJ0RLb4SNvCUt4s8+cpgLl2TkoHecPyKEhva1If0+tuYvNFOcebMfI7wJuW9C aB8QVCg7XMm0m2LRjCaBIkpx0gn8YHSctDvqU8hQ=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfe9d31294a172d4a92077151977b92fe40970d5192cf0000000117b117a092a169ce152ea636@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1715/c420743987@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1715@github.com>
References: <quicwg/base-drafts/pull/1715@github.com>
Subject: Re: [quicwg/base-drafts] Add max_bytes_before_ack to transport (#1715)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9955a080e15_25953fac37ad45bc355650"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/pKPcITcuaGcxFUIAvzbINPdQUSw>
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, 12 Sep 2018 18:06:27 -0000

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

@ianswett I agree that receivers could hamper senders' performance if they delay ACK too much. We should say that explicitly in the recovery draft. But sending ACKs too frequently also affects the senders' performance, and we should say that too. Bottom line, it is a balance.

We probably want to set default requirements for the number of packets before ACK and for the max ACK delay -- your arbitrary choices of 10 packets and 10 ms look as good as any, or maybe the min of that and 1/4th of the congestion window (for bytes/packets) or the RTT (for ACK delay), with something like at least two packets and 1ms as safe minimum. It would set a reasonable default. Anything else is dependent of the congestion control implementation at the sender, and probably requires cooperation between sender and receiver. That's what extensions are for.

But I do not think that adding this "byte limit" concept is useful, especially if there is no way to change it during the course of the connection.

-- 
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/1715#issuecomment-420743987
----==_mimepart_5b9955a080e15_25953fac37ad45bc355650
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"20072817" data-oct=
o-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" =
href=3D"https://github.com/ianswett">@ianswett</a> I agree that receivers=
 could hamper senders' performance if they delay ACK too much. We should =
say that explicitly in the recovery draft. But sending ACKs too frequentl=
y also affects the senders' performance, and we should say that too. Bott=
om line, it is a balance.</p>
<p>We probably want to set default requirements for the number of packets=
 before ACK and for the max ACK delay -- your arbitrary choices of 10 pac=
kets and 10 ms look as good as any, or maybe the min of that and 1/4th of=
 the congestion window (for bytes/packets) or the RTT (for ACK delay), wi=
th something like at least two packets and 1ms as safe minimum. It would =
set a reasonable default. Anything else is dependent of the congestion co=
ntrol implementation at the sender, and probably requires cooperation bet=
ween sender and receiver. That's what extensions are for.</p>
<p>But I do not think that adding this "byte limit" concept is useful, es=
pecially if there is no way to change it during the course of the connect=
ion.</p>

<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/1715#issuecomment-420743987">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8iAv0=
Nmw6moyUiVaMp9HI_h_0Ylks5uaU0ggaJpZM4WSkod">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq2G7ah5Q0jAcYF-E_97xXWTkl0bR=
ks5uaU0ggaJpZM4WSkod.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huit=
ema in #1715: @ianswett I agree that receivers could hamper senders' perf=
ormance if they delay ACK too much. We should say that explicitly in the =
recovery draft. But sending ACKs too frequently also affects the senders'=
 performance, and we should say that too. Bottom line, it is a balance.\r=
\n\r\nWe probably want to set default requirements for the number of pack=
ets before ACK and for the max ACK delay -- your arbitrary choices of 10 =
packets and 10 ms look as good as any, or maybe the min of that and 1/4th=
 of the congestion window (for bytes/packets) or the RTT (for ACK delay),=
 with something like at least two packets and 1ms as safe minimum. It wou=
ld set a reasonable default. Anything else is dependent of the congestion=
 control implementation at the sender, and probably requires cooperation =
between sender and receiver. That's what extensions are for.\r\n\r\nBut I=
 do not think that adding this \"byte limit\" concept is useful, especial=
ly if there is no way to change it during the course of the connection."}=
],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/b=
ase-drafts/pull/1715#issuecomment-420743987"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-4=
20743987",
"url": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-4207=
43987",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add max_bytes_before_ack to transport =
(#1715)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1715,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1715\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-4207=
43987"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3739673=
89\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9955a080e15_25953fac37ad45bc355650--


From nobody Wed Sep 12 11:10:41 2018
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 D6397130E9F for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 11:10:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 eI83xVlnTL-J for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 11:10:27 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3AF19129AB8 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 11:10:27 -0700 (PDT)
Date: Wed, 12 Sep 2018 11:10:25 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536775826; bh=Fh79NiboGQaP73bcIzVP539jMs/tI8wrLayWG3YBl0U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=G4rF20QMPh5aulvhwzEpZLkO/b04R7fj9GP/TjtsmO7e7UOKefWPrTLouGDn0AzTA ejPRgOEXtt4FqKODBaN0mdXtAnUydigVCxDyL5Yx83/BXUEQccsk1d1/DhoorNoIiT 5a1/CkKoHssd/hgY/w61mcFXpWEp4hY82W/7B8ws=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcd67a14102ee99d528ead0f71c0e30cf0d88cc1f92cf0000000117b1189192a169ce152ea636@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1715/c420745256@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1715@github.com>
References: <quicwg/base-drafts/pull/1715@github.com>
Subject: Re: [quicwg/base-drafts] Add max_bytes_before_ack to transport (#1715)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9956915f977_7e2c3f9b202d45c4660188"; 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/9lt8mg_NzotYWbG0tpDFZ7zXUiI>
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, 12 Sep 2018 18:10:33 -0000

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

As the receiver, you don't know the sender's congestion window, so fraction of RTT(ie: 1/4) is a more practical option I think.

2 packets and 1ms seem like reasonable minimum values.

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

<p>As the receiver, you don't know the sender's congestion window, so fraction of RTT(ie: 1/4) is a more practical option I think.</p>
<p>2 packets and 1ms seem like reasonable minimum values.</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/1715#issuecomment-420745256">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8wVYK_dZNOkIM7K6W-QtFqSRQm4ks5uaU4RgaJpZM4WSkod">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxqLTt-mm546Bp-KMf7r63-9trmGks5uaU4RgaJpZM4WSkod.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1715: As the receiver, you don't know the sender's congestion window, so fraction of RTT(ie: 1/4) is a more practical option I think.\r\n\r\n2 packets and 1ms seem like reasonable minimum values."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1715#issuecomment-420745256"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-420745256",
"url": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-420745256",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add max_bytes_before_ack to transport (#1715)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1715,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1715\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-420745256"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 373967389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9956915f977_7e2c3f9b202d45c4660188--


From nobody Wed Sep 12 11:29:05 2018
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 70C14130E6F for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 11:29:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 aT6vdttO3ltl for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 11:29:01 -0700 (PDT)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BBF3E130DC3 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 11:29:01 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=GooAi6EqsDdYDRxiWHSqQlDGUKQ=; b=UTgHdydpq1AGGnRm +vSYnadQwRt6fXMabhdZ2DAB3hgfrnURMr5zYNK/Oun/s6JiVrVCpTt2QeyQqS0h ymHsZIsOTygpdgc0bN0wxlWQz/uBsOrmPB13Cf3ELXog6GyxsXg4KUveJ7aKxsqG l57ykbhQ0g6YNzLptxp/f7iNbfE=
Received: by filter1109p1las1.sendgrid.net with SMTP id filter1109p1las1-25590-5B995AE7-3E 2018-09-12 18:28:55.87192768 +0000 UTC m=+506919.752004318
Received: from github-lowworker-05ceafd.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0045p1mdw1.sendgrid.net (SG) with ESMTP id MftKssXrQBKB246cGT7T3w for <quic-issues@ietf.org>; Wed, 12 Sep 2018 18:28:55.618 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-05ceafd.cp1-iad.github.net (Postfix) with ESMTP id 282E946017E for <quic-issues@ietf.org>; Wed, 12 Sep 2018 11:28:55 -0700 (PDT)
Date: Wed, 12 Sep 2018 18:28:56 +0000 (UTC)
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0670627976179f3594367a8467cbecf33ba8fd1192cf0000000117b11ce792a169ce152ea636@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1715/c420751223@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1715@github.com>
References: <quicwg/base-drafts/pull/1715@github.com>
Subject: Re: [quicwg/base-drafts] Add max_bytes_before_ack to transport (#1715)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b995ae726dd4_77ad3fef26cd45c47933d3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak19xMmeqCzaERb3rcW+S23Rp/a1tlFiH9z9JD yycoT/SWHaoWP3LS4yZf+UXaxRfMlHuAUGC0OhBWPrqJN/Gupx9kncjTPPzZ58+XFDJQDHWgyQgVZo /g+QTcGJUPnDMqVQh2cFEUZS8TL7peiSspT55e42hjTp0m1CUvGJDD8Pk05VFX8ULOs9mj+U5QYIdi I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Rrz6wBHFd_icWKTRsk3c2SNlNhM>
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, 12 Sep 2018 18:29:03 -0000

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

Actually, TCP implementation need to have at least a rough idea of the sender's congestion window. They use that to set the TCP flow control window. The equivalent in QUIC is the MAX DATA parameter; that too has to be set by the receiver using some kind of guess work. Granted, it is typically an overestimate, because receivers don't want to slow down the senders. But implementation could use that to derive kind of upper bound for the max byte value, or max packet value. If it gets fewer than 10 packets, then use 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/1715#issuecomment-420751223
----==_mimepart_5b995ae726dd4_77ad3fef26cd45c47933d3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Actually, TCP implementation need to have at least a rough idea of the s=
ender's congestion window. They use that to set the TCP flow control window=
. The equivalent in QUIC is the MAX DATA parameter; that too has to be set =
by the receiver using some kind of guess work. Granted, it is typically an =
overestimate, because receivers don't want to slow down the senders. But im=
plementation could use that to derive kind of upper bound for the max byte =
value, or max packet value. If it gets fewer than 10 packets, then use that=
.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/1715#issuecomment-420751223">view it on GitHub</a>, or <a hre=
f=3D"https://github.com/notifications/unsubscribe-auth/AWbkq68V6VNL8cxpIa_F=
9eCgDFABl3bNks5uaVJngaJpZM4WSkod">mute the thread</a>.<img src=3D"https://g=
ithub.com/notifications/beacon/AWbkq69I0TVUxSxCYJzLYErlYFk8VkC7ks5uaVJngaJp=
ZM4WSkod.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #1715: Ac=
tually, TCP implementation need to have at least a rough idea of the sender=
's congestion window. They use that to set the TCP flow control window. The=
 equivalent in QUIC is the MAX DATA parameter; that too has to be set by th=
e receiver using some kind of guess work. Granted, it is typically an overe=
stimate, because receivers don't want to slow down the senders. But impleme=
ntation could use that to derive kind of upper bound for the max byte value=
, or max packet value. If it gets fewer than 10 packets, then use that."}],=
"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-=
drafts/pull/1715#issuecomment-420751223"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-420=
751223",
"url": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-420751=
223",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add max_bytes_before_ack to transport (#=
1715)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1715,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\":=
 \"quicwg/base-drafts\",\n\"pullRequestId\": 1715\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-420751=
223"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 373967389=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b995ae726dd4_77ad3fef26cd45c47933d3--


From nobody Wed Sep 12 12:57:24 2018
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 773E1130E16 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 12:57:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 JxC1ig2wBkMl for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 12:57:20 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D982D130EBB for <quic-issues@ietf.org>; Wed, 12 Sep 2018 12:57:19 -0700 (PDT)
Date: Wed, 12 Sep 2018 12:57:18 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536782238; bh=l9W7Gg57FU6iNgnFJ0/e8+slukeQUGUQRzq7BUs83u0=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=O1QNCsgK4sSHQs0Zi5WrJzWGYsfu+e0Y/WMTp8GjOUPqIlDzm59ClUVzRuaRBMkhX Jv56c+wZpmK/m25WRHjM7FU/Ar7whj0O8vcjquM6S8LjYPN+kxC3dW9xni+ve09juE jsJFYoct4syYSBJLSC7/y0mlcVvWDPY8XWSJ22tg=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab10183d8acfb43d094666a9a2d830ec9a7a13394292cf0000000117b1319e92a169ce156f81ba@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1741@github.com>
Subject: [quicwg/base-drafts] Implicitly Acknowledging CRYTPO Data (#1741)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b996f9ed52da_4e023f81c90d45b4105216"; 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/vdqPSZH8GrlM-jYLGr7RF5G8fuE>
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, 12 Sep 2018 19:57:23 -0000

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

I recently hit an assert in my crypto TX path, and after looking at it for a while I figured out it was because it was trying to retransmit data with an older encryption key than the one currently configured for sending. I was starting to look into how to fix my code to allow this case, but then I was thinking more. Should I?

The actual packets exchanged were (from the server PoV):

```
[quic][RX][0] LH Ver:0xe0000ff DestCID:78e0d957a1d861c9 SrcCID:5d9b053011bce8f1 Type:I (Token 0 bytes) (Payload 1226 bytes) (PktNum 1 bytes)
[quic][RX][0]   CRYPTO Offset:0 Len:291
[quic][RX][0]   PADDING Len:914

[quic][TX][0] LH Ver:0xe0000ff DestCID:5d9b053011bce8f1 SrcCID:78444bb1394fce67 Type:I (Token 0 bytes) (Payload 182 bytes) (PktNum 1 bytes)
[quic][TX][0]   ACK Largest:0 Delay:856
[quic][TX][0]     0
[quic][TX][0]   CRYPTO Offset:0 Len:155
[quic][TX][1] LH Ver:0xe0000ff DestCID:5d9b053011bce8f1 SrcCID:78444bb1394fce67 Type:HS (Payload 1020 bytes) (PktNum 1 bytes)
[quic][TX][1]   CRYPTO Offset:0 Len:999
[quic][TX][2] LH Ver:0xe0000ff DestCID:5d9b053011bce8f1 SrcCID:78444bb1394fce67 Type:HS (Payload 1228 bytes) (PktNum 1 bytes)
[quic][TX][2]   CRYPTO Offset:999 Len:1206
[quic][TX][3] LH Ver:0xe0000ff DestCID:5d9b053011bce8f1 SrcCID:78444bb1394fce67 Type:HS (Payload 1228 bytes) (PktNum 1 bytes)
[quic][TX][3]   CRYPTO Offset:2205 Len:1206
[quic][TX][4] LH Ver:0xe0000ff DestCID:5d9b053011bce8f1 SrcCID:78444bb1394fce67 Type:HS (Payload 1209 bytes) (PktNum 1 bytes)
[quic][TX][4]   CRYPTO Offset:3411 Len:1187

[quic][RX][0] LH Ver:0xe0000ff DestCID:78444bb1394fce67 SrcCID:5d9b053011bce8f1 Type:HS (Payload 61 bytes) (PktNum 1 bytes)
[quic][RX][0]   CRYPTO Offset:0 Len:36
[quic][RX][0]   ACK Largest:4 Delay:0
[quic][RX][0]     1 - 4

[quic][TX][0] FACK 4
[quic][TX][0] retransmitting
```

So either the ACK for my server's Initial packet wasn't sent yet, was sent after the Handshake packet or was lost. Either way, I end up deciding it was lost and my generic packet loss detection/recovery logic kicks in and decided the data in packet 0 should be retransmitted.

The thing is, at the crypto (and TLS) layers I know I have received handshake data (all of it actually) and I am ready to send out my NST in 1-RTT. In order to get this far in the handshake, the peer MUST have received my Initial packet, so it would seem pointless to actually retransmit it. So should I?

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

<p>I recently hit an assert in my crypto TX path, and after looking at it for a while I figured out it was because it was trying to retransmit data with an older encryption key than the one currently configured for sending. I was starting to look into how to fix my code to allow this case, but then I was thinking more. Should I?</p>
<p>The actual packets exchanged were (from the server PoV):</p>
<pre><code>[quic][RX][0] LH Ver:0xe0000ff DestCID:78e0d957a1d861c9 SrcCID:5d9b053011bce8f1 Type:I (Token 0 bytes) (Payload 1226 bytes) (PktNum 1 bytes)
[quic][RX][0]   CRYPTO Offset:0 Len:291
[quic][RX][0]   PADDING Len:914

[quic][TX][0] LH Ver:0xe0000ff DestCID:5d9b053011bce8f1 SrcCID:78444bb1394fce67 Type:I (Token 0 bytes) (Payload 182 bytes) (PktNum 1 bytes)
[quic][TX][0]   ACK Largest:0 Delay:856
[quic][TX][0]     0
[quic][TX][0]   CRYPTO Offset:0 Len:155
[quic][TX][1] LH Ver:0xe0000ff DestCID:5d9b053011bce8f1 SrcCID:78444bb1394fce67 Type:HS (Payload 1020 bytes) (PktNum 1 bytes)
[quic][TX][1]   CRYPTO Offset:0 Len:999
[quic][TX][2] LH Ver:0xe0000ff DestCID:5d9b053011bce8f1 SrcCID:78444bb1394fce67 Type:HS (Payload 1228 bytes) (PktNum 1 bytes)
[quic][TX][2]   CRYPTO Offset:999 Len:1206
[quic][TX][3] LH Ver:0xe0000ff DestCID:5d9b053011bce8f1 SrcCID:78444bb1394fce67 Type:HS (Payload 1228 bytes) (PktNum 1 bytes)
[quic][TX][3]   CRYPTO Offset:2205 Len:1206
[quic][TX][4] LH Ver:0xe0000ff DestCID:5d9b053011bce8f1 SrcCID:78444bb1394fce67 Type:HS (Payload 1209 bytes) (PktNum 1 bytes)
[quic][TX][4]   CRYPTO Offset:3411 Len:1187

[quic][RX][0] LH Ver:0xe0000ff DestCID:78444bb1394fce67 SrcCID:5d9b053011bce8f1 Type:HS (Payload 61 bytes) (PktNum 1 bytes)
[quic][RX][0]   CRYPTO Offset:0 Len:36
[quic][RX][0]   ACK Largest:4 Delay:0
[quic][RX][0]     1 - 4

[quic][TX][0] FACK 4
[quic][TX][0] retransmitting
</code></pre>
<p>So either the ACK for my server's Initial packet wasn't sent yet, was sent after the Handshake packet or was lost. Either way, I end up deciding it was lost and my generic packet loss detection/recovery logic kicks in and decided the data in packet 0 should be retransmitted.</p>
<p>The thing is, at the crypto (and TLS) layers I know I have received handshake data (all of it actually) and I am ready to send out my NST in 1-RTT. In order to get this far in the handshake, the peer MUST have received my Initial packet, so it would seem pointless to actually retransmit it. So should I?</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/1741">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxlxqA4fEM6I6wIJc9oH7aUk4AlMks5uaWcegaJpZM4WmD_G">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6Qaubn4T96zUc-KGRyfcc4GRF_dks5uaWcegaJpZM4WmD_G.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Implicitly Acknowledging CRYTPO Data (#1741)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1741"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1741",
"url": "https://github.com/quicwg/base-drafts/issues/1741",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Implicitly Acknowledging CRYTPO Data (#1741)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1741
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1741,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1741\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1741"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379076550\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b996f9ed52da_4e023f81c90d45b4105216--


From nobody Wed Sep 12 13:26:59 2018
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 48795130EBC for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 13:26:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 QdaG983iTv2H for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 13:26:55 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 57B11130D7A for <quic-issues@ietf.org>; Wed, 12 Sep 2018 13:26:55 -0700 (PDT)
Date: Wed, 12 Sep 2018 13:26:54 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536784014; bh=p8azNY3j8JeKHYBf+SRaNj6qO8CPLoeyPwMQIO8wAkw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WQjHUDflfCT9nTJXZsP0PyF88vrPbMXNK4tNLHnkX2JaD3PQJZtrp7+MfJ8ck84DV FgKZaHTdZgleWsy+ngNGsJs87eYBbIDY1LnD56obS6oJph9pRvcPplMSvHq8rvZC/M hg6p+vxe6dqM9xR83BzeeshbHejwmUW5nftVzEJc=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbba20863b8fd64c33b5408f60759772fdac0096b92cf0000000117b1388e92a169ce156f81ba@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1741/420785624@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1741@github.com>
References: <quicwg/base-drafts/issues/1741@github.com>
Subject: Re: [quicwg/base-drafts] Implicitly Acknowledging CRYTPO Data (#1741)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b99768e898e8_d703fed8d6d45c424076f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/SN4zOdAUWr8IwKndUDWODkc6p0A>
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, 12 Sep 2018 20:26:58 -0000

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

Generally I believe you should never transmit using anything but the latest key until multi-path has been invented. But that is after the handshake completes. Before that there are different crypto levels and the peer might not be able to proceed if data lands on the wrong level. If I remember correctly your impl. tries to map different crypto spaces into a single space and handle everything uniformly - but this is case where that isn't helpful. If the post handshake logic can completely ignore handshake issues, the general cases becomes simpler.

As to retransmitting packet 0 - the main concern is if a man in the middle box can trick you into believing that it did not drop the packet towards the intended endpoint. So you'd have to be conservative until you have certs verified. You also don't want to special case no-retransmission just because you can unless there are some important gains, but that is for packet 1+. Packet 0 is a special case, or so I would assume:

Packet 0 is in fact special because it cannot have frames that can be retransmitted in later packets because the initial connection ID is setting up the connection and must be transmitted as an exact copy, or transmitted as an entirely new connection attempt. Anything else probably messes with various reset / retry token mechanisms.

-- 
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/1741#issuecomment-420785624
----==_mimepart_5b99768e898e8_d703fed8d6d45c424076f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Generally I believe you should never transmit using anything but the l=
atest key until multi-path has been invented. But that is after the hands=
hake completes. Before that there are different crypto levels and the pee=
r might not be able to proceed if data lands on the wrong level. If I rem=
ember correctly your impl. tries to map different crypto spaces into a si=
ngle space and handle everything uniformly - but this is case where that =
isn't helpful. If the post handshake logic can completely ignore handshak=
e issues, the general cases becomes simpler.</p>
<p>As to retransmitting packet 0 - the main concern is if a man in the mi=
ddle box can trick you into believing that it did not drop the packet tow=
ards the intended endpoint. So you'd have to be conservative until you ha=
ve certs verified. You also don't want to special case no-retransmission =
just because you can unless there are some important gains, but that is f=
or packet 1+. Packet 0 is a special case, or so I would assume:</p>
<p>Packet 0 is in fact special because it cannot have frames that can be =
retransmitted in later packets because the initial connection ID is setti=
ng up the connection and must be transmitted as an exact copy, or transmi=
tted as an entirely new connection attempt. Anything else probably messes=
 with various reset / retry token mechanisms.</p>

<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/1741#issuecomment-420785624">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3ce=
JkImIWJN-exWhJ0okww872bIks5uaW4OgaJpZM4WmD_G">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4VscJbdbre531IjJBQo_Vb6=
9mpvks5uaW4OgaJpZM4WmD_G.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1741: Generally I believe you should never transmit using anythi=
ng but the latest key until multi-path has been invented. But that is aft=
er the handshake completes. Before that there are different crypto levels=
 and the peer might not be able to proceed if data lands on the wrong lev=
el. If I remember correctly your impl. tries to map different crypto spac=
es into a single space and handle everything uniformly - but this is case=
 where that isn't helpful. If the post handshake logic can completely ign=
ore handshake issues, the general cases becomes simpler.\r\n\r\nAs to ret=
ransmitting packet 0 - the main concern is if a man in the middle box can=
 trick you into believing that it did not drop the packet towards the int=
ended endpoint. So you'd have to be conservative until you have certs ver=
ified. You also don't want to special case no-retransmission just because=
 you can unless there are some important gains, but that is for packet 1+=
. Packet 0 is a special case, or so I would assume:\r\n\r\nPacket 0 is in=
 fact special because it cannot have frames that can be retransmitted in =
later packets because the initial connection ID is setting up the connect=
ion and must be transmitted as an exact copy, or transmitted as an entire=
ly new connection attempt. Anything else probably messes with various res=
et / retry token mechanisms."}],"action":{"name":"View Issue","url":"http=
s://github.com/quicwg/base-drafts/issues/1741#issuecomment-420785624"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment=
-420785624",
"url": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment-42=
0785624",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Implicitly Acknowledging CRYTPO Data (=
#1741)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1741,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1741\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment-42=
0785624"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3790765=
50\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b99768e898e8_d703fed8d6d45c424076f--


From nobody Wed Sep 12 13:52:58 2018
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 420E2130DFA for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 13:52:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 TXzCjSUcpIM8 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 13:52:54 -0700 (PDT)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B90341292F1 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 13:52:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=uimkvyMxelejNJcMQtQHI+OA5rc=; b=nldU0pruzS5H9Q3k zypEF2pG3FN5+ahETuiq3bq/nuF9wu85O4I78WUxOSOgkkKZztS1HZVmL72HqUPB 4FNRsqnWSBoHbtRRFU+YR5iEVOK1S/uCrQoUb+LFFLC/FmlWEOyMvrVpglki3Tsz CjBB1ZMFRvXVZx6U3jS3W/iD2m8=
Received: by filter1125p1las1.sendgrid.net with SMTP id filter1125p1las1-20821-5B997CA5-1D 2018-09-12 20:52:53.906049392 +0000 UTC m=+514956.817800122
Received: from github-lowworker-e55e3e3.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id fgt97YzzRs2kDSe7RI4vpw for <quic-issues@ietf.org>; Wed, 12 Sep 2018 20:52:53.802 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e55e3e3.cp1-iad.github.net (Postfix) with ESMTP id C1BE91806AD for <quic-issues@ietf.org>; Wed, 12 Sep 2018 13:52:53 -0700 (PDT)
Date: Wed, 12 Sep 2018 20:52:54 +0000 (UTC)
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab53078c5172b17a051f9e0755ff3e6330ec04ce9392cf0000000117b13ea592a169ce156fcc30@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/63@github.com>
Subject: [quicwg/wg-materials] Change QPACK index wrapping starting point: issue #1644 (#63)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b997ca5befc6_50f23f9799cd45b8931de"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1T7a5HRQ3f01eFGTVDwOVW4dOr/Ft1vkORJu bLE0SnXC929QBJeqFwN3X1Gh8WHg++poF1sZNVvBFnIztg79CDuK7MIJqSubI9ShoZu9YqpOwcNynp I6xGzU9QvNsGaqznTBcYHezOPiM0gRTSTzVUBRjEhvfdg5HGERtRz7Fk5vbntW6ryytSdc3UsuJKl3 s=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/msqTc5Zx6OoydhIb2EB9TEbNdSQ>
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, 12 Sep 2018 20:52:57 -0000

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

Issue #1644 contains the pretty proposal and elucidating discussion, whereas the PR is full of draft minutia. The issue, therefore, is a better starting point to list on the agenda for the purposes of background.

(This change is submitted with @afrind's approval).
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/wg-materials/pull/63

-- Commit Summary --

  * Change QPACK index wrapping starting point: issue #1644

-- File Changes --

    M interim-18-09/agenda.md (2)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/63.patch
https://github.com/quicwg/wg-materials/pull/63.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/wg-materials/pull/63

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

<p>Issue #1644 contains the pretty proposal and elucidating discussion, whereas the PR is full of draft minutia. The issue, therefore, is a better starting point to list on the agenda for the purposes of background.</p>
<p>(This change is submitted with <a class="user-mention" data-hovercard-user-id="8259689" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/afrind">@afrind</a>'s approval).</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/wg-materials/pull/63'>https://github.com/quicwg/wg-materials/pull/63</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Change QPACK index wrapping starting point: issue #1644</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/63/files#diff-0">interim-18-09/agenda.md</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/63.patch'>https://github.com/quicwg/wg-materials/pull/63.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/63.diff'>https://github.com/quicwg/wg-materials/pull/63.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/wg-materials/pull/63">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6xJp8PyrrzGveAZXGXSbEyXsiH1ks5uaXQlgaJpZM4WmJc4">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5HhKwkIG_DcqL1HtsTuOjG51DVBks5uaXQlgaJpZM4WmJc4.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Change QPACK index wrapping starting point: issue #1644 (#63)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/63"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/63",
"url": "https://github.com/quicwg/wg-materials/pull/63",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Change QPACK index wrapping starting point: issue #1644 (#63)",
"sections": [
{
"text": "",
"activityTitle": "**Dmitri Tikhonov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@dtikhonov",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "5b0c417",
"value": "Change QPACK index wrapping starting point: issue #1644"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[interim-18-09/agenda.md](https://github.com/quicwg/wg-materials/pull/63/files#diff-0) (2 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 63,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 63\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/63"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/63.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/63.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379098936\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b997ca5befc6_50f23f9799cd45b8931de--


From nobody Wed Sep 12 13:56:57 2018
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 1644F130EDE for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 13:56:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.606
X-Spam-Level: 
X-Spam-Status: No, score=-6.606 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 FI5UIFtGHsaS for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 13:56:50 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6836C130ECD for <quic-issues@ietf.org>; Wed, 12 Sep 2018 13:56:50 -0700 (PDT)
Date: Wed, 12 Sep 2018 13:56:49 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536785809; bh=w7pSFsGr5ATVGVePOguOsU7ivmT683xTR2uYPB7hZNc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=M0qbJW+bS94bJTwf4QXaw9QleF8+GqLuJvEpftkNK1fd1smf9+9BoQnVmhK4x6kXp kv6TpeTFI6vhRzBLmMxQmB1r2dcqBv2WW9piq+WhTQmSDWcywDnZVAdMFI4WJ4CxZ2 2pm4VBfwindDQUKFMZcPvhqalStg/5kyYPG9M0ec=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba72f43bbbd7da1481b35920b16e119bcd0c0b71a92cf0000000117b13f9192a169ce12443a1c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1237/review/154840354@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1237@github.com>
References: <quicwg/base-drafts/pull/1237@github.com>
Subject: Re: [quicwg/base-drafts] Clarify QPACK eviction races (#1237)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b997d918c8c6_8a73fa275ad45c492381"; 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/A1HEwP0YhX86a_DUf2a30gkHXL8>
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, 12 Sep 2018 20:56:55 -0000

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

<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/1237#pullrequestreview-154840354">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz0tEtHKaY_cMURcxKeRiKJZzLllks5uaXURgaJpZM4SwJ4X">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1KZX78O_jbjq6M5O3_wMa_5oY8kks5uaXURgaJpZM4SwJ4X.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson approved #1237"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1237#pullrequestreview-154840354"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1237#pullrequestreview-154840354",
"url": "https://github.com/quicwg/base-drafts/pull/1237#pullrequestreview-154840354",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson approved 1237",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1237#pullrequestreview-154840354"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 314613271\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b997d918c8c6_8a73fa275ad45c492381--


From nobody Wed Sep 12 13:58:42 2018
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 60118130DD5 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 13:58:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 53tWBHAVZ3ba for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 13:58:37 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EC1C21200D7 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 13:58:36 -0700 (PDT)
Date: Wed, 12 Sep 2018 13:58:35 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536785916; bh=GXqUDWHVOOSysM4TyNsN0B27b8I+09Y7vd3LZPex0Bc=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=0v8IrmYHKFxC1UD3JIBQ+FrrSJNv0dKEI9qDutFb4TjvKcFN/2lP9xHjHf43zsxu0 7jBkIXLw0EGCWZCb2sI3cPRA3T4+TTZ22riksT23arBFZjjdtMCuyIAdSe3Eh3Judz MRJGaM8SbTdaSZ5pKLUqJcd/B2RTEQrr0NZyMCr0=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf547a05cea2f0b420c8ddc2552354f99630f73c692cf0000000117b13ffb92a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742@github.com>
Subject: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b997dfbf026e_4e1d3faa334d45b42065dc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/Msta1TRzLRg5GLpZVv7p-9Bo3Jo>
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, 12 Sep 2018 20:58:40 -0000

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

- Add new text around Connection IDs
- Add CONNECTION_ID_FINISHED frame
- Remove sequence number for Connection IDs

Short summary: 
An endpoint can issue as many CIDs to its peer as it chooses. It must always allow incoming packets on all outstanding CIDs. The only way to get rid of one from that "pool" is for the peer to indicate that the CID may be forgotten via the CONNECTION_ID_FINISHED frame. 

On the receiving side, you remember all the CIDs you get from your peer and can generally use any that you like at any time. If you get more than you think you need, you can ignore some. 
You're only allowed to use a CID on a single path, so you should probably retire any that you've moved away from via a _FINISHED frame. 

Receiving a _FINISHED frame indicates that you should generally "replace" the retired CID. There are a few recommendations in this area, mostly to ensure that it's straightforward to keep your peer from running out of CIDs to use. 
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * New text around Connection IDs, add CONNECTION_ID_FINISHED

-- File Changes --

    M draft-ietf-quic-transport.md (209)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1742.patch
https://github.com/quicwg/base-drafts/pull/1742.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/1742

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

<ul>
<li>Add new text around Connection IDs</li>
<li>Add CONNECTION_ID_FINISHED frame</li>
<li>Remove sequence number for Connection IDs</li>
</ul>
<p>Short summary:<br>
An endpoint can issue as many CIDs to its peer as it chooses. It must always allow incoming packets on all outstanding CIDs. The only way to get rid of one from that "pool" is for the peer to indicate that the CID may be forgotten via the CONNECTION_ID_FINISHED frame.</p>
<p>On the receiving side, you remember all the CIDs you get from your peer and can generally use any that you like at any time. If you get more than you think you need, you can ignore some.<br>
You're only allowed to use a CID on a single path, so you should probably retire any that you've moved away from via a _FINISHED frame.</p>
<p>Receiving a _FINISHED frame indicates that you should generally "replace" the retired CID. There are a few recommendations in this area, mostly to ensure that it's straightforward to keep your peer from running out of CIDs to use.</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/1742'>https://github.com/quicwg/base-drafts/pull/1742</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>New text around Connection IDs, add CONNECTION_ID_FINISHED</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1742/files#diff-0">draft-ietf-quic-transport.md</a>
    (209)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1742.patch'>https://github.com/quicwg/base-drafts/pull/1742.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1742.diff'>https://github.com/quicwg/base-drafts/pull/1742.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/1742">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1Yls1TGIppSKoVjUu_MmDljDRVzks5uaXV7gaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5s3LwxtneKytBX2STUy3oWCv2vEks5uaXV7gaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Connection ID DT output (#1742)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742",
"url": "https://github.com/quicwg/base-drafts/pull/1742",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Connection ID DT output (#1742)",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "1402073",
"value": "New text around Connection IDs, add CONNECTION_ID_FINISHED"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1742/files#diff-0) (209 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1742,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1742\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b997dfbf026e_4e1d3faa334d45b42065dc--


From nobody Wed Sep 12 14:10:28 2018
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 CCF1A1200D7 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 14:10:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 0FRZ8vlo5-xS for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 14:10:24 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2578A130DFA for <quic-issues@ietf.org>; Wed, 12 Sep 2018 14:10:24 -0700 (PDT)
Date: Wed, 12 Sep 2018 14:10:23 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536786623; bh=RUONoFaB6jw2hGlo9WdiRbdv6g6Nwl2iXq4O+tK3ZRw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CM99qn1+ox0qWJO14mZUxpPc0tFrbinH+b4EP86yvzypXhtUpiYZLyl8WXGhLWcMw oNpjnVshljFGRiTEj0EfNAKic0pTKIULDtCd5+06KxdPTUqZR0PvueH8Aj+i/CImk2 i7keHzrUPkNK5zF3EV0h5kob1ZjBn5Ycv3XY3cBE=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab13289304261110ca39b47dc78f4447aed8e85cd492cf0000000117b142bf92a169ce156f81ba@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1741/420798892@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1741@github.com>
References: <quicwg/base-drafts/issues/1741@github.com>
Subject: Re: [quicwg/base-drafts] Implicitly Acknowledging CRYTPO Data (#1741)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9980bf51528_6913fbb3eed45c01057dc"; 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/ILzcyfbP9_5_09M6JG587w9wN0Y>
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, 12 Sep 2018 21:10:27 -0000

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

I'm not sure man in the middle argument is very helpful here, because if there is someone in the middle that already responded to my Initial with their own Handshake data (and TLS accepted it), then the connection is dead. Nothing the client can do or I can do now will recover that. That being said, if TLS accepted the client's Handshake data, and told me the connection is now complete, I'm fairly confident that there was no man in the middle.

-- 
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/1741#issuecomment-420798892
----==_mimepart_5b9980bf51528_6913fbb3eed45c01057dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I'm not sure man in the middle argument is very helpful here, because =
if there is someone in the middle that already responded to my Initial wi=
th their own Handshake data (and TLS accepted it), then the connection is=
 dead. Nothing the client can do or I can do now will recover that. That =
being said, if TLS accepted the client's Handshake data, and told me the =
connection is now complete, I'm fairly confident that there was no man in=
 the middle.</p>

<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/1741#issuecomment-420798892">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxAe=
B81ZaAtl6veDRnBaVomTQz2nks5uaXg_gaJpZM4WmD_G">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqw57hGkN9C60kWBnU3Ss_LKp=
gaz-ks5uaXg_gaJpZM4WmD_G.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@niba=
nks in #1741: I'm not sure man in the middle argument is very helpful her=
e, because if there is someone in the middle that already responded to my=
 Initial with their own Handshake data (and TLS accepted it), then the co=
nnection is dead. Nothing the client can do or I can do now will recover =
that. That being said, if TLS accepted the client's Handshake data, and t=
old me the connection is now complete, I'm fairly confident that there wa=
s no man in the middle."}],"action":{"name":"View Issue","url":"https://g=
ithub.com/quicwg/base-drafts/issues/1741#issuecomment-420798892"}}}</scri=
pt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment=
-420798892",
"url": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment-42=
0798892",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Implicitly Acknowledging CRYTPO Data (=
#1741)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1741,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1741\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment-42=
0798892"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3790765=
50\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9980bf51528_6913fbb3eed45c01057dc--


From nobody Wed Sep 12 14:34:40 2018
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 CC4CA130ECA for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 14:34:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 tngMeYV_qnfe for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 14:34:37 -0700 (PDT)
Received: from o5.sgmail.github.com (o5.sgmail.github.com [192.254.113.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 41C2C130DFA for <quic-issues@ietf.org>; Wed, 12 Sep 2018 14:34:37 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=gNpE56wbD+3OpHFxI5wurzCatgo=; b=GQQ/pHSwzNPgUI9k Ntl7f2/a3IqV2DKXmMRv6DVcWw0kizQoGLypAkNxYqkikDspE8mmpvr0nezQUDR5 4DKd/6Uy02Wle/DKaBXN7q/w5MvuOd4uXFwUMxiX7O4lzBRvcHf5enzIDSLFQ2X7 9Akt9y4kIrBNjO/H5WTLRnWodq8=
Received: by filter1284p1mdw1.sendgrid.net with SMTP id filter1284p1mdw1-2041-5B99866C-1 2018-09-12 21:34:36.168143593 +0000 UTC m=+520104.497028537
Received: from github-lowworker-5909e27.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id bO1laNxbTNuuQEJO2wzaEQ for <quic-issues@ietf.org>; Wed, 12 Sep 2018 21:34:36.144 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-5909e27.cp1-iad.github.net (Postfix) with ESMTP id 206D23E0BE4 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 14:34:36 -0700 (PDT)
Date: Wed, 12 Sep 2018 21:34:36 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd54f0ba3efde598c607b970fcef3e72ef6985c0a92cf0000000117b1486c92a169ce156f81ba@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1741/420805714@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1741@github.com>
References: <quicwg/base-drafts/issues/1741@github.com>
Subject: Re: [quicwg/base-drafts] Implicitly Acknowledging CRYTPO Data (#1741)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b99866c19587_22313fbf5c6d45c4142771"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak184HJOKYF6+Dtg3PqB142tJeLKF0ileiIKaX WFPgWeN1pabV2tV4hcpFo18dykCXegg0s0rWnmp7VYeErv/xNk7sCG6DWZv+/hZi4jdnd6I8ts1v53 Dcd0/6xj0IJjC+uknV0pdTQpeZmg7oT46GtFJmkSfcRHemVDRpEe+xQKTA==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7_a2asPntaWJ7LIiE-HLeKWV39U>
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, 12 Sep 2018 21:34:40 -0000

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

Well, yes, that is my point - you need to be conservative and not make that conclusion before it is safe to do so. Perhaps this is obvious from your initial post, but it would be easy to make the mistake that just because the (apparent) server responded with some packet, it must have seen packet 0.

-- 
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/1741#issuecomment-420805714
----==_mimepart_5b99866c19587_22313fbf5c6d45c4142771
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Well, yes, that is my point - you need to be conservative and not make t=
hat conclusion before it is safe to do so. Perhaps this is obvious from you=
r initial post, but it would be easy to make the mistake that just because =
the (apparent) server responded with some packet, it must have seen packet =
0.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/1741#issuecomment-420805714">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq54vB2k7s8E-Fh=
-0z6uBMbKMsmJVks5uaX3sgaJpZM4WmD_G">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq52VhuPHuOG6Iyjt0G_efgf_cfnAks5uaX3sga=
JpZM4WmD_G.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1741: W=
ell, yes, that is my point - you need to be conservative and not make that =
conclusion before it is safe to do so. Perhaps this is obvious from your in=
itial post, but it would be easy to make the mistake that just because the =
(apparent) server responded with some packet, it must have seen packet 0."}=
],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-draft=
s/issues/1741#issuecomment-420805714"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment-4=
20805714",
"url": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment-4208=
05714",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Implicitly Acknowledging CRYTPO Data (#1=
741)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1741,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"qui=
cwg/base-drafts\",\n\"issueId\": 1741\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment-4208=
05714"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379076550=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b99866c19587_22313fbf5c6d45c4142771--


From nobody Wed Sep 12 14:40:57 2018
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 ECF2F130F27 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 14:40:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 jt902vx7lb0v for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 14:40:47 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 803DC130F5E for <quic-issues@ietf.org>; Wed, 12 Sep 2018 14:40:46 -0700 (PDT)
Date: Wed, 12 Sep 2018 14:40:45 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536788445; bh=kq8HGacstgoYsEDGN34iutryQeIrygGm7ukgBZE7pyE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=csa6qr0E0WW6F6AM7o4l/eQK331Thdu3AUNelkAUNB2GqjZxcZedQbPxFbEPEeEU5 NsL32deOeREcZVJVey5n7tJczS09Bo5wuLW6NjS8YyUDWrKhhjXWlCqVfn+e47vn2N 8bgOGhFB4tb+tHI07mAeDHL0mKObg039khBl1dcg=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3c7c39c1f43745df23e9f89f9655e110e192717692cf0000000117b149dd92a169ce156f81ba@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1741/420807346@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1741@github.com>
References: <quicwg/base-drafts/issues/1741@github.com>
Subject: Re: [quicwg/base-drafts] Implicitly Acknowledging CRYTPO Data (#1741)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9987dd8734e_21ac3fb0142d45c033282b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/INb1atOxkvBQZX3e1amCONgkN_Y>
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, 12 Sep 2018 21:40:56 -0000

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

If you need to retransmit packet 0, the connection is not dead, it is just reset - you obviously have to forget any prior received data. But your point suggests that it may be wiser to initiate a new connection with a different packet 0 instead of reusing the original with all the potential confusion that could happen with proper or adversarial endpoints.

-- 
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/1741#issuecomment-420807346
----==_mimepart_5b9987dd8734e_21ac3fb0142d45c033282b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>If you need to retransmit packet 0, the connection is not dead, it is =
just reset - you obviously have to forget any prior received data. But yo=
ur point suggests that it may be wiser to initiate a new connection with =
a different packet 0 instead of reusing the original with all the potenti=
al confusion that could happen with proper or adversarial endpoints.</p>

<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/1741#issuecomment-420807346">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwFN=
33A2wWodmnuTMTpY25uRWKnEks5uaX9dgaJpZM4WmD_G">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq6qrVExP7ULKyKTfwEtAuWcq=
J3ppks5uaX9dgaJpZM4WmD_G.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1741: If you need to retransmit packet 0, the connection is not =
dead, it is just reset - you obviously have to forget any prior received =
data. But your point suggests that it may be wiser to initiate a new conn=
ection with a different packet 0 instead of reusing the original with all=
 the potential confusion that could happen with proper or adversarial end=
points."}],"action":{"name":"View Issue","url":"https://github.com/quicwg=
/base-drafts/issues/1741#issuecomment-420807346"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment=
-420807346",
"url": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment-42=
0807346",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Implicitly Acknowledging CRYTPO Data (=
#1741)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1741,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1741\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment-42=
0807346"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3790765=
50\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9987dd8734e_21ac3fb0142d45c033282b--


From nobody Wed Sep 12 14:50:08 2018
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 D4787130EC8 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 14:49:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 iEnMg4vGaYAO for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 14:49:56 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EE41B130F24 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 14:49:55 -0700 (PDT)
Date: Wed, 12 Sep 2018 14:49:55 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536788995; bh=QwgEkRhD+F+elTdX7HMClkKPG7dIOSnWnyPqQMjmB6k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LFTUg6Uwgigbod2zPOC5vJ62PU2uF3w6cIwCFobI3HMosdMqyLk0lgjT4XDgxF/ON Cp9FT1JZGGSljyF9RHlYle4Enk2IN6C+Gyx55aXFiF3RV+4IcTRidOC8XJ+7WfWhtA lzBC9epxgCfxahGsbzwX7AZch/OLYUyIx7ryXfok=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe3462eb5cedb81bdcc71a86ec4677ed22a9dbe0792cf0000000117b14c0392a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/154858602@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b998a032c060_ac03fd4ea8d45c4503910"; 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/4focwEU_nGzSEVuzkyMKA0j3D94>
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, 12 Sep 2018 21:50:06 -0000

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

MikeBishop commented on this pull request.



> +({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new
+connection ID using a NEW_CONNECTION_ID frame to reduce the possibility of its
+peer running out of available connection IDs.
+
+An endpoint that receives a packet with a different remote address than
+previously used SHOULD also switch to sending with a different connection ID.
+This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.

Technically, it doesn't do anything for changes on the existing path, but that's okay because the session is linkable anyway if you're on an existing path.

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

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217201289">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new
+connection ID using a NEW_CONNECTION_ID frame to reduce the possibility of its
+peer running out of available connection IDs.
+
+An endpoint that receives a packet with a different remote address than
+previously used SHOULD also switch to sending with a different connection ID.
+This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.
</pre>
<p>Technically, it doesn't do anything for changes on the existing path, but that's okay because the session is linkable anyway if you're on an existing path.</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/1742#pullrequestreview-154858602">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8iePvHGckX0ouOiUfseFOfMOdZEks5uaYGDgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxPp6URUECbZ-BY6geMGCgaJBGYiks5uaYGDgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-154858602"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-154858602",
"url": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-154858602",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-154858602"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b998a032c060_ac03fd4ea8d45c4503910--


From nobody Wed Sep 12 14:53:26 2018
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 21AE4130EC8 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 14:53:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 bo-bb88JOxOG for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 14:53:22 -0700 (PDT)
Received: from o5.sgmail.github.com (o5.sgmail.github.com [192.254.113.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 20FE6126F72 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 14:53:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=F8YCin1rXldcX94KeQH4sCc7yZM=; b=Kai0ee97WNnPgxWg VXExJfahpt7YTQJn5sdOLUPBzp2ITZ2y0PNWVs6btYyI8vbW/0ApEGOgAaxoIYhw Wo286D0MxYxR4NPVdWku5454/w1rsdM16JUpcVWIZ8LXLszW/bLdFkxF6wXvfk+B Phyxuqh4u/fRbU9s5+qcHfMLh3U=
Received: by filter1114p1las1.sendgrid.net with SMTP id filter1114p1las1-17374-5B998AD0-F 2018-09-12 21:53:20.485889309 +0000 UTC m=+519279.227303399
Received: from github-lowworker-b40b5a4.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id rJYEUASGS6q-gJO96pLIpw for <quic-issues@ietf.org>; Wed, 12 Sep 2018 21:53:20.377 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-b40b5a4.cp1-iad.github.net (Postfix) with ESMTP id 5A1533E00CB for <quic-issues@ietf.org>; Wed, 12 Sep 2018 14:53:20 -0700 (PDT)
Date: Wed, 12 Sep 2018 21:53:21 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9cbff3a34c8e98b692579fce6bbee09e485151c892cf0000000117b14cd092a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/c420810463@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b998ad053e36_475e3fc54ced45bc3009fc"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2Lj0JtxzAxkTAnkouBDL8D5UZZ5c3ghKBpX6 iyJDB8R2PjU5UhzldXfZNKarNlYNiDpfM2SFGbpOVYc9Hr9PUPEKsAMedQQ88pj2n2RvTnBTowYYSq smJ/f2Bdg6vaV9islANDsM7b5jykMPzvuLDTiyCWL040fY1C5G0As2NLUHzOArs3nfNAhYBfxklERp A=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Og3i24Ii6baNMNj-sU_X85dQi58>
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, 12 Sep 2018 21:53:25 -0000

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

One item to note is that we've adopted EKR's suggestion to use IP:port (collectively "address" as in the migration section) changes instead of CID changes as the trigger to change your own CID.  Here's why:
  - If you switch CIDs without changing addresses they're already linked to any observers, so it doesn't matter whether the remote side changes.
  - If you switch addresses without changing CIDs, they're already linked to any observers, so it doesn't matter whether the remote side changes.
  - If you switch addresses and CIDs at the same time, you have an opportunity not to be linked.

The case we actually need to cover is ensuring that, if an endpoint changes address and CID at the same time, the peer absolutely does not respond with the old CID. Any rule that produces this is sufficient, even if it also produces some gratuitous changes along the way.

Part of what led to the changes in -13 is that switching on CID change makes it hard to avoid looping. Switching on endpoint address covers the scenario we need without requiring a fixed ordering of CIDs.

-- 
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/1742#issuecomment-420810463
----==_mimepart_5b998ad053e36_475e3fc54ced45bc3009fc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>One item to note is that we've adopted EKR's suggestion to use IP:port (=
collectively "address" as in the migration section) changes instead of CID =
changes as the trigger to change your own CID.  Here's why:</p>
<ul>
<li>If you switch CIDs without changing addresses they're already linked to=
 any observers, so it doesn't matter whether the remote side changes.</li>
<li>If you switch addresses without changing CIDs, they're already linked t=
o any observers, so it doesn't matter whether the remote side changes.</li>
<li>If you switch addresses and CIDs at the same time, you have an opportun=
ity not to be linked.</li>
</ul>
<p>The case we actually need to cover is ensuring that, if an endpoint chan=
ges address and CID at the same time, the peer absolutely does not respond =
with the old CID. Any rule that produces this is sufficient, even if it als=
o produces some gratuitous changes along the way.</p>
<p>Part of what led to the changes in -13 is that switching on CID change m=
akes it hard to avoid looping. Switching on endpoint address covers the sce=
nario we need without requiring a fixed ordering of CIDs.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/1742#issuecomment-420810463">view it on GitHub</a>, or <a hre=
f=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8gKzya3aU3jmJzj=
a_gvncNTy55wks5uaYJQgaJpZM4WmJ__">mute the thread</a>.<img src=3D"https://g=
ithub.com/notifications/beacon/AWbkqwf7Zz3GeTDTH3J5M8taoX83wGuVks5uaYJQgaJp=
ZM4WmJ__.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #1742:=
 One item to note is that we've adopted EKR's suggestion to use IP:port (co=
llectively \"address\" as in the migration section) changes instead of CID =
changes as the trigger to change your own CID.  Here's why:\r\n  - If you s=
witch CIDs without changing addresses they're already linked to any observe=
rs, so it doesn't matter whether the remote side changes.\r\n  - If you swi=
tch addresses without changing CIDs, they're already linked to any observer=
s, so it doesn't matter whether the remote side changes.\r\n  - If you swit=
ch addresses and CIDs at the same time, you have an opportunity not to be l=
inked.\r\n\r\nThe case we actually need to cover is ensuring that, if an en=
dpoint changes address and CID at the same time, the peer absolutely does n=
ot respond with the old CID. Any rule that produces this is sufficient, eve=
n if it also produces some gratuitous changes along the way.\r\n\r\nPart of=
 what led to the changes in -13 is that switching on CID change makes it ha=
rd to avoid looping. Switching on endpoint address covers the scenario we n=
eed without requiring a fixed ordering of CIDs."}],"action":{"name":"View P=
ull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#issueco=
mment-420810463"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#issuecomment-420=
810463",
"url": "https://github.com/quicwg/base-drafts/pull/1742#issuecomment-420810=
463",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID DT output (#1742)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1742,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\":=
 \"quicwg/base-drafts\",\n\"pullRequestId\": 1742\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#issuecomment-420810=
463"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b998ad053e36_475e3fc54ced45bc3009fc--


From nobody Wed Sep 12 15:00:15 2018
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 0E8E5130EC8 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 15:00:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 XEPPt35MAAdY for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 15:00:11 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9D9E5126F72 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 15:00:11 -0700 (PDT)
Date: Wed, 12 Sep 2018 15:00:10 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536789610; bh=IFu0N580vkncpSWvFWJ9jN3XhHej+Ns0WxOZswqtRyI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=g6RaDMCEICESx99PUY8C+ujao4UXRPmb36523SZZB0hdnE/zBrucf54usxvvOA0Kw nIF8JioArb4Q41zktHp12xStl2SyDqNCx7BZznoeCD7qzOCMy8bJf/zx1acsBjvHFi BYqeA//tHrI9X/Wkwi3pDFzedlhxLyxV2nU9+bkY=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab71e377464561f206cbc5e4dd6d5a4913c7be280e92cf0000000117b14e6a92a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/c420812154@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b998c6ae0a3b_3ec53fceb54d45b850606a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/6sSBA3kWlJnapnRmllaswgDWx1A>
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, 12 Sep 2018 22:00:14 -0000

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

@MikeBishop this make sense, but in symmetric settings, both sides could have NAT rebindings, so there could a case for preemptive CID change at either endpoint after idletime - but perhaps that is a separate issue.

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

<p><a class="user-mention" data-hovercard-user-id="4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a> this make sense, but in symmetric settings, both sides could have NAT rebindings, so there could a case for preemptive CID change at either endpoint after idletime - but perhaps that is a separate issue.</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/1742#issuecomment-420812154">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyYL5Nlih_x6vi6eZ6wGzzRncAGNks5uaYPqgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2Cdq5_lL7_L0iqUQ4cPyawxxnvTks5uaYPqgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1742: @MikeBishop this make sense, but in symmetric settings, both sides could have NAT rebindings, so there could a case for preemptive CID change at either endpoint after idletime - but perhaps that is a separate issue."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#issuecomment-420812154"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#issuecomment-420812154",
"url": "https://github.com/quicwg/base-drafts/pull/1742#issuecomment-420812154",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID DT output (#1742)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1742,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1742\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#issuecomment-420812154"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b998c6ae0a3b_3ec53fceb54d45b850606a--


From nobody Wed Sep 12 15:03:10 2018
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 397D4130F15 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 15:03:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ALBgHgFfVmni for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 15:03:00 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 24DD9130F1E for <quic-issues@ietf.org>; Wed, 12 Sep 2018 15:03:00 -0700 (PDT)
Date: Wed, 12 Sep 2018 15:02:59 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536789779; bh=C05bmUU/5qxikafcSqOUp2r+P3CSg4I4D6eDVksoIjk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=w0CJH6M2emT6NF1v6npKjIFPxAPKqLq1bLaOoe+EGSeNQ0yIDOdDvZFeA5b8c5kYD AvtYRGG2Os9fC3147Hf4uv/vX2krUueqVhOA4fK89pJDnYwGIYI7fkADqRihQA58pf /L8U7+uD8DL2N7ypMtCClrp0kTZgbvwaUtbltt8U=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8c7fd170f065cef02a99d35ee3ece2bd1807725592cf0000000117b14f1392a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/c420812871@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b998d1375c4e_663a3f9c0c8d45b87902d"; 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/O5L_zpclymRntogjsm19Kyk85TQ>
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, 12 Sep 2018 22:03:09 -0000

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

That's already a recommendation in the existing text -- this is strictly talking about how to ensure that the CID coming back from the peer doesn't link, but also doesn't trigger a new CID rotation, which triggers a rotation, which triggers....

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

<p>That's already a recommendation in the existing text -- this is strictly talking about how to ensure that the CID coming back from the peer doesn't link, but also doesn't trigger a new CID rotation, which triggers a rotation, which triggers....</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/1742#issuecomment-420812871">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_wOnxZR4zdXvWuo3QQjHHfKLyvDks5uaYSTgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7UVwFkz3yNtE_0O8BCktA6zVw-Iks5uaYSTgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #1742: That's already a recommendation in the existing text -- this is strictly talking about how to ensure that the CID coming back from the peer doesn't link, but also doesn't trigger a new CID rotation, which triggers a rotation, which triggers...."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#issuecomment-420812871"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#issuecomment-420812871",
"url": "https://github.com/quicwg/base-drafts/pull/1742#issuecomment-420812871",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID DT output (#1742)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1742,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1742\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#issuecomment-420812871"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b998d1375c4e_663a3f9c0c8d45b87902d--


From nobody Wed Sep 12 15:24:06 2018
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 A24F5130DF1 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 15:24:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 JZIStLrI6Yza for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 15:24:02 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A8A88129C6B for <quic-issues@ietf.org>; Wed, 12 Sep 2018 15:24:02 -0700 (PDT)
Date: Wed, 12 Sep 2018 15:24:01 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536791041; bh=TW9Dl9Z9pSxUT/bTWJajQZ8AtC1N52xu5P08kSvwCEE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XqI0VvMImVxkG/vY+yOnxwXmTQ7UzR5IUPQbKZk9Hf4TvofPcG2d5aNY0Lv6v4KEp GsRAehcS51AKSjeDuYFemJS+q0wxvTpIdDwY9Fxlgy46HXftsf4Gl5qQlJHxh+uuGr FiWmo0Fej5ieAO0q9SgFFkf7lbqk7ksJx4o2tNt8=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abecc42ffa18100dbb106e4bc965520a8fd094367492cf0000000117b1540192a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/154860197@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b999201d1064_2dc23fc62d2d45b42694d2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rpaulo
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/X34sjY-I-3lzwrn7SBshnyV6iWU>
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, 12 Sep 2018 22:24:05 -0000

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

rpaulo commented on this pull request.



> +|   Length (8)  |          Connection ID (32..144)            ...
++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+~~~
+
+The fields are:
+
+Length:
+
+: An 8-bit unsigned integer containing the length of the connection ID.
+
+Connection ID:
+
+: A connection ID of the specified length.
+
+Receipt of a CONNECTION_ID_FINISHED frame containing a connection ID that was
+not previously sent to the peer MAY be treated as a connection error of type

I'm not sure how this works with packet loss / reordering.  If a new CID is retired shortly after it is issued, this problem will happen and I suppose that's why you wrote 'MAY' and not 'SHOULD'.
Can't we require implementations to wait for an ACK of the NEW_CONNECTION_ID before issuing a CONNECTION_ID_FINISHED?

> +
+
+### Issuing Connection IDs
+
+An endpoint issues connection IDs to its peer for the peer to use when sending
+packets. This allows the endpoint control over the strategy used to interpret
+connection IDs of packets that it receives.  These connection IDs are
+communicated to the peer using NEW_CONNECTION_ID frames
+({{frame-new-connection-id}}).
+
+The initial connection ID issued to the peer is sent by the endpoint as the
+Source Connection ID during the handshake, ensuring that the peer always begins
+the connection with at least one connection ID to use when sending.  An endpoint
+SHOULD supply its peer with additional connection IDs via NEW_CONNECTION_ID
+frames. While each endpoint can choose how many connection IDs to issue, a
+recommended number of outstanding connection IDs is eight.

I wonder if recommending a specific number is helpful.  Do we have any operation experience about suggesting 8?

> +({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new
+connection ID using a NEW_CONNECTION_ID frame to reduce the possibility of its
+peer running out of available connection IDs.
+
+An endpoint that receives a packet with a different remote address than
+previously used SHOULD also switch to sending with a different connection ID.
+This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.

I guess the problem is that this paragraph implies the remote peer did not change CID but the address changed (perhaps NAT binding).  If we switch CIDs, does it really require the remote end to switch CIDs?  The likability problem is still there, I 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/1742#pullrequestreview-154860197
----==_mimepart_5b999201d1064_2dc23fc62d2d45b42694d2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217202517">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +|   Length (8)  |          Connection ID (32..144)            ...
++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+~~~
+
+The fields are:
+
+Length:
+
+: An 8-bit unsigned integer containing the length of the connection ID.
+
+Connection ID:
+
+: A connection ID of the specified length.
+
+Receipt of a CONNECTION_ID_FINISHED frame containing a connection ID that was
+not previously sent to the peer MAY be treated as a connection error of type
</pre>
<p>I'm not sure how this works with packet loss / reordering.  If a new CID is retired shortly after it is issued, this problem will happen and I suppose that's why you wrote 'MAY' and not 'SHOULD'.<br>
Can't we require implementations to wait for an ACK of the NEW_CONNECTION_ID before issuing a CONNECTION_ID_FINISHED?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217203427">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +
+
+### Issuing Connection IDs
+
+An endpoint issues connection IDs to its peer for the peer to use when sending
+packets. This allows the endpoint control over the strategy used to interpret
+connection IDs of packets that it receives.  These connection IDs are
+communicated to the peer using NEW_CONNECTION_ID frames
+({{frame-new-connection-id}}).
+
+The initial connection ID issued to the peer is sent by the endpoint as the
+Source Connection ID during the handshake, ensuring that the peer always begins
+the connection with at least one connection ID to use when sending.  An endpoint
+SHOULD supply its peer with additional connection IDs via NEW_CONNECTION_ID
+frames. While each endpoint can choose how many connection IDs to issue, a
+recommended number of outstanding connection IDs is eight.
</pre>
<p>I wonder if recommending a specific number is helpful.  Do we have any operation experience about suggesting 8?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217207243">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new
+connection ID using a NEW_CONNECTION_ID frame to reduce the possibility of its
+peer running out of available connection IDs.
+
+An endpoint that receives a packet with a different remote address than
+previously used SHOULD also switch to sending with a different connection ID.
+This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.
</pre>
<p>I guess the problem is that this paragraph implies the remote peer did not change CID but the address changed (perhaps NAT binding).  If we switch CIDs, does it really require the remote end to switch CIDs?  The likability problem is still there, I 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/1742#pullrequestreview-154860197">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3ytn-_d1dQq3v_WYrC1vNS9nK6Mks5uaYmBgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4b0fyLlIJ_a26Z6IAhgNaf0CvZzks5uaYmBgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@rpaulo commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-154860197"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-154860197",
"url": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-154860197",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@rpaulo commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**Rui Paulo**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@rpaulo",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-154860197"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b999201d1064_2dc23fc62d2d45b42694d2--


From nobody Wed Sep 12 15:30:11 2018
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 C1595130DF1 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 15:30:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ZtJ16CcU-GzY for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 15:30:07 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2E7B3129C6B for <quic-issues@ietf.org>; Wed, 12 Sep 2018 15:30:07 -0700 (PDT)
Date: Wed, 12 Sep 2018 15:30:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536791406; bh=bXP10+UE6y/WDCiBOqetHn64FfyVcisqOnCBEfHZVXI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=r97VbLlyBIV6eb1TPSYQN7BsmK6KdX5lM+MyeL73BZ0ceC6RwFOMc4d49qFpnqZe2 dmUn7+93lFTIOY9CEKwYS4ln5b3jEbTyRdXQIZ1Crs0fnr9tXo592TWYFFNnwi7dyQ T7NSDhBPIncLhi3kXoaM9Lf6HCPmRCgpNf0pfEco=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab780bcd9d2e8e750fdae1fce8be9a954e272fc36e92cf0000000117b1556e92a169ce156f81ba@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1741/420819424@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1741@github.com>
References: <quicwg/base-drafts/issues/1741@github.com>
Subject: Re: [quicwg/base-drafts] Implicitly Acknowledging CRYTPO Data (#1741)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b99936e3ba1_28ae3ff306cd45b821187"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rpaulo
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/zmRmLDmH9gg6ZYZ6T_vFMsMLhps>
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, 12 Sep 2018 22:30:09 -0000

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

Section 8.2 already says "or the crypto state machine implicitly knows that the peer received the data."

I think it's a valid performance optimization to flush initial packets from the retransmission queue when handshake keys have been derived and also to flush handshake packets when the 1rtt keys have been keys have been derived.  The spec doesn't seem to prevent this optimization.  If it's dangerous, then the spec should definitely prevent 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/1741#issuecomment-420819424
----==_mimepart_5b99936e3ba1_28ae3ff306cd45b821187
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Section 8.2 already says "or the crypto state machine implicitly knows=
 that the peer received the data."</p>
<p>I think it's a valid performance optimization to flush initial packets=
 from the retransmission queue when handshake keys have been derived and =
also to flush handshake packets when the 1rtt keys have been keys have be=
en derived.  The spec doesn't seem to prevent this optimization.  If it's=
 dangerous, then the spec should definitely prevent it.</p>

<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/1741#issuecomment-420819424">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9cL=
aXPV5oljSBVwiTH-zm_beqYWks5uaYrugaJpZM4WmD_G">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqxmhdwYbmpiK9yoYQTfKQxhC=
qRMsks5uaYrugaJpZM4WmD_G.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@rpau=
lo in #1741: Section 8.2 already says \"or the crypto state machine impli=
citly knows that the peer received the data.\"\r\n\r\nI think it's a vali=
d performance optimization to flush initial packets from the retransmissi=
on queue when handshake keys have been derived and also to flush handshak=
e packets when the 1rtt keys have been keys have been derived.  The spec =
doesn't seem to prevent this optimization.  If it's dangerous, then the s=
pec should definitely prevent it. "}],"action":{"name":"View Issue","url"=
:"https://github.com/quicwg/base-drafts/issues/1741#issuecomment-42081942=
4"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment=
-420819424",
"url": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment-42=
0819424",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Implicitly Acknowledging CRYTPO Data (=
#1741)",
"sections": [
{
"text": "",
"activityTitle": "**Rui Paulo**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@rpaulo",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1741,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1741\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment-42=
0819424"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3790765=
50\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b99936e3ba1_28ae3ff306cd45b821187--


From nobody Wed Sep 12 15:36:12 2018
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 1FF7C130DF1 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 15:36:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 xwfAyugUcMjp for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 15:36:07 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 53110126F72 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 15:36:07 -0700 (PDT)
Date: Wed, 12 Sep 2018 15:36:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536791766; bh=nn94PbGLsey35CzEITkz/5fsmcKmmNNeZ34ypffcqXE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AEmSYaeBy/aHcRiKzDT6CEGKf7E4R8EVJL50ZuxB9xT+UEralxSMTWrrVC8oCbw+Z XMC8wU7A4I5kNVcBxIRBnldpXwXWVucdobeYe8Nk14RpggQ21RGcDpT1/Lj+I6fZPN id+gmlakEENyxU6iaW6LLLMTP+5klrSjAyqg1mOQ=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba17813f3ea24529d86f576f4a3b2925dd83037b892cf0000000117b156d692a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/154870476@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9994d690796_2d6b3fc62d2d45b46542dd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/1eeaDGcm5bRxeym6Swj-zCfE8Sw>
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, 12 Sep 2018 22:36:10 -0000

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

mikkelfj commented on this pull request.



> +|   Length (8)  |          Connection ID (32..144)            ...
++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+~~~
+
+The fields are:
+
+Length:
+
+: An 8-bit unsigned integer containing the length of the connection ID.
+
+Connection ID:
+
+: A connection ID of the specified length.
+
+Receipt of a CONNECTION_ID_FINISHED frame containing a connection ID that was
+not previously sent to the peer MAY be treated as a connection error of type

Umm aren't you reversing direction of CONNECTION_ID_FINISHED. One end sends ID's, the other end finishes them so ACK shouldn't matter. On the MAY: if the endpoint tracks generated CID's via an algorithm such as hashing a counter. With relatively short CIDs there are possible collisions and you might not want to actually store the CIDs already generated.

-- 
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/1742#discussion_r217211077
----==_mimepart_5b9994d690796_2d6b3fc62d2d45b46542dd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217211077">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +|   Length (8)  |          Connection ID (32..144)            ...
++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+~~~
+
+The fields are:
+
+Length:
+
+: An 8-bit unsigned integer containing the length of the connection ID.
+
+Connection ID:
+
+: A connection ID of the specified length.
+
+Receipt of a CONNECTION_ID_FINISHED frame containing a connection ID that was
+not previously sent to the peer MAY be treated as a connection error of type
</pre>
<p>Umm aren't you reversing direction of CONNECTION_ID_FINISHED. One end sends ID's, the other end finishes them so ACK shouldn't matter. On the MAY: if the endpoint tracks generated CID's via an algorithm such as hashing a counter. With relatively short CIDs there are possible collisions and you might not want to actually store the CIDs already generated.</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/1742#discussion_r217211077">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0DHcd8aNl1d3butMW_IiQ-WuzSiks5uaYxWgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3GmQy-Ntz4BCZPKtAoOqHYLSv8Uks5uaYxWgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#discussion_r217211077"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217211077",
"url": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217211077",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217211077"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9994d690796_2d6b3fc62d2d45b46542dd--


From nobody Wed Sep 12 15:57:14 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 5BC56129C6B for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 15:57:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.011
X-Spam-Level: 
X-Spam-Status: No, score=-1.011 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 q9ikBxoQps8C for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 15:57:09 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C7E5E126F72 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 15:57:09 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536793028; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=XyNtLhILTPxFwnIn6x2nH6oK2QIN/y45nJ6d6ZlD0UU=; b=WwCv/fX5t2LpVDCt153bQCXY9rMh03MB+0D5BM4lDnuE07wz/p2wLb4YHnEjXUxg/wMLBCPY M0948kHpsr3HKjj7r505VQX4auXoLzusUjJjJ9VFD3E94iZ5cJlxt2NWcU4SVxbjZyZODlc8 ca8OzB9H9S0Y/wsWTW0Sl+KGFEw=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5b9999c4.7f0b985746f0-smtp-out-n01; Wed, 12 Sep 2018 22:57:08 -0000 (UTC)
Date: Wed, 12 Sep 2018 15:57:07 -0700
From: afrind <afrind@users.noreply.github.com>
Reply-To: afrind <afrind@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5b9999c3568fc_4a012ac4a3e16ecc69859@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 98a6b1: Clarify QPACK eviction races (#1237)
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b9999c35657a_4a012ac4a3e16ecc69799"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/PxXz8K6jbl5GzK5fJWwr_6vxIxc>
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, 12 Sep 2018 22:57:12 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 98a6b1ae23f8bd11faad2ff6f35505ac1efc7599
      https://github.com/quicwg/base-drafts/commit/98a6b1ae23f8bd11faad2ff6f35505ac1efc7599
  Author: afrind <afrind@users.noreply.github.com>
  Date:   2018-09-12 (Wed, 12 Sep 2018)

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

  Log Message:
  -----------
  Clarify QPACK eviction races (#1237)

* Clarify QPACK eviction races

Fixes #1129

* Changed the text a bit, added a drawing

* Remove 'eviction-prone', update diagram, more wordsmithing.

* Martin's feedback



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b9999c35657a_4a012ac4a3e16ecc69799--


From nobody Wed Sep 12 15:57:20 2018
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 02EE0129C6B for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 15:57:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 dWL8jqAZV2qb for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 15:57:11 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 652F7130DD7 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 15:57:11 -0700 (PDT)
Date: Wed, 12 Sep 2018 15:57:10 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536793030; bh=NXcV3ivfVb9D2y1NOGSEilsoqb0/iCiumFprSlCZsh4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ppiwgMLR3GVr2QZooICxXjNUTBSAbnnLp9hEotMuNai2fu6gp7VGSptat/Lk0IoPb RY3Rj4L7jgizMx8IvPutNxzZzFOFcm1f5dFyYTeg/Gvik3I5JXcSdoWJS6+bNTsdrI rTwEFMo+FG0UYovQG9SxYY+eqx/fJXJUBuxRUonY=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abea187a09d6579682697cde3fadec7f442e11433e92cf0000000117b15bc692a169ce11cfd4dd@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1129/issue_event/1842369849@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1129@github.com>
References: <quicwg/base-drafts/issues/1129@github.com>
Subject: Re: [quicwg/base-drafts] Referencing strategy (#1129)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9999c698e14_14f23fc2f42d45b486551"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/ZWc2apHZ1Ub0R3oeNetSlyyKT6M>
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, 12 Sep 2018 22:57:14 -0000

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

Closed #1129 via #1237.

-- 
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/1129#event-1842369849
----==_mimepart_5b9999c698e14_14f23fc2f42d45b486551
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="298833117" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1129" href="https://github.com/quicwg/base-drafts/issues/1129">#1129</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="306461212" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1237" href="https://github.com/quicwg/base-drafts/pull/1237">#1237</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/1129#event-1842369849">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0oqlqFcNnPmYsLSLUh5BwR5AaSMks5uaZFGgaJpZM4SNCa4">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6GQeuPgALpL26AxcDvNhOLiGKpkks5uaZFGgaJpZM4SNCa4.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1129 via #1237."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1129#event-1842369849"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1129#event-1842369849",
"url": "https://github.com/quicwg/base-drafts/issues/1129#event-1842369849",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Referencing strategy (#1129)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1129#event-1842369849"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 305407672\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9999c698e14_14f23fc2f42d45b486551--


From nobody Wed Sep 12 15:57:25 2018
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 5770F130DFA for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 15:57:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 LLd1GyCIfqP5 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 15:57:12 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8E484126F72 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 15:57:12 -0700 (PDT)
Date: Wed, 12 Sep 2018 15:57:11 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536793031; bh=xMPNMlMFgsgJNzqXWDJPLEcHtpJI+uhNtZ/zCgpx0JY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AxNUqyGZ0MQm7G4Hl3IAkeR4grSG3T8z0sCStdW5hy/eJFJDmwO4dIMLkhPYSjmtZ waw3KBvsr1bKIvqDmicpTU2bFuFhSVWSdmzncjTAZCSRslX+RsUqPKy4BDfJidJwiC nNAiQgnvjuUFiudp57tIGPylzESvDgI8rdhM4UVY=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4e902e360b0c8b6178ea8e8b193e98ee78847b7492cf0000000117b15bc792a169ce12443a1c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1237/issue_event/1842369848@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1237@github.com>
References: <quicwg/base-drafts/pull/1237@github.com>
Subject: Re: [quicwg/base-drafts] Clarify QPACK eviction races (#1237)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9999c7d7e27_57a83ff113ad45b4101792"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/gV_WIwVbU0w1J7sxd569npUFNE8>
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, 12 Sep 2018 22:57:17 -0000

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

Merged #1237 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/1237#event-1842369848
----==_mimepart_5b9999c7d7e27_57a83ff113ad45b4101792
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="306461212" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1237" href="https://github.com/quicwg/base-drafts/pull/1237">#1237</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/1237#event-1842369848">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq21wF8BY04_gM9M71tnvRo5aUtdZks5uaZFHgaJpZM4SwJ4X">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7f9_FhMOhokaq5hhwUYWCjElnoAks5uaZFHgaJpZM4SwJ4X.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1237 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1237#event-1842369848"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1237#event-1842369848",
"url": "https://github.com/quicwg/base-drafts/pull/1237#event-1842369848",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Clarify QPACK eviction races (#1237)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1237#event-1842369848"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 314613271\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9999c7d7e27_57a83ff113ad45b4101792--


From nobody Wed Sep 12 16:29:02 2018
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 E53731277D2 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 16:29:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 I1AcHiv9PyGU for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 16:28:59 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3BFD9129C6B for <quic-issues@ietf.org>; Wed, 12 Sep 2018 16:28:59 -0700 (PDT)
Date: Wed, 12 Sep 2018 16:28:58 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536794938; bh=IXi8NuxMFwC8Ncx8FMhiq/3xmMg/DBbxt9YvFZjzfVU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BAm97u+4yXtrEk4U+YVhxC9Ux9b7GMUE+mge1nw13aeguYPeWbCB8Ute104xIt9bq nHkVcwnn5hFV6UN2YYhpwmEhRe+DLiQr3goN3ZnW6X4wi21cNH2JAYaWEKYKBqr6X9 Ilqie+5Dt18LcxGHoIOCwWXVZX9ijH4q9JXzNQT8=
From: Tommy Pauly <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7473341af4c6783b94653afde9d4be3c1e07587692cf0000000117b1633a92a169ce0f9d30eb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/814/420831676@github.com>
In-Reply-To: <quicwg/base-drafts/issues/814@github.com>
References: <quicwg/base-drafts/issues/814@github.com>
Subject: Re: [quicwg/base-drafts] Add a MESSAGE frame optimized for sub-MTU payloads (#814)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b99a13a2e9d1_e1a3ffd5c0d45b42416e7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: tfpauly
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/Egnv90sH-uTScC2Ul4bcapq2wC4>
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, 12 Sep 2018 23:29:02 -0000

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

@ianswett, @MikeBishop 

We've written up a version of a proposal for this extension here, also: https://tools.ietf.org/html/draft-pauly-quic-datagram-00

Happy to have this draft be joined by people and used as well

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

<p><a class="user-mention" data-hovercard-user-id="20072817" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ianswett">@ianswett</a>, <a class="user-mention" data-hovercard-user-id="4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a></p>
<p>We've written up a version of a proposal for this extension here, also: <a href="https://tools.ietf.org/html/draft-pauly-quic-datagram-00" rel="nofollow">https://tools.ietf.org/html/draft-pauly-quic-datagram-00</a></p>
<p>Happy to have this draft be joined by people and used as well</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/814#issuecomment-420831676">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9X2cZkqDirVYR5qmxmuQLB8qXvzks5uaZi6gaJpZM4PqF_2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0713NJyUaPype8sdrMOLJwidQXpks5uaZi6gaJpZM4PqF_2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@tfpauly in #814: @ianswett, @MikeBishop \r\n\r\nWe've written up a version of a proposal for this extension here, also: https://tools.ietf.org/html/draft-pauly-quic-datagram-00\r\n\r\nHappy to have this draft be joined by people and used as well"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/814#issuecomment-420831676"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/814#issuecomment-420831676",
"url": "https://github.com/quicwg/base-drafts/issues/814#issuecomment-420831676",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add a MESSAGE frame optimized for sub-MTU payloads (#814)",
"sections": [
{
"text": "",
"activityTitle": "**Tommy Pauly**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@tfpauly",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 814,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 814\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/814#issuecomment-420831676"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 262692854\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b99a13a2e9d1_e1a3ffd5c0d45b42416e7--


From nobody Wed Sep 12 17:03:58 2018
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 D71C5130DFA for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 17:03:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 abAash9ut6tv for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 17:03:54 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D748F127AC2 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 17:03:53 -0700 (PDT)
Date: Wed, 12 Sep 2018 17:03:52 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536797032; bh=povw2cdI95obfE2IdSl7JNEWKenUxnsFMTQlXO6acH0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BxXTnKmdXx8rkqlh//ymZ7ok5Gr7UQK6FZDxaclj444ScM3OMeQfUmJVu9yHC6eRd WRSOeu5LiEjS14NPemwMCM7c3EFYFfqIDvIj3uCB1KKA8Tebee/afKdawoNQ++aTf6 8OSb8ENxLvncpZxzagGyJcOnlT9PhRO7uc9P8WKk=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab63e49ff048770929a31f72d4545c0aa368c7155292cf0000000117b16b6892a169ce156f81ba@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1741/420838259@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1741@github.com>
References: <quicwg/base-drafts/issues/1741@github.com>
Subject: Re: [quicwg/base-drafts] Implicitly Acknowledging CRYTPO Data (#1741)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b99a968b9e98_3c483fb555ed45b419938e"; 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/8UMMic1k3xVTuQylF81YcKTQpxc>
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, 13 Sep 2018 00:03:57 -0000

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

This is precisely the subject of discussion at the last IETF meeting.  It might help to review that.   What the implementation is doing here is valid: it operates loss detection on Initial packets independent of other packets.  To some extent, that's necessary.

That the handshake has proceeded and that activity at the next epoch indicates successful receipt of the necessary packets is extra information you aren't required to assimilate, but as @rpaulo says, you are free to do so.  We explicitly decided not to prohibit the optimization suggested, but nor do we require that anyone implement the optimization.  All THAT means is that you can't assume that the other side is going to stop sending you Initial+CRYPTO if you don't acknowledge it.

The exchange @nibanks describes is entirely valid as implemented, if suboptimal.  That's all.

-- 
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/1741#issuecomment-420838259
----==_mimepart_5b99a968b9e98_3c483fb555ed45b419938e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>This is precisely the subject of discussion at the last IETF meeting. =
 It might help to review that.   What the implementation is doing here is=
 valid: it operates loss detection on Initial packets independent of othe=
r packets.  To some extent, that's necessary.</p>
<p>That the handshake has proceeded and that activity at the next epoch i=
ndicates successful receipt of the necessary packets is extra information=
 you aren't required to assimilate, but as <a class=3D"user-mention" data=
-hovercard-user-id=3D"1491286" data-octo-click=3D"hovercard-link-click" d=
ata-octo-dimensions=3D"link_type:self" href=3D"https://github.com/rpaulo"=
>@rpaulo</a> says, you are free to do so.  We explicitly decided not to p=
rohibit the optimization suggested, but nor do we require that anyone imp=
lement the optimization.  All THAT means is that you can't assume that th=
e other side is going to stop sending you Initial+CRYPTO if you don't ack=
nowledge it.</p>
<p>The exchange <a class=3D"user-mention" data-hovercard-user-id=3D"20663=
557" data-octo-click=3D"hovercard-link-click" data-octo-dimensions=3D"lin=
k_type:self" href=3D"https://github.com/nibanks">@nibanks</a> describes i=
s entirely valid as implemented, if suboptimal.  That's all.</p>

<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/1741#issuecomment-420838259">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq236=
4TKODwNYQBgzgVJ_7z4_k589ks5uaaDogaJpZM4WmD_G">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq213mHzKqqReDL73aPiHH8Ew=
MfE-ks5uaaDogaJpZM4WmD_G.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
inthomson in #1741: This is precisely the subject of discussion at the la=
st IETF meeting.  It might help to review that.   What the implementation=
 is doing here is valid: it operates loss detection on Initial packets in=
dependent of other packets.  To some extent, that's necessary.\r\n\r\nTha=
t the handshake has proceeded and that activity at the next epoch indicat=
es successful receipt of the necessary packets is extra information you a=
ren't required to assimilate, but as @rpaulo says, you are free to do so.=
  We explicitly decided not to prohibit the optimization suggested, but n=
or do we require that anyone implement the optimization.  All THAT means =
is that you can't assume that the other side is going to stop sending you=
 Initial+CRYPTO if you don't acknowledge it.\r\n\r\nThe exchange @nibanks=
 describes is entirely valid as implemented, if suboptimal.  That's all."=
}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-dr=
afts/issues/1741#issuecomment-420838259"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment=
-420838259",
"url": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment-42=
0838259",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Implicitly Acknowledging CRYTPO Data (=
#1741)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1741,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1741\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment-42=
0838259"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3790765=
50\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b99a968b9e98_3c483fb555ed45b419938e--


From nobody Wed Sep 12 17:04:39 2018
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 E2A67130EC3 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 17:04:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 G83K9t665nV1 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 17:04:35 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 85F6C127AC2 for <quic-issues@ietf.org>; Wed, 12 Sep 2018 17:04:35 -0700 (PDT)
Date: Wed, 12 Sep 2018 17:04:34 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536797074; bh=E0uif6boK261Zkg4QMitJkP8eJpeNaaAIZJZ3ut2iWE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=w7Bp+Z94ljqKzc1WyQwmnNwXo5D8rE1zQHTh0zOtU1sYVRuHsybTHSnf8/hVnLUor XOEuxA1gh3qivFunNdh79vlC+pieAmvKLeRacQ8gaJo/qGKvsfbV6uYAiJ3hDYxcVq Gufbbu78HVcJ9zutAWxirnqnhJJvnVIpK0mWpJxY=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfbe8a01fa26a60fbba9a9e1d154f7beb2656c0a492cf0000000117b16b9292a169ce156f81ba@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1741/420838376@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1741@github.com>
References: <quicwg/base-drafts/issues/1741@github.com>
Subject: Re: [quicwg/base-drafts] Implicitly Acknowledging CRYTPO Data (#1741)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b99a992cc185_22663fd7f96d45b41209cf"; 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/YBdklmbb7uQrwIwfCa1ZHakDTU0>
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, 13 Sep 2018 00:04:38 -0000

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

For the record, a discussion like this is probably better taken to the list.  It doesn't identify an issue (though it might imply one).

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

<p>For the record, a discussion like this is probably better taken to the list.  It doesn't identify an issue (though it might imply one).</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/1741#issuecomment-420838376">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-bt2JBq9lNXk75IsZDtU0Ds21C3ks5uaaESgaJpZM4WmD_G">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0WMU8LZKaDkREJb1gVq-1BqKQV5ks5uaaESgaJpZM4WmD_G.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1741: For the record, a discussion like this is probably better taken to the list.  It doesn't identify an issue (though it might imply one)."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1741#issuecomment-420838376"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment-420838376",
"url": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment-420838376",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Implicitly Acknowledging CRYTPO Data (#1741)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1741,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1741#issuecomment-420838376"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379076550\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b99a992cc185_22663fd7f96d45b41209cf--


From nobody Wed Sep 12 17:04:44 2018
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 ACDC3127AC2 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 17:04:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ooDRhYG6JPar for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 17:04:36 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EF8EC130DFA for <quic-issues@ietf.org>; Wed, 12 Sep 2018 17:04:35 -0700 (PDT)
Date: Wed, 12 Sep 2018 17:04:34 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536797074; bh=N/U1gTEIfuxs+9ovIYSjZopSpL8Tv++h65vMBYlKGbc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Qo0HwiQur8tVVxo1yXBpyi88p75E76PVM6+cTOHzLCJNRzDDRUk2tKCp40mJCAOZx h9iQ6LNZ11gS+buozkcmyEZKVOZySsgjSU8EdSesiJdrySgwCggNMNdV8eRGXWT4uf eu9ooWK52gJPolNcTB1Wcaj0a/wr+Env/96bQz6g=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfbe8a01fa26a60fbba9a9e1d154f7beb2656c0a492cf0000000117b16b9292a169ce156f81ba@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1741/issue_event/1842446782@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1741@github.com>
References: <quicwg/base-drafts/issues/1741@github.com>
Subject: Re: [quicwg/base-drafts] Implicitly Acknowledging CRYTPO Data (#1741)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b99a992ef7c7_55243f88d80d45bc2802a8"; 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/8t9i60mbZymLyzQw7wxyEcnKSaE>
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, 13 Sep 2018 00:04:38 -0000

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

Closed #1741.

-- 
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/1741#event-1842446782
----==_mimepart_5b99a992ef7c7_55243f88d80d45bc2802a8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="359629242" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1741" href="https://github.com/quicwg/base-drafts/issues/1741">#1741</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/1741#event-1842446782">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-bt2JBq9lNXk75IsZDtU0Ds21C3ks5uaaESgaJpZM4WmD_G">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0WMU8LZKaDkREJb1gVq-1BqKQV5ks5uaaESgaJpZM4WmD_G.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1741."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1741#event-1842446782"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1741#event-1842446782",
"url": "https://github.com/quicwg/base-drafts/issues/1741#event-1842446782",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Implicitly Acknowledging CRYTPO Data (#1741)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1741#event-1842446782"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379076550\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b99a992ef7c7_55243f88d80d45bc2802a8--


From nobody Wed Sep 12 17:50:56 2018
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 EC462130FB2 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 17:50:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 iqLRySFOLqKT for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 17:50:42 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6571C130F1F for <quic-issues@ietf.org>; Wed, 12 Sep 2018 17:50:42 -0700 (PDT)
Date: Wed, 12 Sep 2018 17:50:41 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536799841; bh=BZEFBzRpOLjxo2LrZevJJrcV8VI/A4KQZT9IY57q8tQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LF6uFp3a0J/O3KWWOwJaXRoF0SGMaOqq77AvzYQm2qszaLoYMlUv9duucLJ2lFCX7 62QE5h9WarBUS3ZxVZ15VbBc4XSYW/JEwsC4SmvENd2JfXxp1VePwSBOZrWLeUNKyI 4cqwPaTl6+b5ic3hwYpP6hmgUv0w8qTfwLB/T3no=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abec6797df3a9b3e69bbce3675740cb3dc1948237a92cf0000000117b1766192a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/154889508@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b99b461558d8_44823f96e80d45bc102945"; 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/3YbrRqHHS3i4FDfUB1tI7Uus7hI>
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, 13 Sep 2018 00:50:55 -0000

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

martinthomson requested changes on this pull request.

Obviously, I think that this is a good balance of the concerns, because I was involved with the decision.  I do have some editorial concerns that.

I'm willing to help address these. I suggest that we start with a round of discussion, during which we might decide to split off some new issues.

> +
+
+### Issuing Connection IDs
+
+An endpoint issues connection IDs to its peer for the peer to use when sending
+packets. This allows the endpoint control over the strategy used to interpret
+connection IDs of packets that it receives.  These connection IDs are
+communicated to the peer using NEW_CONNECTION_ID frames
+({{frame-new-connection-id}}).
+
+The initial connection ID issued to the peer is sent by the endpoint as the
+Source Connection ID during the handshake, ensuring that the peer always begins
+the connection with at least one connection ID to use when sending.  An endpoint
+SHOULD supply its peer with additional connection IDs via NEW_CONNECTION_ID
+frames. While each endpoint can choose how many connection IDs to issue, a
+recommended number of outstanding connection IDs is eight.

I think that 8 is the right recommendation, but we should contextualize it more.  The primary consideration being that it is important to support a number of failed connection migrations on the way to a successful migration.

That context is later, so I think we should just move this recommendation.

> +({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new
+connection ID using a NEW_CONNECTION_ID frame to reduce the possibility of its
+peer running out of available connection IDs.
+
+An endpoint that receives a packet with a different remote address than
+previously used SHOULD also switch to sending with a different connection ID.
+This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.

It's not always the case that use of an existing path implies linkability.  Though it might be a strong signal, if I'm behind a NAT with a large number of other people, I can imagine the NAT being used as an mixing point.  Changing connection ID in that context might re-establish anonymity within that set.  Especially if the NAT understands connection IDs and I am able to use one for packets I receive as well.  In many cases we think about, the NAT is small and the value of re-mixing low, but you can imagine building that sort of aggregator for privacy purposes.

> +({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new
+connection ID using a NEW_CONNECTION_ID frame to reduce the possibility of its
+peer running out of available connection IDs.
+
+An endpoint that receives a packet with a different remote address than
+previously used SHOULD also switch to sending with a different connection ID.
+This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.

A recent PR highlighted the risks associated with that.  That text now belongs here.  See [this caution](https://github.com/quicwg/base-drafts/commit/17ccc69ecd0c652bc8f35c5db5fb3a37b0f7c67c#diff-db016291106766877c4921a79f8596e0R2380), which suggests that this change adds duplicated text...

> +An endpoint that receives a packet with a different remote address than
+previously used SHOULD also switch to sending with a different connection ID.
+This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.
+
+
+### Consuming Connection IDs
+
+If an endpoint's peer has selected a non-zero-length connection ID, the endpoint
+maintains a set of connection IDs received from the peer that it can use when
+sending packets.  All connection IDs issued by the peer are considered valid for
+use by the endpoint when sending packets until the connection ID is retired by
+the endpoint.  Endpoints can choose to stop using a given connection ID to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID that is no

I don't like this name (never have).  But until I read this text again and saw it use "retire", I didn't have an alternative I liked enough to suggest.  RETIRE_CONNECTION_ID is better (not awesome, but certainly better).

Yes, that's opinion.  Also, don't bother changing it.  I am prepared to do that.

> +This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.
+
+
+### Consuming Connection IDs
+
+If an endpoint's peer has selected a non-zero-length connection ID, the endpoint
+maintains a set of connection IDs received from the peer that it can use when
+sending packets.  All connection IDs issued by the peer are considered valid for
+use by the endpoint when sending packets until the connection ID is retired by
+the endpoint.  Endpoints can choose to stop using a given connection ID to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID that is no
+longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.

from "and serves as a request ..." is a new concept and doesn't belong to this paragraph.  It needs a new paragraph explaining things more fully.

Rather than frame this as an implicit request, I would say that you address the text at the endpoint that issues the connection IDs.  That is, rely on the text in the previous section and don't mention that function here at all.

> +
+
+### Consuming Connection IDs
+
+If an endpoint's peer has selected a non-zero-length connection ID, the endpoint
+maintains a set of connection IDs received from the peer that it can use when
+sending packets.  All connection IDs issued by the peer are considered valid for
+use by the endpoint when sending packets until the connection ID is retired by
+the endpoint.  Endpoints can choose to stop using a given connection ID to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID that is no
+longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.
+
+An endpoint that retires a connection ID should retain knowledge of that
+connection ID for a reasonable time after sending the CONNECTION_ID_FINISHED

s/reasonable time/period/

I think we can leave the use of the word "reasonable" to lawyers.  It implies judgment.

> +
+### Consuming Connection IDs
+
+If an endpoint's peer has selected a non-zero-length connection ID, the endpoint
+maintains a set of connection IDs received from the peer that it can use when
+sending packets.  All connection IDs issued by the peer are considered valid for
+use by the endpoint when sending packets until the connection ID is retired by
+the endpoint.  Endpoints can choose to stop using a given connection ID to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID that is no
+longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.
+
+An endpoint that retires a connection ID should retain knowledge of that
+connection ID for a reasonable time after sending the CONNECTION_ID_FINISHED
+frame, or until that frame is acknowledged.  A recommended time is three times

The acknowledgment point here is a tricky one.  The risk you describe is that a retransmission of NEW_CONNECTION_ID(X) arrives after RETIRE_CONNECTION_ID(X) is sent, which makes it appear as though X is a wholly new connection ID.  If it is then used, it might trigger stateless reset.  Defense against that is to wait for the ACK of the ACK for NEW_CONNECTION_ID, or to start the timer from when NEW_CONNECTION_ID is received, not when RETIRE_CONNECTION_ID is sent.

However, based on comments below, I think that we should recommend retention of the connection ID at the peer that uses it for 3xRTO as well and NOT short that timer when the RETIRE_CONNECTION_ID frame is acknowledged.  The reason for that is not use of the ID (that should have stopped before sending the frame), but acceptance of the stateless reset.  Packets in flight before the connection ID is retired might generate a stateless reset.

The risk I'm more concerned about is the receipt of delayed packets with X after RETIRE_CONNECTION_ID(X) is *received*.  In which case the recipient of RETIRE_CONNECTION_ID needs to remember X and not generate a stateless reset for some period.

That keeps it simple: remember a connection ID (and its associated reset token) from the time of sending or receiving RETIRE_CONNECTION_ID plus 3xRTO.

> +longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.
+
+An endpoint that retires a connection ID should retain knowledge of that
+connection ID for a reasonable time after sending the CONNECTION_ID_FINISHED
+frame, or until that frame is acknowledged.  A recommended time is three times
+the current Retransmission Timeout (RTO) interval as defined in
+{{QUIC-RECOVERY}}.  This prevents potential retransmissions of a
+NEW_CONNECTION_ID frame from overlapping with the CONNECTION_ID_FINISHED frame
+for the same connection ID.
+
+Additionally, each connection ID MUST be used on packets sent from only one
+local address.  At any time, an endpoint MAY change to a new connection ID on a
+local address already in use.  An endpoint that migrates to a new local address
+SHOULD retire all connection IDs that were used on the previous address
+using the CONNECTION_ID_FINISHED frame.

This isn't quite right.  The point here is that you should retire connection IDs when you stop using the path, not when you move to a new one.  This text doesn't set us up very well for multipath, for instance.  

Also, an endpoint might decide to retain the connection ID for a period in case it has to switch back.  Think about a mobile device that hits a wifi access point.  It might keep the connection ID it used on the cellular path for a time in case it remains mobile.  Switching connection ID on each network change might be better, but maybe only if significant time passes.

> @@ -3257,6 +3287,49 @@ the Source Connection ID used by the peer during the initial
 handshake, it MUST treat that receipt as a connection error of type
 PROTOCOL_VIOLATION.
 
+## CONNECTION_ID_FINISHED Frame {#frame-connection-id-finished}
+
+An endpoint sends a CONNECTION_ID_FINISHED frame (type=0x1b) to indicate that it
+will no longer use a connection ID that was issued by its peer.  This also
+serves as a request to the peer to send additional connection IDs for future use
+(see {{connection-id}}).  New connection IDs can be delivered via the
+NEW_CONNECTION_ID frame ({{frame-new-connection-id}}).
+
+Retiring a connection ID using the CONNECTION_ID_FINISHED frame invalidates any
+stateless reset tokens associated with that connection ID.

This implies that there are multiple tokens.

"Retiring a connection ID using the CONNECTION_ID_FINISHED frame invalidates the stateless reset token associated with that connection ID."

> @@ -3257,6 +3287,49 @@ the Source Connection ID used by the peer during the initial
 handshake, it MUST treat that receipt as a connection error of type
 PROTOCOL_VIOLATION.
 
+## CONNECTION_ID_FINISHED Frame {#frame-connection-id-finished}
+
+An endpoint sends a CONNECTION_ID_FINISHED frame (type=0x1b) to indicate that it
+will no longer use a connection ID that was issued by its peer.  This also
+serves as a request to the peer to send additional connection IDs for future use
+(see {{connection-id}}).  New connection IDs can be delivered via the
+NEW_CONNECTION_ID frame ({{frame-new-connection-id}}).
+
+Retiring a connection ID using the CONNECTION_ID_FINISHED frame invalidates any
+stateless reset tokens associated with that connection ID.

As an open issue, we should decide how long to allow the old token to be effective.  I would suggest that we use the same 3xRTO timer for that as well.  Then we have 3xRTO everywhere in this.

> +|   Length (8)  |          Connection ID (32..144)            ...
++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+~~~
+
+The fields are:
+
+Length:
+
+: An 8-bit unsigned integer containing the length of the connection ID.
+
+Connection ID:
+
+: A connection ID of the specified length.
+
+Receipt of a CONNECTION_ID_FINISHED frame containing a connection ID that was
+not previously sent to the peer MAY be treated as a connection error of type

Yeah, @mikkelfj got it.  You can retire a connection ID before NEW_CONNECTION_ID is acknowledged even.

As for the short connection IDs, I think that's a reason not to allow shorter values more than an argument against this text.  Yes, over time, you might cycle really old IDs back into circulation such that they get re-issued to a connection that had it in the past.  That would be valid, but allowing it would complicate the protocol.  The protocol here uses the connection ID as its own identifier, so for that to work properly, we need it to be unique.

> +The fields are:
+
+Length:
+
+: An 8-bit unsigned integer containing the length of the connection ID.
+
+Connection ID:
+
+: A connection ID of the specified length.
+
+Receipt of a CONNECTION_ID_FINISHED frame containing a connection ID that was
+not previously sent to the peer MAY be treated as a connection error of type
+PROTOCOL_VIOLATION.
+
+An endpoint MUST NOT send this frame if it is currently sending packets with a
+zero-length Destination Connection ID.  Changing the length of a connection ID

It cannot send this frame because it won't have any connection IDs to put in it.  I think that we can shorten this paragraph to: "An endpoint cannot send this frame if it was provided with a zero-length connection ID by its peer.  An endpoint that provides a zero-length connection ID MUST treat receipt [...]"

> +Connection ID:
+
+: A connection ID of the specified length.
+
+Receipt of a CONNECTION_ID_FINISHED frame containing a connection ID that was
+not previously sent to the peer MAY be treated as a connection error of type
+PROTOCOL_VIOLATION.
+
+An endpoint MUST NOT send this frame if it is currently sending packets with a
+zero-length Destination Connection ID.  Changing the length of a connection ID
+to or from zero-length makes it difficult to identify when the value of the
+connection ID changed.  An endpoint that is receiving packets with a zero-length
+Destination Connection ID MUST treat receipt of a CONNECTION_ID_FINISHED frame
+as a connection error of type PROTOCOL_VIOLATION.
+
+

We want to point out, purely for the purpose of completeness, that the connection ID provided during the handshake can be retired with this frame.

> +the connection with at least one connection ID to use when sending.  An endpoint
+SHOULD supply its peer with additional connection IDs via NEW_CONNECTION_ID
+frames. While each endpoint can choose how many connection IDs to issue, a
+recommended number of outstanding connection IDs is eight.
+
+When an endpoint issues a connection ID, it MUST accept packets using this
+connection ID for the duration of the connection or until its peer invalidates
+the connection ID via a CONNECTION_ID_FINISHED frame
+({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new

s/can choose to/can/

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

<p><b>@martinthomson</b> requested changes on this pull request.</p>

<p>Obviously, I think that this is a good balance of the concerns, because I was involved with the decision.  I do have some editorial concerns that.</p>
<p>I'm willing to help address these. I suggest that we start with a round of discussion, during which we might decide to split off some new issues.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217227155">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +
+
+### Issuing Connection IDs
+
+An endpoint issues connection IDs to its peer for the peer to use when sending
+packets. This allows the endpoint control over the strategy used to interpret
+connection IDs of packets that it receives.  These connection IDs are
+communicated to the peer using NEW_CONNECTION_ID frames
+({{frame-new-connection-id}}).
+
+The initial connection ID issued to the peer is sent by the endpoint as the
+Source Connection ID during the handshake, ensuring that the peer always begins
+the connection with at least one connection ID to use when sending.  An endpoint
+SHOULD supply its peer with additional connection IDs via NEW_CONNECTION_ID
+frames. While each endpoint can choose how many connection IDs to issue, a
+recommended number of outstanding connection IDs is eight.
</pre>
<p>I think that 8 is the right recommendation, but we should contextualize it more.  The primary consideration being that it is important to support a number of failed connection migrations on the way to a successful migration.</p>
<p>That context is later, so I think we should just move this recommendation.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217227702">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new
+connection ID using a NEW_CONNECTION_ID frame to reduce the possibility of its
+peer running out of available connection IDs.
+
+An endpoint that receives a packet with a different remote address than
+previously used SHOULD also switch to sending with a different connection ID.
+This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.
</pre>
<p>It's not always the case that use of an existing path implies linkability.  Though it might be a strong signal, if I'm behind a NAT with a large number of other people, I can imagine the NAT being used as an mixing point.  Changing connection ID in that context might re-establish anonymity within that set.  Especially if the NAT understands connection IDs and I am able to use one for packets I receive as well.  In many cases we think about, the NAT is small and the value of re-mixing low, but you can imagine building that sort of aggregator for privacy purposes.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217227933">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new
+connection ID using a NEW_CONNECTION_ID frame to reduce the possibility of its
+peer running out of available connection IDs.
+
+An endpoint that receives a packet with a different remote address than
+previously used SHOULD also switch to sending with a different connection ID.
+This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.
</pre>
<p>A recent PR highlighted the risks associated with that.  That text now belongs here.  See <a href="https://github.com/quicwg/base-drafts/commit/17ccc69ecd0c652bc8f35c5db5fb3a37b0f7c67c#diff-db016291106766877c4921a79f8596e0R2380">this caution</a>, which suggests that this change adds duplicated text...</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217228213">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +An endpoint that receives a packet with a different remote address than
+previously used SHOULD also switch to sending with a different connection ID.
+This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.
+
+
+### Consuming Connection IDs
+
+If an endpoint&#39;s peer has selected a non-zero-length connection ID, the endpoint
+maintains a set of connection IDs received from the peer that it can use when
+sending packets.  All connection IDs issued by the peer are considered valid for
+use by the endpoint when sending packets until the connection ID is retired by
+the endpoint.  Endpoints can choose to stop using a given connection ID to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID that is no
</pre>
<p>I don't like this name (never have).  But until I read this text again and saw it use "retire", I didn't have an alternative I liked enough to suggest.  RETIRE_CONNECTION_ID is better (not awesome, but certainly better).</p>
<p>Yes, that's opinion.  Also, don't bother changing it.  I am prepared to do that.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217228306">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.
+
+
+### Consuming Connection IDs
+
+If an endpoint&#39;s peer has selected a non-zero-length connection ID, the endpoint
+maintains a set of connection IDs received from the peer that it can use when
+sending packets.  All connection IDs issued by the peer are considered valid for
+use by the endpoint when sending packets until the connection ID is retired by
+the endpoint.  Endpoints can choose to stop using a given connection ID to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID that is no
+longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.
</pre>
<p>from "and serves as a request ..." is a new concept and doesn't belong to this paragraph.  It needs a new paragraph explaining things more fully.</p>
<p>Rather than frame this as an implicit request, I would say that you address the text at the endpoint that issues the connection IDs.  That is, rely on the text in the previous section and don't mention that function here at all.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217228545">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +
+
+### Consuming Connection IDs
+
+If an endpoint&#39;s peer has selected a non-zero-length connection ID, the endpoint
+maintains a set of connection IDs received from the peer that it can use when
+sending packets.  All connection IDs issued by the peer are considered valid for
+use by the endpoint when sending packets until the connection ID is retired by
+the endpoint.  Endpoints can choose to stop using a given connection ID to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID that is no
+longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.
+
+An endpoint that retires a connection ID should retain knowledge of that
+connection ID for a reasonable time after sending the CONNECTION_ID_FINISHED
</pre>
<p>s/reasonable time/period/</p>
<p>I think we can leave the use of the word "reasonable" to lawyers.  It implies judgment.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217229103">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +
+### Consuming Connection IDs
+
+If an endpoint&#39;s peer has selected a non-zero-length connection ID, the endpoint
+maintains a set of connection IDs received from the peer that it can use when
+sending packets.  All connection IDs issued by the peer are considered valid for
+use by the endpoint when sending packets until the connection ID is retired by
+the endpoint.  Endpoints can choose to stop using a given connection ID to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID that is no
+longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.
+
+An endpoint that retires a connection ID should retain knowledge of that
+connection ID for a reasonable time after sending the CONNECTION_ID_FINISHED
+frame, or until that frame is acknowledged.  A recommended time is three times
</pre>
<p>The acknowledgment point here is a tricky one.  The risk you describe is that a retransmission of NEW_CONNECTION_ID(X) arrives after RETIRE_CONNECTION_ID(X) is sent, which makes it appear as though X is a wholly new connection ID.  If it is then used, it might trigger stateless reset.  Defense against that is to wait for the ACK of the ACK for NEW_CONNECTION_ID, or to start the timer from when NEW_CONNECTION_ID is received, not when RETIRE_CONNECTION_ID is sent.</p>
<p>However, based on comments below, I think that we should recommend retention of the connection ID at the peer that uses it for 3xRTO as well and NOT short that timer when the RETIRE_CONNECTION_ID frame is acknowledged.  The reason for that is not use of the ID (that should have stopped before sending the frame), but acceptance of the stateless reset.  Packets in flight before the connection ID is retired might generate a stateless reset.</p>
<p>The risk I'm more concerned about is the receipt of delayed packets with X after RETIRE_CONNECTION_ID(X) is <em>received</em>.  In which case the recipient of RETIRE_CONNECTION_ID needs to remember X and not generate a stateless reset for some period.</p>
<p>That keeps it simple: remember a connection ID (and its associated reset token) from the time of sending or receiving RETIRE_CONNECTION_ID plus 3xRTO.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217229621">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.
+
+An endpoint that retires a connection ID should retain knowledge of that
+connection ID for a reasonable time after sending the CONNECTION_ID_FINISHED
+frame, or until that frame is acknowledged.  A recommended time is three times
+the current Retransmission Timeout (RTO) interval as defined in
+{{QUIC-RECOVERY}}.  This prevents potential retransmissions of a
+NEW_CONNECTION_ID frame from overlapping with the CONNECTION_ID_FINISHED frame
+for the same connection ID.
+
+Additionally, each connection ID MUST be used on packets sent from only one
+local address.  At any time, an endpoint MAY change to a new connection ID on a
+local address already in use.  An endpoint that migrates to a new local address
+SHOULD retire all connection IDs that were used on the previous address
+using the CONNECTION_ID_FINISHED frame.
</pre>
<p>This isn't quite right.  The point here is that you should retire connection IDs when you stop using the path, not when you move to a new one.  This text doesn't set us up very well for multipath, for instance.</p>
<p>Also, an endpoint might decide to retain the connection ID for a period in case it has to switch back.  Think about a mobile device that hits a wifi access point.  It might keep the connection ID it used on the cellular path for a time in case it remains mobile.  Switching connection ID on each network change might be better, but maybe only if significant time passes.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217229794">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3257,6 +3287,49 @@ the Source Connection ID used by the peer during the initial
 handshake, it MUST treat that receipt as a connection error of type
 PROTOCOL_VIOLATION.
 
+## CONNECTION_ID_FINISHED Frame {#frame-connection-id-finished}
+
+An endpoint sends a CONNECTION_ID_FINISHED frame (type=0x1b) to indicate that it
+will no longer use a connection ID that was issued by its peer.  This also
+serves as a request to the peer to send additional connection IDs for future use
+(see {{connection-id}}).  New connection IDs can be delivered via the
+NEW_CONNECTION_ID frame ({{frame-new-connection-id}}).
+
+Retiring a connection ID using the CONNECTION_ID_FINISHED frame invalidates any
+stateless reset tokens associated with that connection ID.
</pre>
<p>This implies that there are multiple tokens.</p>
<p>"Retiring a connection ID using the CONNECTION_ID_FINISHED frame invalidates the stateless reset token associated with that connection ID."</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217229890">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3257,6 +3287,49 @@ the Source Connection ID used by the peer during the initial
 handshake, it MUST treat that receipt as a connection error of type
 PROTOCOL_VIOLATION.
 
+## CONNECTION_ID_FINISHED Frame {#frame-connection-id-finished}
+
+An endpoint sends a CONNECTION_ID_FINISHED frame (type=0x1b) to indicate that it
+will no longer use a connection ID that was issued by its peer.  This also
+serves as a request to the peer to send additional connection IDs for future use
+(see {{connection-id}}).  New connection IDs can be delivered via the
+NEW_CONNECTION_ID frame ({{frame-new-connection-id}}).
+
+Retiring a connection ID using the CONNECTION_ID_FINISHED frame invalidates any
+stateless reset tokens associated with that connection ID.
</pre>
<p>As an open issue, we should decide how long to allow the old token to be effective.  I would suggest that we use the same 3xRTO timer for that as well.  Then we have 3xRTO everywhere in this.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217231001">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +|   Length (8)  |          Connection ID (32..144)            ...
++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+~~~
+
+The fields are:
+
+Length:
+
+: An 8-bit unsigned integer containing the length of the connection ID.
+
+Connection ID:
+
+: A connection ID of the specified length.
+
+Receipt of a CONNECTION_ID_FINISHED frame containing a connection ID that was
+not previously sent to the peer MAY be treated as a connection error of type
</pre>
<p>Yeah, <a class="user-mention" data-hovercard-user-id="193335" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mikkelfj">@mikkelfj</a> got it.  You can retire a connection ID before NEW_CONNECTION_ID is acknowledged even.</p>
<p>As for the short connection IDs, I think that's a reason not to allow shorter values more than an argument against this text.  Yes, over time, you might cycle really old IDs back into circulation such that they get re-issued to a connection that had it in the past.  That would be valid, but allowing it would complicate the protocol.  The protocol here uses the connection ID as its own identifier, so for that to work properly, we need it to be unique.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217231257">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +The fields are:
+
+Length:
+
+: An 8-bit unsigned integer containing the length of the connection ID.
+
+Connection ID:
+
+: A connection ID of the specified length.
+
+Receipt of a CONNECTION_ID_FINISHED frame containing a connection ID that was
+not previously sent to the peer MAY be treated as a connection error of type
+PROTOCOL_VIOLATION.
+
+An endpoint MUST NOT send this frame if it is currently sending packets with a
+zero-length Destination Connection ID.  Changing the length of a connection ID
</pre>
<p>It cannot send this frame because it won't have any connection IDs to put in it.  I think that we can shorten this paragraph to: "An endpoint cannot send this frame if it was provided with a zero-length connection ID by its peer.  An endpoint that provides a zero-length connection ID MUST treat receipt [...]"</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217231360">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +Connection ID:
+
+: A connection ID of the specified length.
+
+Receipt of a CONNECTION_ID_FINISHED frame containing a connection ID that was
+not previously sent to the peer MAY be treated as a connection error of type
+PROTOCOL_VIOLATION.
+
+An endpoint MUST NOT send this frame if it is currently sending packets with a
+zero-length Destination Connection ID.  Changing the length of a connection ID
+to or from zero-length makes it difficult to identify when the value of the
+connection ID changed.  An endpoint that is receiving packets with a zero-length
+Destination Connection ID MUST treat receipt of a CONNECTION_ID_FINISHED frame
+as a connection error of type PROTOCOL_VIOLATION.
+
+
</pre>
<p>We want to point out, purely for the purpose of completeness, that the connection ID provided during the handshake can be retired with this frame.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217232481">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +the connection with at least one connection ID to use when sending.  An endpoint
+SHOULD supply its peer with additional connection IDs via NEW_CONNECTION_ID
+frames. While each endpoint can choose how many connection IDs to issue, a
+recommended number of outstanding connection IDs is eight.
+
+When an endpoint issues a connection ID, it MUST accept packets using this
+connection ID for the duration of the connection or until its peer invalidates
+the connection ID via a CONNECTION_ID_FINISHED frame
+({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new
</pre>
<p>s/can choose to/can/</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/1742#pullrequestreview-154889508">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy3gGFHo042dofOFMozMFJ7xKGcEks5uaavhgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_Yx1-AuOuSCfd5elQBumh_euQ8vks5uaavhgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson requested changes on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-154889508"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-154889508",
"url": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-154889508",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson requested changes on 1742",
"sections": [
{
"text": "Obviously, I think that this is a good balance of the concerns, because I was involved with the decision.  I do have some editorial concerns that.\r\n\r\nI'm willing to help address these. I suggest that we start with a round of discussion, during which we might decide to split off some new issues.",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-154889508"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b99b461558d8_44823f96e80d45bc102945--


From nobody Wed Sep 12 22:55:18 2018
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 AAD8D130F61 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 22:55:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 xRcpAPNCs_St for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 22:55:16 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4E2A1130F8B for <quic-issues@ietf.org>; Wed, 12 Sep 2018 22:55:16 -0700 (PDT)
Date: Wed, 12 Sep 2018 22:55:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536818115; bh=EqCfh+S5H08BQuCz5cnSEIDwLYVYBxlUOewfr/POzik=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Z9HYzEpv2NnwiR0VF5sg4JCliIqq/ZGAEM1COfQEqHutjPX5mZlZsLZpw31M+d0sA OcEDjU5dCmUtsIVKguwjvVsxk7ZXr3Le1abLTVbI7XXJ1h5ufNX5MAs5q8IMu92KB8 FFDbSKzPVqPngmSvjEdQZHv7junrsHPWOD3xWW0k=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab5715bf21b0ded606ee6b71e5710933c18cf79c1c92cf0000000117b1bdc392a169ce156fcc30@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/63/c420892269@github.com>
In-Reply-To: <quicwg/wg-materials/pull/63@github.com>
References: <quicwg/wg-materials/pull/63@github.com>
Subject: Re: [quicwg/wg-materials] Change QPACK index wrapping starting point: issue #1644 (#63)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b99fbc3341ff_7e633fc7d64d45bc42059b"; 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/qvHTm5NZQLRtHZ7fAmBSoT2q3aA>
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, 13 Sep 2018 05:55:18 -0000

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

@afrind agreed?

-- 
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/wg-materials/pull/63#issuecomment-420892269
----==_mimepart_5b99fbc3341ff_7e633fc7d64d45bc42059b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-user-id="8259689" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/afrind">@afrind</a> agreed?</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/wg-materials/pull/63#issuecomment-420892269">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8RExjpHbFdNPnqWhScvKEa84gaRks5uafNDgaJpZM4WmJc4">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1FCJnLu3ukY-71hVkEZvDpqicKBks5uafNDgaJpZM4WmJc4.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"PERSON","message":"@larseggert in #63: @afrind agreed?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/63#issuecomment-420892269"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/63#issuecomment-420892269",
"url": "https://github.com/quicwg/wg-materials/pull/63#issuecomment-420892269",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] Change QPACK index wrapping starting point: issue #1644 (#63)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 63,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 63\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/63#issuecomment-420892269"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379098936\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b99fbc3341ff_7e633fc7d64d45bc42059b--


From nobody Wed Sep 12 23:06:14 2018
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 E83B9130F61 for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 23:06:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 N1iNdTvrkKnG for <quic-issues@ietfa.amsl.com>; Wed, 12 Sep 2018 23:06:10 -0700 (PDT)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7C7E8130E1B for <quic-issues@ietf.org>; Wed, 12 Sep 2018 23:06:10 -0700 (PDT)
Date: Wed, 12 Sep 2018 23:06:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536818769; bh=hLyzlbBO4MSxuEdmEWOpiAM7lV1K5BZP2wPgj33khMg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ApR/8NqpoX81Go6nPTjwt6sZNlKOVZHyNiy88GSsnDZEhNLpZaEvKTF3mCv87BgaC YdUbmnxJ23gpOVXPvx1jR/8o//Mp17w+aaT7KhPuBE621dOX/xzj55SA3BSF3pQZc/ R6eSmmX5QBlgrnLNdaomvPc0Ir9xM/lkufaNuT1c=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9b095630e1fdcc1188d09adf16575bbed34a719f92cf0000000117b1c05192a169ce156b1c97@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1740/420894086@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1740@github.com>
References: <quicwg/base-drafts/issues/1740@github.com>
Subject: Re: [quicwg/base-drafts] Connections ID's are not required to appear random (#1740)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b99fe51c5468_37f53fb6374d45b832306c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/lOGCRJBSZC3Qe5PbQMB9ChRB63c>
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, 13 Sep 2018 06:06:12 -0000

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

@mikkelfj you cannot win that particular battle. If the server collaborates with the tracker it can provide connection IDs that appear random but are in fact the encryption of the weak ID with a key known to the monitoring service. The best you can do is develop the argument and put it in the security considerations.

-- 
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/1740#issuecomment-420894086
----==_mimepart_5b99fe51c5468_37f53fb6374d45b832306c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"193335" data-octo-=
click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" hr=
ef=3D"https://github.com/mikkelfj">@mikkelfj</a> you cannot win that part=
icular battle. If the server collaborates with the tracker it can provide=
 connection IDs that appear random but are in fact the encryption of the =
weak ID with a key known to the monitoring service. The best you can do i=
s develop the argument and put it in the security considerations.</p>

<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/1740#issuecomment-420894086">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8-U=
cuISeMk5XGE3xvMY4bRQXzkaks5uafXRgaJpZM4WkwzD">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqxlFydzsHqQ8ifwL612T2_v_=
K-jFks5uafXRgaJpZM4WkwzD.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huit=
ema in #1740: @mikkelfj you cannot win that particular battle. If the ser=
ver collaborates with the tracker it can provide connection IDs that appe=
ar random but are in fact the encryption of the weak ID with a key known =
to the monitoring service. The best you can do is develop the argument an=
d put it in the security considerations."}],"action":{"name":"View Issue"=
,"url":"https://github.com/quicwg/base-drafts/issues/1740#issuecomment-42=
0894086"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1740#issuecomment=
-420894086",
"url": "https://github.com/quicwg/base-drafts/issues/1740#issuecomment-42=
0894086",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connections ID's are not required to a=
ppear random (#1740)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1740,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1740\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1740#issuecomment-42=
0894086"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3787358=
11\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b99fe51c5468_37f53fb6374d45b832306c--


From nobody Thu Sep 13 05:29:15 2018
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 9AF9F1286E3 for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 05:29:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Ze8wm3eGDbQp for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 05:29:12 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1A4CD1277C8 for <quic-issues@ietf.org>; Thu, 13 Sep 2018 05:29:12 -0700 (PDT)
Date: Thu, 13 Sep 2018 05:29:11 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536841751; bh=UaQAFDicrjikr2SWASdy9aniAezvwv2ro0COldhj+U0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LKkoD6SQfvnab+yZAs7lf3vY9v0lYZ8jatkVBQH9CD8r6/ocfO1z8jP7dwrLjv8bz kA0WgTz5FTFjjeMVXcJMcuzLNWOnkmwKarqJAHgQaj3kTa6qYTZzTmj3KNAzs1fsom cLGUQEouhCirrZPWYKw/E1Iw/r6BU3fo7xcFVg0A=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abb0009d78718720891870030dd22c37d8e69ec64f92cf0000000117b21a1792a169ce156fcc30@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/63/c420989156@github.com>
In-Reply-To: <quicwg/wg-materials/pull/63@github.com>
References: <quicwg/wg-materials/pull/63@github.com>
Subject: Re: [quicwg/wg-materials] Change QPACK index wrapping starting point: issue #1644 (#63)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9a581717e26_25b33fec35ad45c42935f7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
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/9Q4UC8BSjlHIuQm9deXhEl-ZZuw>
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, 13 Sep 2018 12:29:14 -0000

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

Yes, @afrind agreed.

-- 
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/wg-materials/pull/63#issuecomment-420989156
----==_mimepart_5b9a581717e26_25b33fec35ad45c42935f7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yes, <a class="user-mention" data-hovercard-user-id="8259689" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/afrind">@afrind</a> agreed.</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/wg-materials/pull/63#issuecomment-420989156">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_r34kDtTroqHSz1h6KiFZQ9-x8-ks5uak-XgaJpZM4WmJc4">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5Iqx2qXo1j_W1gdIZ7tTpO2S5LQks5uak-XgaJpZM4WmJc4.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov in #63: Yes, @afrind agreed."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/63#issuecomment-420989156"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/63#issuecomment-420989156",
"url": "https://github.com/quicwg/wg-materials/pull/63#issuecomment-420989156",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] Change QPACK index wrapping starting point: issue #1644 (#63)",
"sections": [
{
"text": "",
"activityTitle": "**Dmitri Tikhonov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@dtikhonov",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 63,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 63\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/63#issuecomment-420989156"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379098936\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9a581717e26_25b33fec35ad45c42935f7--


From nobody Thu Sep 13 07:29:43 2018
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 E9619124D68 for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 07:29:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 21h-fB5VvsY3 for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 07:29:40 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 12C5E130DC8 for <quic-issues@ietf.org>; Thu, 13 Sep 2018 07:29:40 -0700 (PDT)
Date: Thu, 13 Sep 2018 07:29:38 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536848978; bh=q+dkMHcARyVZDK6wM0Q/hNI7wk0n+JjZCCzZTx/Lwww=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=RUNxAwr+aCuMMoOFc9DkXMqiHRAVDIDzL7Q1mzm8MlL/qLGFlHH75lMFxFT/pVrql 74J3Baqh313Md1SO+W8HTDz5erQgP7FMOu77GrsKsOMt0tpjBziHqcLbMRhAhdY7hN ETLZEUJE5ZWonphimYotjnvisWijOfZPhz1UmvpI=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab93a4bdfb2d76cc9ed86aacc5967ee7686686338b92cf0000000117b2365292a169ce1573f72e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1743@github.com>
Subject: [quicwg/base-drafts] Fix typo: s/PADDDING/PADDING/ (#1743)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9a74521584a_3e1b3fc7066d45b82103f1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
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/k0J1UOXhwR3_LfFtxWADF8oEewI>
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, 13 Sep 2018 14:29:42 -0000

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


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

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

-- Commit Summary --

  * Fix typo: s/PADDDING/PADDING/

-- File Changes --

    M draft-ietf-quic-transport.md (2)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1743.patch
https://github.com/quicwg/base-drafts/pull/1743.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/1743

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



<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/1743'>https://github.com/quicwg/base-drafts/pull/1743</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fix typo: s/PADDDING/PADDING/</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1743/files#diff-0">draft-ietf-quic-transport.md</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1743.patch'>https://github.com/quicwg/base-drafts/pull/1743.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1743.diff'>https://github.com/quicwg/base-drafts/pull/1743.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/1743">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9jUiC9GqTAwjYg06LWEKEFmyZAVks5uamvSgaJpZM4WnXxj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2U-5FouYFvWTeu5aa9yPMlkEltSks5uamvSgaJpZM4WnXxj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Fix typo: s/PADDDING/PADDING/ (#1743)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1743"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1743",
"url": "https://github.com/quicwg/base-drafts/pull/1743",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Fix typo: s/PADDDING/PADDING/ (#1743)",
"sections": [
{
"text": "",
"activityTitle": "**Dmitri Tikhonov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@dtikhonov",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "07b2df2",
"value": "Fix typo: s/PADDDING/PADDING/"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1743/files#diff-0) (2 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1743,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1743\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1743"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1743.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1743.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379419747\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9a74521584a_3e1b3fc7066d45b82103f1--


From nobody Thu Sep 13 09:30:18 2018
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 2D04D130E04 for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 09:30:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 U_mlQ2J5Agrr for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 09:30:14 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8EC2A12F1A5 for <quic-issues@ietf.org>; Thu, 13 Sep 2018 09:30:14 -0700 (PDT)
Date: Thu, 13 Sep 2018 09:30:13 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536856213; bh=W1mwnfL+QkGnELAcjq0acDrsZ7E2pVdDGcO3t2hOdlw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eYRi+LJ8AXRbQ+YOiMezlck2bM1aP0ZkBVoFM5Zo839r0gQuQY8L1ryJsjjA9tnUE ew5PKadoU9tsASih7sO7Ea5eofTHfNNxTtiwa43jf3M1DZvnpqkd2wvOuSZPCqDRiI vrh4OxmByxHl2O3BvyEr+cmWbWm5afRFKKsmtEp8=
From: afrind <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab622537c7143503f4ba62040a9b7fb8a04cf6faf592cf0000000117b2529592a169ce156fcc30@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/63/c421068810@github.com>
In-Reply-To: <quicwg/wg-materials/pull/63@github.com>
References: <quicwg/wg-materials/pull/63@github.com>
Subject: Re: [quicwg/wg-materials] Change QPACK index wrapping starting point: issue #1644 (#63)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9a9095b29a2_7c483fef038d45b48565c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/6O43OIVvmgI3_uXlmEfqMB4gp0c>
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, 13 Sep 2018 16:30:16 -0000

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

gogogo

-- 
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/wg-materials/pull/63#issuecomment-421068810
----==_mimepart_5b9a9095b29a2_7c483fef038d45b48565c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>gogogo</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/wg-materials/pull/63#issuecomment-421068810">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-r2R3WNvbz5CHj43X9etmGCupkmks5uaogVgaJpZM4WmJc4">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxlJQVjjHRta5XFSx8ZazAar6Rj5ks5uaogVgaJpZM4WmJc4.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind in #63: gogogo"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/63#issuecomment-421068810"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/63#issuecomment-421068810",
"url": "https://github.com/quicwg/wg-materials/pull/63#issuecomment-421068810",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] Change QPACK index wrapping starting point: issue #1644 (#63)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 63,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 63\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/63#issuecomment-421068810"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379098936\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9a9095b29a2_7c483fef038d45b48565c--


From nobody Thu Sep 13 11:02:52 2018
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 E4083130E4F for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 11:02:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 gI5mHOzdRWDT for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 11:02:48 -0700 (PDT)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DFDEE130E4C for <quic-issues@ietf.org>; Thu, 13 Sep 2018 11:02:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=/zp5WUbpiu1O4u1BBXxtFWMbdt4=; b=Hg2mD8O8hyjon/F1 eXPkDgQQHcjsap2EEFyIFc9HDB/Nz5pS51MFkcpBO2BWlhjgN2aj4Z4LoSJd/KyB LTtUDIXkqCrDIOVl83IHf1MSgHrgdFJDswGZwiImriq/wrGlfV9LJq7dc2CSvK/k L6Hpm54lhraCl6QaiYZwD9bhGbQ=
Received: by filter1019p1las1.sendgrid.net with SMTP id filter1019p1las1-12818-5B9AA647-32 2018-09-13 18:02:48.036900957 +0000 UTC m=+591513.765401514
Received: from github-lowworker-1c220e1.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id IOj2NZrHR6apoU52qvsV0w for <quic-issues@ietf.org>; Thu, 13 Sep 2018 18:02:47.926 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1c220e1.cp1-iad.github.net (Postfix) with ESMTP id E0BBE1600A2 for <quic-issues@ietf.org>; Thu, 13 Sep 2018 11:02:47 -0700 (PDT)
Date: Thu, 13 Sep 2018 18:02:48 +0000 (UTC)
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3cb26f0d41d4afea1be598343a12bfc840e9854992cf0000000117b2684792a169ce15753857@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1744@github.com>
Subject: [quicwg/base-drafts] MAX_STREAM_DATA discrepancy (#1744)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9aa647df70b_3a903fcf364d45b426566c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2FojrCHPl46tclnmElMFknkjkwEzDmDOgxPM VsJ4fLC6A7ox4F494Q9BmtFV0iSF6dIW9FC7FfoZniEsUPzb44Fzwp9NZK/YRgaJjtZl5OhN49lOCa qcnEaSOC961a90YsmwJbCdHxJAKRXQla9Tysd3tCNJMjMP0nDpycVXPCLzXflD7OpY29YIzk0k4RZt I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/HoSixCdVzWGWJ_88x2vlTkk6feo>
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, 13 Sep 2018 18:02:51 -0000

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

In the transport draft, under Frames section, max_stream_data refers to.
"A variable-length integer indicating the maximum amount of data that can be sent on the identified stream, in units of octets";

whereas under Flow Control section, it refers to max absolute offset, quoted

"MAX_STREAM_DATA frames send the maximum absolute byte offset of a stream. A receiver MAY advertise a larger offset at any point by sending MAX_DATA or MAX_STREAM_DATA frames. A receiver cannot renege on an advertisement; that is, once a receiver advertises an offset, advertising a smaller offset has no effect. A sender MUST therefore ignore any MAX_DATA or MAX_STREAM_DATA frames that do not increase flow control limits."

This discrepancy can cause the implementations to differ as max. amount of data is treated differently than max absolute offset. Can we clarify this in the draft?

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

<p>In the transport draft, under Frames section, max_stream_data refers to.<br>
"A variable-length integer indicating the maximum amount of data that can be sent on the identified stream, in units of octets";</p>
<p>whereas under Flow Control section, it refers to max absolute offset, quoted</p>
<p>"MAX_STREAM_DATA frames send the maximum absolute byte offset of a stream. A receiver MAY advertise a larger offset at any point by sending MAX_DATA or MAX_STREAM_DATA frames. A receiver cannot renege on an advertisement; that is, once a receiver advertises an offset, advertising a smaller offset has no effect. A sender MUST therefore ignore any MAX_DATA or MAX_STREAM_DATA frames that do not increase flow control limits."</p>
<p>This discrepancy can cause the implementations to differ as max. amount of data is treated differently than max absolute offset. Can we clarify this in the draft?</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/1744">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw8NE2WlOqOWQkK99Q_7cHIU0Io8ks5uap3HgaJpZM4Wn7PQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwZ-BEIZTojEUomTJxFiZa2LyGRBks5uap3HgaJpZM4Wn7PQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"MAX_STREAM_DATA discrepancy (#1744)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1744"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1744",
"url": "https://github.com/quicwg/base-drafts/issues/1744",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "MAX_STREAM_DATA discrepancy (#1744)",
"sections": [
{
"text": "",
"activityTitle": "**Vidhi Goel**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@goelvidhi",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1744
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1744,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1744\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1744"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379565008\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9aa647df70b_3a903fcf364d45b426566c--


From nobody Thu Sep 13 11:06:58 2018
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 1356C130E71 for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 11:06:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 5vufbST1OZc9 for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 11:06:54 -0700 (PDT)
Received: from o11.sgmail.github.com (o11.sgmail.github.com [167.89.101.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A0F4D130E72 for <quic-issues@ietf.org>; Thu, 13 Sep 2018 11:06:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=owoSAFJprj9qwBt2g5Q3h1IWHtY=; b=U9mEIfokzs+cOpNt vXxTLcvRxMOJVd11Bmdw0pGgxbif8SNCiQudlP92w/PuwPpF6LpaNHZdxNKiTGhw +RY+tayio2FcVtPTyVOJC9U6us23UhN/zW4Rwf5QspOFmr/p/OHasrwKJr9gxz3O EQmIErLogARYyVTuB1LkbZXQMjg=
Received: by filter1710p1mdw1.sendgrid.net with SMTP id filter1710p1mdw1-23071-5B9AA73D-1F 2018-09-13 18:06:53.517216522 +0000 UTC m=+594017.435717969
Received: from github-lowworker-e8fa9ff.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0010p1iad2.sendgrid.net (SG) with ESMTP id q58zfMTFSkee9IfmVTECIA for <quic-issues@ietf.org>; Thu, 13 Sep 2018 18:06:53.520 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e8fa9ff.cp1-iad.github.net (Postfix) with ESMTP id 77F7A420273 for <quic-issues@ietf.org>; Thu, 13 Sep 2018 11:06:53 -0700 (PDT)
Date: Thu, 13 Sep 2018 18:06:53 +0000 (UTC)
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab61c806e2827c5bf5dd034cd3650bfcf3181b9eb692cf0000000117b2693d92a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/155204783@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9aa73d6db9d_30e23fa9926d45b82777ec"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3qOxdMo4xABfa0k+SPIeSkYRrgFdGd/lC2mc 0OIfaCTXqUEoLJmbpcMg6P1ke86plXzP5z1T8tTSnGXq1F7mnieR9xnQtNAt70qhfwC+oUYQS1GNZU PLL66HcszPjTPp2TaYSHA/bEJIqkofaPtmOQTHTsnL4VQtJdab5KIo8GRRhuWsewLHFQxCyGh35IoP U=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SzYNMzy__rhTwk18ihylTGvZoHk>
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, 13 Sep 2018 18:06:57 -0000

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

erickinnear commented on this pull request.



> +({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new
+connection ID using a NEW_CONNECTION_ID frame to reduce the possibility of its
+peer running out of available connection IDs.
+
+An endpoint that receives a packet with a different remote address than
+previously used SHOULD also switch to sending with a different connection ID.
+This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.

Agreed, let's pull that text into this section? 

-- 
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/1742#discussion_r217481857
----==_mimepart_5b9aa73d6db9d_30e23fa9926d45b82777ec
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217481857">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new
+connection ID using a NEW_CONNECTION_ID frame to reduce the possibility of its
+peer running out of available connection IDs.
+
+An endpoint that receives a packet with a different remote address than
+previously used SHOULD also switch to sending with a different connection ID.
+This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.
</pre>
<p>Agreed, let's pull that text into this section?</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/1742#discussion_r217481857">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyKEINT4VavnN8UONpk3lNhpWjhtks5uap69gaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6EB61px4SJYV26llxLzfdOlBZd8ks5uap69gaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#discussion_r217481857"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217481857",
"url": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217481857",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@erickinnear commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217481857"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9aa73d6db9d_30e23fa9926d45b82777ec--


From nobody Thu Sep 13 11:07:33 2018
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 3A64C130E4C for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 11:07:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 M-jIuh527UKp for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 11:07:30 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 84563130E29 for <quic-issues@ietf.org>; Thu, 13 Sep 2018 11:07:30 -0700 (PDT)
Date: Thu, 13 Sep 2018 11:07:29 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536862049; bh=pKENUpUtaPXpf3UKZ/j/eXNcsGxHBvJF41mFUyslZKQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vokVEUX0ehWfrlZcMDGkCzHeM0gwX6zcGWhBpRE5hbSOfz9B6gOs2TRFA+CueJAM9 LdBtO03yQ8xQIi9/u9frbpMvTD+cGvnEyz73UngaIHGFzqmO+yDWxa0jjTxGE+70kd KZ7xN1VH3jLr1Nw3zoVcsD/rjSbcYoXpIGzLvbvA=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8cb2ca9776b4c6b220d5588bd0812a841c9231c592cf0000000117b2696192a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/155205058@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9aa7614a7c8_391a3ff9e24d45c43606c4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/sBbDy3CuB_xR6l7xW91avvXCY9U>
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, 13 Sep 2018 18:07:32 -0000

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

erickinnear commented on this pull request.



> +An endpoint that receives a packet with a different remote address tha=
n
+previously used SHOULD also switch to sending with a different connectio=
n ID.
+This can help to ensure that different connection IDs will be used in bo=
th
+directions when an endpoint migrates to a new path or changes connection=
 ID on
+an existing path.
+
+
+### Consuming Connection IDs
+
+If an endpoint's peer has selected a non-zero-length connection ID, the =
endpoint
+maintains a set of connection IDs received from the peer that it can use=
 when
+sending packets.  All connection IDs issued by the peer are considered v=
alid for
+use by the endpoint when sending packets until the connection ID is reti=
red by
+the endpoint.  Endpoints can choose to stop using a given connection ID =
to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID th=
at is no

Sure, RETIRE_CONNECTION_ID works just as well. =F0=9F=98=84 =


-- =

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/1742#discussion_r217482049=

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

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

<hr>

<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1742#discussi=
on_r217482049">draft-ietf-quic-transport.md</a>:</p>
<pre style=3D'color:#555'>&gt; +An endpoint that receives a packet with a=
 different remote address than
+previously used SHOULD also switch to sending with a different connectio=
n ID.
+This can help to ensure that different connection IDs will be used in bo=
th
+directions when an endpoint migrates to a new path or changes connection=
 ID on
+an existing path.
+
+
+### Consuming Connection IDs
+
+If an endpoint&#39;s peer has selected a non-zero-length connection ID, =
the endpoint
+maintains a set of connection IDs received from the peer that it can use=
 when
+sending packets.  All connection IDs issued by the peer are considered v=
alid for
+use by the endpoint when sending packets until the connection ID is reti=
red by
+the endpoint.  Endpoints can choose to stop using a given connection ID =
to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID th=
at is no
</pre>
<p>Sure, RETIRE_CONNECTION_ID works just as well. <g-emoji class=3D"g-emo=
ji" alias=3D"smile" fallback-src=3D"https://assets-cdn.github.com/images/=
icons/emoji/unicode/1f604.png">=F0=9F=98=84</g-emoji></p>

<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/1742#discussion_r217482049">view it on GitHub</a>, or=
 <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0Klxhc=
2fSQJNna9gWmQlzTis0avks5uap7hgaJpZM4WmJ__">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq96_7oxo1bTWsiBKaSuY6C9qhhos=
ks5uap7hgaJpZM4WmJ__.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@eric=
kinnear commented on #1742"}],"action":{"name":"View Pull Request","url":=
"https://github.com/quicwg/base-drafts/pull/1742#discussion_r217482049"}}=
}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r21=
7482049",
"url": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r21748=
2049",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@erickinnear commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r21748=
2049"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3791011=
83\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9aa7614a7c8_391a3ff9e24d45c43606c4--


From nobody Thu Sep 13 11:13:20 2018
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 30D15128CF2 for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 11:13:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 h0vSk0giOmwi for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 11:13:17 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 646EC128B14 for <quic-issues@ietf.org>; Thu, 13 Sep 2018 11:13:17 -0700 (PDT)
Date: Thu, 13 Sep 2018 11:13:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536862396; bh=+sHTySU/GnHyJtVcGOepbSUnY40bcsSVGao88gqxMVU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Q4Lqm5M3ram+Dmx3hKWIjcRKMM63Cp20zyCxo/Eh4BjjfHJi7xQaywuHc8RxFuyxB nNQ48t6O5aq3u1yizaMPrTIQpOnytk3EJrLifzDRMyRP4Xg0lPoCxRyrZiNXxyG7YT OqWUdfTEGsiLb+tCcDB0QWgnrxUa6GhoCsjFKVjU=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdc8fc29d43849dd09a6b6ec0f5b4901a0c8a40c092cf0000000117b26abc92a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/155207395@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9aa8bc609eb_6ef03fe3030d45b4417070"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/Udl837pZDFLHOMtQrWuS3sAtsUA>
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, 13 Sep 2018 18:13:19 -0000

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

erickinnear commented on this pull request.



> +This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.
+
+
+### Consuming Connection IDs
+
+If an endpoint's peer has selected a non-zero-length connection ID, the endpoint
+maintains a set of connection IDs received from the peer that it can use when
+sending packets.  All connection IDs issued by the peer are considered valid for
+use by the endpoint when sending packets until the connection ID is retired by
+the endpoint.  Endpoints can choose to stop using a given connection ID to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID that is no
+longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.

Yeah, we've got text in the previous section for the issuer, we could remove all reference to that from this section. 

-- 
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/1742#discussion_r217483790
----==_mimepart_5b9aa8bc609eb_6ef03fe3030d45b4417070
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217483790">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.
+
+
+### Consuming Connection IDs
+
+If an endpoint&#39;s peer has selected a non-zero-length connection ID, the endpoint
+maintains a set of connection IDs received from the peer that it can use when
+sending packets.  All connection IDs issued by the peer are considered valid for
+use by the endpoint when sending packets until the connection ID is retired by
+the endpoint.  Endpoints can choose to stop using a given connection ID to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID that is no
+longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.
</pre>
<p>Yeah, we've got text in the previous section for the issuer, we could remove all reference to that from this section.</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/1742#discussion_r217483790">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwJ5oixqFZBwO_pljd1YLkvQfnZgks5uaqA8gaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq07RQhF7-AnfESKLDXAcrrn9-7PYks5uaqA8gaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#discussion_r217483790"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217483790",
"url": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217483790",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@erickinnear commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217483790"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9aa8bc609eb_6ef03fe3030d45b4417070--


From nobody Thu Sep 13 11:19:07 2018
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 4855F130E4C for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 11:19:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 J2LC9PnR1AD7 for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 11:19:03 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2A004128B14 for <quic-issues@ietf.org>; Thu, 13 Sep 2018 11:19:03 -0700 (PDT)
Date: Thu, 13 Sep 2018 11:19:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536862742; bh=OpS/PRF7VA6nUAmgHON5WqPpXhZGkbVqlP/kMM8pln0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cfyOf6CfBc8zy3XajGfpfCmqEskGyhy4ECUnlCmBp30s5D6EfQ+UVIy6aau1d2z5d h4/7TkG7Aa1WFZ3eOomeDbiqDIND/gB+aybTERT2jahQ1vznNcGPeclL+iTL53359L e09znFGdQ/Ggn9MJVWg7hz9lTmJ1UnWYTFf2t0y8=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba58c036025f4d405551fe03879f18ee8e8a299a192cf0000000117b26c1692a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/155209584@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9aaa1659395_53203fe45d2d45c028891d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/DcKFl09lVL6GUUVmdi1tNccjkAY>
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, 13 Sep 2018 18:19:05 -0000

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

erickinnear commented on this pull request.



> @@ -3257,6 +3287,49 @@ the Source Connection ID used by the peer during the initial
 handshake, it MUST treat that receipt as a connection error of type
 PROTOCOL_VIOLATION.
 
+## CONNECTION_ID_FINISHED Frame {#frame-connection-id-finished}
+
+An endpoint sends a CONNECTION_ID_FINISHED frame (type=0x1b) to indicate that it
+will no longer use a connection ID that was issued by its peer.  This also
+serves as a request to the peer to send additional connection IDs for future use
+(see {{connection-id}}).  New connection IDs can be delivered via the
+NEW_CONNECTION_ID frame ({{frame-new-connection-id}}).
+
+Retiring a connection ID using the CONNECTION_ID_FINISHED frame invalidates any
+stateless reset tokens associated with that connection ID.

Good catch!

-- 
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/1742#discussion_r217485466
----==_mimepart_5b9aaa1659395_53203fe45d2d45c028891d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217485466">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3257,6 +3287,49 @@ the Source Connection ID used by the peer during the initial
 handshake, it MUST treat that receipt as a connection error of type
 PROTOCOL_VIOLATION.
 
+## CONNECTION_ID_FINISHED Frame {#frame-connection-id-finished}
+
+An endpoint sends a CONNECTION_ID_FINISHED frame (type=0x1b) to indicate that it
+will no longer use a connection ID that was issued by its peer.  This also
+serves as a request to the peer to send additional connection IDs for future use
+(see {{connection-id}}).  New connection IDs can be delivered via the
+NEW_CONNECTION_ID frame ({{frame-new-connection-id}}).
+
+Retiring a connection ID using the CONNECTION_ID_FINISHED frame invalidates any
+stateless reset tokens associated with that connection ID.
</pre>
<p>Good catch!</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/1742#discussion_r217485466">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9TdSrHOuVjinnZ3-seDaLkp7a-Iks5uaqGWgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-5BWvV-xpawrrx5z4wK89trdDbpks5uaqGWgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#discussion_r217485466"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217485466",
"url": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217485466",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@erickinnear commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217485466"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9aaa1659395_53203fe45d2d45c028891d--


From nobody Thu Sep 13 11:20:54 2018
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 C57BF130E29 for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 11:20:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 84v_T1k32_-c for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 11:20:50 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BFCC2128B14 for <quic-issues@ietf.org>; Thu, 13 Sep 2018 11:20:50 -0700 (PDT)
Date: Thu, 13 Sep 2018 11:20:50 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536862850; bh=E0Nywg0A7PWvsveorNOCtIGAhqZCPppyWZSFAJPkyro=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Rz7hCyAoQgbUugDCE6yIbU72MggRo/FMhNaFMF9FEpt0c0tmFB8Nm8SF3fsowhv+s hmg8aUSQGe1BUgeafqYWX9mHIgZQDktRHbh/02V4xVTJhQcoh4XWcrz0IPe2ptLrpy wCbl9dO6y8P0QF9CM0dDBFaMQsbWIJy1rFoCr/ss=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdcbe1ead60952283450f8f79f013690a1b6d53b492cf0000000117b26c8292a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/155210384@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9aaa8227902_2a893fa6b7ed45c042729b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/b4kYp-B9iotWHeBrW5mM9DE1hcA>
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, 13 Sep 2018 18:20:53 -0000

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

erickinnear commented on this pull request.



> @@ -3257,6 +3287,49 @@ the Source Connection ID used by the peer during the initial
 handshake, it MUST treat that receipt as a connection error of type
 PROTOCOL_VIOLATION.
 
+## CONNECTION_ID_FINISHED Frame {#frame-connection-id-finished}
+
+An endpoint sends a CONNECTION_ID_FINISHED frame (type=0x1b) to indicate that it
+will no longer use a connection ID that was issued by its peer.  This also
+serves as a request to the peer to send additional connection IDs for future use
+(see {{connection-id}}).  New connection IDs can be delivered via the
+NEW_CONNECTION_ID frame ({{frame-new-connection-id}}).
+
+Retiring a connection ID using the CONNECTION_ID_FINISHED frame invalidates any
+stateless reset tokens associated with that connection ID.

+1, I like moving towards 3xRTO for everything

-- 
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/1742#discussion_r217486080
----==_mimepart_5b9aaa8227902_2a893fa6b7ed45c042729b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217486080">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3257,6 +3287,49 @@ the Source Connection ID used by the peer during the initial
 handshake, it MUST treat that receipt as a connection error of type
 PROTOCOL_VIOLATION.
 
+## CONNECTION_ID_FINISHED Frame {#frame-connection-id-finished}
+
+An endpoint sends a CONNECTION_ID_FINISHED frame (type=0x1b) to indicate that it
+will no longer use a connection ID that was issued by its peer.  This also
+serves as a request to the peer to send additional connection IDs for future use
+(see {{connection-id}}).  New connection IDs can be delivered via the
+NEW_CONNECTION_ID frame ({{frame-new-connection-id}}).
+
+Retiring a connection ID using the CONNECTION_ID_FINISHED frame invalidates any
+stateless reset tokens associated with that connection ID.
</pre>
<p>+1, I like moving towards 3xRTO for everything</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/1742#discussion_r217486080">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_mHCRLMfJG1LKMxjf390ZhjcuNXks5uaqICgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8vltZyAbmGkMU7oOoyZR_2q-JGFks5uaqICgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#discussion_r217486080"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217486080",
"url": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217486080",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@erickinnear commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217486080"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9aaa8227902_2a893fa6b7ed45c042729b--


From nobody Thu Sep 13 16:39:03 2018
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 1989C12008A for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 16:39:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 rxRvqE901Gfn for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 16:39:00 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E85ED128D68 for <quic-issues@ietf.org>; Thu, 13 Sep 2018 16:38:59 -0700 (PDT)
Date: Thu, 13 Sep 2018 16:38:57 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536881937; bh=KxMcFRq8kzv54cEaH5XA1zojh89xUVOxa7WMb1X4M6M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Dj/3mEKu0q95pvxTH3gPf/7k5MSgG6UHZmJyXP0EN3QgUWMym/YADC/1m8AfjCmaA ko5bHnno0ke6vOEzwehjD5Bb3tGVg3n++0sRWq0lT+bCauqXSALm+YfpnGtQeypn+a O5yRfX9P9J9DR7JsNLCic22iJoudRjTsd1STOFJQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab130754c5eb228c86a23c0d16d61e06b5923b5f7c92cf0000000117b2b71192a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/155310751@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9af511dd371_43c73f8c596d45b4182824"; 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/uIBQ5AA2E2pW2dW0LfhzHdNFpmU>
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, 13 Sep 2018 23:39:02 -0000

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

martinthomson commented on this pull request.



> +({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new
+connection ID using a NEW_CONNECTION_ID frame to reduce the possibility of its
+peer running out of available connection IDs.
+
+An endpoint that receives a packet with a different remote address than
+previously used SHOULD also switch to sending with a different connection ID.
+This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.

SGTM

-- 
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/1742#discussion_r217565591
----==_mimepart_5b9af511dd371_43c73f8c596d45b4182824
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217565591">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new
+connection ID using a NEW_CONNECTION_ID frame to reduce the possibility of its
+peer running out of available connection IDs.
+
+An endpoint that receives a packet with a different remote address than
+previously used SHOULD also switch to sending with a different connection ID.
+This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.
</pre>
<p>SGTM</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/1742#discussion_r217565591">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-6TE44zJOjSql9xlHuDwRC03d6Wks5uauyRgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzDFKMlzN0oEb1-6SxBInlDtKxCQks5uauyRgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#discussion_r217565591"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217565591",
"url": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217565591",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217565591"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9af511dd371_43c73f8c596d45b4182824--


From nobody Thu Sep 13 17:29:14 2018
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 953DD130E91 for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 17:29:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 NA_4YCtm2wss for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 17:29:11 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1A5F91277D2 for <quic-issues@ietf.org>; Thu, 13 Sep 2018 17:29:11 -0700 (PDT)
Date: Thu, 13 Sep 2018 17:29:10 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536884950; bh=VeEBq4KDTzPFr0oWtRbX0aW0NtrQk2mXPIlEXZg2luc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nitC/Qs2A72SLG/gf8Kmy3YAVYyA5DvHLhijxezyjWh2FMIeUWEtkKuZW7BpeVyXO 6e8CaTt/cHUIsjL4Krj+rU9zlSU4VR7inXza5ah7QbXkxtINEIhp/VyKzf/BNKRIIp GYJNB25wQ4RwMcLbRtmD6VLiLmDAWGlfWwh671YM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab33557e130390e08522c99d7f80c191e58cf5ddbf92cf0000000117b2c2d692a169ce156b1c97@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1740/421193214@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1740@github.com>
References: <quicwg/base-drafts/issues/1740@github.com>
Subject: Re: [quicwg/base-drafts] Connections ID's are not required to appear random (#1740)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9b00d6391ae_24413fbde6cd45b81553c3"; 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/S3dkk8Bum9FHcWo-zDnfoglAeME>
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, 14 Sep 2018 00:29:13 -0000

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

Happy to take a PR (if we don't have text on this, we should).

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

<p>Happy to take a PR (if we don't have text on this, we should).</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/1740#issuecomment-421193214">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7zJwX4kHVGWpl5BWrgJwNab9k2pks5uavhWgaJpZM4WkwzD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-4VYfZuWQ0xbTu9OdSrc2vR1HOqks5uavhWgaJpZM4WkwzD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1740: Happy to take a PR (if we don't have text on this, we should)."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1740#issuecomment-421193214"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1740#issuecomment-421193214",
"url": "https://github.com/quicwg/base-drafts/issues/1740#issuecomment-421193214",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connections ID's are not required to appear random (#1740)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1740,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1740\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1740#issuecomment-421193214"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378735811\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9b00d6391ae_24413fbde6cd45b81553c3--


From nobody Thu Sep 13 17:34:49 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 C9E38130DD7 for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 17:34:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 tdw7SDyFKUap for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 17:34:45 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1EEE21277D2 for <quic-issues@ietf.org>; Thu, 13 Sep 2018 17:34:45 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536885284; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=Q7cjlhNZsaZdyrlyzhMkZhUjeV5uxQcoaSELGLl6FlA=; b=YNGQLX5CpjnowGqb2OeWXZLfqATVSIre5HSlvo153STCuOdpJoIEra5OLjS8ttuHpVtT0bvX qGaibOR4lLoSKwTY8q0XBGb7naf4ruAkKwwIaZmkl6wZc75tJX0g/Zm4GMi7UGLYnx3caqU6 uh4q+kA6miT1fJbZZ7ToPC+K5Q4=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5b9b0223.7f68644e8b10-smtp-out-n01; Fri, 14 Sep 2018 00:34:43 -0000 (UTC)
Date: Thu, 13 Sep 2018 17:34:43 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5b9b0223b340d_4a102aecefe0aec8949f5@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 07b2df: Fix typo: s/PADDDING/PADDING/
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b9b0223b3000_4a102aecefe0aec8948fb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sEDh0nwgUOOR8KdPwS_A_FH5_64>
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, 14 Sep 2018 00:34:47 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 07b2df2aee36663471e8a3fdbc7d920f4e0ae737
      https://github.com/quicwg/base-drafts/commit/07b2df2aee36663471e8a3fdbc7d920f4e0ae737
  Author: Dmitri Tikhonov <dtikhonov@litespeedtech.com>
  Date:   2018-09-13 (Thu, 13 Sep 2018)

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

  Log Message:
  -----------
  Fix typo: s/PADDDING/PADDING/


  Commit: 0c664edfba2da7bb845e7190f9ae71082c241ad9
      https://github.com/quicwg/base-drafts/commit/0c664edfba2da7bb845e7190f9ae71082c241ad9
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-14 (Fri, 14 Sep 2018)

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

  Log Message:
  -----------
  Merge pull request #1743 from dtikhonov/201809131027-fix-padding-typo

Fix typo: s/PADDDING/PADDING/


Compare: https://github.com/quicwg/base-drafts/compare/98a6b1ae23f8...0c664edfba2d
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b9b0223b3000_4a102aecefe0aec8948fb--


From nobody Thu Sep 13 17:34:56 2018
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 757DF130EB9 for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 17:34:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 4E_rzwxnITTy for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 17:34:48 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BC03E130E91 for <quic-issues@ietf.org>; Thu, 13 Sep 2018 17:34:48 -0700 (PDT)
Date: Thu, 13 Sep 2018 17:34:48 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536885288; bh=Ad5YoDikpmb4nmm1qi6onc2P7rwTOiQe0p4xwI6HBCk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jjjhnzqEUgkerFImCawV7rhmls6HyI8XpobprpuO8jfoPWz3kM2YZLy3G3PTT4/5w pW+QbTjwQZXpSc4bmxw+6Lu4OOLk6AcGGSJ3qzmFRRDfVBzmr+fPh9ty8r3pWNfxUO f2ymPBN9NWklbrNzw9yl0ByaD/zi5Ts5WYC2ZqMs=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5d12a762a07f07264c50fe7b9d144c6b215e407592cf0000000117b2c42792a169ce1573f72e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1743/issue_event/1844962998@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1743@github.com>
References: <quicwg/base-drafts/pull/1743@github.com>
Subject: Re: [quicwg/base-drafts] Fix typo: s/PADDDING/PADDING/ (#1743)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9b0228da_143e3fdd4a8d45c01544de"; 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/OxPyDsVXXvfn8s2qp67gEvbrL1E>
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, 14 Sep 2018 00:34:50 -0000

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

Merged #1743 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/1743#event-1844962998
----==_mimepart_5b9b0228da_143e3fdd4a8d45c01544de
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="359921454" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1743" href="https://github.com/quicwg/base-drafts/pull/1743">#1743</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/1743#event-1844962998">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyzC9-j7qIqybQLjwn97zzrTXFItks5uavmngaJpZM4WnXxj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3BfugBKMktvG_1YBmBhxEzDCubpks5uavmngaJpZM4WnXxj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1743 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1743#event-1844962998"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1743#event-1844962998",
"url": "https://github.com/quicwg/base-drafts/pull/1743#event-1844962998",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Fix typo: s/PADDDING/PADDING/ (#1743)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1743#event-1844962998"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379419747\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9b0228da_143e3fdd4a8d45c01544de--


From nobody Thu Sep 13 17:35:08 2018
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 5AA7A130DD7 for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 17:35:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 mjLtnAKH8y3L for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 17:35:05 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A458D1277D2 for <quic-issues@ietf.org>; Thu, 13 Sep 2018 17:35:05 -0700 (PDT)
Date: Thu, 13 Sep 2018 17:35:04 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536885304; bh=H7w/uvlJOCOCnlG9B212MoTvfwmsNl4X84FYr5KzvmQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YZLxiRUijqBPjiYe76q7jaeCqMBrdxJDAKlTRG9zjhgJEnBPaWCdCJWQUHncE/m3N H65sB+SNCuIUyKTUJv1q3xOWsLfqp4Fmf20H0SuQGxzjZ7O6gEYcIpnqNKNk2Mqu9+ +159gfD6sucznXPNoFEJFsqjwiw6eO7xEzjS43VU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1858072b3c7b060d8938f05a709a5550d7971ccb92cf0000000117b2c43892a169ce1573f72e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1743/c421194018@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1743@github.com>
References: <quicwg/base-drafts/pull/1743@github.com>
Subject: Re: [quicwg/base-drafts] Fix typo: s/PADDDING/PADDING/ (#1743)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9b0238c59de_4e6b3ffca08d45b4754fc"; 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/nnTuTxrKCBXAYbTug37sfK2DTkI>
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, 14 Sep 2018 00:35:08 -0000

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

It was paddded, what's the problem?

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

<p>It was paddded, what's the problem?</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/1743#issuecomment-421194018">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-DuM1yPK4FnLWuZ7jllNeQRJAxfks5uavm4gaJpZM4WnXxj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8EbTOjaxKD1l35oZSKfrW297DOsks5uavm4gaJpZM4WnXxj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1743: It was paddded, what's the problem?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1743#issuecomment-421194018"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1743#issuecomment-421194018",
"url": "https://github.com/quicwg/base-drafts/pull/1743#issuecomment-421194018",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Fix typo: s/PADDDING/PADDING/ (#1743)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1743,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1743#issuecomment-421194018"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379419747\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9b0238c59de_4e6b3ffca08d45b4754fc--


From nobody Thu Sep 13 21:01:45 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 44B1A130DCD for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 21:01:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 UcmPT2_VWdUw for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 21:01:42 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2E630130DC7 for <quic-issues@ietf.org>; Thu, 13 Sep 2018 21:01:42 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536897701; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=JLIiMcrtA/v3guBIUXOUN9iOMT9lhH64fAPB52+oHWE=; b=KVo982nLhuEjF+pkiNLHfiUg8W2KIaNjAewyvKPYeG1LMw8trl3SB3vTMBdm6rQ2huUlnAh7 iWbVbdK4icfDYNX6XEQlJUPVzQn92r26y/ywVPjIOL+Atlppz8G+utVjI+XraffOwHiHMnv2 OCkFwHGmEOq53LDNAvEddbuEr9o=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5b9b32a4.7f407176a5d0-smtp-out-n01; Fri, 14 Sep 2018 04:01:40 -0000 (UTC)
Date: Thu, 13 Sep 2018 21:01:39 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5b9b32a325fc6_69112aab7400cec837839@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 8c0574: Fixes #1719
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b9b32a325a20_69112aab7400cec837711"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_xAJ97a-vIEez-Pnm12rZjEeoio>
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, 14 Sep 2018 04:01:44 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8c0574a3dcf81729b7265d858fff1d9e7f655c15
      https://github.com/quicwg/base-drafts/commit/8c0574a3dcf81729b7265d858fff1d9e7f655c15
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-14 (Fri, 14 Sep 2018)

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

  Log Message:
  -----------
  Fixes #1719



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b9b32a325a20_69112aab7400cec837711--


From nobody Thu Sep 13 21:01:51 2018
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 8E563130DC7 for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 21:01:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 SKZ0NGQ5sYt6 for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 21:01:48 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EB23E130DCF for <quic-issues@ietf.org>; Thu, 13 Sep 2018 21:01:47 -0700 (PDT)
Date: Thu, 13 Sep 2018 21:01:45 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536897705; bh=S2bJL00e029cZkYO9VVrocGqE8bOS5jljJcba+zGZzw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jqzA5j/ixjUYmuJA4SDrPrCC2dvTVr4L+zQ2ZQbBkp8hCOVa7vVSeIJmXPthVAM3l qzpKIT7xs63tSXAc09GfIyq9HhWmq8ZbwEmfwxDaoR4D0YcIVjIFlpi+TFHzsw56x4 +hM21wSkYLtBimrJSKlFmWW0KvpeBMe1x5h8fqUc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdd09e14809a7fefb5d587a0c6231b25d529a1e7a92cf0000000117b2f4a992a169ce153b13bc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1719/issue_event/1845158318@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1719@github.com>
References: <quicwg/base-drafts/issues/1719@github.com>
Subject: Re: [quicwg/base-drafts] Draft-ietf-quic-trasport-14 typo (#1719)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9b32a9d3eb3_63153fe5cd6d45b4121588"; 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/WjeEjrMb1wgi3WKZIEqYICXeLkE>
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, 14 Sep 2018 04:01:50 -0000

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

Closed #1719 via 8c0574a3dcf81729b7265d858fff1d9e7f655c15.

-- 
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/1719#event-1845158318
----==_mimepart_5b9b32a9d3eb3_63153fe5cd6d45b4121588
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="356193212" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1719" href="https://github.com/quicwg/base-drafts/issues/1719">#1719</a> via <a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/8c0574a3dcf81729b7265d858fff1d9e7f655c15"><tt>8c0574a</tt></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/1719#event-1845158318">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq55lHxgJUHARlzZCNE3Ke7GtjF5Uks5uayopgaJpZM4WWLQC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3hxYWcdNU1tDnfLm533XzKIKlscks5uayopgaJpZM4WWLQC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1719 via 8c0574a3dcf81729b7265d858fff1d9e7f655c15."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1719#event-1845158318"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1719#event-1845158318",
"url": "https://github.com/quicwg/base-drafts/issues/1719#event-1845158318",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Draft-ietf-quic-trasport-14 typo (#1719)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1719#event-1845158318"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374912002\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9b32a9d3eb3_63153fe5cd6d45b4121588--


From nobody Thu Sep 13 21:11:21 2018
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 36C56130DC7 for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 21:11:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 P2gVVyHNBy0g for <quic-issues@ietfa.amsl.com>; Thu, 13 Sep 2018 21:11:16 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 470A61271FF for <quic-issues@ietf.org>; Thu, 13 Sep 2018 21:11:16 -0700 (PDT)
Date: Thu, 13 Sep 2018 21:11:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536898275; bh=s/6KVaijAOXZnDC4nyehlcFk3SUMgjT9rgevGV8H1rA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=b6HWEDJVwTyiFpCG2XrqhJVqbicbioAHTVxFXE3EqOb44N2OvNUIZl5I6sf9+unY2 YAxoAQMATSW0ZGmpdnMjYoNn/hhpipSDX3cJNoWQn4qKmMb9gJddJrAj1v0BtC7bu/ Zwf3RHIW5b5gfS0kDIlPee4SzV/aUNjo1rmYWrmU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7e8887d7fe062ed337f24e0a87fe786ef598e09492cf0000000117b2f6e392a169ce15753857@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1744/421225344@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1744@github.com>
References: <quicwg/base-drafts/issues/1744@github.com>
Subject: Re: [quicwg/base-drafts] MAX_STREAM_DATA discrepancy (#1744)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9b34e35a205_340f3fbc4b6d45c478493"; 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/7mqbvSxgPWxf697zB8BvFBxQ5Q8>
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, 14 Sep 2018 04:11:19 -0000

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

There is no discrepancy.

The potential for discrepancy might come from the possibility that data can be sparse.  That is, not all data up to the maximum offset is sent.  More likely, it is lost and therefore not received.  For instance, if I am set a limit of 10 and only send octets 5 through 9, then I have sent 5 octets.  But I can still send 0 through 4 if I choose.  So it is still possible to send 10 octets.

However, when calculating flow control, it's important that we don't count the total octets that are sent or received.  We have to account for the maximum in all cases, because there might be some disagreement between sender and receiver about whether a specific octet were exchanged.

The text in [the description of the frame](https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#frame-max-stream-data) is a high-level description of the purpose of the frame.  It elides that detail intentionally to keep the text simple.  Its purpose is to aid comprehension, not provide detail.  As it is still essentially correct, I'm not inclined to change anything here.

-- 
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/1744#issuecomment-421225344
----==_mimepart_5b9b34e35a205_340f3fbc4b6d45c478493
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>There is no discrepancy.</p>
<p>The potential for discrepancy might come from the possibility that dat=
a can be sparse.  That is, not all data up to the maximum offset is sent.=
  More likely, it is lost and therefore not received.  For instance, if I=
 am set a limit of 10 and only send octets 5 through 9, then I have sent =
5 octets.  But I can still send 0 through 4 if I choose.  So it is still =
possible to send 10 octets.</p>
<p>However, when calculating flow control, it's important that we don't c=
ount the total octets that are sent or received.  We have to account for =
the maximum in all cases, because there might be some disagreement betwee=
n sender and receiver about whether a specific octet were exchanged.</p>
<p>The text in <a href=3D"https://quicwg.org/base-drafts/draft-ietf-quic-=
transport.html#frame-max-stream-data" rel=3D"nofollow">the description of=
 the frame</a> is a high-level description of the purpose of the frame.  =
It elides that detail intentionally to keep the text simple.  Its purpose=
 is to aid comprehension, not provide detail.  As it is still essentially=
 correct, I'm not inclined to change anything here.</p>

<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/1744#issuecomment-421225344">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3ou=
9kdp7qysOUgi8R7iGIvvYrJkks5uayxjgaJpZM4Wn7PQ">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-lPnFmqq9ESNBPKRuHv2VjR=
4C6Hks5uayxjgaJpZM4Wn7PQ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
inthomson in #1744: There is no discrepancy.\r\n\r\nThe potential for dis=
crepancy might come from the possibility that data can be sparse.  That i=
s, not all data up to the maximum offset is sent.  More likely, it is los=
t and therefore not received.  For instance, if I am set a limit of 10 an=
d only send octets 5 through 9, then I have sent 5 octets.  But I can sti=
ll send 0 through 4 if I choose.  So it is still possible to send 10 octe=
ts.\r\n\r\nHowever, when calculating flow control, it's important that we=
 don't count the total octets that are sent or received.  We have to acco=
unt for the maximum in all cases, because there might be some disagreemen=
t between sender and receiver about whether a specific octet were exchang=
ed.\r\n\r\nThe text in [the description of the frame](https://quicwg.org/=
base-drafts/draft-ietf-quic-transport.html#frame-max-stream-data) is a hi=
gh-level description of the purpose of the frame.  It elides that detail =
intentionally to keep the text simple.  Its purpose is to aid comprehensi=
on, not provide detail.  As it is still essentially correct, I'm not incl=
ined to change anything here."}],"action":{"name":"View Issue","url":"htt=
ps://github.com/quicwg/base-drafts/issues/1744#issuecomment-421225344"}}}=
</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1744#issuecomment=
-421225344",
"url": "https://github.com/quicwg/base-drafts/issues/1744#issuecomment-42=
1225344",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] MAX_STREAM_DATA discrepancy (#1744)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1744,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1744\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1744#issuecomment-42=
1225344"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3795650=
08\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9b34e35a205_340f3fbc4b6d45c478493--


From nobody Fri Sep 14 00:24:08 2018
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 0A557130DDB for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 00:24:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 tIWHwYdTlSFL for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 00:24:04 -0700 (PDT)
Received: from o11.sgmail.github.com (o11.sgmail.github.com [167.89.101.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 28C18130DD2 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 00:24:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=HElgyhxNNc8ZvikG8wCYEQcPOTE=; b=VLIiWG+QAEfpCG78 xbJCcxd27YRnJgyCBxzrwMHUsz+8gVbzWmKKz7uLvSomxaKL90SpZ4KOUmGDUx2E q1rWJdpZM/zd3JlwZroV+vAchBPxIlKsXTuAgRJR405XNU+ga19QYnLFFePg5+s8 lU/3skUurCH1UK64Rc0nax0zwQo=
Received: by filter1710p1mdw1.sendgrid.net with SMTP id filter1710p1mdw1-23071-5B9B6213-1 2018-09-14 07:24:03.069491791 +0000 UTC m=+641846.987993234
Received: from github-lowworker-5909e27.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0012p1iad2.sendgrid.net (SG) with ESMTP id HpULoOb_QVS4y6I5gIVWUA for <quic-issues@ietf.org>; Fri, 14 Sep 2018 07:24:03.009 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-5909e27.cp1-iad.github.net (Postfix) with ESMTP id E4F703E0034 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 00:24:02 -0700 (PDT)
Date: Fri, 14 Sep 2018 07:24:03 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb9bf1f5fb2d8989bfb723c83e4c1ac7f934fc7ad92cf0000000117b3241292a169ce14ddfaae@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1655/421256413@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1655@github.com>
References: <quicwg/base-drafts/issues/1655@github.com>
Subject: Re: [quicwg/base-drafts] Change packet types (#1655)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9b6212da1bb_37b63f94b40d45c0538075"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2DqQWT734CMjbmr+HEjx/uXJuGDZF6Fk2BAt RhZr+E3UPA1kDcdmI7ZS/ahSYd5d06Z59UU1h2GPA42WTQ8Dpke97mklU4QI4wk4TE84Ka1O8SvPwz lCDAC1SSUyulmVbIUklHJECOaUHvhWiKZ292Ei3ViGnv2gPy1g4ZjsL9dUNy1plxq5R/rOMKERYyDl I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sygXoCz2MfNX4RA9BPSFkkCJz2o>
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, 14 Sep 2018 07:24:06 -0000

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

This one turns out to be tricky.  The question of where 0-RTT packets sit is a problem of competing concerns.  If we want to be nice to SRTP, it would be good to put Retry and 0-RTT on 0b10xx.xxxx (because those are unlikely to be of use in typical usage of SRTP).  On the other hand, here we have a request to put Initial and 0-RTT on 0b11xx.xxxx.  Noting that we are likely to use the remaining bits of the octet for many other things, maybe we can refine the proposal.

If we were to put Initial and 0-RTT adjacent in a different way, I think we can address all the concerns.

How bad is this test: `(pkt_type & 0xc0 != 0x80)` ?  I don't think that turns into any more instructions than `pkt_type < 0xfe`.

-- 
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/1655#issuecomment-421256413
----==_mimepart_5b9b6212da1bb_37b63f94b40d45c0538075
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>This one turns out to be tricky.  The question of where 0-RTT packets si=
t is a problem of competing concerns.  If we want to be nice to SRTP, it wo=
uld be good to put Retry and 0-RTT on 0b10xx.xxxx (because those are unlike=
ly to be of use in typical usage of SRTP).  On the other hand, here we have=
 a request to put Initial and 0-RTT on 0b11xx.xxxx.  Noting that we are lik=
ely to use the remaining bits of the octet for many other things, maybe we =
can refine the proposal.</p>
<p>If we were to put Initial and 0-RTT adjacent in a different way, I think=
 we can address all the concerns.</p>
<p>How bad is this test: <code>(pkt_type &amp; 0xc0 !=3D 0x80)</code> ?  I =
don't think that turns into any more instructions than <code>pkt_type &lt; =
0xfe</code>.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/1655#issuecomment-421256413">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwdVefqla4SymZ=
fF7PYoeYi2xdLkks5ua1mSgaJpZM4V6yCG">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq-ePHvF5eeA0uRxvzO-7SrS-CGjQks5ua1mSga=
JpZM4V6yCG.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #16=
55: This one turns out to be tricky.  The question of where 0-RTT packets s=
it is a problem of competing concerns.  If we want to be nice to SRTP, it w=
ould be good to put Retry and 0-RTT on 0b10xx.xxxx (because those are unlik=
ely to be of use in typical usage of SRTP).  On the other hand, here we hav=
e a request to put Initial and 0-RTT on 0b11xx.xxxx.  Noting that we are li=
kely to use the remaining bits of the octet for many other things, maybe we=
 can refine the proposal.\r\n\r\nIf we were to put Initial and 0-RTT adjace=
nt in a different way, I think we can address all the concerns.\r\n\r\nHow =
bad is this test: `(pkt_type \u0026 0xc0 !=3D 0x80)` ?  I don't think that =
turns into any more instructions than `pkt_type \u003c 0xfe`."}],"action":{=
"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/165=
5#issuecomment-421256413"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1655#issuecomment-4=
21256413",
"url": "https://github.com/quicwg/base-drafts/issues/1655#issuecomment-4212=
56413",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Change packet types (#1655)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1655,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"qui=
cwg/base-drafts\",\n\"issueId\": 1655\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1655#issuecomment-4212=
56413"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 367730822=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9b6212da1bb_37b63f94b40d45c0538075--


From nobody Fri Sep 14 00:54:02 2018
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 1D126130E13 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 00:54:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 LSo6JO-e4u3M for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 00:53:59 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 96724124C04 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 00:53:59 -0700 (PDT)
Date: Fri, 14 Sep 2018 00:53:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536911636; bh=8q1/l1fgXAzpLxfDdTKmA54sNPfb0L3QOhdu+X95/Vg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Si23FSmZWbPyiWsynNtJo6zxYsO0ZU/xKPqwCHMMhjqfIgbD2X/U39EpWK5JTV2kn f9D6G8cTx7hOZ6zi9ZduIPHyN71t1Je+EbmX9ac8wLgVm24hViUrkf2Euq7oV9AsnA f59AL4nX7OjXoGUT2n/1QUoJluXtiseuf4WHl+rs=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab50f2d24216c3fcc8479df41dae929e8197dc50cc92cf0000000117b32b1492a169ce14ddfaae@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1655/421263469@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1655@github.com>
References: <quicwg/base-drafts/issues/1655@github.com>
Subject: Re: [quicwg/base-drafts] Change packet types (#1655)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9b69147cf58_508c3fc7368d45b866508b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/13dZjGex2eXd93c7xhUVI0xJraE>
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, 14 Sep 2018 07:54:01 -0000

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

`((int8_t)pkt_type + (int8_t)0x40) < 0`

The add operation should overflow and set the sign if the two upper bits are set and not in any other case. clang x64 does it slightly different using a cmp 0x40 followed by a conditional set in the example below, but that could be a conditional jump. 

```
#include <stdint.h>
#include <stdio.h>

int test(uint8_t pkt_type)
{
    int8_t x = (int8_t)pkt_type;
    return (x + (int8_t)0x40) < 0;
}
```
clang -c -S -O3 test.c

```
    .section    __TEXT,__text,regular,pure_instructions
    .macosx_version_min 10, 13
    .globl  _test                   ## -- Begin function test
    .p2align    4, 0x90
_test:                                  ## @test
    .cfi_startproc
## BB#0:
    pushq   %rbp
Lcfi0:
    .cfi_def_cfa_offset 16
Lcfi1:
    .cfi_offset %rbp, -16
    movq    %rsp, %rbp
Lcfi2:
    .cfi_def_cfa_register %rbp
    xorl    %eax, %eax
    cmpb    $-64, %dil
    setl    %al
    popq    %rbp
    retq
    .cfi_endproc
                                        ## -- End function

.subsections_via_symbols
```

-- 
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/1655#issuecomment-421263469
----==_mimepart_5b9b69147cf58_508c3fc7368d45b866508b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><code>((int8_t)pkt_type + (int8_t)0x40) &lt; 0</code></p>
<p>The add operation should overflow and set the sign if the two upper bi=
ts are set and not in any other case. clang x64 does it slightly differen=
t using a cmp 0x40 followed by a conditional set in the example below, bu=
t that could be a conditional jump.</p>
<pre><code>#include &lt;stdint.h&gt;
#include &lt;stdio.h&gt;

int test(uint8_t pkt_type)
{
    int8_t x =3D (int8_t)pkt_type;
    return (x + (int8_t)0x40) &lt; 0;
}
</code></pre>
<p>clang -c -S -O3 test.c</p>
<pre><code>    .section    __TEXT,__text,regular,pure_instructions
    .macosx_version_min 10, 13
    .globl  _test                   ## -- Begin function test
    .p2align    4, 0x90
_test:                                  ## @test
    .cfi_startproc
## BB#0:
    pushq   %rbp
Lcfi0:
    .cfi_def_cfa_offset 16
Lcfi1:
    .cfi_offset %rbp, -16
    movq    %rsp, %rbp
Lcfi2:
    .cfi_def_cfa_register %rbp
    xorl    %eax, %eax
    cmpb    $-64, %dil
    setl    %al
    popq    %rbp
    retq
    .cfi_endproc
                                        ## -- End function

.subsections_via_symbols
</code></pre>

<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/1655#issuecomment-421263469">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5jD=
dfbd7j3rhPrkXfKpYcUK2kKSks5ua2CUgaJpZM4V6yCG">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9XEa6zqqeLQWAOgyt2kaqmr=
b7lqks5ua2CUgaJpZM4V6yCG.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1655: `((int8_t)pkt_type + (int8_t)0x40) \u003c 0`\r\n\r\nThe ad=
d operation should overflow and set the sign if the two upper bits are se=
t and not in any other case. clang x64 does it slightly different using a=
 cmp 0x40 followed by a conditional set in the example below, but that co=
uld be a conditional jump. \r\n\r\n```\r\n#include \u003cstdint.h\u003e\r=
\n#include \u003cstdio.h\u003e\r\n\r\nint test(uint8_t pkt_type)\r\n{\r\n=
    int8_t x =3D (int8_t)pkt_type;\r\n    return (x + (int8_t)0x40) \u003=
c 0;\r\n}\r\n```\r\nclang -c -S -O3 test.c\r\n\r\n```\r\n    .section    =
__TEXT,__text,regular,pure_instructions\r\n    .macosx_version_min 10, 13=
\r\n    .globl  _test                   ## -- Begin function test\r\n    =
.p2align    4, 0x90\r\n_test:                                  ## @test\r=
\n    .cfi_startproc\r\n## BB#0:\r\n    pushq   %rbp\r\nLcfi0:\r\n    .cf=
i_def_cfa_offset 16\r\nLcfi1:\r\n    .cfi_offset %rbp, -16\r\n    movq   =
 %rsp, %rbp\r\nLcfi2:\r\n    .cfi_def_cfa_register %rbp\r\n    xorl    %e=
ax, %eax\r\n    cmpb    $-64, %dil\r\n    setl    %al\r\n    popq    %rbp=
\r\n    retq\r\n    .cfi_endproc\r\n                                     =
   ## -- End function\r\n\r\n.subsections_via_symbols\r\n```"}],"action":=
{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/=
1655#issuecomment-421263469"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1655#issuecomment=
-421263469",
"url": "https://github.com/quicwg/base-drafts/issues/1655#issuecomment-42=
1263469",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Change packet types (#1655)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1655,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1655\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1655#issuecomment-42=
1263469"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3677308=
22\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9b69147cf58_508c3fc7368d45b866508b--


From nobody Fri Sep 14 01:29:32 2018
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 5FBC6130ECA for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 01:29:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 FfD4gSlctxxE for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 01:29:20 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 58781130EC5 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 01:29:20 -0700 (PDT)
Date: Fri, 14 Sep 2018 01:29:19 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536913759; bh=xTAOkb94QFz3Bo1eL6D0+kViEPTjwthJFPpSRnRUaaY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gIGn9GGZFiHMQLgBWFdL0OpHu6uQEuVyd5u/fPOl/T/Dv25z5i00FtQscf3WVEhnU W+hkUHqZk5OQZU5KQRsRKaAwG7H9V2ok7YiLrUvssFxkztEr4iYLEtTe2CJ2GlviZ4 0fdI7EvvLJeFewlKfhhdXIdWfszYEFho8MKViK7M=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab27c81d09d2b5f174408a0e01e077b8e089acf7f392cf0000000117b3335f92a169ce14ddfaae@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1655/421272229@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1655@github.com>
References: <quicwg/base-drafts/issues/1655@github.com>
Subject: Re: [quicwg/base-drafts] Change packet types (#1655)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9b715f70cab_15b33fd7b9ad45b41820d0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/06THIEkYCJAEyfU3nDWsgSEQpJg>
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, 14 Sep 2018 08:29:31 -0000

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

This above was tesing for 0b11xxxxxx
Testing for 0xb10xxxxxx
requires one extra and instruction following clang

```
#include <stdint.h>

uint8_t test(uint8_t pkt_type)
{
    return (pkt_type & 0xc0) != 0x80;
}
```

```

    .section    __TEXT,__text,regular,pure_instructions
    .macosx_version_min 10, 13
    .globl  _test                   ## -- Begin function test
    .p2align    4, 0x90
_test:                                  ## @test
    .cfi_startproc
## BB#0:
    pushq   %rbp
Lcfi0:
    .cfi_def_cfa_offset 16
Lcfi1:
    .cfi_offset %rbp, -16
    movq    %rsp, %rbp
Lcfi2:
    .cfi_def_cfa_register %rbp
    andb    $-64, %dil
    xorl    %eax, %eax
    cmpb    $-128, %dil
    setne   %al
    popq    %rbp
    retq
    .cfi_endproc
                                        ## -- End function

.subsections_via_symbols
```

-- 
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/1655#issuecomment-421272229
----==_mimepart_5b9b715f70cab_15b33fd7b9ad45b41820d0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>This above was tesing for 0b11xxxxxx<br>
Testing for 0xb10xxxxxx<br>
requires one extra and instruction following clang</p>
<pre><code>#include &lt;stdint.h&gt;

uint8_t test(uint8_t pkt_type)
{
    return (pkt_type &amp; 0xc0) !=3D 0x80;
}
</code></pre>
<pre><code>
    .section    __TEXT,__text,regular,pure_instructions
    .macosx_version_min 10, 13
    .globl  _test                   ## -- Begin function test
    .p2align    4, 0x90
_test:                                  ## @test
    .cfi_startproc
## BB#0:
    pushq   %rbp
Lcfi0:
    .cfi_def_cfa_offset 16
Lcfi1:
    .cfi_offset %rbp, -16
    movq    %rsp, %rbp
Lcfi2:
    .cfi_def_cfa_register %rbp
    andb    $-64, %dil
    xorl    %eax, %eax
    cmpb    $-128, %dil
    setne   %al
    popq    %rbp
    retq
    .cfi_endproc
                                        ## -- End function

.subsections_via_symbols
</code></pre>

<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/1655#issuecomment-421272229">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqz3L=
-kjoSlg0WirPnKNqLPWuchA2ks5ua2jfgaJpZM4V6yCG">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq01OK0OfnYnQbmrIY7r4SLhq=
U85Kks5ua2jfgaJpZM4V6yCG.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1655: This above was tesing for 0b11xxxxxx\r\nTesting for 0xb10x=
xxxxx\r\nrequires one extra and instruction following clang\r\n\r\n```\r\=
n#include \u003cstdint.h\u003e\r\n\r\nuint8_t test(uint8_t pkt_type)\r\n{=
\r\n    return (pkt_type \u0026 0xc0) !=3D 0x80;\r\n}\r\n```\r\n\r\n```\r=
\n\r\n    .section    __TEXT,__text,regular,pure_instructions\r\n    .mac=
osx_version_min 10, 13\r\n    .globl  _test                   ## -- Begin=
 function test\r\n    .p2align    4, 0x90\r\n_test:                      =
            ## @test\r\n    .cfi_startproc\r\n## BB#0:\r\n    pushq   %rb=
p\r\nLcfi0:\r\n    .cfi_def_cfa_offset 16\r\nLcfi1:\r\n    .cfi_offset %r=
bp, -16\r\n    movq    %rsp, %rbp\r\nLcfi2:\r\n    .cfi_def_cfa_register =
%rbp\r\n    andb    $-64, %dil\r\n    xorl    %eax, %eax\r\n    cmpb    $=
-128, %dil\r\n    setne   %al\r\n    popq    %rbp\r\n    retq\r\n    .cfi=
_endproc\r\n                                        ## -- End function\r\=
n\r\n.subsections_via_symbols\r\n```"}],"action":{"name":"View Issue","ur=
l":"https://github.com/quicwg/base-drafts/issues/1655#issuecomment-421272=
229"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1655#issuecomment=
-421272229",
"url": "https://github.com/quicwg/base-drafts/issues/1655#issuecomment-42=
1272229",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Change packet types (#1655)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1655,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1655\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1655#issuecomment-42=
1272229"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3677308=
22\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9b715f70cab_15b33fd7b9ad45b41820d0--


From nobody Fri Sep 14 04:20:17 2018
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 47733130E26 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 04:20:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 R-RmvghYEtgS for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 04:20:14 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8B3C0126DBF for <quic-issues@ietf.org>; Fri, 14 Sep 2018 04:20:14 -0700 (PDT)
Date: Fri, 14 Sep 2018 04:20:13 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536924013; bh=Q00Ee2cbKlU/6WhgKAbynI164ULPgYEVfe4bpIt1wXI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oVD1gQ184PgXQHXoHkdb1dcmxE4qBnrKxOXIPuk65qiAnDHyy/jOejUt32A6UzMku VAkc3Ecrmq7j4+8sK+vY9eRAWCYhLOgcDVAxkq4p/rrIEo8HSxpWes/mUbRFbJoaEv b1SOSW/4CMe9fYh2rm8qX19YtkUcEJgeVTkP/sF4=
From: Magnus Westerlund <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf1fc0c3b2ce3ec428835f7ed1f55b80a095a5cea92cf0000000117b35b6d92a169ce151d0067@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1706/c421328718@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1706@github.com>
References: <quicwg/base-drafts/pull/1706@github.com>
Subject: Re: [quicwg/base-drafts] Unified ACK frame (#1706)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9b996daec08_2643fcb60cd45b8227742"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gloinul
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/1a4jDRHlsRbjWh_6BoQlShIAyNI>
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, 14 Sep 2018 11:20:16 -0000

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

So based on the discussion and my further analysis I think we should not adopt this pull request. I think counters are the best option, and I am fine with optimizing their representation as it will definitely save a number of bytes per ACK for long lived connections.  

When it comes to marking in this one. I think unless one have an explicit mechanism for sender to signal to receiver which ECT codepoints that are the one used then having one ECT(any) would be the better choice. Using both ECT codepoints needs additional extensions as some of the experiments with marking, like L4S does mean that packets marked with different ECT values sees different paths. Thus, there need to be mechanisms in place to handle this. 

-- 
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/1706#issuecomment-421328718
----==_mimepart_5b9b996daec08_2643fcb60cd45b8227742
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>So based on the discussion and my further analysis I think we should n=
ot adopt this pull request. I think counters are the best option, and I a=
m fine with optimizing their representation as it will definitely save a =
number of bytes per ACK for long lived connections.</p>
<p>When it comes to marking in this one. I think unless one have an expli=
cit mechanism for sender to signal to receiver which ECT codepoints that =
are the one used then having one ECT(any) would be the better choice. Usi=
ng both ECT codepoints needs additional extensions as some of the experim=
ents with marking, like L4S does mean that packets marked with different =
ECT values sees different paths. Thus, there need to be mechanisms in pla=
ce to handle this.</p>

<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/1706#issuecomment-421328718">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxeEdb=
zMkTEfKzvBmSRmz0W4-dFNks5ua5DtgaJpZM4WNXQz">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqwXhzUImAdcwzbUfJDeJEx_X8qKZ=
ks5ua5DtgaJpZM4WNXQz.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@gloi=
nul in #1706: So based on the discussion and my further analysis I think =
we should not adopt this pull request. I think counters are the best opti=
on, and I am fine with optimizing their representation as it will definit=
ely save a number of bytes per ACK for long lived connections.  \r\n\r\nW=
hen it comes to marking in this one. I think unless one have an explicit =
mechanism for sender to signal to receiver which ECT codepoints that are =
the one used then having one ECT(any) would be the better choice. Using b=
oth ECT codepoints needs additional extensions as some of the experiments=
 with marking, like L4S does mean that packets marked with different ECT =
values sees different paths. Thus, there need to be mechanisms in place t=
o handle this. "}],"action":{"name":"View Pull Request","url":"https://gi=
thub.com/quicwg/base-drafts/pull/1706#issuecomment-421328718"}}}</script>=

<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1706#issuecomment-4=
21328718",
"url": "https://github.com/quicwg/base-drafts/pull/1706#issuecomment-4213=
28718",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Unified ACK frame (#1706)",
"sections": [
{
"text": "",
"activityTitle": "**Magnus Westerlund**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@gloinul",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1706,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1706\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1706#issuecomment-4213=
28718"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3726019=
07\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9b996daec08_2643fcb60cd45b8227742--


From nobody Fri Sep 14 04:36:29 2018
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 8ED51130E26 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 04:36:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 4hWK8JZ7bakc for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 04:36:26 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 32CDA127332 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 04:36:26 -0700 (PDT)
Date: Fri, 14 Sep 2018 04:36:25 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536924985; bh=kyS09H5EiSZG/R7YzrEKThU8VpCnSFWE+KOeuwvvaC4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MAvnPfHFt7YxTq1btoetmt0K+9m4EsQHGR3ac6HBzS4JLPB8+AdkC4yPyyDte52xY pvZGOpuXf8x5Ynma0URXWjVUBmWiqfqaL6B0NmPESDntQ18aqC1iSOXhdrFsbd4S5w C8Myf4rZDpkrERmtk0eUDusXY+SFllKCAqYCjr8o=
From: Magnus Westerlund <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab42ef29d9a80836e414be79a6b75838a2ed5df13292cf0000000117b35f3992a169ce152ea636@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1715/c421331903@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1715@github.com>
References: <quicwg/base-drafts/pull/1715@github.com>
Subject: Re: [quicwg/base-drafts] Add max_bytes_before_ack to transport (#1715)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9b9d395b7ba_1393fd7b00d45b820773"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gloinul
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/BDy1Qrk3ko2-1bUwVKeq4Slko8k>
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, 14 Sep 2018 11:36:28 -0000

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

I think the first issue is that currently TPs are only negotiated at connection establishment. Which, makes it impossible to change them if one change MTUs due to PLPMTUD or a client side migration. 

I also agree that adding clarified recommendations on delayed ACK. I think one full RTT is a bit much delay when one have something to ACK. I am not certain I understand the full relation and precedens of the minimal, maximum etc. Here I think one should be careful to write up rules and analys their impact and what will happen in the various cases, with both really low RTTs (Backplane/loopback), as well as LANs and long fat pipes. In Kista we discussed that 1/4 of an RTT likely makes sense as an upper limit for sender stacks that accept delayed ACKs. 

-- 
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/1715#issuecomment-421331903
----==_mimepart_5b9b9d395b7ba_1393fd7b00d45b820773
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think the first issue is that currently TPs are only negotiated at c=
onnection establishment. Which, makes it impossible to change them if one=
 change MTUs due to PLPMTUD or a client side migration.</p>
<p>I also agree that adding clarified recommendations on delayed ACK. I t=
hink one full RTT is a bit much delay when one have something to ACK. I a=
m not certain I understand the full relation and precedens of the minimal=
, maximum etc. Here I think one should be careful to write up rules and a=
nalys their impact and what will happen in the various cases, with both r=
eally low RTTs (Backplane/loopback), as well as LANs and long fat pipes. =
In Kista we discussed that 1/4 of an RTT likely makes sense as an upper l=
imit for sender stacks that accept delayed ACKs.</p>

<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/1715#issuecomment-421331903">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxP9Yv=
eoQlb7u952OJWXcTwTgfSLks5ua5S5gaJpZM4WSkod">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq-2d7ZDCNPL-rlcCroUnUIfENVBq=
ks5ua5S5gaJpZM4WSkod.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@gloi=
nul in #1715: I think the first issue is that currently TPs are only nego=
tiated at connection establishment. Which, makes it impossible to change =
them if one change MTUs due to PLPMTUD or a client side migration. \r\n\r=
\nI also agree that adding clarified recommendations on delayed ACK. I th=
ink one full RTT is a bit much delay when one have something to ACK. I am=
 not certain I understand the full relation and precedens of the minimal,=
 maximum etc. Here I think one should be careful to write up rules and an=
alys their impact and what will happen in the various cases, with both re=
ally low RTTs (Backplane/loopback), as well as LANs and long fat pipes. I=
n Kista we discussed that 1/4 of an RTT likely makes sense as an upper li=
mit for sender stacks that accept delayed ACKs. "}],"action":{"name":"Vie=
w Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1715#is=
suecomment-421331903"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-4=
21331903",
"url": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-4213=
31903",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add max_bytes_before_ack to transport =
(#1715)",
"sections": [
{
"text": "",
"activityTitle": "**Magnus Westerlund**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@gloinul",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1715,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1715\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-4213=
31903"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3739673=
89\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9b9d395b7ba_1393fd7b00d45b820773--


From nobody Fri Sep 14 05:46:54 2018
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 36B3F126DBF for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 05:46:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 qAbcAUJ1c21F for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 05:46:51 -0700 (PDT)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 76A67130E37 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 05:46:51 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=KBB2/+25Q6flD3rMJMagqFrKyxw=; b=dP6y+KQYiobkTd49 kiRpQ4BbNMe64rWmbvOa5Gx7S6lxItMHGN5DZRNhaPqqU/qzSURgP3oC98j5oAqn vl3L4UrFnRF9hEWf2W+FdRQZ8LCNf1tagzPj5DvxG10o4ylMY6tiJJqMGRuRbrxk uV5IidyzkpahnlK3Z+vt3i0Uo3E=
Received: by filter1657p1mdw1.sendgrid.net with SMTP id filter1657p1mdw1-3287-5B9BADB5-37 2018-09-14 12:46:45.752341967 +0000 UTC m=+660113.122608590
Received: from github-lowworker-56a5eb2.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0010p1iad2.sendgrid.net (SG) with ESMTP id lrA_D8RERhu_w_MuLwX-sw for <quic-issues@ietf.org>; Fri, 14 Sep 2018 12:46:45.674 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-56a5eb2.cp1-iad.github.net (Postfix) with ESMTP id ABD23C0076 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 05:46:45 -0700 (PDT)
Date: Fri, 14 Sep 2018 12:46:46 +0000 (UTC)
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4aba19d86332a0c684d7e95046e2e6953ebbd27466592cf0000000117b36fb592a169ce156fcc30@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/63/issue_event/1846023007@github.com>
In-Reply-To: <quicwg/wg-materials/pull/63@github.com>
References: <quicwg/wg-materials/pull/63@github.com>
Subject: Re: [quicwg/wg-materials] Change QPACK index wrapping starting point: issue #1644 (#63)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9badb5a9875_62a83fa87eed45c01480a0"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2xJm1jCWlkaQV7CKtShPe26N8niGfA1xT7tP R2/EoS/cnbu79oSrqHB38uhdRUNqk3GM/X0pjShPvrwElkw6nZXaUBw4D3BGIKKRBtwOa2C3sqGb1t Y9X7re6byZeQE4Egjo56YjTkX+EX0q6yfkzpbhOssHwYekZofw3LOgasCfi+YAomjFPuKoZme9S68Q Y=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/651ocwnLrKyFq2wqDbPU4PKZ9uk>
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, 14 Sep 2018 12:46:53 -0000

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

Merged #63 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/wg-materials/pull/63#event-1846023007
----==_mimepart_5b9badb5a9875_62a83fa87eed45c01480a0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="359648304" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/63" href="https://github.com/quicwg/wg-materials/pull/63">#63</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/wg-materials/pull/63#event-1846023007">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5X9GzBbLygDKoxmlw44jtkKqXPHks5ua6U1gaJpZM4WmJc4">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq62TnTU6Lrvw98SxnQr1nBLffQ_rks5ua6U1gaJpZM4WmJc4.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #63 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/63#event-1846023007"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/63#event-1846023007",
"url": "https://github.com/quicwg/wg-materials/pull/63#event-1846023007",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] Change QPACK index wrapping starting point: issue #1644 (#63)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/63#event-1846023007"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379098936\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9badb5a9875_62a83fa87eed45c01480a0--


From nobody Fri Sep 14 05:54:18 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 7B6CF130E36 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 05:46:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 gcFPNEi0BSfa for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 05:46:43 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E0722126DBF for <quic-issues@ietf.org>; Fri, 14 Sep 2018 05:46:42 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536929202; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=OCHfJEcaM5xqIHJiuZuNuDYmfNqLzfIKkxm9dZ43NHo=; b=e8d3EYRgKJw0v/lE+Q3zOu2DRHBMbd4TEjJ9zGR6oWMHhtjNnF2SS8MUDESlt4JBhQyoiN9F wEtWRnzQAwrSjD4m0fq7O5y4Znv2DIc2fdtvmU9xNe2PCpAJV5p4UUGILNHtm/iVPv7qdUPX vxu987cpI9D82l4ESvOUPdvY2IY=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5b9badb2.7ff3224a8750-smtp-out-n02; Fri, 14 Sep 2018 12:46:42 -0000 (UTC)
Date: Fri, 14 Sep 2018 05:46:42 -0700
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5b9badb2ba10_104b2accbc8c2ec8243d5@hookshot-fe-6b2eebc.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] 5b0c41: Change QPACK index wrapping starting point: issue ...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b9badb2b6c4_104b2accbc8c2ec8242e1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/zCm9SfB9Eagj6ULvVv40XYDmQoI>
X-Mailman-Approved-At: Fri, 14 Sep 2018 05:54:16 -0700
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, 14 Sep 2018 12:46:44 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 5b0c417566a9f8c3adf99f6e9089d6b2d8e73f12
      https://github.com/quicwg/wg-materials/commit/5b0c417566a9f8c3adf99f6e9089d6b2d8e73f12
  Author: Dmitri Tikhonov <dtikhonov@live.com>
  Date:   2018-09-12 (Wed, 12 Sep 2018)

  Changed paths:
    M interim-18-09/agenda.md

  Log Message:
  -----------
  Change QPACK index wrapping starting point: issue #1644

Issue #1644 contains the pretty proposal and elucidating discussion,
whereas the PR is full of draft minutia.  The issue, therefore, is a
better starting point to list on the agenda for the purposes of
background.


  Commit: 93746d16dfed6e1052a59cd0b7d57826c4948234
      https://github.com/quicwg/wg-materials/commit/93746d16dfed6e1052a59cd0b7d57826c4948234
  Author: Lars Eggert <lars@eggert.org>
  Date:   2018-09-14 (Fri, 14 Sep 2018)

  Changed paths:
    M interim-18-09/agenda.md

  Log Message:
  -----------
  Merge pull request #63 from dtikhonov/201809121649-start-with-issue-1644

Change QPACK index wrapping starting point: issue #1644


Compare: https://github.com/quicwg/wg-materials/compare/c7491609e9ce...93746d16dfed
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b9badb2b6c4_104b2accbc8c2ec8242e1--


From nobody Fri Sep 14 05:54:23 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 27D32130E36 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 05:52:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 3geTp59I4T68 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 05:52:42 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B573A130E35 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 05:52:42 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536929561; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=mG0A06rY1PEdVS8ZjWAm5AHp5RAIYE+XrWqvHa73bR4=; b=c+CwyumxoZQwbdaHadKL+o8PiH3zVlK4ejIy7Wq1rmWmxFeDGixc5/ctwRZ9lGGpDssNCswl a9e/yf0DED+2/5LIcah5wXunErMxYjUbowKPPPzdSc7w8sLF1tHZHR4Qy82gd7BK6fRb4nu1 TJn2+ABE91dygwNc9Y+9dGO6lag=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5b9baf19.7f9be47cf780-smtp-out-n03; Fri, 14 Sep 2018 12:52:41 -0000 (UTC)
Date: Fri, 14 Sep 2018 05:52:41 -0700
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5b9baf194ad3e_58162ae003d86ec891383@hookshot-fe-31feec6.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] 62c407: Update arrangements.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b9baf194a9f8_58162ae003d86ec891244"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/v9atXzaW63LNmXeTv2-qrUg7bvE>
X-Mailman-Approved-At: Fri, 14 Sep 2018 05:54:16 -0700
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, 14 Sep 2018 12:52:44 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 62c407907aaac52fad6a9d4f498fe0804f82a43c
      https://github.com/quicwg/wg-materials/commit/62c407907aaac52fad6a9d4f498fe0804f82a43c
  Author: Lars Eggert <lars@eggert.org>
  Date:   2018-09-14 (Fri, 14 Sep 2018)

  Changed paths:
    M interim-18-09/arrangements.md

  Log Message:
  -----------
  Update arrangements.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b9baf194a9f8_58162ae003d86ec891244--


From nobody Fri Sep 14 09:29:26 2018
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 D3C9F130DE8 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 09:29:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 m5LT0FTM_jCm for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 09:29:22 -0700 (PDT)
Received: from o11.sgmail.github.com (o11.sgmail.github.com [167.89.101.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B5AF412F1A2 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 09:29:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=L55RmiSPnMa5Fr6VaW2uhMWL7nI=; b=cjPO/n8bTwOno3Ys ISsJh8Ykwl1JvN1p9+DQ8W/XjLEDXxj8N7Ht7+ctTEjtoaQxcNWToFIjLaGfMbiM SoqesNZ4u54JNjmmavqLS7Lvi12GcDYycv3be9hqTNHqWbXR8SZh4Zea2cH/MG5U 7LzUbIPX6AWVrNjnGrvExzbWfcA=
Received: by filter1109p1las1.sendgrid.net with SMTP id filter1109p1las1-25590-5B9BE1E0-1B 2018-09-14 16:29:20.603567098 +0000 UTC m=+672544.483643852
Received: from github-lowworker-e8fa9ff.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0002p1iad2.sendgrid.net (SG) with ESMTP id cwanyDtTTWW3AgQwnej5_Q for <quic-issues@ietf.org>; Fri, 14 Sep 2018 16:29:20.499 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e8fa9ff.cp1-iad.github.net (Postfix) with ESMTP id 773124202A6 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 09:29:20 -0700 (PDT)
Date: Fri, 14 Sep 2018 16:29:20 +0000 (UTC)
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdbac8ced7cb963641cc6d40c2a12c95274398fa492cf0000000117b3a3e092a169ce14cf3287@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1644/421412920@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1644@github.com>
References: <quicwg/base-drafts/issues/1644@github.com>
Subject: Re: [quicwg/base-drafts] QPACK improvement: wrap absolute index values (#1644)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9be1e06e028_5b1b3fa67ced45c463176"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3nR+yi76PjidtbYiYQCOB5L9/Wv/NEgAVylV 0f79OS/zUjVOZS+DkaMh8zsSU5TAMfsfbE3AXahAVu3zaAcgXE1CCBz/KDNr6R5hTu88LCSbIpvH/w wG6regpvkZOX6qtgp/U9uVBCQB91zOAQc31TrZoq3RlQK+yvG7bZpQP//Q==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gGJEhEhXdRuKG4tklFwi8UAMbo0>
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, 14 Sep 2018 16:29:25 -0000

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

I implemented the simplest form of the PR -- just encoding the LR value mod MaxEntries and reconstructing the value in the decoder.  It shows a 148 byte or .26% wire savings encoding a browser session with a few hundred requests.  It took ~20 lines of code in the encoder and decoder to make it work, including handling a new error case (encoded LR > MaxEntries * 2 + 1).


-- 
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/1644#issuecomment-421412920
----==_mimepart_5b9be1e06e028_5b1b3fa67ced45c463176
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I implemented the simplest form of the PR -- just encoding the LR value =
mod MaxEntries and reconstructing the value in the decoder.  It shows a 148=
 byte or .26% wire savings encoding a browser session with a few hundred re=
quests.  It took ~20 lines of code in the encoder and decoder to make it wo=
rk, including handling a new error case (encoded LR &gt; MaxEntries * 2 + 1=
).</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/1644#issuecomment-421412920">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxd_t5g6aNNS1Y=
A5-9ZTke2blMF5ks5ua9lggaJpZM4V1rSe">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkqwwKxLiA7XQEDbsDyj8Cp_Q9Wb-oks5ua9lgga=
JpZM4V1rSe.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind in #1644: I i=
mplemented the simplest form of the PR -- just encoding the LR value mod Ma=
xEntries and reconstructing the value in the decoder.  It shows a 148 byte =
or .26% wire savings encoding a browser session with a few hundred requests=
.  It took ~20 lines of code in the encoder and decoder to make it work, in=
cluding handling a new error case (encoded LR \u003e MaxEntries * 2 + 1).\r=
\n"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-d=
rafts/issues/1644#issuecomment-421412920"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1644#issuecomment-4=
21412920",
"url": "https://github.com/quicwg/base-drafts/issues/1644#issuecomment-4214=
12920",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK improvement: wrap absolute index v=
alues (#1644)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1644,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"qui=
cwg/base-drafts\",\n\"issueId\": 1644\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1644#issuecomment-4214=
12920"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 366392478=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9be1e06e028_5b1b3fa67ced45c463176--


From nobody Fri Sep 14 10:40:40 2018
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 F1C91130E23 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 10:40:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 sPJ-CE8hSLpp for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 10:40:35 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 00A8C130E03 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 10:40:34 -0700 (PDT)
Date: Fri, 14 Sep 2018 10:40:34 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536946834; bh=8KEZF/s0PguX32+p2kXP4qaD6ysjP1Ml65ps9jZiTZk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aVFRBT9Bt/gAgQ1YO79rd/ujkHbHXufr57MIzgoEr0hxM7fICCgOCfxi+DXRAyHOb 1fU11pZam9V8LuL09VMhd2+O2DNDf5ag2FoYrzu4JbcL5fSy5AAzkiiz0Lw+MsyTe7 Tlr1ougEJFXFLZtWTzqi2b8bFHRJv6+9QMiEjhxU=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe78bc79010edb3dd9ca65978369f8bd3b15fea3792cf0000000117b3b49192a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/155594394@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9bf2925551_5c843faf714d45bc124977"; 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/qsQjuF1HMwl7R8uZ7Ni9L864p3s>
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, 14 Sep 2018 17:40:38 -0000

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

MikeBishop commented on this pull request.



> @@ -3257,6 +3287,49 @@ the Source Connection ID used by the peer during the initial
 handshake, it MUST treat that receipt as a connection error of type
 PROTOCOL_VIOLATION.
 
+## CONNECTION_ID_FINISHED Frame {#frame-connection-id-finished}
+
+An endpoint sends a CONNECTION_ID_FINISHED frame (type=0x1b) to indicate that it
+will no longer use a connection ID that was issued by its peer.  This also
+serves as a request to the peer to send additional connection IDs for future use
+(see {{connection-id}}).  New connection IDs can be delivered via the
+NEW_CONNECTION_ID frame ({{frame-new-connection-id}}).
+
+Retiring a connection ID using the CONNECTION_ID_FINISHED frame invalidates any
+stateless reset tokens associated with that connection ID.

I think it's correct as written, actually, though we could make it more explicit if needed.  If a packet with the old CID was delayed and the recipient drops the CID immediately upon receipt, you'll get a SR that you ought to ignore.  So unless we're *also* adding a 3xRTO requirement on the server to continue accepting the retired CID, the sender needs to immediately stop recognizing the SRT associated with the CID.  You might miss a SR from an old packet if the race lands wrong.  But the packet being sent now has a new, still-valid CID and will presumably elicit a current SR of its own, so that's okay.

-- 
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/1742#discussion_r217789739
----==_mimepart_5b9bf2925551_5c843faf714d45bc124977
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217789739">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3257,6 +3287,49 @@ the Source Connection ID used by the peer during the initial
 handshake, it MUST treat that receipt as a connection error of type
 PROTOCOL_VIOLATION.
 
+## CONNECTION_ID_FINISHED Frame {#frame-connection-id-finished}
+
+An endpoint sends a CONNECTION_ID_FINISHED frame (type=0x1b) to indicate that it
+will no longer use a connection ID that was issued by its peer.  This also
+serves as a request to the peer to send additional connection IDs for future use
+(see {{connection-id}}).  New connection IDs can be delivered via the
+NEW_CONNECTION_ID frame ({{frame-new-connection-id}}).
+
+Retiring a connection ID using the CONNECTION_ID_FINISHED frame invalidates any
+stateless reset tokens associated with that connection ID.
</pre>
<p>I think it's correct as written, actually, though we could make it more explicit if needed.  If a packet with the old CID was delayed and the recipient drops the CID immediately upon receipt, you'll get a SR that you ought to ignore.  So unless we're <em>also</em> adding a 3xRTO requirement on the server to continue accepting the retired CID, the sender needs to immediately stop recognizing the SRT associated with the CID.  You might miss a SR from an old packet if the race lands wrong.  But the packet being sent now has a new, still-valid CID and will presumably elicit a current SR of its own, so that's okay.</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/1742#discussion_r217789739">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9GRNWpyOt_wA6A0dF8ELLS2r7fzks5ua-oSgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5uqRAlzC5FZUuz7Bb6jJwBkF5-Hks5ua-oSgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#discussion_r217789739"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217789739",
"url": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217789739",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217789739"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9bf2925551_5c843faf714d45bc124977--


From nobody Fri Sep 14 10:46:05 2018
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 BC16C130E0A for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 10:46:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 RPYKTvGFjcfT for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 10:46:01 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B9830130934 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 10:46:01 -0700 (PDT)
Date: Fri, 14 Sep 2018 10:46:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536947160; bh=1L2Fxo1ftRWpleoq3Fpo6wEEdWyQ6Qtn5KZqsE8ah3Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AILk/0SMRIu1spl4IjXJeW4yoZkC0UkENi6EfVdF6tq0cKjb7hbVwkdOUcBFkPMNa fDwnJZfDhm0s+cnEnyRnZKY7GlpvDdErBJ/53FNTVcA58vkGYKzfidT8zHhHUCGcnE D1rPGweY9+DiOSjSxQWaWICmFgbEzw8RdSCqeGBE=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7ee68fc7858bad59fae9f684eaab84331fea205292cf0000000117b3b5d892a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/155596226@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9bf3d8ddbea_13213f8a526d45b82266be"; 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/kSYF-UUejwFeYhV0xqBn4qXf_uw>
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, 14 Sep 2018 17:46:04 -0000

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

MikeBishop commented on this pull request.



> +
+### Consuming Connection IDs
+
+If an endpoint's peer has selected a non-zero-length connection ID, the endpoint
+maintains a set of connection IDs received from the peer that it can use when
+sending packets.  All connection IDs issued by the peer are considered valid for
+use by the endpoint when sending packets until the connection ID is retired by
+the endpoint.  Endpoints can choose to stop using a given connection ID to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID that is no
+longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.
+
+An endpoint that retires a connection ID should retain knowledge of that
+connection ID for a reasonable time after sending the CONNECTION_ID_FINISHED
+frame, or until that frame is acknowledged.  A recommended time is three times

Ah, GitHub was hiding this comment initially.  Remembering retired CIDs for 3xRTO on both sides (accepting SRs, but not generating them) is certainly another solution -- it's more state for the endpoints, but causes Stateless Reset to tear down more quickly.

-- 
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/1742#discussion_r217791178
----==_mimepart_5b9bf3d8ddbea_13213f8a526d45b82266be
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217791178">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +
+### Consuming Connection IDs
+
+If an endpoint&#39;s peer has selected a non-zero-length connection ID, the endpoint
+maintains a set of connection IDs received from the peer that it can use when
+sending packets.  All connection IDs issued by the peer are considered valid for
+use by the endpoint when sending packets until the connection ID is retired by
+the endpoint.  Endpoints can choose to stop using a given connection ID to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID that is no
+longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.
+
+An endpoint that retires a connection ID should retain knowledge of that
+connection ID for a reasonable time after sending the CONNECTION_ID_FINISHED
+frame, or until that frame is acknowledged.  A recommended time is three times
</pre>
<p>Ah, GitHub was hiding this comment initially.  Remembering retired CIDs for 3xRTO on both sides (accepting SRs, but not generating them) is certainly another solution -- it's more state for the endpoints, but causes Stateless Reset to tear down more quickly.</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/1742#discussion_r217791178">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4BQMoIEX3YK0GbB6GWV3Zqwj2Paks5ua-tYgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0680_QBWqhZeJ80fFlAJCz8CBxmks5ua-tYgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#discussion_r217791178"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217791178",
"url": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217791178",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217791178"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9bf3d8ddbea_13213f8a526d45b82266be--


From nobody Fri Sep 14 10:49:37 2018
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 80377130E23 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 10:49:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 S66nM2yFRW79 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 10:49:35 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2EF4F130934 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 10:49:35 -0700 (PDT)
Date: Fri, 14 Sep 2018 10:49:34 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536947374; bh=KVp9hyBJfxjhb7HalvpELa+Yg/3SACnzHPo1E0YPK3I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YJA6ia9epnG3I74xIOulrcm40SHOaczF12tPaTF0XCYWbAZlsJdksuDEMFxf54Bu5 Xw3ZFIfX99lE2tUUQH9F42ogF7W+ykXdoSAM2ld6ajpG3/oqz81BmkYBXdHT27FBc+ 1o9pC0mE95LR/Is7T02YadGiIvvnq8n6A1ERxHhs=
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3afaa3b88b01e8cc0ca5e774df3f160869064de892cf0000000117b3b6ae92a169ce15753857@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1744/421434939@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1744@github.com>
References: <quicwg/base-drafts/issues/1744@github.com>
Subject: Re: [quicwg/base-drafts] MAX_STREAM_DATA discrepancy (#1744)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9bf4ae8882b_661d3fb9ba4d45b452442"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
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/titBoMQr_wyBgCEvK9zlegrwhMs>
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, 14 Sep 2018 17:49:37 -0000

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

Using the same example, initial limit = 10. Sender sends 10 octets and receive ACK for 0 through 4. Now, from the sender's perspective, can it still send 10 octets (ie. from 5 to 14) - no. It can only send up to the offset advertised 10, effectively - 5 octets. 

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

<p>Using the same example, initial limit = 10. Sender sends 10 octets and receive ACK for 0 through 4. Now, from the sender's perspective, can it still send 10 octets (ie. from 5 to 14) - no. It can only send up to the offset advertised 10, effectively - 5 octets.</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/1744#issuecomment-421434939">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2U4GqaARYd9EOIDazOFXUrgpv1cks5ua-wugaJpZM4Wn7PQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4wObsWqcXydMyCJuke5nc_Y6prkks5ua-wugaJpZM4Wn7PQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@goelvidhi in #1744: Using the same example, initial limit = 10. Sender sends 10 octets and receive ACK for 0 through 4. Now, from the sender's perspective, can it still send 10 octets (ie. from 5 to 14) - no. It can only send up to the offset advertised 10, effectively - 5 octets. "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1744#issuecomment-421434939"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1744#issuecomment-421434939",
"url": "https://github.com/quicwg/base-drafts/issues/1744#issuecomment-421434939",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] MAX_STREAM_DATA discrepancy (#1744)",
"sections": [
{
"text": "",
"activityTitle": "**Vidhi Goel**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@goelvidhi",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1744,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1744\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1744#issuecomment-421434939"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379565008\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9bf4ae8882b_661d3fb9ba4d45b452442--


From nobody Fri Sep 14 10:58:07 2018
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 7D8C2130F00 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 10:58:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 LdVAdYsrCp_j for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 10:58:01 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 54563130F23 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 10:58:01 -0700 (PDT)
Date: Fri, 14 Sep 2018 10:58:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536947880; bh=VDPKXzRb2mmZ038gREl75lw8wxQF/3p9CrCshNGlUU4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rGLhQ5pXLphJkbCXXeIJs5bc4dg3DqEQAUc1tZqdXPnRKgcQmwmOCJobosUzPdTGe uLqRcdT9tDHdbSXy4vESf1/Sv+rz189G1LBkwlHSmkx7ETp9wyAMpoYapTSFsKIy/V YN4rn9zZbALFv4B3Tg0O9huWie6D28Wg/DOWX/TQ=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4fd207f5e6fec2f3036cc603961dd9837148bdc592cf0000000117b3b8a892a169ce15753857@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1744/421437251@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1744@github.com>
References: <quicwg/base-drafts/issues/1744@github.com>
Subject: Re: [quicwg/base-drafts] MAX_STREAM_DATA discrepancy (#1744)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9bf6a8a5f16_51013fb2a78d45c016508d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/264z6TdnMqeN5ykiDQtZqIHIRXU>
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, 14 Sep 2018 17:58:06 -0000

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

It doesn't matter if data is ack'ed or not and to the stream it doesn't matter if data is retransmitted. What matters is largest offset, exactly because it is not sensitive to race conditions. The stream limit has to do with the application more than flow control at the transport level.

Transmission and retransmission does count against global data limits because it is placed in a new packet in a new frame, and this is senstive to flow control at the transport level.

-- 
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/1744#issuecomment-421437251
----==_mimepart_5b9bf6a8a5f16_51013fb2a78d45c016508d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>It doesn't matter if data is ack'ed or not and to the stream it doesn'=
t matter if data is retransmitted. What matters is largest offset, exactl=
y because it is not sensitive to race conditions. The stream limit has to=
 do with the application more than flow control at the transport level.</=
p>
<p>Transmission and retransmission does count against global data limits =
because it is placed in a new packet in a new frame, and this is senstive=
 to flow control at the transport level.</p>

<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/1744#issuecomment-421437251">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzxD=
lPVpIP4ibV1YzRT4wR0iPNoWks5ua-4ogaJpZM4Wn7PQ">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqxJ9m81sjE_fx8EBPjk6dYz8=
u2J8ks5ua-4ogaJpZM4Wn7PQ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1744: It doesn't matter if data is ack'ed or not and to the stre=
am it doesn't matter if data is retransmitted. What matters is largest of=
fset, exactly because it is not sensitive to race conditions. The stream =
limit has to do with the application more than flow control at the transp=
ort level.\r\n\r\nTransmission and retransmission does count against glob=
al data limits because it is placed in a new packet in a new frame, and t=
his is senstive to flow control at the transport level."}],"action":{"nam=
e":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1744#=
issuecomment-421437251"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1744#issuecomment=
-421437251",
"url": "https://github.com/quicwg/base-drafts/issues/1744#issuecomment-42=
1437251",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] MAX_STREAM_DATA discrepancy (#1744)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1744,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1744\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1744#issuecomment-42=
1437251"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3795650=
08\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9bf6a8a5f16_51013fb2a78d45c016508d--


From nobody Fri Sep 14 11:06:15 2018
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 13C5D130E27 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 11:06:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 WtNhM1BrbznN for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 11:06:11 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 239B1130E25 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 11:06:11 -0700 (PDT)
Date: Fri, 14 Sep 2018 11:06:10 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536948370; bh=PNuZWM/1MgVaGXirbRhkHsTlWnT46RpnxvgIAoq5P6Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=V0CUHwbQyBQJH7Ww2m5bNtz7uosC24ySUtO5QJorM72AOrTVCO1lH1dvxobZ/4+ce 7BV66GcioipWi/BNLlisZq1XfxlsYiWAJH3rPzx27ya/gj8A9o7soE+XxsnmNQZOWa SRx71rB+gbnrRF3HN9tcy+mRCVtfbYAe9b8SfkBw=
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4fc0a527af8aa1fd5fbcdfa84578a865a6e9d85f92cf0000000117b3ba9292a169ce15753857@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1744/421439501@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1744@github.com>
References: <quicwg/base-drafts/issues/1744@github.com>
Subject: Re: [quicwg/base-drafts] MAX_STREAM_DATA discrepancy (#1744)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9bf89250242_57483fb2a78d45c01844ec"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
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/hgomi4tAzRPRUykHwiz_i4Z2pAg>
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, 14 Sep 2018 18:06:13 -0000

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

I agree with the idea of using largest offset. What I am trying to say is max_stream_data in the draft refers to maximum amount of data that can be sent (under frames section) which might be confused as sliding window mechanism; and it is clearly not 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/1744#issuecomment-421439501
----==_mimepart_5b9bf89250242_57483fb2a78d45c01844ec
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I agree with the idea of using largest offset. What I am trying to say is max_stream_data in the draft refers to maximum amount of data that can be sent (under frames section) which might be confused as sliding window mechanism; and it is clearly not 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/1744#issuecomment-421439501">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq84Nk5H6vouYw5m8hTwtWWMdWHE1ks5ua_ASgaJpZM4Wn7PQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3CXmfC-Kz4p1SbP5nq0xVJWHxjkks5ua_ASgaJpZM4Wn7PQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@goelvidhi in #1744: I agree with the idea of using largest offset. What I am trying to say is max_stream_data in the draft refers to maximum amount of data that can be sent (under frames section) which might be confused as sliding window mechanism; and it is clearly not that."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1744#issuecomment-421439501"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1744#issuecomment-421439501",
"url": "https://github.com/quicwg/base-drafts/issues/1744#issuecomment-421439501",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] MAX_STREAM_DATA discrepancy (#1744)",
"sections": [
{
"text": "",
"activityTitle": "**Vidhi Goel**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@goelvidhi",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1744,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1744\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1744#issuecomment-421439501"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379565008\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9bf89250242_57483fb2a78d45c01844ec--


From nobody Fri Sep 14 11:12:00 2018
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 ADAF6130E3A for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 11:11:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 yPqG8ZIqCEz1 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 11:11:57 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7F907130E3B for <quic-issues@ietf.org>; Fri, 14 Sep 2018 11:11:56 -0700 (PDT)
Date: Fri, 14 Sep 2018 11:11:55 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536948715; bh=1mNQfwFOtloopwFQrGEqDGYw77JrOBUj6g6abfO3i/w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Vfasqp3AFj4nm/Y4PV/LOkpQb+Y6sAz+uMiPEu3sq04PUvxqmwZ4BAv6uYeOBQrTz nDu8IR8jP4XlwCDqbKSVJGDn5KInUk6Z7wpPIBDcU/NP9HdxWVtZQ+LhudaP64Kmxh IGSGZVor6D08bJ/CYbB+7m2f8j0zO2WLHyOkPoxo=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0ed9068e33c0f45dcdbb176de4b39b4002034ae192cf0000000117b3bbeb92a169ce15753857@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1744/421440963@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1744@github.com>
References: <quicwg/base-drafts/issues/1744@github.com>
Subject: Re: [quicwg/base-drafts] MAX_STREAM_DATA discrepancy (#1744)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9bf9eb623bb_520e3f89886d45c4127167"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/tJHVZCc1WkT8e6MgfORGGJaU5YA>
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, 14 Sep 2018 18:11:59 -0000

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

it could be formulated slightly more precise but the paragraph below the headline description says:

"When counting data toward this limit, an endpoint accounts for the largest received offset of data that is sent or received on the stream. "

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

<p>it could be formulated slightly more precise but the paragraph below the headline description says:</p>
<p>"When counting data toward this limit, an endpoint accounts for the largest received offset of data that is sent or received on the stream. "</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/1744#issuecomment-421440963">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8KQJeULbAYogLYdfhmfny0CKWPZks5ua_FrgaJpZM4Wn7PQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxHGMO8pOxbjatm7QoQJaABblePWks5ua_FrgaJpZM4Wn7PQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1744: it could be formulated slightly more precise but the paragraph below the headline description says:\r\n\r\n\"When counting data toward this limit, an endpoint accounts for the largest received offset of data that is sent or received on the stream. \""}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1744#issuecomment-421440963"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1744#issuecomment-421440963",
"url": "https://github.com/quicwg/base-drafts/issues/1744#issuecomment-421440963",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] MAX_STREAM_DATA discrepancy (#1744)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1744,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1744\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1744#issuecomment-421440963"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379565008\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9bf9eb623bb_520e3f89886d45c4127167--


From nobody Fri Sep 14 11:19:24 2018
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 B0279130E43 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 11:19:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 IugR9JA0FPTT for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 11:19:20 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E8DB9130934 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 11:19:19 -0700 (PDT)
Date: Fri, 14 Sep 2018 11:19:19 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536949159; bh=Wa+Ha3eMLMHpYIQyCOMCw3oQsubrLZptfS371DcggBc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pugWcliTmISu6nKnKlH82KF1R4qxOzjGCLkzEVzB0BP4k7VW9x04072l3zMgux0vd xm1xlJ1jseEUCjPRDS0OjpxAoYB3oRkrIRlbEKY9uUaqkU1i/V0uvAcbwFMbAfo7Ty TXYci7g9pxYSiud4kivUQ/Mw4BZd/OBjTZ9lB08c=
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6f15276e18d652aa4784b2f51156692bca9003de92cf0000000117b3bda792a169ce15753857@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1744/421442967@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1744@github.com>
References: <quicwg/base-drafts/issues/1744@github.com>
Subject: Re: [quicwg/base-drafts] MAX_STREAM_DATA discrepancy (#1744)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9bfba75088f_5e8d3f9bf8ed45bc5522bf"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
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/7mJGjwjTu-xooWFRdlKEAwA4Kig>
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, 14 Sep 2018 18:19:22 -0000

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

I am hoping that readers would pay attention to the following paragraph and associated reference in flow control section.

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

<p>I am hoping that readers would pay attention to the following paragraph and associated reference in flow control section.</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/1744#issuecomment-421442967">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-hG4nLshyr9jxHykuSSIbNCNO7gks5ua_MngaJpZM4Wn7PQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3TnnrpDqE5BgDliTrJuYHzlQHbsks5ua_MngaJpZM4Wn7PQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@goelvidhi in #1744: I am hoping that readers would pay attention to the following paragraph and associated reference in flow control section."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1744#issuecomment-421442967"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1744#issuecomment-421442967",
"url": "https://github.com/quicwg/base-drafts/issues/1744#issuecomment-421442967",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] MAX_STREAM_DATA discrepancy (#1744)",
"sections": [
{
"text": "",
"activityTitle": "**Vidhi Goel**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@goelvidhi",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1744,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1744\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1744#issuecomment-421442967"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379565008\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9bfba75088f_5e8d3f9bf8ed45bc5522bf--


From nobody Fri Sep 14 11:44:25 2018
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 245F5130DC4 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 11:44:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 T4edn95sGmnB for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 11:44:22 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 431B7128CFD for <quic-issues@ietf.org>; Fri, 14 Sep 2018 11:44:22 -0700 (PDT)
Date: Fri, 14 Sep 2018 11:44:21 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536950661; bh=as+22IOVlsPhWlT3khL/uKC2cQvdtzO3/5UWIgsReGE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=p+qqjhEc94aq6bkhazctaed6rwEdwjpSlBEkVrSIYSVXU0Eosy0ufZHKs0VIezqUV LE7TKHVZKuJgOfD0roAmzJ0TQB0ewa4s+vGDzR5hkHElQmsK5AWMDz6Q2+GDbaqbwb plEqHnQE1sA7WmjPw+cUeYq4Rcbvc2dDKjQIWhEM=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab355d1c2dd46ae1494d12b37be2cd36650e70a12a92cf0000000117b3c38592a169ce157b79fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1745@github.com>
Subject: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c01853c873_39213fbc7dcd45b469182e"; 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/P0sJFgLB6HNavmfyqeqj8TDEDQ0>
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, 14 Sep 2018 18:44:24 -0000

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

QUIC changed to allow empty STREAM frames.

Are QUIC packets with no payload also acceptable?  They're pointless, but also presumably harmless?  Either way, it's worth being specific about this.

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

<p>QUIC changed to allow empty STREAM frames.</p>
<p>Are QUIC packets with no payload also acceptable?  They're pointless, but also presumably harmless?  Either way, it's worth being specific about this.</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/1745">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4yTJDG0BB5cL7zMuUvmiOq78Pcxks5ua_kFgaJpZM4WpwzI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqygrKyzO4ZwrmyO7TjIwniCKJfT_ks5ua_kFgaJpZM4WpwzI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Clarify whether QUIC packets with no payload are acceptable (#1745)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1745"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1745",
"url": "https://github.com/quicwg/base-drafts/issues/1745",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Clarify whether QUIC packets with no payload are acceptable (#1745)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1745
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1745,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1745\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1745"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380046536\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9c01853c873_39213fbc7dcd45b469182e--


From nobody Fri Sep 14 11:51:06 2018
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 A76F2130DCB for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 11:51:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 1ufzhNhZFBjC for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 11:51:02 -0700 (PDT)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D43FF128CFD for <quic-issues@ietf.org>; Fri, 14 Sep 2018 11:51:02 -0700 (PDT)
Date: Fri, 14 Sep 2018 11:51:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536951062; bh=z9ZkWYSMd5kJ9Bcy+POU9REpin3b0K6kuT80HvHhBBQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=d0udJUtrgGhS78GbfdwFxtkrcabbSgQmmHu2KiICb0QCVq0ONbUqxn7b2WWsUA0pt hFahT3B8mAOjJcFzRZ6hJrbd7ByQf2w8y3iVN7ck+5Fw/f8he7p0njQqP05S42jEPi DA2bpdnkcq0tpPWbMxJKM4IUxuUupUwhENrDmEv4=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0f79c32264bce7ee9285090514b57aeb1da6fe9b92cf0000000117b3c51592a169ce157b79fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1745/421451607@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1745@github.com>
References: <quicwg/base-drafts/issues/1745@github.com>
Subject: Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c0316a79d_74e13f99de6d45b89545"; 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/cgoRv9byu_O7eDxRf7VI0ksHsIM>
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, 14 Sep 2018 18:51:05 -0000

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

I agree they are harmless and I would prefer not to need to add extra logic to my implementation to check for empty packets. My vote is to allow them.

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

<p>I agree they are harmless and I would prefer not to need to add extra logic to my implementation to check for empty packets. My vote is to allow them.</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/1745#issuecomment-421451607">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyNgI0GB47uVZsCYAd7fo9sunVI7ks5ua_qVgaJpZM4WpwzI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzMS_p9ndOen61JQXRQWrGH337Knks5ua_qWgaJpZM4WpwzI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks in #1745: I agree they are harmless and I would prefer not to need to add extra logic to my implementation to check for empty packets. My vote is to allow them."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421451607"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421451607",
"url": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421451607",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1745,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1745\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421451607"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380046536\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9c0316a79d_74e13f99de6d45b89545--


From nobody Fri Sep 14 11:56:13 2018
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 900FB130E60 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 11:55:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 FNNa92vBkLrq for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 11:55:57 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A26CB130EDC for <quic-issues@ietf.org>; Fri, 14 Sep 2018 11:55:57 -0700 (PDT)
Date: Fri, 14 Sep 2018 11:55:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536951356; bh=oxHQRhS9w8/7u5uuq62hLyr/MPDklHty/3lFdO7DaDk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DbwGLysRPcxXCUdcjeLJK6vSJ0du4AX2fMFpIDmYsJHk/INklbpml3CMWQ33gszIc uyRF6GuL3+MZfeT8Z7vgCsbeFyiAkLConc6mjPzlBw0zpmtWsSIxEo1FACFqWbe2MK XDDCiadutTOnPL8nTYepIZuJvC/DN2+Auw79QX14=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc636ac50d5d9ec0586e848b2a3784b0cb0b56ebe92cf0000000117b3c63c92a169ce157b79fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1745/421452844@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1745@github.com>
References: <quicwg/base-drafts/issues/1745@github.com>
Subject: Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c043cad66a_7cb53ff7e12d45c431134"; 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/bIPeD1eUQb2vLODckCaq2V3W6kE>
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, 14 Sep 2018 18:56:12 -0000

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

The reason we allowed empty STREAM frames was because they serve a purpose (they cause a change in the stream state machine). Before this change, you'd have to send a MAX_STREAM_DATA frame with the current offset, which was not a nice solution.

I'd prefer to keep disallowing empty packets, unless someone can come up with any use case for 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/1745#issuecomment-421452844
----==_mimepart_5b9c043cad66a_7cb53ff7e12d45c431134
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The reason we allowed empty STREAM frames was because they serve a pur=
pose (they cause a change in the stream state machine). Before this chang=
e, you'd have to send a MAX_STREAM_DATA frame with the current offset, wh=
ich was not a nice solution.</p>
<p>I'd prefer to keep disallowing empty packets, unless someone can come =
up with any use case for that.</p>

<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/1745#issuecomment-421452844">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqy8K=
UYfEjzReWBO01dbL8PWHzRVlks5ua_u8gaJpZM4WpwzI">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq1r4YVNcLEBzkHJBc8Hksmfo=
Bxgyks5ua_u8gaJpZM4WpwzI.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
en-seemann in #1745: The reason we allowed empty STREAM frames was becaus=
e they serve a purpose (they cause a change in the stream state machine).=
 Before this change, you'd have to send a MAX_STREAM_DATA frame with the =
current offset, which was not a nice solution.\r\n\r\nI'd prefer to keep =
disallowing empty packets, unless someone can come up with any use case f=
or that."}],"action":{"name":"View Issue","url":"https://github.com/quicw=
g/base-drafts/issues/1745#issuecomment-421452844"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment=
-421452844",
"url": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-42=
1452844",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Clarify whether QUIC packets with no p=
ayload are acceptable (#1745)",
"sections": [
{
"text": "",
"activityTitle": "**Marten Seemann**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@marten-seemann",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1745,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1745\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-42=
1452844"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3800465=
36\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9c043cad66a_7cb53ff7e12d45c431134--


From nobody Fri Sep 14 11:59:33 2018
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 44717130E44 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 11:59:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 sVzPXatzzXGk for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 11:59:30 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C746D130E3B for <quic-issues@ietf.org>; Fri, 14 Sep 2018 11:59:30 -0700 (PDT)
Date: Fri, 14 Sep 2018 11:59:30 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536951570; bh=u8Y7u+lq8KLAfDTRzzhuCwunshMNM5Iy5QK+DQ0Qs1c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qpngwFznfC80gXChHtYZx7vTOfumJfeZdRtXki08yRXwpl+6bs1/JV+ml1yKLJ0HQ xshjNWYKUje/OVO94Ae8g2l419wToXSxYQ3lw5F0ksMYNK9mA4Jc1qUfemPooFcoR4 Mj0icOY38i9dv9lkM5llKUyI1T4Y+rUjWf/gZW1o=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abba0d8fdc9b2f6d22c7493b671e3dd5601b10644192cf0000000117b3c71292a169ce157b79fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1745/421453742@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1745@github.com>
References: <quicwg/base-drafts/issues/1745@github.com>
Subject: Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c051218f59_29b63fb153ad45b43972f"; 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/yx6wUkvqB1eonWHT5uLN4LXrOfs>
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, 14 Sep 2018 18:59:33 -0000

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

Marten, you said "keep disallowing empty packets", but I couldn't find any text in the IETF drafts that forbids them.  Possibly I missed it and then I'm happy to close this issue, since at least it's 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/issues/1745#issuecomment-421453742
----==_mimepart_5b9c051218f59_29b63fb153ad45b43972f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Marten, you said "keep disallowing empty packets", but I couldn't find any text in the IETF drafts that forbids them.  Possibly I missed it and then I'm happy to close this issue, since at least it's 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/issues/1745#issuecomment-421453742">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5sLKZlMGk-Pvbz9Q3rHvb1HmrrMks5ua_ySgaJpZM4WpwzI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_slg8FbtTaBReqGqPmDPxOMTqcVks5ua_ySgaJpZM4WpwzI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1745: Marten, you said \"keep disallowing empty packets\", but I couldn't find any text in the IETF drafts that forbids them.  Possibly I missed it and then I'm happy to close this issue, since at least it's clear."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421453742"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421453742",
"url": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421453742",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1745,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1745\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421453742"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380046536\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9c051218f59_29b63fb153ad45b43972f--


From nobody Fri Sep 14 12:00:15 2018
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 81CC2130F05 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 12:00:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 BJs5hRYssDM3 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 11:59:59 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9C893130F16 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 11:59:59 -0700 (PDT)
Date: Fri, 14 Sep 2018 11:59:58 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536951598; bh=LywL29v7dAWBbljPcLdRKuM1DvWfsoaYK6wwHQ7vNT4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=m61N987QC9BTv6fx3jCXTUa8Z3kjshOWYkctewb3zISbW0+PVJ/h8d8wG/h9sNXgO qpwFliwyR8DfMkL5IFo3kuKcQkjXFAUmvWtXQSmGCEL0zpWZTRwmJzFJ7S4QgiuP4I tKsCW8tX1RCDXJ4zLnU/YJQgabbbwk6/Zd2nRZCA=
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2e498aaae21830e0438f2f451c74fa017a3eeafa92cf0000000117b3c72e92a169ce157b79fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1745/421453886@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1745@github.com>
References: <quicwg/base-drafts/issues/1745@github.com>
Subject: Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c052edb802_52cf3fbd55cd45b8602e9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
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/E3kxA8-GCD8qKd1Kztl1xPBfQLo>
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, 14 Sep 2018 19:00:14 -0000

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

I agree with @marten-seemann. If there's no reason for empty packets to exist, I'd prefer we forbid them.

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

<p>I agree with <a class="user-mention" data-hovercard-user-id="1478487" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/marten-seemann">@marten-seemann</a>. If there's no reason for empty packets to exist, I'd prefer we forbid them.</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/1745#issuecomment-421453886">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq91SSHC0qxtnGVpFWcDTp62TcrwLks5ua_yugaJpZM4WpwzI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9BQb4PV3UtCbKo1hUEG9QBURrkwks5ua_yugaJpZM4WpwzI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@RyanAtGoogle in #1745: I agree with @marten-seemann. If there's no reason for empty packets to exist, I'd prefer we forbid them."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421453886"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421453886",
"url": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421453886",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)",
"sections": [
{
"text": "",
"activityTitle": "**Ryan Hamilton**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@RyanAtGoogle",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1745,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1745\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421453886"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380046536\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9c052edb802_52cf3fbd55cd45b8602e9--


From nobody Fri Sep 14 12:10:16 2018
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 2623B130F0D for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 12:10:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 YgoH9bIeM28F for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 12:10:03 -0700 (PDT)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 32793130EFC for <quic-issues@ietf.org>; Fri, 14 Sep 2018 12:10:03 -0700 (PDT)
Date: Fri, 14 Sep 2018 12:10:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536952202; bh=JmRq1xshcD1w+dxWr0Q88hAwF3WDYcaOyzZ+/m7cBmI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CdaNVmp4q24YI4PF9iSPDTA8iJfoNNshT+UaBvGLADjGW2fYvH4R8fchaYSVTYhfi z3Av+emymLIRJWB40CWTb+sjp2lwP/dkszT8r2QfvUIKy+zgVtSUVhlyXAy1fJZ8nH uSg5KovcJeB3XW9xRiG0sRuhqxSC3JDatd3jzrqM=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0bea198cc4b5812beecbacacc2b38129cb0d63a592cf0000000117b3c98a92a169ce157b79fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1745/421456480@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1745@github.com>
References: <quicwg/base-drafts/issues/1745@github.com>
Subject: Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c078a9fadd_61543fe76f8d45b4187049"; 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/rFLiyslQMzT0JA1Ipuo4GJEViIA>
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, 14 Sep 2018 19:10:15 -0000

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

@ianswett: I didn=E2=80=99t look it up in the draft, but that=E2=80=99s w=
hat gQUIC is doing, that=E2=80=99s why I said we should keep doing 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/1745#issuecomment-421456480=

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

<p><a class=3D"user-mention" data-hovercard-user-id=3D"20072817" data-oct=
o-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" =
href=3D"https://github.com/ianswett">@ianswett</a>: I didn=E2=80=99t look=
 it up in the draft, but that=E2=80=99s what gQUIC is doing, that=E2=80=99=
s why I said we should keep doing it.</p>

<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/1745#issuecomment-421456480">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3hC=
huEDA3dAX6o2HGbNv1tYw1jbks5ua_8KgaJpZM4WpwzI">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9vzfmdVD8vU0oCOCb0rc0U2=
3LcUks5ua_8KgaJpZM4WpwzI.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
en-seemann in #1745: @ianswett: I didn=E2=80=99t look it up in the draft,=
 but that=E2=80=99s what gQUIC is doing, that=E2=80=99s why I said we sho=
uld keep doing it."}],"action":{"name":"View Issue","url":"https://github=
.com/quicwg/base-drafts/issues/1745#issuecomment-421456480"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment=
-421456480",
"url": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-42=
1456480",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Clarify whether QUIC packets with no p=
ayload are acceptable (#1745)",
"sections": [
{
"text": "",
"activityTitle": "**Marten Seemann**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@marten-seemann",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1745,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1745\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-42=
1456480"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3800465=
36\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9c078a9fadd_61543fe76f8d45b4187049--


From nobody Fri Sep 14 12:10:58 2018
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 C3B7A130F28 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 12:10:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 N4UzsnlZD0IU for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 12:10:40 -0700 (PDT)
Received: from o11.sgmail.github.com (o11.sgmail.github.com [167.89.101.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 69CB1130F05 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 12:10:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=xrYpuUt5l31SDidAOnubtfkirUE=; b=Pf0yJ8Rs4RdgGPaW VtDFKDAt27C+qVVoOeIAK+XbQmRqs0psBZal4to1544IL5xl10fyn0U4x2r7XSz9 uToLvjILAMhE7WROXVf4bHzAwiAS1E8cVvtkP+qX3Y0TB4fzA2u7O/d7c4/gozhR UE3WW1cNldmUDe9OTSa/xjdLeXI=
Received: by filter1857p1mdw1.sendgrid.net with SMTP id filter1857p1mdw1-1012-5B9C07AA-1B 2018-09-14 19:10:34.646512607 +0000 UTC m=+684194.596822535
Received: from github-lowworker-417c549.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0016p1iad2.sendgrid.net (SG) with ESMTP id 6S0EU9AcQ1C7D0y6PG5O6g for <quic-issues@ietf.org>; Fri, 14 Sep 2018 19:10:34.518 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-417c549.cp1-iad.github.net (Postfix) with ESMTP id 47322C41E5C for <quic-issues@ietf.org>; Fri, 14 Sep 2018 12:10:34 -0700 (PDT)
Date: Fri, 14 Sep 2018 19:10:34 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd7dfdee3ab8dfd6c313f35644e22ca136631f59d92cf0000000117b3c9aa92a169ce157b79fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1745/421456612@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1745@github.com>
References: <quicwg/base-drafts/issues/1745@github.com>
Subject: Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c07aa451bc_1d343fb3912d45b82144ba"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0jx305QqKFr7DaMFaflveUjmyhued0VbPu4L 9KBOALn80gzMu7hzwBW1jjEYMJCgGM2v5h9FyK8Q5y2eHaPVXsJ20gt5vYcMi9IYxRMnUruhlPNGG0 gpD2Hq1JD7sgEhvh3l9YH99/nMWdw8A/7YnuHU90sNIJflFCFW6xrz9S4g==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/J2k59IP4DOOs6u3YfSP_N_DB6oo>
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, 14 Sep 2018 19:10:56 -0000

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

If you forbid empty, you must also consider padding only. And then you must consider if keep alive only happens with ping, which is extra load on the connection. What can go wrong with empty? Bandwidth abuse? That can happen by other means.

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

<p>If you forbid empty, you must also consider padding only. And then you must consider if keep alive only happens with ping, which is extra load on the connection. What can go wrong with empty? Bandwidth abuse? That can happen by other means.</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/1745#issuecomment-421456612">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwvfS7VIzESggd5iAt2y5P0sUFvmks5ua_8qgaJpZM4WpwzI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_q2RoEoA0pmtPrhdZVF_y_pTkOPks5ua_8qgaJpZM4WpwzI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1745: If you forbid empty, you must also consider padding only. And then you must consider if keep alive only happens with ping, which is extra load on the connection. What can go wrong with empty? Bandwidth abuse? That can happen by other means."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421456612"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421456612",
"url": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421456612",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1745,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1745\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421456612"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380046536\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9c07aa451bc_1d343fb3912d45b82144ba--


From nobody Fri Sep 14 12:13:54 2018
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 D7825130E3B for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 12:13:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 xIhyfdRnwhjr for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 12:13:51 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EAE26130DFD for <quic-issues@ietf.org>; Fri, 14 Sep 2018 12:13:50 -0700 (PDT)
Date: Fri, 14 Sep 2018 12:13:50 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536952430; bh=8rZ0oWL9o6WXEefuILWMn5Z8Dlt05jKhc39hTwGUYA4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sProGD66hOkxob0gDd0Hd4wWkvDdjmHfB8ZhrBdlNhVpCabTx0/HyVDF2Pm+F5jto C0/nD5Jyf5L51n4ZsptKevjInV84uMc03N93Y/mV1NtSJHp95Tw77HxCOTZTJkh0U7 cpyvknkcjDa1eWnLq/zuma7qJTmz0uZyf/9H887c=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd74ba2507accaaecb0fd2a54def50b83f28cd2e392cf0000000117b3ca6e92a169ce155cc367@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1730/review/155627245@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1730@github.com>
References: <quicwg/base-drafts/pull/1730@github.com>
Subject: Re: [quicwg/base-drafts] Bundle new client connection ID and path challenge in migration probes (#1730)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c086e47880_617c3fe76f8d45b4208354"; 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/yo8Sw5hEg-GoltdWAdtQaNC6oN8>
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, 14 Sep 2018 19:13:53 -0000

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

MikeBishop commented on this pull request.



> @@ -2187,7 +2190,10 @@ usable for this connection.  Failure to validate a path does not cause the
 connection to end unless there are no valid alternative paths available.
 
 An endpoint uses a new connection ID for probes sent from a new local address,
-see {{migration-linkability}} for further discussion.
+see {{migration-linkability}} for further discussion. An endpoint that uses
+a new local address should include a NEW_CONNECTION_ID frame in the probe,

The consequence is that you'd be initiating a change to the new path, and not just a probe.  I think we want to expand the definition of probing packets to include NEW_CONNECTION_ID as well.

-- 
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/1730#discussion_r217815549
----==_mimepart_5b9c086e47880_617c3fe76f8d45b4208354
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1730#discussion_r217815549">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2187,7 +2190,10 @@ usable for this connection.  Failure to validate a path does not cause the
 connection to end unless there are no valid alternative paths available.
 
 An endpoint uses a new connection ID for probes sent from a new local address,
-see {{migration-linkability}} for further discussion.
+see {{migration-linkability}} for further discussion. An endpoint that uses
+a new local address should include a NEW_CONNECTION_ID frame in the probe,
</pre>
<p>The consequence is that you'd be initiating a change to the new path, and not just a probe.  I think we want to expand the definition of probing packets to include NEW_CONNECTION_ID as well.</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/1730#discussion_r217815549">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8_hqap7eLNEsPRVp8IGeU6PdHl9ks5ua__ugaJpZM4WgZaa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzV6ERrU9TON5k-W2O9drFZLlREXks5ua__ugaJpZM4WgZaa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #1730"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1730#discussion_r217815549"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r217815549",
"url": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r217815549",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop commented on 1730",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1730#discussion_r217815549"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377591450\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9c086e47880_617c3fe76f8d45b4208354--


From nobody Fri Sep 14 12:18:39 2018
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 28AB0130E46 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 12:18:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 y3OLmjc5wbk7 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 12:18:35 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6234C130E81 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 12:18:35 -0700 (PDT)
Date: Fri, 14 Sep 2018 12:18:34 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536952714; bh=VYJTmX5ypmNwDhQ5QB31vq/hmA4+fuB/9WZD8AkYc0I=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=V3xR3y8vN1bvdA9J+BA6b3BbAJHITNZO8y5Z0TXnSfkN4WaQ8s0MyvKmHbJE8qEa3 6skkfvh6L80Sudlp1+BwwFfiE31sXsiTLZGpMVEPRFXJj32r9pO3SNBdegp36PRmWm dG5zE/ZNOOR5xlwhj9O2/6RthuJQKInzLIoUzMl4=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb3c79b738581822160d6db08b1ead3f81d75c3e992cf0000000117b3cb8a92a169ce157ba140@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1746@github.com>
Subject: [quicwg/base-drafts] NEW_CONNECTION_ID in Probing Packets (#1746)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c098a9c1ac_37553fd511ad45b4261e4"; 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/Gu3QyQ8iulvMHc29bs03yWuVEnQ>
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, 14 Sep 2018 19:18:37 -0000

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

#1730 encourages probes to include a NEW_CONNECTION_ID frame, but doing so makes it a "non-probing packet."  From a client, that initiates a hand-over; from a server, that's prohibited until the client has sent a non-probing packet.

The simple fix is to expand the definition of probing packets to include NCID frames.

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

<p><a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358400871" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1730" href="https://github.com/quicwg/base-drafts/pull/1730">#1730</a> encourages probes to include a NEW_CONNECTION_ID frame, but doing so makes it a "non-probing packet."  From a client, that initiates a hand-over; from a server, that's prohibited until the client has sent a non-probing packet.</p>
<p>The simple fix is to expand the definition of probing packets to include NCID frames.</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/1746">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9cIvezKfGWHLvZL9JluVC8LZ00zks5ubAEKgaJpZM4Wpzwi">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwWT-tiCKZOPngmHqwUBuYBYcKVEks5ubAEKgaJpZM4Wpzwi.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"NEW_CONNECTION_ID in Probing Packets (#1746)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1746"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1746",
"url": "https://github.com/quicwg/base-drafts/issues/1746",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "NEW_CONNECTION_ID in Probing Packets (#1746)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1746
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1746,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1746\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1746"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380058658\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9c098a9c1ac_37553fd511ad45b4261e4--


From nobody Fri Sep 14 12:23:26 2018
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 BA6191293FB for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 12:23:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Jh4cF2bIfc5Y for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 12:23:22 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 05B4E130E51 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 12:23:22 -0700 (PDT)
Date: Fri, 14 Sep 2018 12:23:21 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536953001; bh=14lzAHPSdoEpGJrdpp51O92vvTB7eSiWeLRlbKEf6wk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GdrMzBFgtkFUQU/PNCfHf3nj/zMH3/+DktaYaLWCkjmt7m4V/kZuyk1dAbpudlWoZ KHhLnv2yCpRngqX8hQ+ORekwSw6RURkJ8GJ6eStbqe4SLqdI5/Oulvb64VbPKbAkq7 Y4TdxmQzg5g07mnILuSZK4EAJvJEB/6CFdlVhzKs=
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7545b0d38e1939cd89e1ea44afb8bc3aedcf03eb92cf0000000117b3cca992a169ce157b79fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1745/421459720@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1745@github.com>
References: <quicwg/base-drafts/issues/1745@github.com>
Subject: Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c0aa9600d1_4c6b3fe9474d45c0707a0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
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/DtvEvIMIXJULf5ageR5OLdJwsu4>
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, 14 Sep 2018 19:23:24 -0000

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

PING packets have a purpose... to elicit an ACK. Should an empty packet require an ACK?

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

<p>PING packets have a purpose... to elicit an ACK. Should an empty packet require an ACK?</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/1745#issuecomment-421459720">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_8f6AEUU3fdHx_1Ols8itFzi5Wfks5ubAIpgaJpZM4WpwzI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwSiPaRKFrkg2xUZBtEVb1KrU0YTks5ubAIpgaJpZM4WpwzI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@RyanAtGoogle in #1745: PING packets have a purpose... to elicit an ACK. Should an empty packet require an ACK?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421459720"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421459720",
"url": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421459720",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)",
"sections": [
{
"text": "",
"activityTitle": "**Ryan Hamilton**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@RyanAtGoogle",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1745,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1745\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421459720"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380046536\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9c0aa9600d1_4c6b3fe9474d45c0707a0--


From nobody Fri Sep 14 12:28:16 2018
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 0C7F9130E48 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 12:28:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 tTzFAhXAebgd for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 12:28:13 -0700 (PDT)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3B80B130DF3 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 12:28:13 -0700 (PDT)
Date: Fri, 14 Sep 2018 12:28:12 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536953292; bh=IRNPv3L7E0lKT63GMeD145qYu1hemiTwNr+1OE9ATSE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Z+8Sll0JQ3onyDVIqpJa3c9SBFdlhNPilqUDBSkGTKq6QvnK1Fp/pkvQAO2ullEmB 2HSZH7EwsbPGKzBgbqMxesb/7mgsksQiLzWRxoiSpey+t6dCWYxjEx4OJ8osn4zszN C7XKnOenw8NphBeAeE650h06Kns3havx85SXjqZ4=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7106897d3c50dff82ecfd3520097f332e1b68e1b92cf0000000117b3cdcc92a169ce157b79fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1745/421460853@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1745@github.com>
References: <quicwg/base-drafts/issues/1745@github.com>
Subject: Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c0bcca6c22_26973facb3ed45b41264b"; 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/sXK3Y-96ItlfwfNDLZ3Tj29f04E>
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, 14 Sep 2018 19:28:15 -0000

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

Thanks for clarifying Marten, that is what gQUIC does today.

Empty packets definitely should not elicit an ACK, since they're tiny and there's nothing to declare lost/retransmit/etc.

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

<p>Thanks for clarifying Marten, that is what gQUIC does today.</p>
<p>Empty packets definitely should not elicit an ACK, since they're tiny and there's nothing to declare lost/retransmit/etc.</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/1745#issuecomment-421460853">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9syXEvSn7xOi2a_i50Cz9gQYX5Xks5ubANMgaJpZM4WpwzI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq11LzjDfUueT2jFCf9aXgS87jRN0ks5ubANMgaJpZM4WpwzI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1745: Thanks for clarifying Marten, that is what gQUIC does today.\r\n\r\nEmpty packets definitely should not elicit an ACK, since they're tiny and there's nothing to declare lost/retransmit/etc."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421460853"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421460853",
"url": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421460853",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1745,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1745\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421460853"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380046536\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9c0bcca6c22_26973facb3ed45b41264b--


From nobody Fri Sep 14 12:28:47 2018
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 9D056130E48 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 12:28:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 DYcLVsXI5-3C for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 12:28:44 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D1DDC130DF3 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 12:28:43 -0700 (PDT)
Date: Fri, 14 Sep 2018 12:28:43 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536953323; bh=D/cna96bRrGwKG9wPIIrCyzWU8Gce4H0POXliZxJ0gY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=l7r681f91QRXy0LB/J+p9EhZfgWsnE2fF4ZrXyWfOT/O6SxEi19cfMGSG0DZQzZmt UL6GqWjoW59shVP+X89wYyhPRM7n13vFRdqB3WwDyO2KRl5kryX7ysyF/npC6LNuJg RUAPJ8acRpBLazODENcj7/jSyRXSpiyLscaDSXmY=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abda9ba8d8a55560673e1993f61a40758e35f2b88592cf0000000117b3cdea92a169ce157b79fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1745/421460974@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1745@github.com>
References: <quicwg/base-drafts/issues/1745@github.com>
Subject: Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c0beb7c60_2d353fe6a18d45c4157824"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/MqGr9u8UMoY60dpOvloxgCWpMrI>
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, 14 Sep 2018 19:28:46 -0000

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

No, that is the point / PING has more overhead. You might not care for ping every keep alive packet. Not a big deal, just saying.

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

<p>No, that is the point / PING has more overhead. You might not care for ping every keep alive packet. Not a big deal, just saying.</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/1745#issuecomment-421460974">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1mOiRNtrX_jhO-nI0E3elgvo_1Zks5ubANrgaJpZM4WpwzI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_2F4L1ftWOG3FfPycl9dl2FuOM6ks5ubANrgaJpZM4WpwzI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1745: No, that is the point / PING has more overhead. You might not care for ping every keep alive packet. Not a big deal, just saying."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421460974"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421460974",
"url": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421460974",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1745,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1745\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-421460974"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380046536\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9c0beb7c60_2d353fe6a18d45c4157824--


From nobody Fri Sep 14 13:33:00 2018
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 9C4EA130EA7 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 13:32:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 F7g-DzNgRdjn for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 13:32:42 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6C6E9130EA1 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 13:32:42 -0700 (PDT)
Date: Fri, 14 Sep 2018 13:32:41 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536957161; bh=RLVXSGgAyuFFAfYdmmi66jMq+W3QoL/1SMuU/1eL+uA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XDg5DHwU9BwC1lJVCWRDGHUI8nt5+ej7Ljy+Tu2zoFQI5MBkyQMBCxpT1UaFBayUM YYfjr/LDSrEgzUKvx425MUrsgAFvWIvUeJLZSSqHPEOnpZvN+nDd/Mk/wvqg0tpPaF pBFBSlptypm/ZFWG8S38nLlmWFRlVOs+lrguwIVU=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd0865da1c604c96dc6aa71155a220ec627e5ed8a92cf0000000117b3dce992a169ce155aa80d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1727/421476452@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1727@github.com>
References: <quicwg/base-drafts/issues/1727@github.com>
Subject: Re: [quicwg/base-drafts] QPACK should require handling of integers up to 62 bits long (#1727)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c1ae97789d_32c63fd8dbed45c448948"; 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/teVhLJupDaqcjB0WvlmB_uzUgXM>
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, 14 Sep 2018 20:32:59 -0000

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

The prefixed-integer notation encodes in blocks of 7 bits.  So the largest possible QPACK value that would fit in a 64-bit unsigned integer is an 8-bit prefix plus nine bytes (with seven bits each) thereafter.  (That overflows a signed 64-bit integer's range, however.)  It might be friendlier to different languages to limit it to eight follow-on bytes, but we wouldn't be able to represent a 62-bit Stream ID then.

However, when do we ever do this?  Real needs for anything else are likely to be much more contained.  The length of a header is will not likely be more than three follow-on bytes.  Largest Reference can be arbitrarily large, but #1657 would fix that.  An very large table can be expressed in 4 bytes.  Do we have an actual use for more than 3-4 follow-on bytes?

An 8-bit prefix integer with 4 follow-on bytes fits comfortably in a 32-bit signed integer without overflowing to the sign bit.  That seems like a perfectly reasonable constraint for an implementation to put.  I don't know that we need to require the limit to be higher than 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/1727#issuecomment-421476452
----==_mimepart_5b9c1ae97789d_32c63fd8dbed45c448948
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The prefixed-integer notation encodes in blocks of 7 bits.  So the lar=
gest possible QPACK value that would fit in a 64-bit unsigned integer is =
an 8-bit prefix plus nine bytes (with seven bits each) thereafter.  (That=
 overflows a signed 64-bit integer's range, however.)  It might be friend=
lier to different languages to limit it to eight follow-on bytes, but we =
wouldn't be able to represent a 62-bit Stream ID then.</p>
<p>However, when do we ever do this?  Real needs for anything else are li=
kely to be much more contained.  The length of a header is will not likel=
y be more than three follow-on bytes.  Largest Reference can be arbitrari=
ly large, but <a class=3D"issue-link js-issue-link" data-error-text=3D"Fa=
iled to load issue title" data-id=3D"350178124" data-permission-text=3D"I=
ssue title is private" data-url=3D"https://github.com/quicwg/base-drafts/=
issues/1657" href=3D"https://github.com/quicwg/base-drafts/pull/1657">#16=
57</a> would fix that.  An very large table can be expressed in 4 bytes. =
 Do we have an actual use for more than 3-4 follow-on bytes?</p>
<p>An 8-bit prefix integer with 4 follow-on bytes fits comfortably in a 3=
2-bit signed integer without overflowing to the sign bit.  That seems lik=
e a perfectly reasonable constraint for an implementation to put.  I don'=
t know that we need to require the limit to be higher than that.</p>

<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/1727#issuecomment-421476452">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_T3=
6HoD4wqfPTMLbWrd-MY0M3bqks5ubBJpgaJpZM4WftjE">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8xPBIsEiR1PBGwm2A9VJfYP=
p9oVks5ubBJpgaJpZM4WftjE.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Mike=
Bishop in #1727: The prefixed-integer notation encodes in blocks of 7 bit=
s.  So the largest possible QPACK value that would fit in a 64-bit unsign=
ed integer is an 8-bit prefix plus nine bytes (with seven bits each) ther=
eafter.  (That overflows a signed 64-bit integer's range, however.)  It m=
ight be friendlier to different languages to limit it to eight follow-on =
bytes, but we wouldn't be able to represent a 62-bit Stream ID then.\r\n\=
r\nHowever, when do we ever do this?  Real needs for anything else are li=
kely to be much more contained.  The length of a header is will not likel=
y be more than three follow-on bytes.  Largest Reference can be arbitrari=
ly large, but #1657 would fix that.  An very large table can be expressed=
 in 4 bytes.  Do we have an actual use for more than 3-4 follow-on bytes?=
\r\n\r\nAn 8-bit prefix integer with 4 follow-on bytes fits comfortably i=
n a 32-bit signed integer without overflowing to the sign bit.  That seem=
s like a perfectly reasonable constraint for an implementation to put.  I=
 don't know that we need to require the limit to be higher than that."}],=
"action":{"name":"View Issue","url":"https://github.com/quicwg/base-draft=
s/issues/1727#issuecomment-421476452"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1727#issuecomment=
-421476452",
"url": "https://github.com/quicwg/base-drafts/issues/1727#issuecomment-42=
1476452",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK should require handling of integ=
ers up to 62 bits long (#1727)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1727,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1727\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1727#issuecomment-42=
1476452"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3774117=
80\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9c1ae97789d_32c63fd8dbed45c448948--


From nobody Fri Sep 14 13:35:13 2018
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 C8098128D0C for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 13:35:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 OedoXgSpSRHv for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 13:35:10 -0700 (PDT)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [167.89.101.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 23C5A12426A for <quic-issues@ietf.org>; Fri, 14 Sep 2018 13:35:10 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=0B1y+EnXGaIi8iCFbBgIEWDrcbw=; b=CvU75wSSg84OIP7E CGb5jIxyKwVF+TRYhbK4DRXERwrGuUoizFKe5RKuGrdd0ayh6pmoMXPw3PNgCoCo FwdAbZsvWWDNYBKROuKiX+i4ntwr/kGquHnSA8wXB/2d92t45NsOy+BYF0bUPdmt HCjH3BKMi1uMEjRfotday5IGTLg=
Received: by filter0773p1las1.sendgrid.net with SMTP id filter0773p1las1-21461-5B9C1B7D-7 2018-09-14 20:35:09.391150105 +0000 UTC m=+687273.523356294
Received: from github-lowworker-0b1e58d.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0003p1iad2.sendgrid.net (SG) with ESMTP id IPxezIRTRCy6HYVKvlDJKA for <quic-issues@ietf.org>; Fri, 14 Sep 2018 20:35:09.286 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-0b1e58d.cp1-iad.github.net (Postfix) with ESMTP id 453643E00DB for <quic-issues@ietf.org>; Fri, 14 Sep 2018 13:35:09 -0700 (PDT)
Date: Fri, 14 Sep 2018 20:35:09 +0000 (UTC)
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb3abde5aba03e641a8d2805677b6d575c6bbb3db92cf0000000117b3dd7d92a169ce15753857@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1744/issue_event/1846989771@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1744@github.com>
References: <quicwg/base-drafts/issues/1744@github.com>
Subject: Re: [quicwg/base-drafts] MAX_STREAM_DATA discrepancy (#1744)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c1b7d42c71_7c603f954bad45c41121fd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2cj51ciUZfmVIKtf6qvZ5QukXdtIY1CfhpIk /3ojDaAtSHfN930waVkLfPQYbiQakTkJsAjEuZHoynVpAdeXIxTsxoMPUdgizLUknHe8yXFfbzTKT/ hAFhaeyd7JtWZ9Zed4XILtTc/Yh9bdhx3YHfO3nzgNQiZ7nAdLag+gtjbGj+lkzaGY2SjmuHRauoxq Y=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/AQr83A-FnsluOK5REQ7564ELYi0>
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, 14 Sep 2018 20:35:12 -0000

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

Closed #1744.

-- 
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/1744#event-1846989771
----==_mimepart_5b9c1b7d42c71_7c603f954bad45c41121fd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360003671" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1744" href="https://github.com/quicwg/base-drafts/issues/1744">#1744</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/1744#event-1846989771">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9_HdMx5bcE1-lrNwvZjAUd1BW5hks5ubBL9gaJpZM4Wn7PQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzEuJUm9oGM834RuMT58NqEPQ5Byks5ubBL9gaJpZM4Wn7PQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1744."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1744#event-1846989771"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1744#event-1846989771",
"url": "https://github.com/quicwg/base-drafts/issues/1744#event-1846989771",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] MAX_STREAM_DATA discrepancy (#1744)",
"sections": [
{
"text": "",
"activityTitle": "**Vidhi Goel**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@goelvidhi",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1744#event-1846989771"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379565008\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9c1b7d42c71_7c603f954bad45c41121fd--


From nobody Fri Sep 14 14:20:21 2018
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 1DDDF130F39 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 14:20:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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_7aVr6m_Vll for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 14:20:13 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 12D16130F41 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 14:20:13 -0700 (PDT)
Date: Fri, 14 Sep 2018 14:20:12 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536960012; bh=h6PodCMxvjhvx/Wn5rnlFU7K71YFeff25HGRuXnnHiM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LDk1J3k7SOwbhW4Ta1XcoYXAC/0OdR+z8HFYjCJ0gIYiUfuUaf06wVtmYxR7Onnyv MwRBVeVvsxgcwWBsVsZbeF7jwrmgVzIdVprdzYsCybmHjiWU/yigeLe9GVo66bKVVn uEBrJPeij+AVKEJOY21fwTqtTps9OEiWst8R4mKI=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3fd43d7fdd3145548d4942cb4888cd55c405eacc92cf0000000117b3e80c92a169ce157ba140@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1746/421487527@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1746@github.com>
References: <quicwg/base-drafts/issues/1746@github.com>
Subject: Re: [quicwg/base-drafts] NEW_CONNECTION_ID in Probing Packets (#1746)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c260c35769_6b2a3f9a21ad45bc120629"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/l7Mae3eOcyMWEcArbjVk6-SpoTw>
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, 14 Sep 2018 21:20:18 -0000

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

Creating or repeating NCID in the probe is the right thing to do, because of fate sharing, etc. But then, probes are by definition unreliable. Some will get lost. You may not want to repeat the probe, but if it contained an NCID you do want to repeat that. So there is some amount of book-keeping required. If a probe is abandoned without being acknowledged, the NCID needs to be resent on a "normal" packet.

-- 
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/1746#issuecomment-421487527
----==_mimepart_5b9c260c35769_6b2a3f9a21ad45bc120629
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Creating or repeating NCID in the probe is the right thing to do, beca=
use of fate sharing, etc. But then, probes are by definition unreliable. =
Some will get lost. You may not want to repeat the probe, but if it conta=
ined an NCID you do want to repeat that. So there is some amount of book-=
keeping required. If a probe is abandoned without being acknowledged, the=
 NCID needs to be resent on a "normal" packet.</p>

<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/1746#issuecomment-421487527">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6pr=
A-vGT258xTRwlLAvu21nOWuNks5ubB2MgaJpZM4Wpzwi">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqw7uvssaZ3UE9Zo01Wl_C90m=
dNoxks5ubB2MgaJpZM4Wpzwi.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huit=
ema in #1746: Creating or repeating NCID in the probe is the right thing =
to do, because of fate sharing, etc. But then, probes are by definition u=
nreliable. Some will get lost. You may not want to repeat the probe, but =
if it contained an NCID you do want to repeat that. So there is some amou=
nt of book-keeping required. If a probe is abandoned without being acknow=
ledged, the NCID needs to be resent on a \"normal\" packet."}],"action":{=
"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1=
746#issuecomment-421487527"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1746#issuecomment=
-421487527",
"url": "https://github.com/quicwg/base-drafts/issues/1746#issuecomment-42=
1487527",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] NEW_CONNECTION_ID in Probing Packets (=
#1746)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1746,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1746\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1746#issuecomment-42=
1487527"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3800586=
58\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9c260c35769_6b2a3f9a21ad45bc120629--


From nobody Fri Sep 14 15:18:21 2018
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 362D512872C for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 15:18:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 WjkgXLnSxjEp for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 15:18:18 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 99EE21277BB for <quic-issues@ietf.org>; Fri, 14 Sep 2018 15:18:18 -0700 (PDT)
Date: Fri, 14 Sep 2018 15:18:17 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536963497; bh=CpjoZSBOpqphA/YzkxEmf85Wv6ybMcSX/y/THJJZeR8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FH6yTTw1ZfalORdMDho3OGtn/8F+oM5sUFuKuaqEFGz1Bgwsv97sx9B5KuEcoUAy3 BJkqR8MKwgLmeQA7Xb6hsf9Rh9wlRNJLs5kLmkBUcDVo6kVGN3AW6NQQcGwiYK8xP9 BxFdzFsTt2ekda7Slw408tIgXRhW9AgtZh5Od8HI=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6d44269229648a2ce121eb36b06bc06497b5569292cf0000000117b3f5a992a169ce1547f031@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1720/421498732@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1720@github.com>
References: <quicwg/base-drafts/issues/1720@github.com>
Subject: Re: [quicwg/base-drafts] initial_max_stream_data_bidi_remote is a very capable foot gun (#1720)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c33a98daa4_d633f8d9bad45b82587d2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/WIBiExwaU06bg9egAKU8IQXHCJk>
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, 14 Sep 2018 22:18:20 -0000

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

Sending the STREAM_BLOCKED frame facilitates diagnostic, but it does not solve the issue. Stream blocked frames are informational, and many implementations just ignore them.

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

<p>Sending the STREAM_BLOCKED frame facilitates diagnostic, but it does not solve the issue. Stream blocked frames are informational, and many implementations just ignore them.</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/1720#issuecomment-421498732">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8Y-a54h-ND3A_cYHRV2RTcY3D41ks5ubCspgaJpZM4WaC_A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7QYxs8QbHVyLyIhDH2BpZrHLCExks5ubCspgaJpZM4WaC_A.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #1720: Sending the STREAM_BLOCKED frame facilitates diagnostic, but it does not solve the issue. Stream blocked frames are informational, and many implementations just ignore them."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1720#issuecomment-421498732"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1720#issuecomment-421498732",
"url": "https://github.com/quicwg/base-drafts/issues/1720#issuecomment-421498732",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] initial_max_stream_data_bidi_remote is a very capable foot gun (#1720)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1720,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1720\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1720#issuecomment-421498732"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375926720\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9c33a98daa4_d633f8d9bad45b82587d2--


From nobody Fri Sep 14 16:27:28 2018
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 AE734130DC3 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 16:27:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 RL-arK2OOAMp for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 16:27:25 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B8D3E12426A for <quic-issues@ietf.org>; Fri, 14 Sep 2018 16:27:25 -0700 (PDT)
Date: Fri, 14 Sep 2018 16:27:24 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536967644; bh=HArC95LoPaSkRVK01Vrnr4P4rGnoGdsru5R8J39EwFY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WK8hqAi05Lycc1c3seugxSWG+NxVeZIhsdIBmgW03TDa2bQGuDPR62ik4t3r7K70x 1xjJvr9HH2fq3dhxLejoIveW0f0FzjtlcSJQaRaqxYaJxx1h4TkjqMQXtf6MvYvCCh M8bwUvaUh1UNyC0DlAmsG01tIln5knWMGePgfADg=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4d0c23e9c2f86ad3b7923ceaf1a3207da6089f8692cf0000000117b405dc92a169ce13d80c39@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1454/421509364@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1454@github.com>
References: <quicwg/base-drafts/issues/1454@github.com>
Subject: Re: [quicwg/base-drafts] QPACK could use some examples (#1454)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c43dcd914a_50093f9f312d45b44974d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/aT1mBXZBPmy1GYnAxr_GNerJEVQ>
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, 14 Sep 2018 23:27:28 -0000

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

For reference, there is now this repo: https://github.com/qpackers/qifs, which contains example encodings.  We could brush this up and have some semi-canonical encodings there.  That said, I kind of liked having a few concrete examples in the HPACK specification that you can refer back to.

Just reviewing HPACK's examples, it has:

3 Integer encoding examples
An example encoding of each instruction
A sequence of three requests and one with three responses, each encoded both with and without Huffman 

For each of the request/response examples it has a block that shows the decoding process - which octets produce which decoder actions (insert, evict, emit, etc). 

I'm not sure how much of this ground we need to retread in QPACK.  Since we use the same integer and Huffman encoding, we could probably skip those.  

So maybe we should have

1. One String literal example
2. One Example of each instruction (4 encoder, 3 decoder, 5 request)
3. An encoding that does not use the dynamic table/control stream at all
4. An encoding that uses the control stream
5. An encoding that uses the control stream and post-base instructions
6. An encoding that makes a duplicate on the control stream and references it

I think 1 and 2 are more to be consistent with what HPACK did and shouldn't really be required.  Even so, this might be a long section.

I'd like to avoid anything that involves decoder->encoder feedback since it can get hairy pretty quickly.  I'm less inclined to include the decoding process diagrams since decoding is pretty simple - it only emits.

-- 
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/1454#issuecomment-421509364
----==_mimepart_5b9c43dcd914a_50093f9f312d45b44974d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>For reference, there is now this repo: <a href=3D"https://github.com/q=
packers/qifs">https://github.com/qpackers/qifs</a>, which contains exampl=
e encodings.  We could brush this up and have some semi-canonical encodin=
gs there.  That said, I kind of liked having a few concrete examples in t=
he HPACK specification that you can refer back to.</p>
<p>Just reviewing HPACK's examples, it has:</p>
<p>3 Integer encoding examples<br>
An example encoding of each instruction<br>
A sequence of three requests and one with three responses, each encoded b=
oth with and without Huffman</p>
<p>For each of the request/response examples it has a block that shows th=
e decoding process - which octets produce which decoder actions (insert, =
evict, emit, etc).</p>
<p>I'm not sure how much of this ground we need to retread in QPACK.  Sin=
ce we use the same integer and Huffman encoding, we could probably skip t=
hose.</p>
<p>So maybe we should have</p>
<ol>
<li>One String literal example</li>
<li>One Example of each instruction (4 encoder, 3 decoder, 5 request)</li=
>
<li>An encoding that does not use the dynamic table/control stream at all=
</li>
<li>An encoding that uses the control stream</li>
<li>An encoding that uses the control stream and post-base instructions</=
li>
<li>An encoding that makes a duplicate on the control stream and referenc=
es it</li>
</ol>
<p>I think 1 and 2 are more to be consistent with what HPACK did and shou=
ldn't really be required.  Even so, this might be a long section.</p>
<p>I'd like to avoid anything that involves decoder-&gt;encoder feedback =
since it can get hairy pretty quickly.  I'm less inclined to include the =
decoding process diagrams since decoding is pretty simple - it only emits=
.</p>

<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/1454#issuecomment-421509364">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2J0=
QtldvJwCLiC2rpCTr-MHMW3Sks5ubDtcgaJpZM4UqM1G">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq83BdDDjmS7MUp8H0wFwUdif=
uaPhks5ubDtcgaJpZM4UqM1G.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afri=
nd in #1454: For reference, there is now this repo: https://github.com/qp=
ackers/qifs, which contains example encodings.  We could brush this up an=
d have some semi-canonical encodings there.  That said, I kind of liked h=
aving a few concrete examples in the HPACK specification that you can ref=
er back to.\r\n\r\nJust reviewing HPACK's examples, it has:\r\n\r\n3 Inte=
ger encoding examples\r\nAn example encoding of each instruction\r\nA seq=
uence of three requests and one with three responses, each encoded both w=
ith and without Huffman \r\n\r\nFor each of the request/response examples=
 it has a block that shows the decoding process - which octets produce wh=
ich decoder actions (insert, evict, emit, etc). \r\n\r\nI'm not sure how =
much of this ground we need to retread in QPACK.  Since we use the same i=
nteger and Huffman encoding, we could probably skip those.  \r\n\r\nSo ma=
ybe we should have\r\n\r\n1. One String literal example\r\n2. One Example=
 of each instruction (4 encoder, 3 decoder, 5 request)\r\n3. An encoding =
that does not use the dynamic table/control stream at all\r\n4. An encodi=
ng that uses the control stream\r\n5. An encoding that uses the control s=
tream and post-base instructions\r\n6. An encoding that makes a duplicate=
 on the control stream and references it\r\n\r\nI think 1 and 2 are more =
to be consistent with what HPACK did and shouldn't really be required.  E=
ven so, this might be a long section.\r\n\r\nI'd like to avoid anything t=
hat involves decoder-\u003eencoder feedback since it can get hairy pretty=
 quickly.  I'm less inclined to include the decoding process diagrams sin=
ce decoding is pretty simple - it only emits."}],"action":{"name":"View I=
ssue","url":"https://github.com/quicwg/base-drafts/issues/1454#issuecomme=
nt-421509364"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1454#issuecomment=
-421509364",
"url": "https://github.com/quicwg/base-drafts/issues/1454#issuecomment-42=
1509364",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK could use some examples (#1454)"=
,
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1454,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1454\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1454#issuecomment-42=
1509364"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3466069=
18\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9c43dcd914a_50093f9f312d45b44974d--


From nobody Fri Sep 14 16:44:10 2018
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 AF4FC130F09 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 16:43:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 7jQnlvP-dpQD for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 16:43:55 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D2221130EC6 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 16:43:54 -0700 (PDT)
Date: Fri, 14 Sep 2018 16:43:53 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536968634; bh=8I46QaRBYDdIZvVxU3/rRpeqdl+DfPAULo+jIxPM+TU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OmZgqlsPVL4A8yUyuicsKn9uIorGCJ1/5Ed8ZQeS90g2QeXrgPDz34hz1ZIjR0Mk6 qAwrLgAau9PeFS6bkN1/khWA6atdsibb5GjW+WeKiD5dTFLSskHiJylG1jvxD4JUNo h5RwwpDpEALKE7iPq3b2VsxssWTXEqFkBYGKPffE=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd6df5efba80851fafadaaf84b55fdaeaa859690892cf0000000117b409b992a169ce1562f976@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1737/421511507@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1737@github.com>
References: <quicwg/base-drafts/issues/1737@github.com>
Subject: Re: [quicwg/base-drafts] QPACK has no Security Considerations (#1737)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c47b9f2bc7_d693fa6344d45bc176558"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/mnfHGm6wcYKQ2eOmNTNZsWMY-Tk>
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, 14 Sep 2018 23:44:10 -0000

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

HPACK covers the following topics:

Probing Dynamic Table State
Static Huffman Encoding
Memory Consumption/DoS
Implementation Limits

To what degree to we need to retread this vs referring to 7541?

There are some new areas to cover related to DoS, like recommending implementation timeouts for blocking requests.  Soliciting any other topics, and possibly a passionate security-minded volunteer to draft a PR.

-- 
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/1737#issuecomment-421511507
----==_mimepart_5b9c47b9f2bc7_d693fa6344d45bc176558
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>HPACK covers the following topics:</p>
<p>Probing Dynamic Table State<br>
Static Huffman Encoding<br>
Memory Consumption/DoS<br>
Implementation Limits</p>
<p>To what degree to we need to retread this vs referring to 7541?</p>
<p>There are some new areas to cover related to DoS, like recommending im=
plementation timeouts for blocking requests.  Soliciting any other topics=
, and possibly a passionate security-minded volunteer to draft a PR.</p>

<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/1737#issuecomment-421511507">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8Nq=
r_jrf7cahnrn9qXruLGI4ln-ks5ubD85gaJpZM4WiPN0">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3RKtszLES7YvQ5RYPujDUcM=
OmMrks5ubD85gaJpZM4WiPN0.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afri=
nd in #1737: HPACK covers the following topics:\r\n\r\nProbing Dynamic Ta=
ble State\r\nStatic Huffman Encoding\r\nMemory Consumption/DoS\r\nImpleme=
ntation Limits\r\n\r\nTo what degree to we need to retread this vs referr=
ing to 7541?\r\n\r\nThere are some new areas to cover related to DoS, lik=
e recommending implementation timeouts for blocking requests.  Soliciting=
 any other topics, and possibly a passionate security-minded volunteer to=
 draft a PR."}],"action":{"name":"View Issue","url":"https://github.com/q=
uicwg/base-drafts/issues/1737#issuecomment-421511507"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1737#issuecomment=
-421511507",
"url": "https://github.com/quicwg/base-drafts/issues/1737#issuecomment-42=
1511507",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK has no Security Considerations (=
#1737)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1737,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1737\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1737#issuecomment-42=
1511507"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3780739=
72\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9c47b9f2bc7_d693fa6344d45bc176558--


From nobody Fri Sep 14 16:47:25 2018
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 8A057130DE0 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 16:47:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 eGQWT3cDT1dG for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 16:47:22 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E209012426A for <quic-issues@ietf.org>; Fri, 14 Sep 2018 16:47:21 -0700 (PDT)
Date: Fri, 14 Sep 2018 16:47:21 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536968841; bh=im9jlHVcmhyFkcBL77Moo5axU8jZEjKy3QLc9jt9GeE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=hhNje/8AAg+LbDI8mD/ahZdLqPEuCSmtUM1fTLeltfrkfOt0tiFJhsKLMVUe14Hqp Sw4BY5r+Mpu3slFwRlLvgHGcIOKZ7HebF+tlOZ/1/7ZGeVn+JjCf7Pe89ldHb3ggAU d+7SoZQFMFOJIpYyy+4rH9vq0R53A14pbFKiRCc0=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9b74b321d68be1a93931205616c3f2c6cc4d43c692cf0000000117b40a8992a169ce157c9253@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1747@github.com>
Subject: [quicwg/base-drafts] QPACK: stream cancellation only required when dynamic table size > 0 (#1747)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c488936fb6_49b33fe4fa8d45b82625d5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/QCMHsRQMF-uFHO1TzB-53XRTls0>
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, 14 Sep 2018 23:47:24 -0000

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

The stream cancellation instruction serves to help the encoder cleanup state related to the dynamic table, but a decoder that sets the maximum dynamic table size to 0 does not need to send them.  Now that we omit header acknowledgement for blocks with no dynamic table references, this is the only use of the QPACK control streams for an implementation not using the dynamic table.

This is not to be confused with the encoder's current table size, which can be temporarily zero but raised later to the decoder's maximum.

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

<p>The stream cancellation instruction serves to help the encoder cleanup state related to the dynamic table, but a decoder that sets the maximum dynamic table size to 0 does not need to send them.  Now that we omit header acknowledgement for blocks with no dynamic table references, this is the only use of the QPACK control streams for an implementation not using the dynamic table.</p>
<p>This is not to be confused with the encoder's current table size, which can be temporarily zero but raised later to the decoder's maximum.</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/1747">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyYvSCDp9KzVqkLIKJAxwp1h8ITUks5ubEAJgaJpZM4WqFwz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyConNunb2QMX-uZI5PUjVPdfhfbks5ubEAJgaJpZM4WqFwz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"QPACK: stream cancellation only required when dynamic table size \u003e 0 (#1747)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1747"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1747",
"url": "https://github.com/quicwg/base-drafts/issues/1747",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "QPACK: stream cancellation only required when dynamic table size \u003e 0 (#1747)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1747
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1747,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1747\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1747"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380132403\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9c488936fb6_49b33fe4fa8d45b82625d5--


From nobody Fri Sep 14 16:53:20 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 9BFB2130DED for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 16:53:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 CwxcwFM0QBwB for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 16:53:17 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0A59B12426A for <quic-issues@ietf.org>; Fri, 14 Sep 2018 16:53:16 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1536969196; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=CfV7e3VwfheuKKiH+ISBMpcgHPJPYeA6+5oSRPEJ3Iw=; b=Rj8dvehluvmAlIQz4mNfwL9DqnYJkfpuOi8iskSN0U73SlAiM/6DLBEqtvinSAk26LHcSAFK BR+GuTjQKzEWLk7JrmThej97A/38VsDNiJ38IxanAaQs3HIfNCzPWjsODwO8+VjTG4edc+as Hb1x4+PbWwRbBQE6Gn+iCVVGJU0=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mnot=mnot.net@github.com
Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 5b9c49eb.7f3bb0383c00-smtp-out-n01; Fri, 14 Sep 2018 23:53:15 -0000 (UTC)
Date: Fri, 14 Sep 2018 16:53:15 -0700
From: Mark Nottingham <mnot@mnot.net>
Reply-To: Mark Nottingham <mnot@mnot.net>
To: quic-issues@ietf.org
Message-ID: <5b9c49eb3445a_7f2a2ab5147e4ed010960@hookshot-fe-d2afb11.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] de7adc: Update agenda.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b9c49eb340e7_7f2a2ab5147e4ed010873"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/VahBekArE7IzNnvmJU9qdwjRJuw>
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, 14 Sep 2018 23:53:19 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: de7adc7d02489a9be12a89b20816631c47705c7e
      https://github.com/quicwg/wg-materials/commit/de7adc7d02489a9be12a89b20816631c47705c7e
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2018-09-14 (Fri, 14 Sep 2018)

  Changed paths:
    M interim-18-09/agenda.md

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



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b9c49eb340e7_7f2a2ab5147e4ed010873--


From nobody Fri Sep 14 18:18:43 2018
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 0750F130DF6 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 18:18:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 7iHxA1jVCwR3 for <quic-issues@ietfa.amsl.com>; Fri, 14 Sep 2018 18:18:40 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3C086130DF1 for <quic-issues@ietf.org>; Fri, 14 Sep 2018 18:18:40 -0700 (PDT)
Date: Fri, 14 Sep 2018 18:18:39 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536974319; bh=O7sHR09gNIlhuOEXCipc1l/5Yg9qZevoxLyRb1fwE2w=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=K6wjiiFUao1fyUhzjP1miAsev3AlSNBvAT5myd+ZJShC/o6karzld44iY8eAWxjUP BG5MHjnjvGPCYJuhWprcelde9GyzoYAA1+BpCiq9PeNJFi54M5MSaw6AK3TuPmd8H5 8cFejTIxpRy2eafe64YCMwxsvA/aHvybz5BEdcZc=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abc01b4e06ecb2b3a81a5fce3fb91fa9ca3b9cd15892cf0000000117b41fef92a169ce157cb63e@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/64@github.com>
Subject: [quicwg/wg-materials] Victor presentation on new QUIC tooling (#64)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9c5defdcba_173c3faf464d45c4710e0"; 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/q3e8B8v9jT2Aj3RGw6gHsOIddo0>
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, 15 Sep 2018 01:18:42 -0000

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


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

  https://github.com/quicwg/wg-materials/pull/64

-- Commit Summary --

  * Victor presentation on new QUIC tooling

-- File Changes --

    M interim-18-09/agenda.md (1)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/64.patch
https://github.com/quicwg/wg-materials/pull/64.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/wg-materials/pull/64

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



<hr>

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

<h4>Commit Summary</h4>
<ul>
  <li>Victor presentation on new QUIC tooling</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/64/files#diff-0">interim-18-09/agenda.md</a>
    (1)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/64.patch'>https://github.com/quicwg/wg-materials/pull/64.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/64.diff'>https://github.com/quicwg/wg-materials/pull/64.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/wg-materials/pull/64">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-8k2cfRNtIfLUCdk0UNhH5hXPAFks5ubFVvgaJpZM4WqId6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4yfTGbqVxZbayuDJBtFBrH9ouHhks5ubFVvgaJpZM4WqId6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Victor presentation on new QUIC tooling (#64)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/64"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/64",
"url": "https://github.com/quicwg/wg-materials/pull/64",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Victor presentation on new QUIC tooling (#64)",
"sections": [
{
"text": "",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "7416815",
"value": "Victor presentation on new QUIC tooling"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[interim-18-09/agenda.md](https://github.com/quicwg/wg-materials/pull/64/files#diff-0) (1 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 64,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 64\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/64"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/64.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/64.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380143482\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9c5defdcba_173c3faf464d45c4710e0--


From nobody Sat Sep 15 00:15:58 2018
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 D0371130E0F for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 00:15:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 5_zsn-0IIosK for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 00:15:56 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E99CB130DFC for <quic-issues@ietf.org>; Sat, 15 Sep 2018 00:15:55 -0700 (PDT)
Date: Sat, 15 Sep 2018 00:15:54 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1536995754; bh=T4eSXWFwTq1t9Rka5r3ISuwO8q94U3cNYTYmt1kmrJs=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=SNNFRgkASaR2qt9YmNH4awMkTRpRRa9GMP1X5sPJSzzC9twDfYL+i6kczPPURkCLW q3K08Z3WKBYZkhS/YrUiwpezJEuS/Sp3M0MrlbhkQwsXaV79I+DwZ2x1pg5SqTkf0P BhUbC4yH/eGepDhwAe4QCMlG5eDJLqJXNWharHuA=
From: DenisLug <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe61402a2f0dfee752b7e955ffaee787adc8ee34f92cf0000000117b473aa92a169ce157d087f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1748@github.com>
Subject: [quicwg/base-drafts] TLP is getting triggered too early (#1748)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9cb1aac499a_34153fad70cd45bc149651"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DenisLug
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/5e-G_f2ClSg3a6vI4-OwWIrg5CM>
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, 15 Sep 2018 07:15:58 -0000

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

When the function `SetLossDetectionTimer()` has been implemented like shown [in the draft](https://tools.ietf.org/html/draft-ietf-quic-recovery-14#section-4.5.7.4) I get the problem that the `tlp_timeout` gets the default value of 10ms when sending the first paket, because the `UpdateRTT()` has not been invoked yet. This leads into sending of probe shortly after sending the first packet.

Does anyone has experienced the same behaviour? Would a non-zero initial value for the srtt be a solution for this?

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

<p>When the function <code>SetLossDetectionTimer()</code> has been implemented like shown <a href="https://tools.ietf.org/html/draft-ietf-quic-recovery-14#section-4.5.7.4" rel="nofollow">in the draft</a> I get the problem that the <code>tlp_timeout</code> gets the default value of 10ms when sending the first paket, because the <code>UpdateRTT()</code> has not been invoked yet. This leads into sending of probe shortly after sending the first packet.</p>
<p>Does anyone has experienced the same behaviour? Would a non-zero initial value for the srtt be a solution for this?</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/1748">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3pgBsdTkb1ftW64S8MshfRirNbnks5ubKkqgaJpZM4WqPPh">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1ghrOpMIPgyNsYHGSMJgNKXRaLjks5ubKkqgaJpZM4WqPPh.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"TLP is getting triggered too early (#1748)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1748"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1748",
"url": "https://github.com/quicwg/base-drafts/issues/1748",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "TLP is getting triggered too early (#1748)",
"sections": [
{
"text": "",
"activityTitle": "**DenisLug**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@DenisLug",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1748
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1748,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1748\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1748"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380171233\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9cb1aac499a_34153fad70cd45bc149651--


From nobody Sat Sep 15 05:33:24 2018
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 43F89130E21 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 05:33:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 c73m6YlT2EdQ for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 05:33:21 -0700 (PDT)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5FFF712D7F8 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 05:33:21 -0700 (PDT)
Date: Sat, 15 Sep 2018 05:33:20 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537014800; bh=IoxeTaNA5VpvmJ3oF0kwHGTzXYAML+PihBh+yJ6bI8g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wslHkzqJqzF5t3VtQVXiFAdcS8J050um4ZwDeVVx7ztCW0duyGM3xnZWydtHHvBP8 27s4kgSzyuFmtUZbnNKWcB6EiBA10uDMxGzyZf4/A2rniZChMEgk56+YB8N5VCxtDe nO8vbTre7P73MvRGJgRefLySltD+f7DfrQnjBMhU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7fc44dd19d2d4ea05fb4bc6597d321799923252b92cf0000000117b4be1092a169ce157c9253@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1747/421563063@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1747@github.com>
References: <quicwg/base-drafts/issues/1747@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: stream cancellation only required when max dynamic table size > 0 (#1747)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9cfc107b738_3cc83fc99e2d45b81338a3"; 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/nbMoMcxS0gJSLsAyC5kSluSp3EM>
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, 15 Sep 2018 12:33:23 -0000

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

If you think of this as an optimization for the case where there is no dynamic table AND you are cancelling streams (i.e., an exceptional condition on an exceptional condition), this really gets exciting (not).  Let them send cancellations.

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

<p>If you think of this as an optimization for the case where there is no dynamic table AND you are cancelling streams (i.e., an exceptional condition on an exceptional condition), this really gets exciting (not).  Let them send cancellations.</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/1747#issuecomment-421563063">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0W7cz4KMZ-uLtzlx7SC5Xj4Hc9nks5ubPOQgaJpZM4WqFwz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0oLrliGRcsQMjn0JK11la_PXTS2ks5ubPOQgaJpZM4WqFwz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1747: If you think of this as an optimization for the case where there is no dynamic table AND you are cancelling streams (i.e., an exceptional condition on an exceptional condition), this really gets exciting (not).  Let them send cancellations."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1747#issuecomment-421563063"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-421563063",
"url": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-421563063",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: stream cancellation only required when max dynamic table size \u003e 0 (#1747)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1747,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1747\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-421563063"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380132403\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9cfc107b738_3cc83fc99e2d45b81338a3--


From nobody Sat Sep 15 05:52:27 2018
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 59B5E130DE6 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 05:52:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 j9PdDKrhXfZY for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 05:52:24 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7749412F1A2 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 05:52:24 -0700 (PDT)
Date: Sat, 15 Sep 2018 05:52:23 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537015943; bh=zKH1tryc9UtQ+n9yogZCytzqO7bBAhP/e+GqX3C5LX4=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=jQTnU2UAQ/Fwb44WMPaNrZkHFEp8gDrT2/ygTkwAVvcmp0I3DepbdjiCgeBWZrlYQ 6PMrDMpwD+wbLARt6KRdGummxRVq05Oz4oIy6xeHjuB3z9IjDIei0KQAzK5Gwj/YPl V/ncHp0u29dILEE3ByTI+PU8NgwndphhaI9u5xW4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abd0caa4852e42420ac2766e9a07537cf9a7e93d5092cf0000000117b4c28792a169ce157d5db5@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/65@github.com>
Subject: [quicwg/wg-materials] Some more items to discuss (#65)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9d008753e38_6edb3fa90a4d45c04996f3"; 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/yhz36p-XINUjhmXEbe2uPnQG9Ts>
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, 15 Sep 2018 12:52:27 -0000

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

With this, we might get resolutions on all the remaining open issues bar the obvious.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/wg-materials/pull/65

-- Commit Summary --

  * Some more items to discuss

-- File Changes --

    M interim-18-09/agenda.md (3)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/65.patch
https://github.com/quicwg/wg-materials/pull/65.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/wg-materials/pull/65

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

<p>With this, we might get resolutions on all the remaining open issues bar the obvious.</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/wg-materials/pull/65'>https://github.com/quicwg/wg-materials/pull/65</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Some more items to discuss</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/65/files#diff-0">interim-18-09/agenda.md</a>
    (3)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/65.patch'>https://github.com/quicwg/wg-materials/pull/65.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/65.diff'>https://github.com/quicwg/wg-materials/pull/65.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/wg-materials/pull/65">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-8FAmKj8ACjZO73Bjx9H6f43hUbks5ubPgHgaJpZM4WqWJ5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1t-F__CHUUesh4rcu_3qib12GWOks5ubPgHgaJpZM4WqWJ5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Some more items to discuss (#65)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/65"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/65",
"url": "https://github.com/quicwg/wg-materials/pull/65",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Some more items to discuss (#65)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "a4209ea",
"value": "Some more items to discuss"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[interim-18-09/agenda.md](https://github.com/quicwg/wg-materials/pull/65/files#diff-0) (3 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 65,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 65\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/65"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/65.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/65.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380199545\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9d008753e38_6edb3fa90a4d45c04996f3--


From nobody Sat Sep 15 06:36:49 2018
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 A4075130DF4 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 06:36:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 6zyZAxq4zBf2 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 06:36:45 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EC623127B92 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 06:36:44 -0700 (PDT)
Date: Sat, 15 Sep 2018 06:36:44 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537018604; bh=0F8YL6O8aNybXJEm/KniTF8HoRabmRIuEbM3gkV5J38=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sPrMXVFlGkozzgIxXV/MSEBAdrQd+6Y3EWJTfn4mKq17Zw8yaBKyd3GkNpSvttMQ1 4pvHwNftUKod1eq7Ift1WVu571Djx7sSgzXEXFSMiq97VBHg1PVYeNfDNNjrwf+q0h TlLG0/ZJwDG9LcTjKXUPRMWOA9QZluqmYjyMk0Fg=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab5a1683b771e205a22c090157eada8024f95c4ab292cf0000000117b4ccec92a169ce157d5db5@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/65/issue_event/1847516589@github.com>
In-Reply-To: <quicwg/wg-materials/pull/65@github.com>
References: <quicwg/wg-materials/pull/65@github.com>
Subject: Re: [quicwg/wg-materials] Some more items to discuss (#65)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9d0aec58b7d_18943fad70cd45bc4045f"; 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/BjAjY17spAYDoGHHKrRGCFWZedc>
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, 15 Sep 2018 13:36:47 -0000

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

Merged #65 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/wg-materials/pull/65#event-1847516589
----==_mimepart_5b9d0aec58b7d_18943fad70cd45bc4045f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360537525" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/65" href="https://github.com/quicwg/wg-materials/pull/65">#65</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/wg-materials/pull/65#event-1847516589">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6JPQoL6B3YgMWZDzObNrpe8zCM9ks5ubQJsgaJpZM4WqWJ5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7bnpT1N6uhnnWkFMNr0pYwMbYGxks5ubQJsgaJpZM4WqWJ5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #65 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/65#event-1847516589"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/65#event-1847516589",
"url": "https://github.com/quicwg/wg-materials/pull/65#event-1847516589",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] Some more items to discuss (#65)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/65#event-1847516589"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380199545\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9d0aec58b7d_18943fad70cd45bc4045f--


From nobody Sat Sep 15 06:37:34 2018
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 A458F130DE9 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 06:37:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 26MEGG76ZJ0X for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 06:37:31 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0E85A127B92 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 06:37:31 -0700 (PDT)
Date: Sat, 15 Sep 2018 06:37:30 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537018650; bh=YYY0L+p+9AN9yBK2MAAdP01h1mR6f5PEjn6du4vgDl4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qGDFGeolxkejw3IzcXQipGLYNKAwFEYr2yP5X7q5caI8E33Qo07euq0WWWpp6PF1l bQoPs7Ua91k8ztyh/T0kjmhHTcrV+ZCEkNczTGQE19iOo6pAiOYO/A80B/UtepdtZL d9vza6den3dhuoN3tasIrgppnNMOtGnwbHnLVqLM=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/wg-materials <noreply@github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/64/push/2879579177@github.com>
In-Reply-To: <quicwg/wg-materials/pull/64@github.com>
References: <quicwg/wg-materials/pull/64@github.com>
Subject: Re: [quicwg/wg-materials] Victor presentation on new QUIC tooling (#64)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9d0b1a15514_15c43fad70cd45bc39854b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: larseggert
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/r6PDXTJ9oj1--Yp5HYkixVZgRNc>
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, 15 Sep 2018 13:37:33 -0000

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

@larseggert pushed 1 commit.

e6f0253  Merge branch 'master' into master


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/wg-materials/pull/64/files/741681530fa5e5fa29e74a792ccb87f042db4fbb..e6f0253f0e9fc5cefb28e3cc8cad58e795b0abfe

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/wg-materials/commit/e6f0253">e6f0253</a>  Merge branch &#39;master&#39; into master</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/wg-materials/pull/64/files/741681530fa5e5fa29e74a792ccb87f042db4fbb..e6f0253f0e9fc5cefb28e3cc8cad58e795b0abfe">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1hWwTmHPt2esZOXbLTqwiYT71njks5ubQKagaJpZM4WqId6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4kTOEP55rrUfLIcnfvEdD1iFNYyks5ubQKagaJpZM4WqId6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"PERSON","message":"@larseggert pushed 1 commit in #64"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/64/files/741681530fa5e5fa29e74a792ccb87f042db4fbb..e6f0253f0e9fc5cefb28e3cc8cad58e795b0abfe"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/64/files/741681530fa5e5fa29e74a792ccb87f042db4fbb..e6f0253f0e9fc5cefb28e3cc8cad58e795b0abfe",
"url": "https://github.com/quicwg/wg-materials/pull/64/files/741681530fa5e5fa29e74a792ccb87f042db4fbb..e6f0253f0e9fc5cefb28e3cc8cad58e795b0abfe",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@larseggert pushed 1 commit in #64",
"sections": [
{
"text": "1 new commit pushed to quicwg/wg-materials #64:",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [
{
"name": "e6f0253",
"value": "Merge branch 'master' into master"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/64/files/741681530fa5e5fa29e74a792ccb87f042db4fbb..e6f0253f0e9fc5cefb28e3cc8cad58e795b0abfe"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380143482\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9d0b1a15514_15c43fad70cd45bc39854b--


From nobody Sat Sep 15 06:37:43 2018
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 E3661130E23 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 06:37:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 kFrRhh1CEdYQ for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 06:37:40 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 42E22127B92 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 06:37:40 -0700 (PDT)
Date: Sat, 15 Sep 2018 06:37:39 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537018659; bh=Fr87j2PvTS/gtaa2e3RZTFPOYIiSU/vfSLHJSkrpSd8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gkTYIZQZApZRz3WMhE/HaEHMLpw6RisZF96YyRRf8u0Fzxaqbjqlmk40l1WsirDW/ +cCL48B+0a2cWTC089cG023HmWvXNMmbnrRLQ07LBhAbRZyPTWJmZAsKmd5EJ5DSvj vIE/DTzHs8A+3hn1GfDHyWkprA3hcQ71KhCeM3rA=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abafb3dd78e21763cfb796e9c44c9bdce2386b27c592cf0000000117b4cd2392a169ce157cb63e@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/64/issue_event/1847517181@github.com>
In-Reply-To: <quicwg/wg-materials/pull/64@github.com>
References: <quicwg/wg-materials/pull/64@github.com>
Subject: Re: [quicwg/wg-materials] Victor presentation on new QUIC tooling (#64)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9d0b2392ce2_3ec3fd3fc0d45c061152c"; 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/So5auwSyPmq-vbvrg0FzLTn4r5g>
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, 15 Sep 2018 13:37:42 -0000

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

Merged #64 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/wg-materials/pull/64#event-1847517181
----==_mimepart_5b9d0b2392ce2_3ec3fd3fc0d45c061152c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360494654" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/64" href="https://github.com/quicwg/wg-materials/pull/64">#64</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/wg-materials/pull/64#event-1847517181">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0_6YzHtcOM8sUDA8fmxSBKxShcCks5ubQKjgaJpZM4WqId6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxdKeAp6qxuIFQCdQhz280TQ6bM2ks5ubQKjgaJpZM4WqId6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #64 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/64#event-1847517181"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/64#event-1847517181",
"url": "https://github.com/quicwg/wg-materials/pull/64#event-1847517181",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] Victor presentation on new QUIC tooling (#64)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/64#event-1847517181"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380143482\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9d0b2392ce2_3ec3fd3fc0d45c061152c--


From nobody Sat Sep 15 11:09:36 2018
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 BF6E712F1A5 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 11:09:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 c3c1aOX7bDfK for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 11:09:34 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 38E611294D0 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 11:09:34 -0700 (PDT)
Date: Sat, 15 Sep 2018 11:09:33 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537034973; bh=3iodh5mzkBWLnXdcRNnN9Pw2S5+nyk1WWPs37nD2yqw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vdStNKJbc8AK8TOEUjRQDuAj0MoM4VdNN8b2Vc1JZisH/uGglKMgIDXBXnzZDOIMR H+wKb92SmyDX2eU0MZEaMHc2Diijbl1jnbN9OvdRug8uET9vQ9QNjuQM5cODSS5XWO HdYmHCFa5Sf0xAk088RtNt/JlL5xFsSQf7oTP2Tk=
From: Subodh Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4a62519db20710c59ab6401f91c4d049ad1eea3a92cf0000000117b50cdd92a169ce157d087f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1748/421609575@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1748@github.com>
References: <quicwg/base-drafts/issues/1748@github.com>
Subject: Re: [quicwg/base-drafts] TLP is getting triggered too early (#1748)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9d4add4dbd3_41113ff178cd45c0229681"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: siyengar
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/SkXYlLU0nDSNuInKRNcB2GrAfnA>
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, 15 Sep 2018 18:09:36 -0000

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

If update rtt hasn=E2=80=99t been invoked yet it seems like you would sti=
ll have handshake packets outstanding right? Could you elaborate on the s=
ituation that triggers this behavior =


-- =

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/1748#issuecomment-421609575=

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

<p>If update rtt hasn=E2=80=99t been invoked yet it seems like you would =
still have handshake packets outstanding right? Could you elaborate on th=
e situation that triggers this behavior</p>

<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/1748#issuecomment-421609575">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq40_=
p0I8sS0xv0iMwzkuZXFdP0whks5ubUJdgaJpZM4WqPPh">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5P712VBbp9vjVg7K3SOa4nn=
fk-5ks5ubUJdgaJpZM4WqPPh.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@siye=
ngar in #1748: If update rtt hasn=E2=80=99t been invoked yet it seems lik=
e you would still have handshake packets outstanding right? Could you ela=
borate on the situation that triggers this behavior "}],"action":{"name":=
"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1748#iss=
uecomment-421609575"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1748#issuecomment=
-421609575",
"url": "https://github.com/quicwg/base-drafts/issues/1748#issuecomment-42=
1609575",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] TLP is getting triggered too early (#1=
748)",
"sections": [
{
"text": "",
"activityTitle": "**Subodh Iyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@siyengar",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1748,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1748\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1748#issuecomment-42=
1609575"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3801712=
33\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9d4add4dbd3_41113ff178cd45c0229681--


From nobody Sat Sep 15 17:53:15 2018
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 262BA130E5B for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 17:53:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 b_QCCCmC__w4 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 17:53:11 -0700 (PDT)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 32F2B130E58 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 17:53:11 -0700 (PDT)
Date: Sat, 15 Sep 2018 17:53:10 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537059190; bh=s2GujWtmpt8r5R3bAmdcheEqpBjPm55dinfjfw1gQ/4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0DtDa26d6h21M4cJxs5Beh96Jzjxe9IHSDHYHKvGjWcBFqyJsZzuQyrdW9QLBfpbK PQh4UAzaCPlHBA2r7ByLWFy1nIjJG1yFnV8scty++V/mCmVe0Vhimsb+q4ra3HQjzm 5oqU7hGJrrX2fHKEe/3gDgg/wuBZGj34PhMdkfO8=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbc9ffbb286595cc8ec9d161f9b61202805c71f1492cf0000000117b56b7692a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/155728483@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9da97681c7d_4b713fe633ad45b82213df"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/IbRZP9M6JVPTuHvQCNbtLU_VOoM>
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: Sun, 16 Sep 2018 00:53:13 -0000

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

huitema commented on this pull request.

I think we will have an interesting conversation. My main concern is whether to introduce a concept of paths, i.e. pairs o connection IDs. It would simplify my code significantly, rather than trying to implement paths using low level components like NEW CONNECTION ID, PATH CHALLENGE and PATH RESPONSE.

> +({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new
+connection ID using a NEW_CONNECTION_ID frame to reduce the possibility of its
+peer running out of available connection IDs.
+
+An endpoint that receives a packet with a different remote address than
+previously used SHOULD also switch to sending with a different connection ID.
+This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.

In practice, that recommendation amounts to the server initiating a migration upon receiving packets from a new client address, so that a given pair of CID is tied to a single pair of addresses. That can work, but we have to consider security issues. Addresses are outside the cryptographic envelope, attackers can take good packets and just replace the address by something else. That mean attackers can easily trick servers into starting migrations.

I am not sure of the balance between aggravated DOD risk and moderate privacy gain. The beans are already spilled in the packet from the client with the changed address and the constant CID. If we do nothing, the client will notice that its own address changed upon receiving the first reply from the server. It can then chose to start a migration. That seems more robust.

> +
+### Consuming Connection IDs
+
+If an endpoint's peer has selected a non-zero-length connection ID, the endpoint
+maintains a set of connection IDs received from the peer that it can use when
+sending packets.  All connection IDs issued by the peer are considered valid for
+use by the endpoint when sending packets until the connection ID is retired by
+the endpoint.  Endpoints can choose to stop using a given connection ID to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID that is no
+longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.
+
+An endpoint that retires a connection ID should retain knowledge of that
+connection ID for a reasonable time after sending the CONNECTION_ID_FINISHED
+frame, or until that frame is acknowledged.  A recommended time is three times

@martinthomson do we still have a reset risk if the client retires the stateless reset value that it received with the retired connection ID?

> @@ -3257,6 +3287,49 @@ the Source Connection ID used by the peer during the initial
 handshake, it MUST treat that receipt as a connection error of type
 PROTOCOL_VIOLATION.
 
+## CONNECTION_ID_FINISHED Frame {#frame-connection-id-finished}
+
+An endpoint sends a CONNECTION_ID_FINISHED frame (type=0x1b) to indicate that it
+will no longer use a connection ID that was issued by its peer.  This also
+serves as a request to the peer to send additional connection IDs for future use
+(see {{connection-id}}).  New connection IDs can be delivered via the
+NEW_CONNECTION_ID frame ({{frame-new-connection-id}}).
+
+Retiring a connection ID using the CONNECTION_ID_FINISHED frame invalidates any
+stateless reset tokens associated with that connection ID.

I would actually disable the reset token asap. The only down side of doing that is to fall back to timer based termination if the connection breaks. But we probably need more text on the behavior of the reset token. Assume that a path is defined by a pair of CID. At any given point, a node will have a "main path" on which it is sending data, and a set of paths in various alternate paths in different stages of validation. Let's look at the following scenarios:

1) Node sends a normal packet, on the main path, and receives back a reset.
2) Node sends a probe with a fresh CID and new addresses and receives back a reset
3) Node sends a probe response with a fresh CID in response to a probe and receives back a reset
4) Node has parked an old path that it does not actively use and receives a reset on that path.

Do we want to treat all these scenarios the same, as in tear down the connection? Or do we want to just accept resets on the path that is actively used?



> +Connection ID:
+
+: A connection ID of the specified length.
+
+Receipt of a CONNECTION_ID_FINISHED frame containing a connection ID that was
+not previously sent to the peer MAY be treated as a connection error of type
+PROTOCOL_VIOLATION.
+
+An endpoint MUST NOT send this frame if it is currently sending packets with a
+zero-length Destination Connection ID.  Changing the length of a connection ID
+to or from zero-length makes it difficult to identify when the value of the
+connection ID changed.  An endpoint that is receiving packets with a zero-length
+Destination Connection ID MUST treat receipt of a CONNECTION_ID_FINISHED frame
+as a connection error of type PROTOCOL_VIOLATION.
+
+

We want to say whether it can or cannot...

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

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

<p>I think we will have an interesting conversation. My main concern is whether to introduce a concept of paths, i.e. pairs o connection IDs. It would simplify my code significantly, rather than trying to implement paths using low level components like NEW CONNECTION ID, PATH CHALLENGE and PATH RESPONSE.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217898905">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new
+connection ID using a NEW_CONNECTION_ID frame to reduce the possibility of its
+peer running out of available connection IDs.
+
+An endpoint that receives a packet with a different remote address than
+previously used SHOULD also switch to sending with a different connection ID.
+This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.
</pre>
<p>In practice, that recommendation amounts to the server initiating a migration upon receiving packets from a new client address, so that a given pair of CID is tied to a single pair of addresses. That can work, but we have to consider security issues. Addresses are outside the cryptographic envelope, attackers can take good packets and just replace the address by something else. That mean attackers can easily trick servers into starting migrations.</p>
<p>I am not sure of the balance between aggravated DOD risk and moderate privacy gain. The beans are already spilled in the packet from the client with the changed address and the constant CID. If we do nothing, the client will notice that its own address changed upon receiving the first reply from the server. It can then chose to start a migration. That seems more robust.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217898967">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +
+### Consuming Connection IDs
+
+If an endpoint&#39;s peer has selected a non-zero-length connection ID, the endpoint
+maintains a set of connection IDs received from the peer that it can use when
+sending packets.  All connection IDs issued by the peer are considered valid for
+use by the endpoint when sending packets until the connection ID is retired by
+the endpoint.  Endpoints can choose to stop using a given connection ID to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID that is no
+longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.
+
+An endpoint that retires a connection ID should retain knowledge of that
+connection ID for a reasonable time after sending the CONNECTION_ID_FINISHED
+frame, or until that frame is acknowledged.  A recommended time is three times
</pre>
<p><a class="user-mention" data-hovercard-user-id="67641" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a> do we still have a reset risk if the client retires the stateless reset value that it received with the retired connection ID?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217899116">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3257,6 +3287,49 @@ the Source Connection ID used by the peer during the initial
 handshake, it MUST treat that receipt as a connection error of type
 PROTOCOL_VIOLATION.
 
+## CONNECTION_ID_FINISHED Frame {#frame-connection-id-finished}
+
+An endpoint sends a CONNECTION_ID_FINISHED frame (type=0x1b) to indicate that it
+will no longer use a connection ID that was issued by its peer.  This also
+serves as a request to the peer to send additional connection IDs for future use
+(see {{connection-id}}).  New connection IDs can be delivered via the
+NEW_CONNECTION_ID frame ({{frame-new-connection-id}}).
+
+Retiring a connection ID using the CONNECTION_ID_FINISHED frame invalidates any
+stateless reset tokens associated with that connection ID.
</pre>
<p>I would actually disable the reset token asap. The only down side of doing that is to fall back to timer based termination if the connection breaks. But we probably need more text on the behavior of the reset token. Assume that a path is defined by a pair of CID. At any given point, a node will have a "main path" on which it is sending data, and a set of paths in various alternate paths in different stages of validation. Let's look at the following scenarios:</p>
<ol>
<li>Node sends a normal packet, on the main path, and receives back a reset.</li>
<li>Node sends a probe with a fresh CID and new addresses and receives back a reset</li>
<li>Node sends a probe response with a fresh CID in response to a probe and receives back a reset</li>
<li>Node has parked an old path that it does not actively use and receives a reset on that path.</li>
</ol>
<p>Do we want to treat all these scenarios the same, as in tear down the connection? Or do we want to just accept resets on the path that is actively used?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217899137">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +Connection ID:
+
+: A connection ID of the specified length.
+
+Receipt of a CONNECTION_ID_FINISHED frame containing a connection ID that was
+not previously sent to the peer MAY be treated as a connection error of type
+PROTOCOL_VIOLATION.
+
+An endpoint MUST NOT send this frame if it is currently sending packets with a
+zero-length Destination Connection ID.  Changing the length of a connection ID
+to or from zero-length makes it difficult to identify when the value of the
+connection ID changed.  An endpoint that is receiving packets with a zero-length
+Destination Connection ID MUST treat receipt of a CONNECTION_ID_FINISHED frame
+as a connection error of type PROTOCOL_VIOLATION.
+
+
</pre>
<p>We want to say whether it can or cannot...</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/1742#pullrequestreview-155728483">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy9DfG6Yx7r7MTmvPKys3zjoP9z7ks5ubaD2gaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqz6SqgyWVir8gsN4XT5UEKlV_yrmks5ubaD2gaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-155728483"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-155728483",
"url": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-155728483",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@huitema commented on 1742",
"sections": [
{
"text": "I think we will have an interesting conversation. My main concern is whether to introduce a concept of paths, i.e. pairs o connection IDs. It would simplify my code significantly, rather than trying to implement paths using low level components like NEW CONNECTION ID, PATH CHALLENGE and PATH RESPONSE.",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-155728483"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9da97681c7d_4b713fe633ad45b82213df--


From nobody Sat Sep 15 18:04:20 2018
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 42AD7130E60 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 18:04:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 6EmmHhOxO824 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 18:04:16 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9C652130E58 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 18:04:16 -0700 (PDT)
Date: Sat, 15 Sep 2018 18:04:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537059855; bh=SL0QLuBmqIcp6Tvp2CAr8pzQkgAnfzPzpZF+36sCDDI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2PaUkYEDCwKIH/frWbG/s9uUviSg+ezy98iCc3K++iWaM42Vyo3c1Bj5JubC/eYMl n2CzYnUzP4kL+x23XoehK4iVN99/906x6AVJHEpuYMNDwijI6tqtqkkk7jqpJCkMQ8 w8YEaLBLFsQwK+B3GAnPGsQGsQnvIElFWJXYRMC8=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab10dbb312cb129bc6818f77a9d9dfeda7cddd8b5492cf0000000117b56e0f92a169ce157c9253@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1747/421664969@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1747@github.com>
References: <quicwg/base-drafts/issues/1747@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: stream cancellation only required when max dynamic table size > 0 (#1747)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9dac0f26dfa_4b6d3fe633ad45b895853"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
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/X3CSqDVymgPPlqJnSxHqHkp8mQQ>
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: Sun, 16 Sep 2018 01:04:18 -0000

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

Why send cancellations that serve no purpose?  My vote is for a consistent spec.

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

<p>Why send cancellations that serve no purpose?  My vote is for a consistent spec.</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/1747#issuecomment-421664969">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1LWpwu2-qttgF6WMI8zCcPrdEECks5ubaOPgaJpZM4WqFwz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2ZnGSeRflAZSYSWDmRXxXp9vC1Lks5ubaOPgaJpZM4WqFwz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov in #1747: Why send cancellations that serve no purpose?  My vote is for a consistent spec."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1747#issuecomment-421664969"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-421664969",
"url": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-421664969",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: stream cancellation only required when max dynamic table size \u003e 0 (#1747)",
"sections": [
{
"text": "",
"activityTitle": "**Dmitri Tikhonov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@dtikhonov",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1747,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1747\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-421664969"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380132403\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9dac0f26dfa_4b6d3fe633ad45b895853--


From nobody Sat Sep 15 18:23:16 2018
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 675AB130E62 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 18:23:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 I76hQeJdu-Ui for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 18:23:12 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6E316130E58 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 18:23:12 -0700 (PDT)
Date: Sat, 15 Sep 2018 18:23:11 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537060991; bh=k8CpiTGUOIewUlyUdN5s/NBVE11S8Icxa0GA/wRz5ZA=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=hoV4HEaCrQ3du5zAjbyDmXxJj0JeS+Wnkc+62ichotikxN1Bn1tIPqhVE3ws2aJ/2 NVqvTXLhupXn52QCg3wRd/LgE1nZRoQKfEgHs3ejaz7LwL5qCH/46jKRtoY1ZdBhOs gwdP1psymRIxH19tvzEtB5LTxuZHS7ySNBQ8QOQc=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7a5dbd1eccfc18254a7c2933504446aca6950fa992cf0000000117b5727f92a169ce157e2f35@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1749@github.com>
Subject: [quicwg/base-drafts] Consider three ways handshake for new paths (#1749)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9db07f9c1b1_2f453fe7eced45b82812ed"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/plGOvN6Na3uVqS2bVQ0KG7BrC68>
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: Sun, 16 Sep 2018 01:23:14 -0000

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

For privacy reasons, we want that communication between peers happens on path defined by a pair of addresses and identified by a pair of connection ID. For security reasons, we also want to not use paths before their continuity has been tested. Implementations end up doing that with an "ad hoc" three ways handshake:
```
Client API:  please test a new path between dest and srce addresses.
Client: 
picks fresh connection ID from list provided by server.
sends "probe" (path challenge) to/from selected addresses, to selected CID.
                                    Server Node:
                                    receives the path challenge
                                    picks fresh connection ID from list provided by client.
                                    sends probe response (path challenge response and path challenge) to selected CID
receives probe response.
uses address pair to correlate with one of the probes in progress.
associate server selected "client CID" with client selected "server CID".
consider path validated.
sends challenge response
                                    receives response. considers path validated.
```
Developers can make that work, and in fact it works in my code. But it is very brittle. It will fail if:

1) There is no fresh server CID available at the client to start the process.
2) There is no fresh client CID available at the server.
3) Somehow the client cannot correlate the incoming response with a pending probe.

The first condition is unavoidable -- the client needs a fresh ID, and the server needs accept packets through it. But the other failure modes could be avoided, and a slight redesign would make the whole process more robust. The idea would be to recognize that this is a 3-ways handshake, and treat it as such:
```
Client API:  please test a new path between dest and srce addresses.
Client: 
picks fresh connection ID from list provided by server.
picks new local CID.
sends "probe" towards server selected CID with three parameters: 
probe challenge, client source CID, client reset token.
                                    Server Node:
                                    receives the probe. If it is ready to accept it,
                                    sends probe response to client source CID with two parameters:
                                    probe response and server challenge
receives probe response.
uses destination CID to correlate with probe in progress.
consider path validated.
sends challenge response to server.
                                    receives response. considers path validated.
```
Recognizing the probes as such makes bookkeeping much easier. It also allows enforcement of privacy rules: use exactly one CID for each of the peer CID. But of course, it requires three or four new frames; PATH_PROBE, PATH_RESPONSE, PATH_CONFIRM. And maybe something like PATH_RESET.

          


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

<p>For privacy reasons, we want that communication between peers happens on path defined by a pair of addresses and identified by a pair of connection ID. For security reasons, we also want to not use paths before their continuity has been tested. Implementations end up doing that with an "ad hoc" three ways handshake:</p>
<pre><code>Client API:  please test a new path between dest and srce addresses.
Client: 
picks fresh connection ID from list provided by server.
sends "probe" (path challenge) to/from selected addresses, to selected CID.
                                    Server Node:
                                    receives the path challenge
                                    picks fresh connection ID from list provided by client.
                                    sends probe response (path challenge response and path challenge) to selected CID
receives probe response.
uses address pair to correlate with one of the probes in progress.
associate server selected "client CID" with client selected "server CID".
consider path validated.
sends challenge response
                                    receives response. considers path validated.
</code></pre>
<p>Developers can make that work, and in fact it works in my code. But it is very brittle. It will fail if:</p>
<ol>
<li>There is no fresh server CID available at the client to start the process.</li>
<li>There is no fresh client CID available at the server.</li>
<li>Somehow the client cannot correlate the incoming response with a pending probe.</li>
</ol>
<p>The first condition is unavoidable -- the client needs a fresh ID, and the server needs accept packets through it. But the other failure modes could be avoided, and a slight redesign would make the whole process more robust. The idea would be to recognize that this is a 3-ways handshake, and treat it as such:</p>
<pre><code>Client API:  please test a new path between dest and srce addresses.
Client: 
picks fresh connection ID from list provided by server.
picks new local CID.
sends "probe" towards server selected CID with three parameters: 
probe challenge, client source CID, client reset token.
                                    Server Node:
                                    receives the probe. If it is ready to accept it,
                                    sends probe response to client source CID with two parameters:
                                    probe response and server challenge
receives probe response.
uses destination CID to correlate with probe in progress.
consider path validated.
sends challenge response to server.
                                    receives response. considers path validated.
</code></pre>
<p>Recognizing the probes as such makes bookkeeping much easier. It also allows enforcement of privacy rules: use exactly one CID for each of the peer CID. But of course, it requires three or four new frames; PATH_PROBE, PATH_RESPONSE, PATH_CONFIRM. And maybe something like PATH_RESET.</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/1749">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9X8yPNwGD5iWy3gdvbndWE9UGayks5ubaf_gaJpZM4WqnkV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_qpipzFOXDlthNJFvwE-7vuZNhAks5ubaf_gaJpZM4WqnkV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Consider three ways handshake for new paths (#1749)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1749"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1749",
"url": "https://github.com/quicwg/base-drafts/issues/1749",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Consider three ways handshake for new paths (#1749)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1749
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1749,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1749\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1749"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380270869\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9db07f9c1b1_2f453fe7eced45b82812ed--


From nobody Sat Sep 15 21:21:40 2018
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 4C205130DDB for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:21:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 awCeA131Cgdi for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:21:36 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9AAC7130DD7 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 21:21:36 -0700 (PDT)
Date: Sat, 15 Sep 2018 21:21:35 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537071695; bh=6R26jhyV6Bz8QFgLn6DmPfuOcdxWalpegRVcf5H00g0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YxC4FCG7fq5Ca99P/JY4rrPiF2GWpwYsvcIr90hwRdLzbXgQhS6vjMI/wrnCbO1vk QGaSJrwZu+XFquOQuUvfnosmyggpJgRb4l3RoJmmKLkR6bGx8HNhmuR9FzOHrVf16X Yu56TAJJ0jI55hcCYlyrGEmbU3fLaLxB+nafxW/s=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0def725f91c60f4692ef983c5a57bc1a91f7a19392cf0000000117b59c4f92a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/155731517@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9dda4f6b233_69233f9e2b8d45c4565090"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/KIc5IzqmOES9flxvK2MJepSYfv0>
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: Sun, 16 Sep 2018 04:21:39 -0000

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

erickinnear commented on this pull request.



> +longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.
+
+An endpoint that retires a connection ID should retain knowledge of that
+connection ID for a reasonable time after sending the CONNECTION_ID_FINISHED
+frame, or until that frame is acknowledged.  A recommended time is three times
+the current Retransmission Timeout (RTO) interval as defined in
+{{QUIC-RECOVERY}}.  This prevents potential retransmissions of a
+NEW_CONNECTION_ID frame from overlapping with the CONNECTION_ID_FINISHED frame
+for the same connection ID.
+
+Additionally, each connection ID MUST be used on packets sent from only one
+local address.  At any time, an endpoint MAY change to a new connection ID on a
+local address already in use.  An endpoint that migrates to a new local address
+SHOULD retire all connection IDs that were used on the previous address
+using the CONNECTION_ID_FINISHED frame.

Yeah, that was the original intent, but that got lost in this wording. 

-- 
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/1742#discussion_r217901660
----==_mimepart_5b9dda4f6b233_69233f9e2b8d45c4565090
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901660">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.
+
+An endpoint that retires a connection ID should retain knowledge of that
+connection ID for a reasonable time after sending the CONNECTION_ID_FINISHED
+frame, or until that frame is acknowledged.  A recommended time is three times
+the current Retransmission Timeout (RTO) interval as defined in
+{{QUIC-RECOVERY}}.  This prevents potential retransmissions of a
+NEW_CONNECTION_ID frame from overlapping with the CONNECTION_ID_FINISHED frame
+for the same connection ID.
+
+Additionally, each connection ID MUST be used on packets sent from only one
+local address.  At any time, an endpoint MAY change to a new connection ID on a
+local address already in use.  An endpoint that migrates to a new local address
+SHOULD retire all connection IDs that were used on the previous address
+using the CONNECTION_ID_FINISHED frame.
</pre>
<p>Yeah, that was the original intent, but that got lost in this wording.</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/1742#discussion_r217901660">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_V59ZwC48sHVDOnBAOQ8VPzNgyOks5ubdHPgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7VQKl8Ph6VraeTcAYUMux0N10PAks5ubdHPgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901660"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901660",
"url": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901660",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@erickinnear commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901660"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9dda4f6b233_69233f9e2b8d45c4565090--


From nobody Sat Sep 15 21:33:37 2018
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 B7AC2130E28 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:33:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 tlkUa6ZgWxp5 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:33:34 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1A61F127AC2 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 21:33:34 -0700 (PDT)
Date: Sat, 15 Sep 2018 21:33:33 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537072413; bh=GdmMfHQBmKdbVs9fkJ5m91PCM5XfgVTQQb+NgT0Gm7g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NrlYTiLh1DMPY817Ppq205YGGn31BGz0Id67RIcR7+R8oI48GOqDKUclN4EXjeVTF tfAYFGcAZM0cmD364gZY6jNLUumDX+pdNtMxWu/B93bqI7dOoySuQGm0ZtTdX8oHbz DjSFvLV5SsUBA9SpFX9TS1a8RXeMuMld0I5Ums54=
From: erickinnear <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/1742/push/2880304573@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ddd1d66200_23463f8c576d45c07318f7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/Kji9roKa5KVPh7o12wn4ttzZcAA>
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: Sun, 16 Sep 2018 04:33:36 -0000

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

@erickinnear pushed 1 commit.

1fdbecd  Move caution text, review comments


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1742/files/14020735ae126961bc364334d28d5dc2f943941b..1fdbecd39492547b83807237e56cd39e547fbd3f

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/1fdbecd">1fdbecd</a>  Move caution text, review comments</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/1742/files/14020735ae126961bc364334d28d5dc2f943941b..1fdbecd39492547b83807237e56cd39e547fbd3f">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq47Dnul4m4kpzcBCHvoNzTJNwO8Gks5ubdSdgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5Y3qPPq7UHjb4y6sWO9ieCyYcbEks5ubdSdgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear pushed 1 commit in #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742/files/14020735ae126961bc364334d28d5dc2f943941b..1fdbecd39492547b83807237e56cd39e547fbd3f"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742/files/14020735ae126961bc364334d28d5dc2f943941b..1fdbecd39492547b83807237e56cd39e547fbd3f",
"url": "https://github.com/quicwg/base-drafts/pull/1742/files/14020735ae126961bc364334d28d5dc2f943941b..1fdbecd39492547b83807237e56cd39e547fbd3f",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@erickinnear pushed 1 commit in #1742",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1742:",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [
{
"name": "1fdbecd",
"value": "Move caution text, review comments"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742/files/14020735ae126961bc364334d28d5dc2f943941b..1fdbecd39492547b83807237e56cd39e547fbd3f"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9ddd1d66200_23463f8c576d45c07318f7--


From nobody Sat Sep 15 21:34:38 2018
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 103F1130E28 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:34:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 KJ1vVuOrb45E for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:34:34 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7F62E127AC2 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 21:34:34 -0700 (PDT)
Date: Sat, 15 Sep 2018 21:34:33 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537072473; bh=8X93qxU+ZCNj+WkKaR2kDL1EKuhTVmSwODKQOQ62T1c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OdCTGEKfdHmQH9M7ii6xojIOVLZ+L3fRCnO1a/XAT8TuBzowMSA6Yhc8t2CQg71JT D858Hbc0ck4rZ1XDpe7dspsBR3InnPYgOXSS+B8ubuJ5CfiK1yJZO6/sKbDYGr0dXp OrHP9PqA+15NCCMtHaVEXcjmmVS/ld4zuzpWHHsg=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8731e2b7513361519000f11731ea328f1efbaccd92cf0000000117b59f5992a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/155731666@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ddd59b1966_6f503fc7a5cd45b825542b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/WRKXIGU_t7J8MTR-ozMAcV3czEs>
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: Sun, 16 Sep 2018 04:34:36 -0000

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

erickinnear commented on this pull request.



> +Connection ID:
+
+: A connection ID of the specified length.
+
+Receipt of a CONNECTION_ID_FINISHED frame containing a connection ID that was
+not previously sent to the peer MAY be treated as a connection error of type
+PROTOCOL_VIOLATION.
+
+An endpoint MUST NOT send this frame if it is currently sending packets with a
+zero-length Destination Connection ID.  Changing the length of a connection ID
+to or from zero-length makes it difficult to identify when the value of the
+connection ID changed.  An endpoint that is receiving packets with a zero-length
+Destination Connection ID MUST treat receipt of a CONNECTION_ID_FINISHED frame
+as a connection error of type PROTOCOL_VIOLATION.
+
+

Added note to this effect in 1fdbecd

-- 
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/1742#discussion_r217901799
----==_mimepart_5b9ddd59b1966_6f503fc7a5cd45b825542b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901799">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +Connection ID:
+
+: A connection ID of the specified length.
+
+Receipt of a CONNECTION_ID_FINISHED frame containing a connection ID that was
+not previously sent to the peer MAY be treated as a connection error of type
+PROTOCOL_VIOLATION.
+
+An endpoint MUST NOT send this frame if it is currently sending packets with a
+zero-length Destination Connection ID.  Changing the length of a connection ID
+to or from zero-length makes it difficult to identify when the value of the
+connection ID changed.  An endpoint that is receiving packets with a zero-length
+Destination Connection ID MUST treat receipt of a CONNECTION_ID_FINISHED frame
+as a connection error of type PROTOCOL_VIOLATION.
+
+
</pre>
<p>Added note to this effect in <a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/1fdbecd39492547b83807237e56cd39e547fbd3f"><tt>1fdbecd</tt></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/1742#discussion_r217901799">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-oLxUX6cV_IVeYOyHK9qsHXEBAVks5ubdTZgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqw7_irwW5vqXiEg9WHXbZeC_nCC1ks5ubdTZgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901799"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901799",
"url": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901799",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@erickinnear commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901799"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9ddd59b1966_6f503fc7a5cd45b825542b--


From nobody Sat Sep 15 21:36:22 2018
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 0AF61130E28 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:36:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 c-50sHErhQ5N for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:36:19 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 62DB2127AC2 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 21:36:19 -0700 (PDT)
Date: Sat, 15 Sep 2018 21:36:18 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537072578; bh=rF2LsiETcpuy5Z5Tcca9Cj3lhBKLLW4D6yPeg/WsE3k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XHntXBKicBZw4sY+pmTwR9uoh94yC6paPkbCvfhRjpZmSUsCb7Fuw9ppyTDJ3osu3 g5FUDShlc0ToqTJwwlKa6bHLeJ2TQAg2dWCC58ocfVwg/Gc+IZ17jxfgwivE7qXQrL nwiQCzJAWHPF3fabDJYuTVTuu7G05WepNvMG2grc=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9983935586a05d0143c867ef559a284c9615e6d092cf0000000117b59fc292a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/155731693@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9dddc2b0819_18fb3fd4824d45b85187f1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/J3l1YKusK_iWoxKnFXo4j4frBW0>
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: Sun, 16 Sep 2018 04:36:21 -0000

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

erickinnear commented on this pull request.



> +The fields are:
+
+Length:
+
+: An 8-bit unsigned integer containing the length of the connection ID.
+
+Connection ID:
+
+: A connection ID of the specified length.
+
+Receipt of a CONNECTION_ID_FINISHED frame containing a connection ID that was
+not previously sent to the peer MAY be treated as a connection error of type
+PROTOCOL_VIOLATION.
+
+An endpoint MUST NOT send this frame if it is currently sending packets with a
+zero-length Destination Connection ID.  Changing the length of a connection ID

Changed this for FINISHED, works more nicely with what's in NEW 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/1742#discussion_r217901825
----==_mimepart_5b9dddc2b0819_18fb3fd4824d45b85187f1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901825">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +The fields are:
+
+Length:
+
+: An 8-bit unsigned integer containing the length of the connection ID.
+
+Connection ID:
+
+: A connection ID of the specified length.
+
+Receipt of a CONNECTION_ID_FINISHED frame containing a connection ID that was
+not previously sent to the peer MAY be treated as a connection error of type
+PROTOCOL_VIOLATION.
+
+An endpoint MUST NOT send this frame if it is currently sending packets with a
+zero-length Destination Connection ID.  Changing the length of a connection ID
</pre>
<p>Changed this for FINISHED, works more nicely with what's in NEW 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/1742#discussion_r217901825">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3BicEoCw8anZJ46QyVHLb3dt-16ks5ubdVCgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyFoSGNB3RT6-iGdvxAOTfduJH1Nks5ubdVCgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901825"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901825",
"url": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901825",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@erickinnear commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901825"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9dddc2b0819_18fb3fd4824d45b85187f1--


From nobody Sat Sep 15 21:36:54 2018
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 528C7130E28 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:36:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 i57d-aBOKA0w for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:36:51 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D085B127AC2 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 21:36:50 -0700 (PDT)
Date: Sat, 15 Sep 2018 21:36:50 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537072610; bh=6EN60HY15CWX7rwPMGTNgyahPOObrF5gDqyBblZKq0s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wHZ+Q00vFdu7VfhYV1f34dttGeeRGMBcbwh6gisD/srO/mr2Eer7ogX7c7OhrZmH5 6EfH4XIQdORgX+yvbBhSIAQGoK7h9RLJgWUze2+IG+yC/kMT1tOHg8Y1ztgn9q5uWr XiZslGnjppRvK7wHcbSdkh9y3ST/FeugEWMhtb8k=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba5e9fc71794d4a03e007bd2d44a3ddd7ee610acd92cf0000000117b59fe292a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/155731699@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ddde2238dc_3df3fe7eced45b81266d2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/8_ZAFCKAmGrZeK9Aj-uhPE4Zjyo>
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: Sun, 16 Sep 2018 04:36:52 -0000

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

erickinnear commented on this pull request.



> +
+
+### Consuming Connection IDs
+
+If an endpoint's peer has selected a non-zero-length connection ID, the endpoint
+maintains a set of connection IDs received from the peer that it can use when
+sending packets.  All connection IDs issued by the peer are considered valid for
+use by the endpoint when sending packets until the connection ID is retired by
+the endpoint.  Endpoints can choose to stop using a given connection ID to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID that is no
+longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.
+
+An endpoint that retires a connection ID should retain knowledge of that
+connection ID for a reasonable time after sending the CONNECTION_ID_FINISHED

Changed in 1fdbecd

-- 
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/1742#discussion_r217901829
----==_mimepart_5b9ddde2238dc_3df3fe7eced45b81266d2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901829">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +
+
+### Consuming Connection IDs
+
+If an endpoint&#39;s peer has selected a non-zero-length connection ID, the endpoint
+maintains a set of connection IDs received from the peer that it can use when
+sending packets.  All connection IDs issued by the peer are considered valid for
+use by the endpoint when sending packets until the connection ID is retired by
+the endpoint.  Endpoints can choose to stop using a given connection ID to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID that is no
+longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.
+
+An endpoint that retires a connection ID should retain knowledge of that
+connection ID for a reasonable time after sending the CONNECTION_ID_FINISHED
</pre>
<p>Changed in <a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/1fdbecd39492547b83807237e56cd39e547fbd3f"><tt>1fdbecd</tt></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/1742#discussion_r217901829">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-noQ6yKS_l3-Qcw6occ3N8pRIEDks5ubdVigaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6WhLbX1I93bQaJbiTIx5vHcdrk5ks5ubdVigaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901829"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901829",
"url": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901829",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@erickinnear commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901829"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9ddde2238dc_3df3fe7eced45b81266d2--


From nobody Sat Sep 15 21:36:59 2018
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 5B863127AC2 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:36:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 EJSgVg4OU1lv for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:36:55 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD93C130E70 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 21:36:55 -0700 (PDT)
Date: Sat, 15 Sep 2018 21:36:54 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537072615; bh=41hjU4A7IKWg4y6lX2xrNez9xE9mLJpM/mhctjQmhuI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=U4kBKCpcc1BSqTYU+585ehRNcEfpD0e5e9L6elHG8Hz+l3L/En07dg5AZy5peCFJs /KOo30CXGwHMYd3V+Sq1oxWJjgS+wtzjmeyKzXgH4hFzNZv9OxqDGic0McAN06FuiD N92tVljB4v7tTdLovv7JXyjQ6CLLFmnzzubEDdxA=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe5a2b7850b7999254ee6766a148e71dcd988540e92cf0000000117b59fe692a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/155731702@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ddde62053a_76573fe5f2ed45b455852"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/1n19CQUb1QONXbBAfDViK2gFVbc>
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: Sun, 16 Sep 2018 04:36:57 -0000

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

erickinnear commented on this pull request.



> +({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new
+connection ID using a NEW_CONNECTION_ID frame to reduce the possibility of its
+peer running out of available connection IDs.
+
+An endpoint that receives a packet with a different remote address than
+previously used SHOULD also switch to sending with a different connection ID.
+This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.

Moved and merged with the text that's here in 1fdbecd

-- 
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/1742#discussion_r217901831
----==_mimepart_5b9ddde62053a_76573fe5f2ed45b455852
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901831">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new
+connection ID using a NEW_CONNECTION_ID frame to reduce the possibility of its
+peer running out of available connection IDs.
+
+An endpoint that receives a packet with a different remote address than
+previously used SHOULD also switch to sending with a different connection ID.
+This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.
</pre>
<p>Moved and merged with the text that's here in <a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/1fdbecd39492547b83807237e56cd39e547fbd3f"><tt>1fdbecd</tt></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/1742#discussion_r217901831">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwKHB5fEJZkOGQWboTVxs2KYLVymks5ubdVmgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7EYparFDDgiYbA1aq9IZX4CLSGKks5ubdVmgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901831"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901831",
"url": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901831",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@erickinnear commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901831"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9ddde62053a_76573fe5f2ed45b455852--


From nobody Sat Sep 15 21:38:03 2018
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 954D7127AC2 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:38:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 aW8kmpfv2Owc for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:38:00 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 45B4F1277D2 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 21:38:00 -0700 (PDT)
Date: Sat, 15 Sep 2018 21:37:59 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537072679; bh=LjnbDTMH5QMsgVycwlY/N9c+ekt8tcDQzo6KBcID5qc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EbcM9CkpNBYZuaF5RlbyjpdFIOaxZmyRDny0EVB0ohxh0OBZ5FJVGM2FeSQVmlOQn ubHPZz+VPqiYx4ieGvkXCkdo8yOBPyGE5O6Pziz7j6GNZsH8rzthoiZ4Q/UDOexyOa wytT3S5aI1phHOP1y0eLmqGUm/XP+Z4XtEszlIT8=
From: erickinnear <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/1742/push/2880308022@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9dde2786a3f_8b43f8c576d45c021380"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/VCvFykjETe5BYwUHcje0ZqQDbT8>
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: Sun, 16 Sep 2018 04:38:02 -0000

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

@erickinnear pushed 1 commit.

325c21e  Minor textual nits


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1742/files/1fdbecd39492547b83807237e56cd39e547fbd3f..325c21e34d452a0639369f5dacad623cd78f39a2

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/325c21e">325c21e</a>  Minor textual nits</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/1742/files/1fdbecd39492547b83807237e56cd39e547fbd3f..325c21e34d452a0639369f5dacad623cd78f39a2">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8sBD1mYCwrCinPxomvM4S5Fiqzfks5ubdWngaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_AF6di04pz2uuzSm1F40azIK-Pdks5ubdWngaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear pushed 1 commit in #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742/files/1fdbecd39492547b83807237e56cd39e547fbd3f..325c21e34d452a0639369f5dacad623cd78f39a2"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742/files/1fdbecd39492547b83807237e56cd39e547fbd3f..325c21e34d452a0639369f5dacad623cd78f39a2",
"url": "https://github.com/quicwg/base-drafts/pull/1742/files/1fdbecd39492547b83807237e56cd39e547fbd3f..325c21e34d452a0639369f5dacad623cd78f39a2",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@erickinnear pushed 1 commit in #1742",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1742:",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [
{
"name": "325c21e",
"value": "Minor textual nits"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742/files/1fdbecd39492547b83807237e56cd39e547fbd3f..325c21e34d452a0639369f5dacad623cd78f39a2"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9dde2786a3f_8b43f8c576d45c021380--


From nobody Sat Sep 15 21:39:31 2018
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 E2149127AC2 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:39:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Ji85Q3ssRmY2 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:39:28 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 602981277D2 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 21:39:28 -0700 (PDT)
Date: Sat, 15 Sep 2018 21:39:27 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537072767; bh=LZQNivOTKHYXfyD6KBAxfRv/nK2v1/2wT5FotKfo6M4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xYrlqd2jR3n7zFysYcNGwxF+rsZQ5X5+fnglx0fp/aQtbDUPxXhN580CG9ZSgzJeu YLjDtEjgq8bfgvHhQFPadBnp8d9CoG8UgBEow7kj4y5059MNspprb321fICgg25w/4 V1hETkXsk+7Gdmqqt3HoSZn1hxosBRH3H1RD0tP4=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab47dc0592d9d70103228de69768287a79bcbd9d3b92cf0000000117b5a07f92a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/155731740@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9dde7fb6397_2a393ff14ccd45c4407352"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/Jyn-JwlsAfP1R_wrRpQ8y47qZuY>
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: Sun, 16 Sep 2018 04:39:30 -0000

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

erickinnear commented on this pull request.



> +longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.
+
+An endpoint that retires a connection ID should retain knowledge of that
+connection ID for a reasonable time after sending the CONNECTION_ID_FINISHED
+frame, or until that frame is acknowledged.  A recommended time is three times
+the current Retransmission Timeout (RTO) interval as defined in
+{{QUIC-RECOVERY}}.  This prevents potential retransmissions of a
+NEW_CONNECTION_ID frame from overlapping with the CONNECTION_ID_FINISHED frame
+for the same connection ID.
+
+Additionally, each connection ID MUST be used on packets sent from only one
+local address.  At any time, an endpoint MAY change to a new connection ID on a
+local address already in use.  An endpoint that migrates to a new local address
+SHOULD retire all connection IDs that were used on the previous address
+using the CONNECTION_ID_FINISHED frame.

Reworded this to indicate you should retire when you're done with the local address (what we've been saying for "path" so far). We can explain more about this if necessary, but it seems pretty evident that you may migrate back, for example, and it's no harm if you use a new CID when migrating back (if you've got enough, of course). 

-- 
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/1742#discussion_r217901873
----==_mimepart_5b9dde7fb6397_2a393ff14ccd45c4407352
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901873">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.
+
+An endpoint that retires a connection ID should retain knowledge of that
+connection ID for a reasonable time after sending the CONNECTION_ID_FINISHED
+frame, or until that frame is acknowledged.  A recommended time is three times
+the current Retransmission Timeout (RTO) interval as defined in
+{{QUIC-RECOVERY}}.  This prevents potential retransmissions of a
+NEW_CONNECTION_ID frame from overlapping with the CONNECTION_ID_FINISHED frame
+for the same connection ID.
+
+Additionally, each connection ID MUST be used on packets sent from only one
+local address.  At any time, an endpoint MAY change to a new connection ID on a
+local address already in use.  An endpoint that migrates to a new local address
+SHOULD retire all connection IDs that were used on the previous address
+using the CONNECTION_ID_FINISHED frame.
</pre>
<p>Reworded this to indicate you should retire when you're done with the local address (what we've been saying for "path" so far). We can explain more about this if necessary, but it seems pretty evident that you may migrate back, for example, and it's no harm if you use a new CID when migrating back (if you've got enough, of course).</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/1742#discussion_r217901873">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3VhDHdXB4hD6TBQgKnkyh2YZXvhks5ubdX_gaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_EONL8A8jbkXdt5JJJoYAib9MIjks5ubdX_gaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901873"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901873",
"url": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901873",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@erickinnear commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901873"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9dde7fb6397_2a393ff14ccd45c4407352--


From nobody Sat Sep 15 21:39:40 2018
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 E03A5127AC2 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:39:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 pZ6sheh8bZNK for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:39:37 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 29D291277D2 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 21:39:37 -0700 (PDT)
Date: Sat, 15 Sep 2018 21:39:36 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537072776; bh=dcxR8Q2jLY3e8o2EqXskJm5Z+IWW3T5i69zJDi72mVg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=L4vZSHRGEgNN62nYNbGLHM79hkpe5lmKf7MKVfoozhYjttgM9hRiytFa73ePf7Fyl XDfm6ndsCdLOjrgkDZ4rxlXQcjrF9gdVf6O8oLxFhRtSdEd1TUMpyneCTnOwbHG0s4 tgVB9HzS2Uxo2F0n/GinCpuBnDcOyBBjPXDxpsnQ=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8e9b78d3711d99792c5e5d7d2660586a09151dac92cf0000000117b5a08892a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/155731742@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9dde885522f_5b6e3f98276d45bc94942d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/y1KEYIKO9MIGRvUqLpGF_MIQDOg>
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: Sun, 16 Sep 2018 04:39:39 -0000

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

erickinnear commented on this pull request.



> @@ -3257,6 +3287,49 @@ the Source Connection ID used by the peer during the initial
 handshake, it MUST treat that receipt as a connection error of type
 PROTOCOL_VIOLATION.
 
+## CONNECTION_ID_FINISHED Frame {#frame-connection-id-finished}
+
+An endpoint sends a CONNECTION_ID_FINISHED frame (type=0x1b) to indicate that it
+will no longer use a connection ID that was issued by its peer.  This also
+serves as a request to the peer to send additional connection IDs for future use
+(see {{connection-id}}).  New connection IDs can be delivered via the
+NEW_CONNECTION_ID frame ({{frame-new-connection-id}}).
+
+Retiring a connection ID using the CONNECTION_ID_FINISHED frame invalidates any
+stateless reset tokens associated with that connection ID.

Fixed

-- 
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/1742#discussion_r217901874
----==_mimepart_5b9dde885522f_5b6e3f98276d45bc94942d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901874">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3257,6 +3287,49 @@ the Source Connection ID used by the peer during the initial
 handshake, it MUST treat that receipt as a connection error of type
 PROTOCOL_VIOLATION.
 
+## CONNECTION_ID_FINISHED Frame {#frame-connection-id-finished}
+
+An endpoint sends a CONNECTION_ID_FINISHED frame (type=0x1b) to indicate that it
+will no longer use a connection ID that was issued by its peer.  This also
+serves as a request to the peer to send additional connection IDs for future use
+(see {{connection-id}}).  New connection IDs can be delivered via the
+NEW_CONNECTION_ID frame ({{frame-new-connection-id}}).
+
+Retiring a connection ID using the CONNECTION_ID_FINISHED frame invalidates any
+stateless reset tokens associated with that connection ID.
</pre>
<p>Fixed</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/1742#discussion_r217901874">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-s44IuqDM4mOIH_FIi8NKSJvRn1ks5ubdYIgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2xYi8oN2dFnY7eP3AlwzaUcLQdaks5ubdYIgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901874"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901874",
"url": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901874",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@erickinnear commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901874"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9dde885522f_5b6e3f98276d45bc94942d--


From nobody Sat Sep 15 21:39:53 2018
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 137E4130E64 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:39:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 zZ_uOZe0ISxN for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 21:39:50 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 36556130DE5 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 21:39:50 -0700 (PDT)
Date: Sat, 15 Sep 2018 21:39:49 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537072789; bh=tWIA4m4z6K6ltnn3BH0aN22Ab2vA4zB+0VIIbnC22jw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Cs9saosOwXFAVMF7olsDXe0Hq4UsUMzOcWMfsTpg3NgZOB8/AMHKRbT89tegKtcr1 e7ZQnVlENAQZd6ScA7UdOIIanpSMC6iCV8WtdhtF4S+n0ivlLstHUwN/U6f6Wa7iUg E5q7wVoTd1SxBB3yD2uvDvIHbvthm2yXMqCXp5fg=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab27dc95d007284f4be645959327e55e1aaae5e8bd92cf0000000117b5a09592a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/155731745@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9dde958a7eb_1b373fbe6e2d45bc42268d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/x2lKsc7CnfcZfp9eIA6USwH5Ok8>
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: Sun, 16 Sep 2018 04:39:52 -0000

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

erickinnear commented on this pull request.



> +the connection with at least one connection ID to use when sending.  An endpoint
+SHOULD supply its peer with additional connection IDs via NEW_CONNECTION_ID
+frames. While each endpoint can choose how many connection IDs to issue, a
+recommended number of outstanding connection IDs is eight.
+
+When an endpoint issues a connection ID, it MUST accept packets using this
+connection ID for the duration of the connection or until its peer invalidates
+the connection ID via a CONNECTION_ID_FINISHED frame
+({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new

Changed in 325c21e

-- 
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/1742#discussion_r217901877
----==_mimepart_5b9dde958a7eb_1b373fbe6e2d45bc42268d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901877">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +the connection with at least one connection ID to use when sending.  An endpoint
+SHOULD supply its peer with additional connection IDs via NEW_CONNECTION_ID
+frames. While each endpoint can choose how many connection IDs to issue, a
+recommended number of outstanding connection IDs is eight.
+
+When an endpoint issues a connection ID, it MUST accept packets using this
+connection ID for the duration of the connection or until its peer invalidates
+the connection ID via a CONNECTION_ID_FINISHED frame
+({{frame-connection-id-finished}}).
+
+Implementations SHOULD ensure that peers have sufficient connection IDs
+available to reduce the possibility of peers exhausting their supply of
+available connection IDs.  An implementation could do this by always supplying a
+new connection ID for each connection ID retired with a CONNECTION_ID_FINISHED
+frame. When a receiver of a packet notices that its peer is now using a
+previously unused connection ID, it can choose to supply its peer with a new
</pre>
<p>Changed in <a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/325c21e34d452a0639369f5dacad623cd78f39a2"><tt>325c21e</tt></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/1742#discussion_r217901877">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyRCHAl0GP5upYg__vxkIx6wH9veks5ubdYVgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9e-1ydIkCbcS2rHJAtVE-ZdE2HNks5ubdYVgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901877"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901877",
"url": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901877",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@erickinnear commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r217901877"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9dde958a7eb_1b373fbe6e2d45bc42268d--


From nobody Sun Sep 16 00:07:07 2018
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 B57CD130DC6 for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 00:07:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 CypaL5a063dj for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 00:07:04 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EEAA2130DC7 for <quic-issues@ietf.org>; Sun, 16 Sep 2018 00:07:03 -0700 (PDT)
Date: Sun, 16 Sep 2018 00:07:01 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537081621; bh=K6fcj8VcF5W9zTln9fEGbNSKgRPlZm6PAQbSihtV2XY=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=EtnviDIFx+1fAnQvs6p6foNFnd+Po6lNZR+oXoJwcb26AmAuaRRv6C2HQ4NFGtsVv YbGMY2Zro7rv/64Ev1crKCl+tLguKB7n1yoh3DKow8nJj9MS8zXZeeRHh1g3R01l+/ 8o2pQOqH5ooRV0HC9gcYSmiGfofUaFruU6kfEYmo=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab32b2e24e7914da0825a712dc0a5b48365685f22692cf0000000117b5c31592a169ce157e7de0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1750@github.com>
Subject: [quicwg/base-drafts] Make connection ID appear random (#1750)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9e0115d32d3_4a303fb7f62d45b815902c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/HbEQ0VV7dMzkaeq_g_HX3wjRUD8>
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: Sun, 16 Sep 2018 07:07:06 -0000

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

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

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

-- Commit Summary --

  * Make connection ID appear random

-- File Changes --

    M draft-ietf-quic-transport.md (8)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1750.patch
https://github.com/quicwg/base-drafts/pull/1750.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/1750

----==_mimepart_5b9e0115d32d3_4a303fb7f62d45b815902c
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 #1740.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="359341207" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1740" href="https://github.com/quicwg/base-drafts/issues/1740">#1740</a></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/1750'>https://github.com/quicwg/base-drafts/pull/1750</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Make connection ID appear random</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1750.patch'>https://github.com/quicwg/base-drafts/pull/1750.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1750.diff'>https://github.com/quicwg/base-drafts/pull/1750.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/1750">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_EUGiBILrr8MQDybqMSNKno1mrpks5ubfiVgaJpZM4Wqtyw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1AD4PN7ZK51KYFr4ozmuARlIN8-ks5ubfiVgaJpZM4Wqtyw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Make connection ID appear random (#1750)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1750"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1750",
"url": "https://github.com/quicwg/base-drafts/pull/1750",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Make connection ID appear random (#1750)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "7a3c539",
"value": "Make connection ID appear random"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1750/files#diff-0) (8 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1750,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1750\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1750"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1750.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1750.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380296368\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9e0115d32d3_4a303fb7f62d45b815902c--


From nobody Sun Sep 16 00:08:46 2018
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 56A74130DC7 for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 00:08:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 PZp8XEDanHDs for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 00:08:42 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AF6AA130DC6 for <quic-issues@ietf.org>; Sun, 16 Sep 2018 00:08:42 -0700 (PDT)
Date: Sun, 16 Sep 2018 00:08:42 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537081722; bh=zfzBphMxzyF9ZQb7jigIBBCR9g7fLvgVbSBG0GAglhU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VZiF5XTcPBCFUiQ+qPSBTVb04Xi4XQ/7Fc0RHd0niaybE1FhF22vGdBmfaTtiOqQX jkdRibxEPYOOgFwa0wAXiqzVezGB+3+RnDlc/xH86Hju/cmRq/yglxqZt9hpwR9KN5 mjvSL0XhOuxbrvybGgIhP0/D9rMeQc0aalwPiz6A=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7551101dba28e7490eb6344c55c55a0f2d14611792cf0000000117b5c37a92a169ce156b1c97@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1740/421713129@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1740@github.com>
References: <quicwg/base-drafts/issues/1740@github.com>
Subject: Re: [quicwg/base-drafts] Connections ID's are not required to appear random (#1740)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9e017a142cc_583c3f8671ed45b81047587"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/hfpWM3dIX-7LJkllvzOSZiW2gJQ>
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: Sun, 16 Sep 2018 07:08:44 -0000

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

Note that the PR mentions correlation across connections as well as paths.
I would have said that random CID is only required for TP `disable_migration`, but that does not address different connections.

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

<p>Note that the PR mentions correlation across connections as well as paths.<br>
I would have said that random CID is only required for TP <code>disable_migration</code>, but that does not address different connections.</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/1740#issuecomment-421713129">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqytRnNSyiqqCPdZSJo7ZU66kvwmvks5ubfj6gaJpZM4WkwzD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq69SYsEfEwN__nLARveoEnaRWjpQks5ubfj6gaJpZM4WkwzD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1740: Note that the PR mentions correlation across connections as well as paths.\r\nI would have said that random CID is only required for TP `disable_migration`, but that does not address different connections."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1740#issuecomment-421713129"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1740#issuecomment-421713129",
"url": "https://github.com/quicwg/base-drafts/issues/1740#issuecomment-421713129",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connections ID's are not required to appear random (#1740)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1740,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1740\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1740#issuecomment-421713129"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378735811\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9e017a142cc_583c3f8671ed45b81047587--


From nobody Sun Sep 16 00:37:48 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 8531E127B92 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 06:36:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.66
X-Spam-Level: 
X-Spam-Status: No, score=-1.66 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, URIBL_BLOCKED=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 iLYYG153sAfm for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 06:36:45 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AFD80130DE9 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 06:36:45 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537018605; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=GHxcJtZIuI5UGRS5RIpSCdegPWbjHi0o3OhtSAfLXDo=; b=bXtJKllkbM0NRs66CetRmhCsYXJkFtZ9kZiEegBd1QGQVQG5WDZo8cMGdcaqXxesz9bneQmh sP5KoMUAqhKtGqDmBqnBkmrh+zyNfjGUwImPfeMXNeSG7daCKgbOdYcfFBKpjnyJhkTYbyY0 kR/IMtmicMjLmyy9f1mYXTFQ/gg=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5b9d0aec.7f45dc2ec120-smtp-out-n02; Sat, 15 Sep 2018 13:36:44 -0000 (UTC)
Date: Sat, 15 Sep 2018 06:36:43 -0700
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5b9d0aeb6f3f6_50332aefb3b00ec8349b@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] a4209e: Some more items to discuss
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b9d0aeb6f069_50332aefb3b00ec8348e5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4DRv2_KxgMySDxmt3FQ1YwmMsUo>
X-Mailman-Approved-At: Sun, 16 Sep 2018 00:37:46 -0700
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, 15 Sep 2018 13:36:48 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: a4209eadf8acef8bb1cabe087fa3bdc9f6cc9ad1
      https://github.com/quicwg/wg-materials/commit/a4209eadf8acef8bb1cabe087fa3bdc9f6cc9ad1
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-15 (Sat, 15 Sep 2018)

  Changed paths:
    M interim-18-09/agenda.md

  Log Message:
  -----------
  Some more items to discuss

With this, we might get resolutions on all the remaining open issues bar the obvious.


  Commit: 92cc8a6f24695d47306f51dcae0de9edf790b468
      https://github.com/quicwg/wg-materials/commit/92cc8a6f24695d47306f51dcae0de9edf790b468
  Author: Lars Eggert <lars@eggert.org>
  Date:   2018-09-15 (Sat, 15 Sep 2018)

  Changed paths:
    M interim-18-09/agenda.md

  Log Message:
  -----------
  Merge pull request #65 from martinthomson/patch-1

Some more items to discuss


Compare: https://github.com/quicwg/wg-materials/compare/de7adc7d0248...92cc8a6f2469
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b9d0aeb6f069_50332aefb3b00ec8348e5--


From nobody Sun Sep 16 00:37:54 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 6A825130E22 for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 06:37:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.66
X-Spam-Level: 
X-Spam-Status: No, score=-1.66 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, URIBL_BLOCKED=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 7dMkKUqSv0Rn for <quic-issues@ietfa.amsl.com>; Sat, 15 Sep 2018 06:37:42 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 67AA0130DF4 for <quic-issues@ietf.org>; Sat, 15 Sep 2018 06:37:41 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537018660; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=5ZL3zQ3Muyrlolg4AUrXy6lVG6UqtZJB8flD96TN5hE=; b=LWpl1Sb+XJ6drYL1Ci5qVZm4AEOPjSRhA69Coy89i4h3TPTb0y2+aSf4MfYqFAzAead9r/9C dFJoioQC7LZrYYYihfoptI24NI/QTVD2qmQA+ZCZQpKAPSflJok6N4WyLExKR/aeJoKyVRE6 IR8nQqj0SCBZ0SFy3QBCODXHRAw=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 5b9d0b23.7f5bb07b81e0-smtp-out-n02; Sat, 15 Sep 2018 13:37:39 -0000 (UTC)
Date: Sat, 15 Sep 2018 06:37:38 -0700
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5b9d0b223190b_33702ab2229c8ed017538@hookshot-fe-5a11256.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] 741681: Victor presentation on new QUIC tooling
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5b9d0b22315b7_33702ab2229c8ed0174e8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Jw9XQyEwxZF7DT-h_oOlJV41uXU>
X-Mailman-Approved-At: Sun, 16 Sep 2018 00:37:46 -0700
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, 15 Sep 2018 13:37:43 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 741681530fa5e5fa29e74a792ccb87f042db4fbb
      https://github.com/quicwg/wg-materials/commit/741681530fa5e5fa29e74a792ccb87f042db4fbb
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2018-09-14 (Fri, 14 Sep 2018)

  Changed paths:
    M interim-18-09/agenda.md

  Log Message:
  -----------
  Victor presentation on new QUIC tooling


  Commit: e6f0253f0e9fc5cefb28e3cc8cad58e795b0abfe
      https://github.com/quicwg/wg-materials/commit/e6f0253f0e9fc5cefb28e3cc8cad58e795b0abfe
  Author: Lars Eggert <lars@eggert.org>
  Date:   2018-09-15 (Sat, 15 Sep 2018)

  Changed paths:
    M interim-18-09/agenda.md
    M interim-18-09/arrangements.md

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


  Commit: ac52bca0f815b463c2e6b142f55c054696b9930b
      https://github.com/quicwg/wg-materials/commit/ac52bca0f815b463c2e6b142f55c054696b9930b
  Author: Lars Eggert <lars@eggert.org>
  Date:   2018-09-15 (Sat, 15 Sep 2018)

  Changed paths:
    M interim-18-09/agenda.md

  Log Message:
  -----------
  Merge pull request #64 from janaiyengar/master

Victor presentation on new QUIC tooling


Compare: https://github.com/quicwg/wg-materials/compare/92cc8a6f2469...ac52bca0f815
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5b9d0b22315b7_33702ab2229c8ed0174e8--


From nobody Sun Sep 16 00:49:56 2018
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 5DCC1130DEA for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 00:49:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 YQ8IT0YqhnG5 for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 00:49:52 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BCB40130DC1 for <quic-issues@ietf.org>; Sun, 16 Sep 2018 00:49:52 -0700 (PDT)
Date: Sun, 16 Sep 2018 00:49:50 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537084191; bh=Z9OHpnwAT2/jrTBOHJuADlmH1kiWxdTvNUaNFxG+s20=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pZvWFdNOsUIB8fyqI572g3Klg0ZBHgmRuSOX93X2VbLHbKAv73EvPUux80TMBj71a S4L4FVYQmKXvo9GgN+czzXoWt2xPP4Ve5IKoeT8DZZHETnZzIlLs8Ve0d09UtCsOFs Oy8drBD0FwoKDiU6If8GHmGYDK662jiBSYc2gvEg=
From: MikkelFJ <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/1750/push/2880443728@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1750@github.com>
References: <quicwg/base-drafts/pull/1750@github.com>
Subject: Re: [quicwg/base-drafts] Make connection ID appear random (#1750)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9e0b1ef200d_4f403fac6cad45b4654393"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/TLEz-jVLhexuhZu32XJ8cdezw6Q>
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: Sun, 16 Sep 2018 07:49:55 -0000

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

@mikkelfj pushed 1 commit.

df0d6a8  Allow for a static portion in the connection ID


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1750/files/7a3c539c195119a1414de895093d6f281e3ced24..df0d6a8b64e6c4f77e6d807d98de5848abdc8486

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/df0d6a8">df0d6a8</a>  Allow for a static portion in the connection ID</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/1750/files/7a3c539c195119a1414de895093d6f281e3ced24..df0d6a8b64e6c4f77e6d807d98de5848abdc8486">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw41ycqmaMfZQ2jk9LYhtFlxTWBhks5ubgKegaJpZM4Wqtyw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3lLMhZdLafUHKN0JM0rEBnOpOXdks5ubgKegaJpZM4Wqtyw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj pushed 1 commit in #1750"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1750/files/7a3c539c195119a1414de895093d6f281e3ced24..df0d6a8b64e6c4f77e6d807d98de5848abdc8486"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1750/files/7a3c539c195119a1414de895093d6f281e3ced24..df0d6a8b64e6c4f77e6d807d98de5848abdc8486",
"url": "https://github.com/quicwg/base-drafts/pull/1750/files/7a3c539c195119a1414de895093d6f281e3ced24..df0d6a8b64e6c4f77e6d807d98de5848abdc8486",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj pushed 1 commit in #1750",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1750:",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [
{
"name": "df0d6a8",
"value": "Allow for a static portion in the connection ID"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1750/files/7a3c539c195119a1414de895093d6f281e3ced24..df0d6a8b64e6c4f77e6d807d98de5848abdc8486"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380296368\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9e0b1ef200d_4f403fac6cad45b4654393--


From nobody Sun Sep 16 02:06:08 2018
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 51209130DF9 for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 02:06:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jCmKVhULR-hN for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 02:06:02 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 90264130DF7 for <quic-issues@ietf.org>; Sun, 16 Sep 2018 02:06:02 -0700 (PDT)
Date: Sun, 16 Sep 2018 02:06:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537088760; bh=0pwcxvzIOmHc+4u/CNilefyh5xi9OfjUuIYerOQ+d3c=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=pbHeecTxaiyswEtc6iA5EHHqJDquUvCasAbfvOZRweXhloSdKadWan/myZZlRZYtO n1tw7LMujsL4gVTD4376Kru0BQ54XK5axrszrf7g5kBOFzSh7EEBsyShYtXONEVqEM IHrdaolXUFIOP3ZAt8SifCWiPFRnOwfrdWLcsRi0=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab44d8e3bd745dbb660aa3f85d47a5e852a54b138392cf0000000117b5def892a169ce157e9f83@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1751@github.com>
Subject: [quicwg/base-drafts] Protection against abusive packet numbers (#1751)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9e1cf8b0c88_72393fc7a5cd45b84229bb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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_eakCZuvvvlfZDI7_MndT-uq84>
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: Sun, 16 Sep 2018 09:06:07 -0000

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

There is no easy way for a peer to decided when there are too many packets lost based on the packet numbers - even if the criteria is deployment specific.

The sender does not need to introduce large gaps and by enforcing that, the peer can make an informed decision on the packet number range.

There is also no error to disconnect due to suspected abuse. A too large packet number gap could be for valid reasons, even if the loss is too high to proceed. A new error that can deal with both these conditions would be useful.

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

<p>There is no easy way for a peer to decided when there are too many packets lost based on the packet numbers - even if the criteria is deployment specific.</p>
<p>The sender does not need to introduce large gaps and by enforcing that, the peer can make an informed decision on the packet number range.</p>
<p>There is also no error to disconnect due to suspected abuse. A too large packet number gap could be for valid reasons, even if the loss is too high to proceed. A new error that can deal with both these conditions would be useful.</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/1751">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_jyxDnpqlvRepWKV8F2c90Bgbqeks5ubhR4gaJpZM4WqwW_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2A1E18JEX354qTCx6zecbL3vh0Cks5ubhR4gaJpZM4WqwW_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Protection against abusive packet numbers (#1751)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1751"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1751",
"url": "https://github.com/quicwg/base-drafts/issues/1751",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Protection against abusive packet numbers (#1751)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1751
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1751,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1751\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1751"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306879\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9e1cf8b0c88_72393fc7a5cd45b84229bb--


From nobody Sun Sep 16 02:06:43 2018
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 0BC49130DF9 for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 02:06:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 16SE8ZGLwfZg for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 02:06:41 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CDBA2130DF7 for <quic-issues@ietf.org>; Sun, 16 Sep 2018 02:06:40 -0700 (PDT)
Date: Sun, 16 Sep 2018 02:06:39 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537088799; bh=bo7gO0BL1DxRxg1NQ2XWoBZzIOYNKSBvqEjKUpAQy6o=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=jAbonIUw9pU+x5j8h+1TXQs09C3li+BBjzbBl1sV/Qsqf4bSyjO2sB7lV2ElNbVa+ IvreKun+RgTYaLhJPtXgSY/Qqee+qqxDjwMTnX3u3raKF8gFK5K26XcvKbwDR9m2K8 C6wMy4c1RDGp2OCc0qDjr2SjsI6MCbRn7vAKCkoQ=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3c97d70afe647bc2c682dd8c2f052bcdb4e97b9a92cf0000000117b5df1f92a169ce157e9fb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1752@github.com>
Subject: [quicwg/base-drafts] Add protection against abusive packer number sequences (#1752)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9e1d1face26_75dc3ffc4d8d45bc6307e9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/EspHF7usv6IM-i2jV1rsEQI592c>
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: Sun, 16 Sep 2018 09:06:42 -0000

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

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

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

-- Commit Summary --

  * Add protection against abusive packer number sequences

-- File Changes --

    M draft-ietf-quic-transport.md (26)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1752.patch
https://github.com/quicwg/base-drafts/pull/1752.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/1752

----==_mimepart_5b9e1d1face26_75dc3ffc4d8d45bc6307e9
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 #1751.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360619907" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1751" href="https://github.com/quicwg/base-drafts/issues/1751">#1751</a></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/1752'>https://github.com/quicwg/base-drafts/pull/1752</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Add protection against abusive packer number sequences</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1752/files#diff-0">draft-ietf-quic-transport.md</a>
    (26)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1752.patch'>https://github.com/quicwg/base-drafts/pull/1752.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1752.diff'>https://github.com/quicwg/base-drafts/pull/1752.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/1752">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0iOtPXxp27m_KmnKk_uygKXVYO7ks5ubhSfgaJpZM4WqwXz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7JmYbYC432hLd6FFShwgMjL_DBcks5ubhSfgaJpZM4WqwXz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Add protection against abusive packer number sequences (#1752)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1752"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1752",
"url": "https://github.com/quicwg/base-drafts/pull/1752",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Add protection against abusive packer number sequences (#1752)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "94110f3",
"value": "Add protection against abusive packer number sequences"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1752/files#diff-0) (26 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1752,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1752\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1752"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1752.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1752.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306931\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9e1d1face26_75dc3ffc4d8d45bc6307e9--


From nobody Sun Sep 16 03:33:47 2018
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 C8A22130E17 for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 03:33:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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-uw1soOyPpS for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 03:33:44 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1F691130E64 for <quic-issues@ietf.org>; Sun, 16 Sep 2018 03:33:44 -0700 (PDT)
Date: Sun, 16 Sep 2018 03:33:41 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537094021; bh=5wE6h7obsfm2vxVOs8Rr+7Y0is7+g6PTGJ5lOCBxufs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xSpf1Ok4KowT26porzeOW9JTAgjsRKvrbYxGSeuxkubkS697e8OrZkzHWEGDlVrNk SEE+eznC1yRcCHBDhm5wMqz72S3TSUuUel5T9gM991sMpaufeFyJjXMaQKtIdDMJNC PXnIZqzAZtjHMAHhrmo0IO2Xwz+3FMnoCk9EVaKQ=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9a3f468b78e88998b15c095ab432a544e4d4d76a92cf0000000117b5f38592a169ce157e9f83@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1751/421740840@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1751@github.com>
References: <quicwg/base-drafts/issues/1751@github.com>
Subject: Re: [quicwg/base-drafts] Protection against abusive packet numbers (#1751)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9e3185482b6_75893ffc4d8d45bc610476"; 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/JgPVQ3NuJ_8ldRXL8oENUmQkCtY>
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: Sun, 16 Sep 2018 10:33:46 -0000

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

What=E2=80=99s the harm in sending a big gap?=0D
Sending *too many* gaps is a DoS against my implementation (which I defen=
d against by limiting the number of gaps), but I don=E2=80=99t see how a =
large gap would be an attack.

-- =

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/1751#issuecomment-421740840=

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

<p>What=E2=80=99s the harm in sending a big gap?<br>
Sending <em>too many</em> gaps is a DoS against my implementation (which =
I defend against by limiting the number of gaps), but I don=E2=80=99t see=
 how a large gap would be an attack.</p>

<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/1751#issuecomment-421740840">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzAg=
_gfJZAnX4V9f0p4KWq9TodpYks5ubikFgaJpZM4WqwW_">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4wX2EqvGynNMpZ9D0810KOk=
i8Mcks5ubikFgaJpZM4WqwW_.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
en-seemann in #1751: What=E2=80=99s the harm in sending a big gap?\r\nSen=
ding *too many* gaps is a DoS against my implementation (which I defend a=
gainst by limiting the number of gaps), but I don=E2=80=99t see how a lar=
ge gap would be an attack."}],"action":{"name":"View Issue","url":"https:=
//github.com/quicwg/base-drafts/issues/1751#issuecomment-421740840"}}}</s=
cript>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1751#issuecomment=
-421740840",
"url": "https://github.com/quicwg/base-drafts/issues/1751#issuecomment-42=
1740840",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Protection against abusive packet numb=
ers (#1751)",
"sections": [
{
"text": "",
"activityTitle": "**Marten Seemann**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@marten-seemann",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1751,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1751\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1751#issuecomment-42=
1740840"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3803068=
79\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9e3185482b6_75893ffc4d8d45bc610476--


From nobody Sun Sep 16 06:58:20 2018
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 031B4130DF4 for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 06:58:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 jg2l_wCo9y5Z for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 06:58:17 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A6162130DF0 for <quic-issues@ietf.org>; Sun, 16 Sep 2018 06:58:17 -0700 (PDT)
Date: Sun, 16 Sep 2018 06:58:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537106296; bh=i6opcj1dyao3u86d++fI6IZt4o57scKThaNlO51g2Rg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Y+rsPFpKkC+vrPHcC788AcheNBQfj9WfyLt5NTaboY0KmobGtOQWkPZQG9Il98Fqk HoQ0lUqQzcEMZcaWYIutf+/8xW1kSEthGZ4i7HgPW+Jn1PJXVjW9p9kDDyZAuIx/Xk i3AtfjqCcF9lU/GtULXjKtiMCLQ3rjmYu/Dg21eM=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9092834ea876da7ea2e1586a62e4a2d06104e6ca92cf0000000117b6237892a169ce157e9f83@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1751/421769681@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1751@github.com>
References: <quicwg/base-drafts/issues/1751@github.com>
Subject: Re: [quicwg/base-drafts] Protection against abusive packet numbers (#1751)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9e6178d9dc0_69393fd4824d45b8893562"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/IVuPqouZIHJWpWvtBoyqtWI1Ho4>
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: Sun, 16 Sep 2018 13:58:19 -0000

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

Yes, I wanted to protect against a number of gaps as well, but it is difficult to enforce. I needed something simple that is also tolerant to natural loss. If you have a better formulation please suggest.

A big gap can be an attack in the sense that it prevents optimal implementations. You can't use bitmaps safely because you add a few entries per block a bitmap covers. If you can have at most one gap per packet, a bitmap is safe but it will hurt interval maps. Interval maps can guard against this by adopting small bitmaps per node, like a 32 or 64 bit word. You now have a safe upper bound on the number of allocations to expect, and if that fails, you can bail.

-- 
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/1751#issuecomment-421769681
----==_mimepart_5b9e6178d9dc0_69393fd4824d45b8893562
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Yes, I wanted to protect against a number of gaps as well, but it is d=
ifficult to enforce. I needed something simple that is also tolerant to n=
atural loss. If you have a better formulation please suggest.</p>
<p>A big gap can be an attack in the sense that it prevents optimal imple=
mentations. You can't use bitmaps safely because you add a few entries pe=
r block a bitmap covers. If you can have at most one gap per packet, a bi=
tmap is safe but it will hurt interval maps. Interval maps can guard agai=
nst this by adopting small bitmaps per node, like a 32 or 64 bit word. Yo=
u now have a safe upper bound on the number of allocations to expect, and=
 if that fails, you can bail.</p>

<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/1751#issuecomment-421769681">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8hd=
4dJtvLU3gI3ulQkW4YZ-qRdrks5ublj4gaJpZM4WqwW_">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq77SN0Md6CZ2QXY1WDXQoqRI=
8nhdks5ublj4gaJpZM4WqwW_.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1751: Yes, I wanted to protect against a number of gaps as well,=
 but it is difficult to enforce. I needed something simple that is also t=
olerant to natural loss. If you have a better formulation please suggest.=
\r\n\r\nA big gap can be an attack in the sense that it prevents optimal =
implementations. You can't use bitmaps safely because you add a few entri=
es per block a bitmap covers. If you can have at most one gap per packet,=
 a bitmap is safe but it will hurt interval maps. Interval maps can guard=
 against this by adopting small bitmaps per node, like a 32 or 64 bit wor=
d. You now have a safe upper bound on the number of allocations to expect=
, and if that fails, you can bail."}],"action":{"name":"View Issue","url"=
:"https://github.com/quicwg/base-drafts/issues/1751#issuecomment-42176968=
1"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1751#issuecomment=
-421769681",
"url": "https://github.com/quicwg/base-drafts/issues/1751#issuecomment-42=
1769681",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Protection against abusive packet numb=
ers (#1751)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1751,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1751\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1751#issuecomment-42=
1769681"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3803068=
79\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9e6178d9dc0_69393fd4824d45b8893562--


From nobody Sun Sep 16 07:03:44 2018
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 A7041130DF0 for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 07:03:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 WsIzqthENeYm for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 07:03:41 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7BA48130934 for <quic-issues@ietf.org>; Sun, 16 Sep 2018 07:03:41 -0700 (PDT)
Date: Sun, 16 Sep 2018 07:03:40 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537106620; bh=w1D0OQ2kapkBZOhWCGD2MRJ9dvIEDQbB0YW8AIlumys=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ny5KkXJtmsE4gX0gzVlAZ/ZOQ0/dF+leInERbMC8HB5984OFGaa/3034d9jS4d0Cl A+1cscGI95wrFV0RWy6Zo8f/Frrbvg6jVjUXYEEXzM8s+ZHbQO3e1shEXLk/VKpA1Y tw6Zyd3ucK+8bjKdlLAmf0l4+szzZ+bIvkGC3d+0=
From: MikkelFJ <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/1752/push/2880752521@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1752@github.com>
References: <quicwg/base-drafts/pull/1752@github.com>
Subject: Re: [quicwg/base-drafts] Add protection against abusive packer number sequences (#1752)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9e62bc7e050_64cd3ff768ad45b83613f9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/aXv3enJz2eojoC59kE3d4ZZkVCY>
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: Sun, 16 Sep 2018 14:03:43 -0000

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

@mikkelfj pushed 1 commit.

6f507ae  considerd


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1752/files/94110f39c56d3263f92023b2cd9f11009dee5060..6f507ae3e8d389c1815dd6c7944db0c0c56cf4db

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/6f507ae">6f507ae</a>  considerd</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/1752/files/94110f39c56d3263f92023b2cd9f11009dee5060..6f507ae3e8d389c1815dd6c7944db0c0c56cf4db">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx3kl3JpTnA0kRhavMAIDQWVgl8Aks5ublo8gaJpZM4WqwXz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6TmPbf0TdOPvj_5ZR2xZHcFeAPCks5ublo8gaJpZM4WqwXz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj pushed 1 commit in #1752"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1752/files/94110f39c56d3263f92023b2cd9f11009dee5060..6f507ae3e8d389c1815dd6c7944db0c0c56cf4db"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1752/files/94110f39c56d3263f92023b2cd9f11009dee5060..6f507ae3e8d389c1815dd6c7944db0c0c56cf4db",
"url": "https://github.com/quicwg/base-drafts/pull/1752/files/94110f39c56d3263f92023b2cd9f11009dee5060..6f507ae3e8d389c1815dd6c7944db0c0c56cf4db",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj pushed 1 commit in #1752",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1752:",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [
{
"name": "6f507ae",
"value": "considerd"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1752/files/94110f39c56d3263f92023b2cd9f11009dee5060..6f507ae3e8d389c1815dd6c7944db0c0c56cf4db"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306931\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9e62bc7e050_64cd3ff768ad45b83613f9--


From nobody Sun Sep 16 07:06:33 2018
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 D9FE3130E14 for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 07:06:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ykPlvap8wcJm for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 07:06:30 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 76C5E130E12 for <quic-issues@ietf.org>; Sun, 16 Sep 2018 07:06:30 -0700 (PDT)
Date: Sun, 16 Sep 2018 07:06:29 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537106789; bh=wwx1mk7ZwTqC54NQ6hIblnj22ioRb6enc0YKNUHGNK0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BKo3cl8adTrkrgQxboDQ3iC62TjXc4QOpFiHNAJGcynm1E/s4amKLq+NYRp8XXUHT WFJdq2mnKENbAyPXFqb8xxnuaUN5Xq0i+r8famBqgzwdPxDKwL3CSmWpipXWXU/428 INZ7vH9CdmYmT0XdUWnPE+d8IqG4QbGyo7oeF7uY=
From: MikkelFJ <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/1752/push/2880755339@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1752@github.com>
References: <quicwg/base-drafts/pull/1752@github.com>
Subject: Re: [quicwg/base-drafts] Add protection against abusive packer number sequences (#1752)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9e6365cfa90_60aa3ff78bad45b8132167b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/uZjHorc55IFgpRMZMEVkZKN7nB0>
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: Sun, 16 Sep 2018 14:06:32 -0000

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

@mikkelfj pushed 1 commit.

8ddf698  Also monitor gap count


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1752/files/6f507ae3e8d389c1815dd6c7944db0c0c56cf4db..8ddf6984be292d1a59bd670a4fdc11bb29d5b9d2

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/8ddf698">8ddf698</a>  Also monitor gap count</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/1752/files/6f507ae3e8d389c1815dd6c7944db0c0c56cf4db..8ddf6984be292d1a59bd670a4fdc11bb29d5b9d2">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwXyHLzQXai0iV9RqohZVaacUDhEks5ublrlgaJpZM4WqwXz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4xVratAaHFN5oB9nI6tU-JRc3BRks5ublrlgaJpZM4WqwXz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj pushed 1 commit in #1752"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1752/files/6f507ae3e8d389c1815dd6c7944db0c0c56cf4db..8ddf6984be292d1a59bd670a4fdc11bb29d5b9d2"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1752/files/6f507ae3e8d389c1815dd6c7944db0c0c56cf4db..8ddf6984be292d1a59bd670a4fdc11bb29d5b9d2",
"url": "https://github.com/quicwg/base-drafts/pull/1752/files/6f507ae3e8d389c1815dd6c7944db0c0c56cf4db..8ddf6984be292d1a59bd670a4fdc11bb29d5b9d2",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj pushed 1 commit in #1752",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1752:",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [
{
"name": "8ddf698",
"value": "Also monitor gap count"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1752/files/6f507ae3e8d389c1815dd6c7944db0c0c56cf4db..8ddf6984be292d1a59bd670a4fdc11bb29d5b9d2"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306931\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9e6365cfa90_60aa3ff78bad45b8132167b--


From nobody Sun Sep 16 07:11:33 2018
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 A2048130E18 for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 07:11:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 VGWfIYFZdVXb for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 07:11:31 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4CDD0130934 for <quic-issues@ietf.org>; Sun, 16 Sep 2018 07:11:31 -0700 (PDT)
Date: Sun, 16 Sep 2018 07:11:30 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537107090; bh=c0GiK8fSWqim5PZ5Y9jaLU5ctxpbHMU049/0I/462f8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1utlQXGDK/l/dn+Y+BcUaxDXVI1vBhl2h/ihqz+5xdRoNkSuU9TivGfp4PwSm5xEh gw4c9mBGnB1mvdj1BjPIEzbu2vOXkfpLrshl0CxLbMRwVUc63TQzLf0Ldlelf5OLL+ /BzBGNajlCBC9unLJX3G6387n+WzL6FYccSm4kxY=
From: MikkelFJ <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/1752/push/2880760393@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1752@github.com>
References: <quicwg/base-drafts/pull/1752@github.com>
Subject: Re: [quicwg/base-drafts] Add protection against abusive packer number sequences (#1752)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9e64923aaed_312f3ffc4d8d45bc7418e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/yVcTYLvmRmAIxjPzFFWcGGYw7u4>
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: Sun, 16 Sep 2018 14:11:33 -0000

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

@mikkelfj pushed 1 commit.

db09026  Also add guideline on gap count


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1752/files/8ddf6984be292d1a59bd670a4fdc11bb29d5b9d2..db09026d5f864e9a683bb052eaa824e4e7390b19

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/db09026">db09026</a>  Also add guideline on gap count</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/1752/files/8ddf6984be292d1a59bd670a4fdc11bb29d5b9d2..db09026d5f864e9a683bb052eaa824e4e7390b19">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_N5Kznec1aaKnQXS8MVLdD_g7Iwks5ublwSgaJpZM4WqwXz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0DfWUQFoGcr3oGTUDr3XxKrFn7zks5ublwSgaJpZM4WqwXz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj pushed 1 commit in #1752"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1752/files/8ddf6984be292d1a59bd670a4fdc11bb29d5b9d2..db09026d5f864e9a683bb052eaa824e4e7390b19"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1752/files/8ddf6984be292d1a59bd670a4fdc11bb29d5b9d2..db09026d5f864e9a683bb052eaa824e4e7390b19",
"url": "https://github.com/quicwg/base-drafts/pull/1752/files/8ddf6984be292d1a59bd670a4fdc11bb29d5b9d2..db09026d5f864e9a683bb052eaa824e4e7390b19",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj pushed 1 commit in #1752",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1752:",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [
{
"name": "db09026",
"value": "Also add guideline on gap count"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1752/files/8ddf6984be292d1a59bd670a4fdc11bb29d5b9d2..db09026d5f864e9a683bb052eaa824e4e7390b19"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306931\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9e64923aaed_312f3ffc4d8d45bc7418e--


From nobody Sun Sep 16 07:12:21 2018
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 F1BCE130934 for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 07:12:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 j26bnj2gU0lI for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 07:12:17 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A8270130E18 for <quic-issues@ietf.org>; Sun, 16 Sep 2018 07:12:17 -0700 (PDT)
Date: Sun, 16 Sep 2018 07:12:17 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537107137; bh=xr10Vzx5nQndsvRVCx6DqHDiMDrOsc9RH+GBL3krVFw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZXk+mefAN8MPnsEX3d3PfjkBtmnwHj+k0mk07QwmpTshSDs4C5fGpvXH7+Rhx1+p8 len12T7EFNQK4OSmqbC37NWiaRKWHiMDABO5W5Yz/L19cN5JKjeHU4SzeROi2zfnVQ 8kMvxmlxCdiPXiCBfDldckmERFpowIjHADEsH1Ik=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9e7b68df3188bb44ef8372e79c92186d3f8e43ba92cf0000000117b626c192a169ce157e9f83@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1751/421771716@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1751@github.com>
References: <quicwg/base-drafts/issues/1751@github.com>
Subject: Re: [quicwg/base-drafts] Protection against abusive packet numbers (#1751)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9e64c1c099_29be3fd9d52d45bc6475a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/v5Nwv2JV9TmuSDlzVo-qyCS5-Kg>
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: Sun, 16 Sep 2018 14:12:20 -0000

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

Note that I indirectly require the gap count to be low by saying the the packet number SHOULD increase by one. I added some text to keep the gap count low.

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

<p>Note that I indirectly require the gap count to be low by saying the the packet number SHOULD increase by one. I added some text to keep the gap count low.</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/1751#issuecomment-421771716">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq26ocbx-T3OFwxkAWFIK3EwTpuzkks5ublxBgaJpZM4WqwW_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq80DtIQSqK_ahOIryiR8OWQ3sDSfks5ublxBgaJpZM4WqwW_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1751: Note that I indirectly require the gap count to be low by saying the the packet number SHOULD increase by one. I added some text to keep the gap count low."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1751#issuecomment-421771716"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1751#issuecomment-421771716",
"url": "https://github.com/quicwg/base-drafts/issues/1751#issuecomment-421771716",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Protection against abusive packet numbers (#1751)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1751,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1751\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1751#issuecomment-421771716"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306879\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9e64c1c099_29be3fd9d52d45bc6475a--


From nobody Sun Sep 16 07:34:50 2018
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 BD4BB130DE9 for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 07:34:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 r7c91W2yZAuR for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 07:34:47 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8437C1277C8 for <quic-issues@ietf.org>; Sun, 16 Sep 2018 07:34:47 -0700 (PDT)
Date: Sun, 16 Sep 2018 07:34:46 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537108486; bh=HeVo9HEfNULs8ieuY14BcL6ulDy0PbBjuxVOyK0ke/o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=l2BuMSt2EGRrJQ3iYcBcFZsf4E4xjbrzhfB+AlPlFr9iCijdQsEV6ZM1KA+m7yMzB asH6/C1vm7ZWFCXbtRTW3xRdNwtteoB2Ep8t1sjPs0fRES5IeJhO8qbj5EJSFlnlu3 PXfxAQWzy4e4+tXKykI9/qC9yiqHiTT2TtHwD3IU=
From: MikkelFJ <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/1752/push/2880783230@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1752@github.com>
References: <quicwg/base-drafts/pull/1752@github.com>
Subject: Re: [quicwg/base-drafts] Add protection against abusive packer number sequences (#1752)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9e6a0693b71_18c43fd4824d45b814010c9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/d7enNjUyXMwa4QkIfiIg6atc5PM>
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: Sun, 16 Sep 2018 14:34:49 -0000

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

@mikkelfj pushed 1 commit.

73193e5  Fix optimistic-ack-attack reference


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1752/files/db09026d5f864e9a683bb052eaa824e4e7390b19..73193e5133b8fa7b36a377713ff2bb82f701eb42

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/73193e5">73193e5</a>  Fix optimistic-ack-attack reference</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/1752/files/db09026d5f864e9a683bb052eaa824e4e7390b19..73193e5133b8fa7b36a377713ff2bb82f701eb42">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1GetTmNJ_Ht19asWE30E7UpE2Xeks5ubmGGgaJpZM4WqwXz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq26Hyj7YQXm9Zl4HAQO5grAcIqTkks5ubmGGgaJpZM4WqwXz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj pushed 1 commit in #1752"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1752/files/db09026d5f864e9a683bb052eaa824e4e7390b19..73193e5133b8fa7b36a377713ff2bb82f701eb42"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1752/files/db09026d5f864e9a683bb052eaa824e4e7390b19..73193e5133b8fa7b36a377713ff2bb82f701eb42",
"url": "https://github.com/quicwg/base-drafts/pull/1752/files/db09026d5f864e9a683bb052eaa824e4e7390b19..73193e5133b8fa7b36a377713ff2bb82f701eb42",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj pushed 1 commit in #1752",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1752:",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [
{
"name": "73193e5",
"value": "Fix optimistic-ack-attack reference"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1752/files/db09026d5f864e9a683bb052eaa824e4e7390b19..73193e5133b8fa7b36a377713ff2bb82f701eb42"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306931\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9e6a0693b71_18c43fd4824d45b814010c9--


From nobody Sun Sep 16 11:11:43 2018
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 389B012D7EA for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 11:11:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 YinuUkJ3dpF2 for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 11:11:40 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BC6AD129619 for <quic-issues@ietf.org>; Sun, 16 Sep 2018 11:11:40 -0700 (PDT)
Date: Sun, 16 Sep 2018 11:11:39 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537121499; bh=cL7PxQh06QTnuW5hrkVnnVJVJWVqJnipSyeEtAkVlD0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wP4idna+Kng5T+MlF8pgb8NNtHwK5F8Ziv6LyuZInew3TCRa3AlduzUBd2zdzZLBL cFK9NzPS4MYcsr4iW0d8TPPTvnDDlby35oTbB3CVAhOZS+Qk6ittLXVqLPU3wyClMB 5xG7lCfXhzjxQKllwVx7quYH8xu+DPe4Ayy0NVRQ=
From: MikkelFJ <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/1752/push/2881000950@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1752@github.com>
References: <quicwg/base-drafts/pull/1752@github.com>
Subject: Re: [quicwg/base-drafts] Add protection against abusive packer number sequences (#1752)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9e9cdb9156a_4d5d3fdcb3cd45b8306991"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/jW2KGEnk1gBFGGhQTGiPcP2D2ks>
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: Sun, 16 Sep 2018 18:11:42 -0000

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

@mikkelfj pushed 1 commit.

963b582  accceptable


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1752/files/73193e5133b8fa7b36a377713ff2bb82f701eb42..963b58264887e05b92b18cac8ba0da66fc846202

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/963b582">963b582</a>  accceptable</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/1752/files/73193e5133b8fa7b36a377713ff2bb82f701eb42..963b58264887e05b92b18cac8ba0da66fc846202">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwSGXPGmdDEZ751tgj4MC1FtltO7ks5ubpRbgaJpZM4WqwXz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3hJ6mSsLwXwZlpsgzDTGZRaeccyks5ubpRbgaJpZM4WqwXz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj pushed 1 commit in #1752"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1752/files/73193e5133b8fa7b36a377713ff2bb82f701eb42..963b58264887e05b92b18cac8ba0da66fc846202"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1752/files/73193e5133b8fa7b36a377713ff2bb82f701eb42..963b58264887e05b92b18cac8ba0da66fc846202",
"url": "https://github.com/quicwg/base-drafts/pull/1752/files/73193e5133b8fa7b36a377713ff2bb82f701eb42..963b58264887e05b92b18cac8ba0da66fc846202",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj pushed 1 commit in #1752",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1752:",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [
{
"name": "963b582",
"value": "accceptable"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1752/files/73193e5133b8fa7b36a377713ff2bb82f701eb42..963b58264887e05b92b18cac8ba0da66fc846202"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306931\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9e9cdb9156a_4d5d3fdcb3cd45b8306991--


From nobody Sun Sep 16 11:24:49 2018
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 3D29712D7EA for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 11:24:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 4F1ONLkb0F03 for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 11:24:46 -0700 (PDT)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A4CEA129619 for <quic-issues@ietf.org>; Sun, 16 Sep 2018 11:24:46 -0700 (PDT)
Date: Sun, 16 Sep 2018 11:24:45 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537122285; bh=f4i+z5D2AdSbk+BqFAQ+53saKhuReTHhOba0KXDo7L8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=l7yHGnksBGwnOWw/SIpFO4ykdFWy0nswqy/C9snkQcShwxvqM4/4WwwK1tbcbNYVN eTwJrz/bqXbrNZjafTWXjrVYwHourYlbeHgXTcvDXfoa01vQemgpmJEzIgx+/QNkXa oET+vMAXki4lvGt29q40kd05tTrROG9xjo9/okIA=
From: MikkelFJ <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/1752/push/2881013991@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1752@github.com>
References: <quicwg/base-drafts/pull/1752@github.com>
Subject: Re: [quicwg/base-drafts] Add protection against abusive packer number sequences (#1752)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9e9fedc5a62_46883f9c6ead45b8141261"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/qII8XpfCnXut-_CUmpmezg1PleE>
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: Sun, 16 Sep 2018 18:24:48 -0000

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

@mikkelfj pushed 1 commit.

12192c7  Uppercase SHOULD


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1752/files/963b58264887e05b92b18cac8ba0da66fc846202..12192c70c5bc6ae1672f92a477fc86891952c25b

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/12192c7">12192c7</a>  Uppercase SHOULD</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/1752/files/963b58264887e05b92b18cac8ba0da66fc846202..12192c70c5bc6ae1672f92a477fc86891952c25b">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3Mr-30sMbdyOjDLJpsZZgGM7PaNks5ubpdtgaJpZM4WqwXz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq29fnMUgStZBv39btFseP6UFGKOrks5ubpdtgaJpZM4WqwXz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj pushed 1 commit in #1752"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1752/files/963b58264887e05b92b18cac8ba0da66fc846202..12192c70c5bc6ae1672f92a477fc86891952c25b"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1752/files/963b58264887e05b92b18cac8ba0da66fc846202..12192c70c5bc6ae1672f92a477fc86891952c25b",
"url": "https://github.com/quicwg/base-drafts/pull/1752/files/963b58264887e05b92b18cac8ba0da66fc846202..12192c70c5bc6ae1672f92a477fc86891952c25b",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj pushed 1 commit in #1752",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1752:",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [
{
"name": "12192c7",
"value": "Uppercase SHOULD"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1752/files/963b58264887e05b92b18cac8ba0da66fc846202..12192c70c5bc6ae1672f92a477fc86891952c25b"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306931\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9e9fedc5a62_46883f9c6ead45b8141261--


From nobody Sun Sep 16 13:30:25 2018
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 BAC1F130DCB for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 13:30:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 idO3tymGcRbd for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 13:30:22 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 696EA130DC4 for <quic-issues@ietf.org>; Sun, 16 Sep 2018 13:30:22 -0700 (PDT)
Date: Sun, 16 Sep 2018 13:30:21 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537129821; bh=NXqkh7g+cE04Kp4dKWhYJLyhoLiS/e0Xbbat1L9aFJ0=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=JZI22YMW2UO/Kk2gUeZACn56jQU1QEqdE6B0+L1A4UpneCa+rd/38/MXQkCD6SoPc 1Dg7coJWtE9VyKONJWQrPz+huYr5Md+MFtK93skxMTxaumIWG0JcIEttIsEPBNbPc4 UvkJL2fLRIo1jiUuvIm3Mk82Y+f9S6DXtbqnJJg4=
From: jugglinmike <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab98a0748cae2a81d466e82c7bd74747c816aa134392cf0000000117b67f5d92a169ce157f7829@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1753@github.com>
Subject: [quicwg/base-drafts] Correct article usage (#1753)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ebd5d4259c_43fb3fe635cd45b41105420"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: jugglinmike
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/fYBjZn5J-oULX5_AVEEXWPPT1yA>
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: Sun, 16 Sep 2018 20:30:24 -0000

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


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

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

-- Commit Summary --

  * Correct article usage

-- File Changes --

    M draft-ietf-quic-transport.md (20)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1753.patch
https://github.com/quicwg/base-drafts/pull/1753.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/1753

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



<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/1753'>https://github.com/quicwg/base-drafts/pull/1753</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Correct article usage</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1753/files#diff-0">draft-ietf-quic-transport.md</a>
    (20)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1753.patch'>https://github.com/quicwg/base-drafts/pull/1753.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1753.diff'>https://github.com/quicwg/base-drafts/pull/1753.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/1753">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5ioVBhjCvMJG0BL-iuFsLDh0CVbks5ubrTdgaJpZM4WrBxP">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwmyOKcIFo1rM2GEE6QROyP3nqjrks5ubrTdgaJpZM4WrBxP.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Correct article usage (#1753)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1753"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1753",
"url": "https://github.com/quicwg/base-drafts/pull/1753",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Correct article usage (#1753)",
"sections": [
{
"text": "",
"activityTitle": "**jugglinmike**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@jugglinmike",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "ffc019c",
"value": "Correct article usage"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1753/files#diff-0) (20 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1753,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1753\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1753"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1753.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1753.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380378191\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9ebd5d4259c_43fb3fe635cd45b41105420--


From nobody Sun Sep 16 13:30:58 2018
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 D1687130DCB for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 13:30:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 cPb6Akh6hQBn for <quic-issues@ietfa.amsl.com>; Sun, 16 Sep 2018 13:30:55 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 67175130DC4 for <quic-issues@ietf.org>; Sun, 16 Sep 2018 13:30:55 -0700 (PDT)
Date: Sun, 16 Sep 2018 13:30:54 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537129854; bh=/cLxTTtQ/js37yl2M2R3NTjf4fNKCpfm8mLLRT4mA5g=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=x4CVJsq5podeCDvfQJNz0+OTqhEXmxWOJ3B4GbFpeCFRsqrZSZ5MoGKbk7Yqkb8wB ZExtT09Y92V/nLzVHcYRAZMwcPCpEtcz2OPPHRnktFeutng2GnTk3vNKNCGSI16CGs xO5WXlmPwsrmnl57yaauceIs8gDFm3xvrDu9eZ/E=
From: jugglinmike <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab08585cfa4a97465d3c6441e9e0216cac86831b6892cf0000000117b67f7e92a169ce157f785c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1754@github.com>
Subject: [quicwg/base-drafts] Remove redundant references (#1754)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ebd7e5ef2c_7bbc3fe9d1ad45bc766aa"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: jugglinmike
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/AUqmAR7mekSxgUZolaKY_VB3TT8>
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: Sun, 16 Sep 2018 20:30:57 -0000

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

These citations occur within the section they are referencing.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Remove redundant references

-- File Changes --

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

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1754.patch
https://github.com/quicwg/base-drafts/pull/1754.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/1754

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

<p>These citations occur within the section they are referencing.</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/1754'>https://github.com/quicwg/base-drafts/pull/1754</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Remove redundant references</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1754.patch'>https://github.com/quicwg/base-drafts/pull/1754.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1754.diff'>https://github.com/quicwg/base-drafts/pull/1754.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/1754">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0olh8_SOQvI4OoEiN22-fv9fPjjks5ubrT-gaJpZM4WrByM">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0dBPg8Rb8XaAl-plZUSlxuL0I7Oks5ubrT-gaJpZM4WrByM.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Remove redundant references (#1754)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1754"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1754",
"url": "https://github.com/quicwg/base-drafts/pull/1754",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Remove redundant references (#1754)",
"sections": [
{
"text": "",
"activityTitle": "**jugglinmike**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@jugglinmike",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "c73e05d",
"value": "Remove redundant references"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-tls.md](https://github.com/quicwg/base-drafts/pull/1754/files#diff-0) (4 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1754,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1754\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1754"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1754.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1754.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380378252\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9ebd7e5ef2c_7bbc3fe9d1ad45bc766aa--


From nobody Mon Sep 17 02:34:09 2018
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 42EE2130DC1 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 02:34:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 a5NyL79meDdH for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 02:34:04 -0700 (PDT)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 46EE8130DE2 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 02:34:04 -0700 (PDT)
Date: Mon, 17 Sep 2018 02:34:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537176842; bh=v+4zcbdS1fDnLEH2f3P2TCUgWooi1XiKdE9r9dSxB9A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kTgs9Qlb95i0tPo1q58FHOi7Won0/kqAQuBZ5cLSkc6NlF1+2gYK6F6pwzYpGkavG LjstZV7HaeOeEz6gCuDlXqh5oZpexrvwXtiUpqwvF9o3bkUukVVtnbhRBsWNLvuRZd vCpuBK2Pi8+ZH3T+8qLNmcZc3PDeHyQfJtgGQjyA=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab171f05a8acd0361921e7b096514c21f17465f7f592cf0000000117b7370a92a169ce157c9253@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1747/421944059@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1747@github.com>
References: <quicwg/base-drafts/issues/1747@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: stream cancellation only required when max dynamic table size > 0 (#1747)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9f750a959c7_af03ff276ed45c4122720"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vFSxuWRiR6IcRRL98GLyf9OorOk>
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, 17 Sep 2018 09:34:07 -0000

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

I do not have a strong opinion on this, but I do think the proposal can be considered as a simplification.

The proposal allows endpoints that set maximum dynamic table size to zero to not even open a decoder stream. Maybe we could go one step further and forbid the creation of encoder stream if the maximum dynamic table size advertised by peer is zero.

Then, we can have simple HQ stacks that do not handle QPACK streams at all.

-- 
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/1747#issuecomment-421944059
----==_mimepart_5b9f750a959c7_af03ff276ed45c4122720
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I do not have a strong opinion on this, but I do think the proposal ca=
n be considered as a simplification.</p>
<p>The proposal allows endpoints that set maximum dynamic table size to z=
ero to not even open a decoder stream. Maybe we could go one step further=
 and forbid the creation of encoder stream if the maximum dynamic table s=
ize advertised by peer is zero.</p>
<p>Then, we can have simple HQ stacks that do not handle QPACK streams at=
 all.</p>

<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/1747#issuecomment-421944059">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6A9=
Hg-0CNhQ7KJGfxuqq7080uAOks5ub2yKgaJpZM4WqFwz">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3ArH2XOOp2BoO127e8KzTUq=
WMZJks5ub2yKgaJpZM4WqFwz.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1747: I do not have a strong opinion on this, but I do think the p=
roposal can be considered as a simplification.\r\n\r\nThe proposal allows=
 endpoints that set maximum dynamic table size to zero to not even open a=
 decoder stream. Maybe we could go one step further and forbid the creati=
on of encoder stream if the maximum dynamic table size advertised by peer=
 is zero.\r\n\r\nThen, we can have simple HQ stacks that do not handle QP=
ACK streams at all."}],"action":{"name":"View Issue","url":"https://githu=
b.com/quicwg/base-drafts/issues/1747#issuecomment-421944059"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment=
-421944059",
"url": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-42=
1944059",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: stream cancellation only requir=
ed when max dynamic table size \u003e 0 (#1747)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1747,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1747\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-42=
1944059"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3801324=
03\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9f750a959c7_af03ff276ed45c4122720--


From nobody Mon Sep 17 04:13:03 2018
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 841EA130E10 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 04:13:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 9wSlOgLN1VV6 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 04:13:00 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1E2B9130E04 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 04:13:00 -0700 (PDT)
Date: Mon, 17 Sep 2018 04:12:58 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537182778; bh=L+q30uvNX5Wil6V89st/gfI1UzT1Ec5bvCoN9VqAvAE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ii4d1zXUv0HdnjGEbX4yE2OXrnCrWlVqG6E0VGI+xVin4K2N8xi/k9ekUqO+6ZT9Q Vdajv1cyRRXblDdQPNnKihYBW0OO6g/xQZUyLa6lkk9cbrr0vDRR6GKbptALAhFDZ/ JZYF0daU2PnpD13VH9ozTdBNoQIaOH/6Wy00P5wg=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb25faa14e9579be9bc927527e8dfdba2349eb68a92cf0000000117b74e3a92a169ce157c9253@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1747/421972299@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1747@github.com>
References: <quicwg/base-drafts/issues/1747@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: stream cancellation only required when max dynamic table size > 0 (#1747)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9f8c3a1ce0d_45583f81926d45b81134db"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
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/1o0FncCmu1AAZgjQQpQQgEddQzo>
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, 17 Sep 2018 11:13:01 -0000

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

Amen.

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

<p>Amen.</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/1747#issuecomment-421972299">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9Ol1qujf1AsDXBDaOlepey_fm0lks5ub4O6gaJpZM4WqFwz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzR_f0VYdiTrOFMM4jV-Xei1GpDoks5ub4O6gaJpZM4WqFwz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov in #1747: Amen."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1747#issuecomment-421972299"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-421972299",
"url": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-421972299",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: stream cancellation only required when max dynamic table size \u003e 0 (#1747)",
"sections": [
{
"text": "",
"activityTitle": "**Dmitri Tikhonov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@dtikhonov",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1747,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1747\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-421972299"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380132403\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9f8c3a1ce0d_45583f81926d45b81134db--


From nobody Mon Sep 17 04:15:29 2018
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 8D822130E04 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 04:15:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 bt7HPnh9Wdp2 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 04:15:26 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2475C130DD7 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 04:15:26 -0700 (PDT)
Date: Mon, 17 Sep 2018 04:15:24 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537182924; bh=j/IduvPhDZFBTsxLX9Wf9RKnADbhPostSmUVuDb54BM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jvNvA21sKUUPsaWnt2NjMTPkHSS4N96e0n+wo3f3xe9JHol9JuqDKtVIMv4Vley8k NSWxiajRIMslSzfhIaE7FSdV8Efv/TohJD+BC6/huMt25V/vFSXV9PFVt8ne+cZhUI Lq5m1yMz4l5piQteFfEt3+QO7tAT+MDV5t/yvljI=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4195d1652d74cd9db582feb54c17281fd302b86992cf0000000117b74ecc92a169ce157c9253@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1747/421972965@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1747@github.com>
References: <quicwg/base-drafts/issues/1747@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: stream cancellation only required when max dynamic table size > 0 (#1747)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9f8cccb862e_6b1f3fdc282d45bc140054"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/u1mETi6Ny1HZ_htCpox7LVB_8tM>
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, 17 Sep 2018 11:15:28 -0000

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

That would be useful for constrained devices.

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

<p>That would be useful for constrained devices.</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/1747#issuecomment-421972965">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6vwuPcbPkz5B6tD1bLqel-9cJJvks5ub4RMgaJpZM4WqFwz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyvwZUajj1smkvrQQkm2NGJ-XcUmks5ub4RMgaJpZM4WqFwz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1747: That would be useful for constrained devices."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1747#issuecomment-421972965"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-421972965",
"url": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-421972965",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: stream cancellation only required when max dynamic table size \u003e 0 (#1747)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1747,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1747\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-421972965"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380132403\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9f8cccb862e_6b1f3fdc282d45bc140054--


From nobody Mon Sep 17 06:22:23 2018
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 A8DC7130E73 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 06:22:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.03
X-Spam-Level: 
X-Spam-Status: No, score=-2.03 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 uGqsHxSUm5O1 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 06:22:11 -0700 (PDT)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 08607130E6B for <quic-issues@ietf.org>; Mon, 17 Sep 2018 06:22:10 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=yBff4M9obQZfTXLdcY0eWlj9Evc=; b=gNfKaJYVi/PTqTri Utjg7gOy5ydWBI9L4kMpFmqy616MhZtWO1pzl+Xi13cDF57KyhEkqY7kntwqcn1D XgeyGxOLnnTSKypFP69Wb/h7xhOzO+ahVxFaOnTYb3nCp4ctpdt5GQi/lXtzBKzy ulIHQ38VOr++KfIJBGdtYbZHtuw=
Received: by filter0877p1las1.sendgrid.net with SMTP id filter0877p1las1-5304-5B9FAA7F-2B 2018-09-17 13:22:07.568656273 +0000 UTC m=+920917.315010625
Received: from github-lowworker-e8fa9ff.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id LjlTZ6hhTVKigK0qSsG8Zg for <quic-issues@ietf.org>; Mon, 17 Sep 2018 13:22:07.478 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e8fa9ff.cp1-iad.github.net (Postfix) with ESMTP id 5298042032D for <quic-issues@ietf.org>; Mon, 17 Sep 2018 06:22:07 -0700 (PDT)
Date: Mon, 17 Sep 2018 13:22:07 +0000 (UTC)
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab70ebb238be64be4b7f2af86e7ee07be6b5fa7cc892cf0000000117b76c7f92a169ce157c9253@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1747/422013435@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1747@github.com>
References: <quicwg/base-drafts/issues/1747@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: stream cancellation only required when max dynamic table size > 0 (#1747)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9faa7f46941_75503ffa65ad45b824518b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0+89DeC5/x5LFL+7qkyEjPmpFHuZUui81vsE TMNnG2KVyNLdd0AI50e6/NsZx9sB0v2JZcFRKrV57VU1c1N6L21six41b5lP4UsneSzjKINU8fUsJM NM6bUffK026n4ahzl3NVBz/HRc/OU/rG5exFa0FywkJLV30x/fJ0k2lLLrUVWmSygBJ3gqhJgUSeHc w=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/mG_ECyBoIW5hJki6PzjoCf2QrrA>
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, 17 Sep 2018 13:22:21 -0000

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

There can be problems if SETTINGS_HEADER_TABLE_SIZE is allowed to be changed to zero mid-connection (not with initial SETTINGS), so maybe this proposal should also require SETTINGS_HEADER_TABLE_SIZE not to be changed (or at least not to be set to zero) other than in the initial settings frame.

Otherwise what would happen if an endpoint sets SETTINGS_HEADER_TABLE_SIZE to zero not at the beginning of the connection, then a stream is cancelled but the peer does not need to be modified, then SETTINGS_HEADER_TABLE_SIZE is changed back to non-zero?  How will the peer know that the stream got cancelled?

Another consideration is that if an endpoint tries to close the decoder stream after changing SETTINGS_HEADER_TABLE_SIZE to zero mid-connection, there is no guarantee that the setting will reach the peer before the stream closure which is normally an error.  Therefore decoder streams cannot be closed even in this case, leaving the connection with an unused stream.

Finally, I believe that the order between SETTINGS frames and data on the decoder stream is not guaranteed.  Therefore it would need to be spelled out that a stream cancellation instruction received while SETTINGS_HEADER_TABLE_SIZE is zero must not be treated as an error (it might have been sent before the setting was changed).

That's why I think maybe it's easier not to allow SETTINGS_HEADER_TABLE_SIZE to be changed (at least to zero) after the initial SETTINGS frame.

-- 
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/1747#issuecomment-422013435
----==_mimepart_5b9faa7f46941_75503ffa65ad45b824518b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>There can be problems if SETTINGS_HEADER_TABLE_SIZE is allowed to be cha=
nged to zero mid-connection (not with initial SETTINGS), so maybe this prop=
osal should also require SETTINGS_HEADER_TABLE_SIZE not to be changed (or a=
t least not to be set to zero) other than in the initial settings frame.</p>
<p>Otherwise what would happen if an endpoint sets SETTINGS_HEADER_TABLE_SI=
ZE to zero not at the beginning of the connection, then a stream is cancell=
ed but the peer does not need to be modified, then SETTINGS_HEADER_TABLE_SI=
ZE is changed back to non-zero?  How will the peer know that the stream got=
 cancelled?</p>
<p>Another consideration is that if an endpoint tries to close the decoder =
stream after changing SETTINGS_HEADER_TABLE_SIZE to zero mid-connection, th=
ere is no guarantee that the setting will reach the peer before the stream =
closure which is normally an error.  Therefore decoder streams cannot be cl=
osed even in this case, leaving the connection with an unused stream.</p>
<p>Finally, I believe that the order between SETTINGS frames and data on th=
e decoder stream is not guaranteed.  Therefore it would need to be spelled =
out that a stream cancellation instruction received while SETTINGS_HEADER_T=
ABLE_SIZE is zero must not be treated as an error (it might have been sent =
before the setting was changed).</p>
<p>That's why I think maybe it's easier not to allow SETTINGS_HEADER_TABLE_=
SIZE to be changed (at least to zero) after the initial SETTINGS frame.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/1747#issuecomment-422013435">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3E-0LySg5LE03=
kAcQOEKKHiFnbHks5ub6H_gaJpZM4WqFwz">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq7Kiw9ixbXNRk5oDlVE7xjBtfK9eks5ub6H_ga=
JpZM4WqFwz.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@bencebeky in #1747: =
There can be problems if SETTINGS_HEADER_TABLE_SIZE is allowed to be change=
d to zero mid-connection (not with initial SETTINGS), so maybe this proposa=
l should also require SETTINGS_HEADER_TABLE_SIZE not to be changed (or at l=
east not to be set to zero) other than in the initial settings frame.\r\n\r=
\nOtherwise what would happen if an endpoint sets SETTINGS_HEADER_TABLE_SIZ=
E to zero not at the beginning of the connection, then a stream is cancelle=
d but the peer does not need to be modified, then SETTINGS_HEADER_TABLE_SIZ=
E is changed back to non-zero?  How will the peer know that the stream got =
cancelled?\r\n\r\nAnother consideration is that if an endpoint tries to clo=
se the decoder stream after changing SETTINGS_HEADER_TABLE_SIZE to zero mid=
-connection, there is no guarantee that the setting will reach the peer bef=
ore the stream closure which is normally an error.  Therefore decoder strea=
ms cannot be closed even in this case, leaving the connection with an unuse=
d stream.\r\n\r\nFinally, I believe that the order between SETTINGS frames =
and data on the decoder stream is not guaranteed.  Therefore it would need =
to be spelled out that a stream cancellation instruction received while SET=
TINGS_HEADER_TABLE_SIZE is zero must not be treated as an error (it might h=
ave been sent before the setting was changed).\r\n\r\nThat's why I think ma=
ybe it's easier not to allow SETTINGS_HEADER_TABLE_SIZE to be changed (at l=
east to zero) after the initial SETTINGS frame."}],"action":{"name":"View I=
ssue","url":"https://github.com/quicwg/base-drafts/issues/1747#issuecomment=
-422013435"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-4=
22013435",
"url": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-4220=
13435",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: stream cancellation only required=
 when max dynamic table size \u003e 0 (#1747)",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1747,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"qui=
cwg/base-drafts\",\n\"issueId\": 1747\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-4220=
13435"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380132403=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9faa7f46941_75503ffa65ad45b824518b--


From nobody Mon Sep 17 06:28:17 2018
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 1003A1271FF for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 06:28:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 RurWEX75hKwn for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 06:28:14 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 49632130E6D for <quic-issues@ietf.org>; Mon, 17 Sep 2018 06:28:14 -0700 (PDT)
Date: Mon, 17 Sep 2018 06:28:13 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537190893; bh=4y8JovfHjOsaYrUzX2LMmzyuorFWEbAQhYOImWqbsEc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=v2NCA1Iy18ZtUjPrIZ1XbOVHjptKI1+6Jqcx0iaj11/kuRpTDcqlijorF50qpsWx5 FzB1SAHKx8VYVVlQ9VaakAWwZT4jzgvPtVJGUqLhkT2Q7aN/GeV+O+WuxjnRQwi8rI gvYzMebs0iQaXk4Vosc6IxNGSPUCRxAv6YOZqb9g=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf44cfd9322d3a97202d1441da34ff7bfcb59e11d92cf0000000117b76ded92a169ce157e9f83@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1751/422015758@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1751@github.com>
References: <quicwg/base-drafts/issues/1751@github.com>
Subject: Re: [quicwg/base-drafts] Protection against abusive packet numbers (#1751)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fabed51374_3b7d3f87e1ed45c41128f9"; 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/InihP_4ibrnhSvxOVr8mw1cLZzc>
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, 17 Sep 2018 13:28:16 -0000

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

Gaps are somewhat costly, but the cost can be limited by limiting the number of intervals in the interval set as Marten said.

I agree that data-structures are more compact and efficient with fewer gaps, but that applies to the sender even more than the receiver, at least in my implementation.

-- 
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/1751#issuecomment-422015758
----==_mimepart_5b9fabed51374_3b7d3f87e1ed45c41128f9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Gaps are somewhat costly, but the cost can be limited by limiting the =
number of intervals in the interval set as Marten said.</p>
<p>I agree that data-structures are more compact and efficient with fewer=
 gaps, but that applies to the sender even more than the receiver, at lea=
st in my implementation.</p>

<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/1751#issuecomment-422015758">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwYv=
bEhRP0BRAV5R813TFebbbaNYks5ub6NtgaJpZM4WqwW_">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq65ELfI8ZRNwHVEShG9ObgNe=
aVe0ks5ub6NtgaJpZM4WqwW_.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #1751: Gaps are somewhat costly, but the cost can be limited by l=
imiting the number of intervals in the interval set as Marten said.\r\n\r=
\nI agree that data-structures are more compact and efficient with fewer =
gaps, but that applies to the sender even more than the receiver, at leas=
t in my implementation."}],"action":{"name":"View Issue","url":"https://g=
ithub.com/quicwg/base-drafts/issues/1751#issuecomment-422015758"}}}</scri=
pt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1751#issuecomment=
-422015758",
"url": "https://github.com/quicwg/base-drafts/issues/1751#issuecomment-42=
2015758",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Protection against abusive packet numb=
ers (#1751)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1751,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1751\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1751#issuecomment-42=
2015758"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3803068=
79\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9fabed51374_3b7d3f87e1ed45c41128f9--


From nobody Mon Sep 17 06:30:03 2018
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 A8704130E6B for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 06:30:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 0pKlmOW63Hfu for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 06:29:59 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A35AC1271FF for <quic-issues@ietf.org>; Mon, 17 Sep 2018 06:29:59 -0700 (PDT)
Date: Mon, 17 Sep 2018 06:29:58 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537190998; bh=L49B6GueFfdVOmysJ2cm7WadLQAa+JFCtMdM/O5py6U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uCH96+3GwRt/8g4gXhUWGjqHkQ6LXRTI2Q2Mg7JPnPKgjaonNYz4/Tas/7+fz2Wzn nkI8t4VJXeiIUOYrDOtNDvZY9Fy2DOGSVKN6WCu8DqNu3zFFDx8g2dpTogbAyHryA1 7fRBepR9DwuyKzwH82bTsxMBYh6FLmKVPWsK3xYg=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6cdd9f2588b550f6e25864c2063f3f4703db9da692cf0000000117b76e5692a169ce157e9fb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1752/review/155922986@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1752@github.com>
References: <quicwg/base-drafts/pull/1752@github.com>
Subject: Re: [quicwg/base-drafts] Add protection against abusive packer number sequences (#1752)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fac567002b_c3e3f87e1ed45c48759e"; 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/DQYhIHApIeEDElUTwD3r8Qrritc>
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, 17 Sep 2018 13:30:02 -0000

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

ianswett commented on this pull request.



> @@ -1093,6 +1093,14 @@ protection for the reasons described in Section 9.3 of {{QUIC-TLS}}. An
 efficient algorithm for duplicate suppression can be found in Section 3.4.3 of
 {{?RFC2406}}.
 
+Packet numbers SHOULD be incremented by one. Parallel processing and optimistic
+ACK attack mitigation {{optimistic-ack-attack}} can lead to gaps. The difference
+between the largest sent and the largest acknowledged packet number
+SHOULD be no more than twice the actual number of packets sent.  The number of
+gaps and their sizes SHOULD be kept to a minimum.  A peer MAY close a connection
+with the error BAD_LINK when the observed gap count or loss rate based on packet

If we add an error code, I'd like to be specific about what it means.  ie: too many gaps?   BAD_LINK doesn't tell me if the connection is too poor to continue with or if there are too many gaps, which are potentially quite different.

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

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1752#discussion_r218068123">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1093,6 +1093,14 @@ protection for the reasons described in Section 9.3 of {{QUIC-TLS}}. An
 efficient algorithm for duplicate suppression can be found in Section 3.4.3 of
 {{?RFC2406}}.
 
+Packet numbers SHOULD be incremented by one. Parallel processing and optimistic
+ACK attack mitigation {{optimistic-ack-attack}} can lead to gaps. The difference
+between the largest sent and the largest acknowledged packet number
+SHOULD be no more than twice the actual number of packets sent.  The number of
+gaps and their sizes SHOULD be kept to a minimum.  A peer MAY close a connection
+with the error BAD_LINK when the observed gap count or loss rate based on packet
</pre>
<p>If we add an error code, I'd like to be specific about what it means.  ie: too many gaps?   BAD_LINK doesn't tell me if the connection is too poor to continue with or if there are too many gaps, which are potentially quite different.</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/1752#pullrequestreview-155922986">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8mqBsp5MZS54M4LooyX5qYnY3VHks5ub6PWgaJpZM4WqwXz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6Y7wVBUqsB_HLlntelEgOV5pWbVks5ub6PWgaJpZM4WqwXz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1752"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1752#pullrequestreview-155922986"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1752#pullrequestreview-155922986",
"url": "https://github.com/quicwg/base-drafts/pull/1752#pullrequestreview-155922986",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1752",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1752#pullrequestreview-155922986"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306931\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9fac567002b_c3e3f87e1ed45c48759e--


From nobody Mon Sep 17 06:33:17 2018
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 30175130E88 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 06:33:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 8SCuF0OxEr9A for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 06:33:08 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 636FB130E6F for <quic-issues@ietf.org>; Mon, 17 Sep 2018 06:33:08 -0700 (PDT)
Date: Mon, 17 Sep 2018 06:33:07 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537191187; bh=DtCQ4OTopvdy0wZPhViH7zvwh5U5TCw4UN8GjYY3m0c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=M5GJ1Fl+8N/Pj/hQmBTxIEn3kJbQYdiujh6JAxlN868hcDSeJbCusmuqkBUPDKorM RjCS2CeQ9PoYQrpv4QQ4BwD29C26+fX6DEVH5Jy9XfQEeCF+dxUuGBFDHwd+2CCTHd jDMytVmTOSsgAOgcmRBUvixCppekfNP8ho9URjTU=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab82dd61c1c78c98b49173584ba40cbfe6ae58715392cf0000000117b76f1392a169ce157e9f83@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1751/422017610@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1751@github.com>
References: <quicwg/base-drafts/issues/1751@github.com>
Subject: Re: [quicwg/base-drafts] Protection against abusive packet numbers (#1751)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fad136e9ac_5a843fbd5a6d45b4112255"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/ozrJtn1qnGJ8tZ1OGpBSZXkxqgo>
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, 17 Sep 2018 13:33:16 -0000

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

It may be more costly to the sender, but 1) the sender has the control, and 2) the sender might be malicous. The idea is to provider the receiver with some guarantees that should not be hard for a cooperative sender to comply with.

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

<p>It may be more costly to the sender, but 1) the sender has the control, and 2) the sender might be malicous. The idea is to provider the receiver with some guarantees that should not be hard for a cooperative sender to comply with.</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/1751#issuecomment-422017610">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5RHK-75C94_o1p-dit1iTSa0sDeks5ub6STgaJpZM4WqwW_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3x4_XZM-jEJ5qbZuJ7Wk8aMhxZUks5ub6STgaJpZM4WqwW_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1751: It may be more costly to the sender, but 1) the sender has the control, and 2) the sender might be malicous. The idea is to provider the receiver with some guarantees that should not be hard for a cooperative sender to comply with."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1751#issuecomment-422017610"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1751#issuecomment-422017610",
"url": "https://github.com/quicwg/base-drafts/issues/1751#issuecomment-422017610",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Protection against abusive packet numbers (#1751)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1751,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1751\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1751#issuecomment-422017610"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306879\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9fad136e9ac_5a843fbd5a6d45b4112255--


From nobody Mon Sep 17 06:38:51 2018
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 473E3130DC9 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 06:38:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 75P0623EWcNl for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 06:38:48 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1743E1271FF for <quic-issues@ietf.org>; Mon, 17 Sep 2018 06:38:48 -0700 (PDT)
Date: Mon, 17 Sep 2018 06:38:47 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537191527; bh=NXOurDPhrnqVM/1hqBUVx40Y9+NvqVmKwWt8IImOKEM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1YIJ30ln2fyL4EhFhvr9rgISeyzhCUrt1TPEEudB2hbYvCdLWm3dFE9v7PsXvAIGS sQV/UEwG3StoTC1URaVzJQVqPxZhXmSTWOElYvcYGs0Qh2OTzH9IG2JJTERngorUL/ qI9IYnFrTZqpVScBBKuhV8u++jFrxTpXjbR7Nn4k=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbcb83f520416b0e1e548055b7fee5727744cbede92cf0000000117b7706792a169ce157e9fb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1752/review/155926852@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1752@github.com>
References: <quicwg/base-drafts/pull/1752@github.com>
Subject: Re: [quicwg/base-drafts] Add protection against abusive packer number sequences (#1752)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fae672e663_21f43fe5bd2d45b47254c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/aoJxguTdWIdEF3htOk3pqOyyGMk>
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, 17 Sep 2018 13:38:51 -0000

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

mikkelfj commented on this pull request.



> @@ -1093,6 +1093,14 @@ protection for the reasons described in Section 9.3 of {{QUIC-TLS}}. An
 efficient algorithm for duplicate suppression can be found in Section 3.4.3 of
 {{?RFC2406}}.
 
+Packet numbers SHOULD be incremented by one. Parallel processing and optimistic
+ACK attack mitigation {{optimistic-ack-attack}} can lead to gaps. The difference
+between the largest sent and the largest acknowledged packet number
+SHOULD be no more than twice the actual number of packets sent.  The number of
+gaps and their sizes SHOULD be kept to a minimum.  A peer MAY close a connection
+with the error BAD_LINK when the observed gap count or loss rate based on packet

It was intended to cover all cases where transport cannot proceed without any factual errors in dataformat covered by other errors. We could have a TOO_MANY_GAPS error, but then it would not cover TOO_LARGE_GAPS, SUSPECTED_MALICOUS_REORDERING, NO_ACKS_RECEIVED_FOR_A_WHILE etc. So we could have a more specific error, but there are many, none of which are covered by other error codes at present. But I am open to 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/pull/1752#discussion_r218071123
----==_mimepart_5b9fae672e663_21f43fe5bd2d45b47254c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1752#discussion_r218071123">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1093,6 +1093,14 @@ protection for the reasons described in Section 9.3 of {{QUIC-TLS}}. An
 efficient algorithm for duplicate suppression can be found in Section 3.4.3 of
 {{?RFC2406}}.
 
+Packet numbers SHOULD be incremented by one. Parallel processing and optimistic
+ACK attack mitigation {{optimistic-ack-attack}} can lead to gaps. The difference
+between the largest sent and the largest acknowledged packet number
+SHOULD be no more than twice the actual number of packets sent.  The number of
+gaps and their sizes SHOULD be kept to a minimum.  A peer MAY close a connection
+with the error BAD_LINK when the observed gap count or loss rate based on packet
</pre>
<p>It was intended to cover all cases where transport cannot proceed without any factual errors in dataformat covered by other errors. We could have a TOO_MANY_GAPS error, but then it would not cover TOO_LARGE_GAPS, SUSPECTED_MALICOUS_REORDERING, NO_ACKS_RECEIVED_FOR_A_WHILE etc. So we could have a more specific error, but there are many, none of which are covered by other error codes at present. But I am open to 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/pull/1752#discussion_r218071123">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8Qzw0iz2sGo1StyEhr5rADDspzsks5ub6XngaJpZM4WqwXz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-w97G4JuA8_fuAYO-_ZfRTRzXH8ks5ub6XngaJpZM4WqwXz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1752"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1752#discussion_r218071123"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1752#discussion_r218071123",
"url": "https://github.com/quicwg/base-drafts/pull/1752#discussion_r218071123",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1752",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1752#discussion_r218071123"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306931\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9fae672e663_21f43fe5bd2d45b47254c--


From nobody Mon Sep 17 06:56:50 2018
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 7B1C5130E6D for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 06:56:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 5-Iif2dH29gd for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 06:56:48 -0700 (PDT)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E0403127332 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 06:56:47 -0700 (PDT)
Date: Mon, 17 Sep 2018 06:56:47 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537192607; bh=Oqb/KPOyTpoKJAPGGdnpaEo56t+Xb97wPtTzjzljN4o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yFKcMNMqYLWf7SgFh93g5xSKGSrwKMkMWRV++LGuMJpk4syxbw6v0BozH9iCd6NGI 70pn5r9pKoMfK0AXKYJ1+OhxWHe/S7elvUZ7/SGxVcAsvvXtUWC3intTHu2Dy+1K7N LIcWpzKMEpFRkTJ3XbEIgLbv5V+p5Jg8MLDYvX4E=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab72f5df139d9a45780acc2d8b966a7cbd024b198a92cf0000000117b7749f92a169ce157e9fb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1752/review/155935533@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1752@github.com>
References: <quicwg/base-drafts/pull/1752@github.com>
Subject: Re: [quicwg/base-drafts] Add protection against abusive packer number sequences (#1752)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fb29f1c8cc_51a33fc00dad45b4239867"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/vMBdBgd52ThII2s0PeQCHjJB0dE>
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, 17 Sep 2018 13:56:49 -0000

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

mikkelfj commented on this pull request.



> @@ -1093,6 +1093,14 @@ protection for the reasons described in Section 9.3 of {{QUIC-TLS}}. An
 efficient algorithm for duplicate suppression can be found in Section 3.4.3 of
 {{?RFC2406}}.
 
+Packet numbers SHOULD be incremented by one. Parallel processing and optimistic
+ACK attack mitigation {{optimistic-ack-attack}} can lead to gaps. The difference
+between the largest sent and the largest acknowledged packet number
+SHOULD be no more than twice the actual number of packets sent.  The number of
+gaps and their sizes SHOULD be kept to a minimum.  A peer MAY close a connection
+with the error BAD_LINK when the observed gap count or loss rate based on packet

We could add a note about "SHOULD add a reason phrase" when using the BAD_LINK 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/1752#discussion_r218077981
----==_mimepart_5b9fb29f1c8cc_51a33fc00dad45b4239867
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1752#discussion_r218077981">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1093,6 +1093,14 @@ protection for the reasons described in Section 9.3 of {{QUIC-TLS}}. An
 efficient algorithm for duplicate suppression can be found in Section 3.4.3 of
 {{?RFC2406}}.
 
+Packet numbers SHOULD be incremented by one. Parallel processing and optimistic
+ACK attack mitigation {{optimistic-ack-attack}} can lead to gaps. The difference
+between the largest sent and the largest acknowledged packet number
+SHOULD be no more than twice the actual number of packets sent.  The number of
+gaps and their sizes SHOULD be kept to a minimum.  A peer MAY close a connection
+with the error BAD_LINK when the observed gap count or loss rate based on packet
</pre>
<p>We could add a note about "SHOULD add a reason phrase" when using the BAD_LINK error.</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/1752#discussion_r218077981">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_oNxNsAWkKiQBtAcyZNVtQed-WSks5ub6ofgaJpZM4WqwXz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq25bOL61gz-ufA_Y1tyg1GG4H3fZks5ub6ofgaJpZM4WqwXz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1752"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1752#discussion_r218077981"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1752#discussion_r218077981",
"url": "https://github.com/quicwg/base-drafts/pull/1752#discussion_r218077981",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1752",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1752#discussion_r218077981"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306931\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9fb29f1c8cc_51a33fc00dad45b4239867--


From nobody Mon Sep 17 07:00:30 2018
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 060C5130E6D for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 07:00:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 C1QvhRIYTVbX for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 07:00:26 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B27B4130DC9 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 07:00:26 -0700 (PDT)
Date: Mon, 17 Sep 2018 07:00:25 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537192826; bh=nR3WM+/A8PjCgMNPMw7hrgfZPwjrQf7CiNlUwnrIzkI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OzjBUo8fEfMEpQmqI+fEH9RQxv3fzS0BMdHVD6Fq2FB+eks6zG938SYigdRWw4VxR S6YiUhroqCcN/1NtVM6JuHpzn/0WRZHGd6g1suA/g8HEo6owZ1dhFUDOgquK82k2hL 7ksSE8NDnhkVK82foS2m1nL7z7EBVgSFrHF5JuVA=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7d081c7e1209e6e72e2893d449e2e995d4af507092cf0000000117b7757992a169ce157c9253@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1747/422028006@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1747@github.com>
References: <quicwg/base-drafts/issues/1747@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: stream cancellation only required when max dynamic table size > 0 (#1747)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fb379e635a_64663fd1b46d45b420936b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/tsYLF4xjnxd5CPw1gpIuGYHDBC8>
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, 17 Sep 2018 14:00:28 -0000

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

@bencebeky : in HQ you can only send SETTINGS at the beginning of the connection, for all the reasons you describe.

@kazuho : my reasoning here was exactly to allow for simpler implementations that do not implement a dynamic table.  I hadn't thought about not opening the streams, but I'm not sure it really matters - nothing will ever be sent on them so you can effectively ignore them.

-- 
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/1747#issuecomment-422028006
----==_mimepart_5b9fb379e635a_64663fd1b46d45b420936b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"6144440" data-octo=
-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" h=
ref=3D"https://github.com/bencebeky">@bencebeky</a> : in HQ you can only =
send SETTINGS at the beginning of the connection, for all the reasons you=
 describe.</p>
<p><a class=3D"user-mention" data-hovercard-user-id=3D"41567" data-octo-c=
lick=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" hre=
f=3D"https://github.com/kazuho">@kazuho</a> : my reasoning here was exact=
ly to allow for simpler implementations that do not implement a dynamic t=
able.  I hadn't thought about not opening the streams, but I'm not sure i=
t really matters - nothing will ever be sent on them so you can effective=
ly ignore them.</p>

<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/1747#issuecomment-422028006">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwxl=
nWvpywBzfDiYDUWOPQPpVsu4ks5ub6r5gaJpZM4WqFwz">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq7KOiWprTczn-QRkLWEJu5dC=
Ml-Jks5ub6r5gaJpZM4WqFwz.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afri=
nd in #1747: @bencebeky : in HQ you can only send SETTINGS at the beginni=
ng of the connection, for all the reasons you describe.\r\n\r\n@kazuho : =
my reasoning here was exactly to allow for simpler implementations that d=
o not implement a dynamic table.  I hadn't thought about not opening the =
streams, but I'm not sure it really matters - nothing will ever be sent o=
n them so you can effectively ignore them."}],"action":{"name":"View Issu=
e","url":"https://github.com/quicwg/base-drafts/issues/1747#issuecomment-=
422028006"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment=
-422028006",
"url": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-42=
2028006",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: stream cancellation only requir=
ed when max dynamic table size \u003e 0 (#1747)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1747,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1747\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-42=
2028006"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3801324=
03\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9fb379e635a_64663fd1b46d45b420936b--


From nobody Mon Sep 17 07:01:21 2018
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 440DA130E6E for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 07:01:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 NXrG_AQNgWbv for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 07:01:17 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 088CF130DC9 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 07:01:17 -0700 (PDT)
Date: Mon, 17 Sep 2018 07:01:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537192875; bh=FqJYfQ1xrU/xZRAJFjkORoCMaygNfpqK2xHhRQvdq2s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=F1wT6NYs2i6pgU2UO/L8tV9WqD4WAdnKC2DIijGj2NaDIOGSmI/yX2meTMwDvqgtB SZvvlYGcllTfZ68g5NQ5ENIRugOEmmuUNLwc53CpFnhC2AfXwh5zGHtO9ppegWpcCO 9qNc9miPTk1jXt7l2meulE1fiiwIOck7HihJ+IOM=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9f73034367cdb6ff5e87a2c869a63cccae5e984a92cf0000000117b775ab92a169ce157e2f35@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1749/422028329@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1749@github.com>
References: <quicwg/base-drafts/issues/1749@github.com>
Subject: Re: [quicwg/base-drafts] Consider three ways handshake for new paths (#1749)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fb3abeb5f9_3d53fd9b2ad45b41757d9"; 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/wXfv-Dhxg0JckqbUCRzeZwB2eig>
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, 17 Sep 2018 14:01:20 -0000

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

Thanks for the detailed description.

If you added a client CID and reset token in the PATH_CHALLENGE/PATH_PROBE, then you could use receipt of any packet on the new path with the newly specified connection ID as path confirmation I believe?  And at that point the responder(server) could use acknowledgement of the packet it sent as confirmation?  But possibly that has problems I wouldn't anticipate?

PATH_RESET or PATH_CLOSE is likely going to be useful for multipath, but I'm not sure why it needs to be added for migration?  Adding it seems orthogonal to the rest of this issue as well.

-- 
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/1749#issuecomment-422028329
----==_mimepart_5b9fb3abeb5f9_3d53fd9b2ad45b41757d9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Thanks for the detailed description.</p>
<p>If you added a client CID and reset token in the PATH_CHALLENGE/PATH_P=
ROBE, then you could use receipt of any packet on the new path with the n=
ewly specified connection ID as path confirmation I believe?  And at that=
 point the responder(server) could use acknowledgement of the packet it s=
ent as confirmation?  But possibly that has problems I wouldn't anticipat=
e?</p>
<p>PATH_RESET or PATH_CLOSE is likely going to be useful for multipath, b=
ut I'm not sure why it needs to be added for migration?  Adding it seems =
orthogonal to the rest of this issue as well.</p>

<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/1749#issuecomment-422028329">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq62v=
O3m2fDbZdOJaoSM0DbTZnZzeks5ub6srgaJpZM4WqnkV">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3cvIxuOKMJgyD9FAPIAowjV=
Cevqks5ub6srgaJpZM4WqnkV.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #1749: Thanks for the detailed description.\r\n\r\nIf you added a=
 client CID and reset token in the PATH_CHALLENGE/PATH_PROBE, then you co=
uld use receipt of any packet on the new path with the newly specified co=
nnection ID as path confirmation I believe?  And at that point the respon=
der(server) could use acknowledgement of the packet it sent as confirmati=
on?  But possibly that has problems I wouldn't anticipate?\r\n\r\nPATH_RE=
SET or PATH_CLOSE is likely going to be useful for multipath, but I'm not=
 sure why it needs to be added for migration?  Adding it seems orthogonal=
 to the rest of this issue as well."}],"action":{"name":"View Issue","url=
":"https://github.com/quicwg/base-drafts/issues/1749#issuecomment-4220283=
29"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1749#issuecomment=
-422028329",
"url": "https://github.com/quicwg/base-drafts/issues/1749#issuecomment-42=
2028329",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Consider three ways handshake for new =
paths (#1749)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1749,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1749\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1749#issuecomment-42=
2028329"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3802708=
69\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9fb3abeb5f9_3d53fd9b2ad45b41757d9--


From nobody Mon Sep 17 07:04:27 2018
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 58056130E04 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 07:04:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.509
X-Spam-Level: 
X-Spam-Status: No, score=-7.509 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, GB_ABOUTYOU=0.5, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 IfFo9_ZY1zSN for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 07:04:25 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F2630130DC2 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 07:04:24 -0700 (PDT)
Date: Mon, 17 Sep 2018 07:04:23 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537193063; bh=Quz8DtHXcxpl1M57kZSY6BvqPgr2gnGd4p/wujnINRU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Cxd7gkBN5k4V/fjmSJd4jw26oVIyh29RmzXj5pQLZ6Jq8n7k57zcyOkoreiTLrMBU pnqpSdrUZrfFUaZxatbujYYhhzPXG+K2jMIABMMCG6iW81i01L03Th6reYKTUNFbg+ VSS8qkB+O5nABWzoyrPYoOPny9e8v/ojAVbDfxng=
From: Udip Pant <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4d04183f93746af278bc1b8e08ede0ccad2df5b892cf0000000117b7766792a169ce14ddfaae@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1655/422029800@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1655@github.com>
References: <quicwg/base-drafts/issues/1655@github.com>
Subject: Re: [quicwg/base-drafts] Change packet types (#1655)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fb467cfb65_32f63fb77bad45b82723bf"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: udippant
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/iwfl2M92RCXXJUPh7ZkzZo7LlK4>
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, 17 Sep 2018 14:04:26 -0000

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

(pkt_type & 0xc0 != 0x80) should be fine. But curious about your type grouping that results in this (with first MSB for long header, you'd still just be using the second MSB here).

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

<p>(pkt_type &amp; 0xc0 != 0x80) should be fine. But curious about your type grouping that results in this (with first MSB for long header, you'd still just be using the second MSB here).</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/1655#issuecomment-422029800">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq66bUd2kXNe1NJ_99-u_pZvnfT6dks5ub6vngaJpZM4V6yCG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq53ExOPwmgh31h_gNtK4m6CtVzKoks5ub6vngaJpZM4V6yCG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@udippant in #1655: (pkt_type \u0026 0xc0 != 0x80) should be fine. But curious about your type grouping that results in this (with first MSB for long header, you'd still just be using the second MSB here)."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1655#issuecomment-422029800"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1655#issuecomment-422029800",
"url": "https://github.com/quicwg/base-drafts/issues/1655#issuecomment-422029800",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Change packet types (#1655)",
"sections": [
{
"text": "",
"activityTitle": "**Udip Pant**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@udippant",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1655,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1655\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1655#issuecomment-422029800"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 367730822\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9fb467cfb65_32f63fb77bad45b82723bf--


From nobody Mon Sep 17 07:10:08 2018
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 6DADB130E95 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 07:10:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 N0jdRhgxw75B for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 07:10:01 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5ED2B1286D9 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 07:10:01 -0700 (PDT)
Date: Mon, 17 Sep 2018 07:10:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537193400; bh=pdmcZTWVof6LXr8narRdJAynSHj/fGhzriSdh2Hi5wg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XxdBeNjiEyRwuPjbsysEsGtATIE2ary9+DMIxAYOUWshimVo2vjys+w5Ud+hPl+QU ZL2e5hiLfc/AUu8HfcuUn6Fc7QHt8euKRy6z+GkHMzE8g9dnku5i547ZTAjgutzQkV KqLQn4VOtc9tBFjWcqAeSKQkehQgPPXTZCg/ZKX4=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3b1cd53cd21edb3ddef90544ab365ef3bada84a092cf0000000117b777b892a169ce157e9fb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1752/review/155942301@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1752@github.com>
References: <quicwg/base-drafts/pull/1752@github.com>
Subject: Re: [quicwg/base-drafts] Add protection against abusive packer number sequences (#1752)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fb5b84703c_7d043ff2a90d45b82687b"; 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/KMwLVAwOe9y8TI9jw5ucf5y0hj4>
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, 17 Sep 2018 14:10:07 -0000

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

marten-seemann commented on this pull request.



> @@ -1093,6 +1093,14 @@ protection for the reasons described in Section 9.3 of {{QUIC-TLS}}. An
 efficient algorithm for duplicate suppression can be found in Section 3.4.3 of
 {{?RFC2406}}.
 
+Packet numbers SHOULD be incremented by one. Parallel processing and optimistic
+ACK attack mitigation {{optimistic-ack-attack}} can lead to gaps. The difference
+between the largest sent and the largest acknowledged packet number
+SHOULD be no more than twice the actual number of packets sent.  The number of
+gaps and their sizes SHOULD be kept to a minimum.  A peer MAY close a connection
+with the error BAD_LINK when the observed gap count or loss rate based on packet

I'm not a fan of adding a separate error here. There are a lot of places where an implementation might introduce some limit as a DoS defense (e.g. too many gaps in STREAM data), many of those implementation specific. BAD_LINK certainly isn't appropriate in many of those cases.

-- 
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/1752#discussion_r218083404
----==_mimepart_5b9fb5b84703c_7d043ff2a90d45b82687b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1752#discussion_r218083404">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1093,6 +1093,14 @@ protection for the reasons described in Section 9.3 of {{QUIC-TLS}}. An
 efficient algorithm for duplicate suppression can be found in Section 3.4.3 of
 {{?RFC2406}}.
 
+Packet numbers SHOULD be incremented by one. Parallel processing and optimistic
+ACK attack mitigation {{optimistic-ack-attack}} can lead to gaps. The difference
+between the largest sent and the largest acknowledged packet number
+SHOULD be no more than twice the actual number of packets sent.  The number of
+gaps and their sizes SHOULD be kept to a minimum.  A peer MAY close a connection
+with the error BAD_LINK when the observed gap count or loss rate based on packet
</pre>
<p>I'm not a fan of adding a separate error here. There are a lot of places where an implementation might introduce some limit as a DoS defense (e.g. too many gaps in STREAM data), many of those implementation specific. BAD_LINK certainly isn't appropriate in many of those cases.</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/1752#discussion_r218083404">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq26W9XXe3oJ05jU_7EDc6HNRujVLks5ub604gaJpZM4WqwXz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4ywMlEA0p1ikSVRlxVuQdXohhIZks5ub604gaJpZM4WqwXz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #1752"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1752#discussion_r218083404"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1752#discussion_r218083404",
"url": "https://github.com/quicwg/base-drafts/pull/1752#discussion_r218083404",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@marten-seemann commented on 1752",
"sections": [
{
"text": "",
"activityTitle": "**Marten Seemann**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@marten-seemann",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1752#discussion_r218083404"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306931\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9fb5b84703c_7d043ff2a90d45b82687b--


From nobody Mon Sep 17 07:11:15 2018
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 06C621286D9 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 07:11:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 e7xKSnmI7Gh5 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 07:11:03 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 20B6A130EB7 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 07:11:03 -0700 (PDT)
Date: Mon, 17 Sep 2018 07:11:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537193462; bh=oXZDKX/jiZmFdX+4dELb0fnM4U7Eb/KdaQm+kc6xk80=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=varKXcH6bE7rhL+gB14QBS2lcoZPY1u5N6aCJP2BZWJHzad+i1VlrFpNT14z6saxH wXpEwotzCradEm1R6B8gH/jc6+yG0oLyeNgJua3Fr2TZbhw0bQMINC3cfi/lP264a8 mZeAjjQNsP7HkO2a7ni9nTQoEpCkZE70dFTyHPD8=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abee18f781085d156fe6b174982246b0c101e9388e92cf0000000117b777f692a169ce157e9fb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1752/review/155942797@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1752@github.com>
References: <quicwg/base-drafts/pull/1752@github.com>
Subject: Re: [quicwg/base-drafts] Add protection against abusive packer number sequences (#1752)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fb5f661785_55cf3f88864d45c439148c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/s6MIyqy-2ZL4_j25tuh7xbuEAvU>
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, 17 Sep 2018 14:11:14 -0000

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

mikkelfj commented on this pull request.



> @@ -1093,6 +1093,14 @@ protection for the reasons described in Section 9.3 of {{QUIC-TLS}}. An
 efficient algorithm for duplicate suppression can be found in Section 3.4.3 of
 {{?RFC2406}}.
 
+Packet numbers SHOULD be incremented by one. Parallel processing and optimistic
+ACK attack mitigation {{optimistic-ack-attack}} can lead to gaps. The difference
+between the largest sent and the largest acknowledged packet number
+SHOULD be no more than twice the actual number of packets sent.  The number of
+gaps and their sizes SHOULD be kept to a minimum.  A peer MAY close a connection
+with the error BAD_LINK when the observed gap count or loss rate based on packet

Which error would you use then? Or would you silently drop? I considered that as well.

-- 
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/1752#discussion_r218083753
----==_mimepart_5b9fb5f661785_55cf3f88864d45c439148c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1752#discussion_r218083753">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1093,6 +1093,14 @@ protection for the reasons described in Section 9.3 of {{QUIC-TLS}}. An
 efficient algorithm for duplicate suppression can be found in Section 3.4.3 of
 {{?RFC2406}}.
 
+Packet numbers SHOULD be incremented by one. Parallel processing and optimistic
+ACK attack mitigation {{optimistic-ack-attack}} can lead to gaps. The difference
+between the largest sent and the largest acknowledged packet number
+SHOULD be no more than twice the actual number of packets sent.  The number of
+gaps and their sizes SHOULD be kept to a minimum.  A peer MAY close a connection
+with the error BAD_LINK when the observed gap count or loss rate based on packet
</pre>
<p>Which error would you use then? Or would you silently drop? I considered that as well.</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/1752#discussion_r218083753">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5RDY7XRudd2FPLGCtJjWkDCM1Ipks5ub612gaJpZM4WqwXz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4AY86l21F3b4EU061_sQJhmTZmmks5ub612gaJpZM4WqwXz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1752"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1752#discussion_r218083753"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1752#discussion_r218083753",
"url": "https://github.com/quicwg/base-drafts/pull/1752#discussion_r218083753",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1752",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1752#discussion_r218083753"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306931\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9fb5f661785_55cf3f88864d45c439148c--


From nobody Mon Sep 17 07:25:26 2018
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 AAEA6130DC6 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 07:25:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 y1hSf9xonTvD for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 07:25:23 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3C2A312D7F8 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 07:25:23 -0700 (PDT)
Date: Mon, 17 Sep 2018 07:25:22 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537194322; bh=U7JN0PYvcejmctBgxOgB5+sUV5XA6kMCa1hEPodHGEw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=z7nSTzHvuEzIsh87icgk9UG8YSegYx3WK130GMG8/Uf/pkifqQa1WHkTIWqss16r7 bTTcxKTxHlSTGS9atDUWpin1U21V6bHg4jEvBDG4TA0Kd0e4Rb+1RXonMLmD7k9Ypx FlGFjVVjvfI6590a6bxlRfB5rADiRiuY9ASHqhwg=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc85db236d4d7e5a37a18b79174c4c5cdf37f284092cf0000000117b77b5292a169ce157d087f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1748/422037437@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1748@github.com>
References: <quicwg/base-drafts/issues/1748@github.com>
Subject: Re: [quicwg/base-drafts] TLP is getting triggered too early (#1748)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fb95252fea_18183fa5742d45c0209961"; 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/b2hCQLgASCvWoOygDB4S44WUHCs>
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, 17 Sep 2018 14:25:25 -0000

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

Yes, the intent is that the handshake has to complete before TLP is active, and in order for it to complete, an RTT measurement must have been taken.

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

<p>Yes, the intent is that the handshake has to complete before TLP is active, and in order for it to complete, an RTT measurement must have been taken.</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/1748#issuecomment-422037437">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7EeOLj_5OhbLji3iIeMTcsS4ZJnks5ub7DSgaJpZM4WqPPh">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9zUtPelr_z-nohY43bj8Xl8UrPLks5ub7DSgaJpZM4WqPPh.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1748: Yes, the intent is that the handshake has to complete before TLP is active, and in order for it to complete, an RTT measurement must have been taken."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1748#issuecomment-422037437"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1748#issuecomment-422037437",
"url": "https://github.com/quicwg/base-drafts/issues/1748#issuecomment-422037437",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] TLP is getting triggered too early (#1748)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1748,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1748\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1748#issuecomment-422037437"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380171233\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9fb95252fea_18183fa5742d45c0209961--


From nobody Mon Sep 17 08:07:19 2018
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 0DE67130E39 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 08:07:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Kg4Sn1Bay_1L for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 08:07:16 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6E3BB130E28 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 08:07:16 -0700 (PDT)
Date: Mon, 17 Sep 2018 08:07:14 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537196834; bh=vaZ4FLPf+GWwrA2rbgktKhCF0leNo2flfAKQBkE48FA=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=va6u1Eux66zb5K6T+hz9wt+Ya57Z5Nqe5KKSKlZlAZUfItyaMmdoVGCDsqprQJLEJ VZOiKztT8GJUSM8zAI8Fy2y/untvKB6+MsliiY7nyOpgyQT2VlcMtZtQGwgx6c3TJp H59gZVM/Q9T18ozMs+pVMWyshkpB7dPPBRXgzNN8=
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abd070100d4794383c68775e7aa42215a25fb1366b92cf0000000117b7852292a169ce15831451@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/66@github.com>
Subject: [quicwg/wg-materials] slides for intraflow performance diagnostics (#66)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fc322734bc_5ec33f9bad2d45b4587710"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: britram
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/6-5XokEJTFo6wGoKkBiTZjhri54>
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, 17 Sep 2018 15:07:18 -0000

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


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

  https://github.com/quicwg/wg-materials/pull/66

-- Commit Summary --

  * intraflow diagnostics slides
  * better image quality

-- File Changes --

    A interim-18-09/quic-interim-intraflow.key (0)
    A interim-18-09/quic-interim-intraflow.pdf (0)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/66.patch
https://github.com/quicwg/wg-materials/pull/66.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/wg-materials/pull/66

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



<hr>

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

<h4>Commit Summary</h4>
<ul>
  <li>intraflow diagnostics slides</li>
  <li>better image quality</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>A</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/66/files#diff-0">interim-18-09/quic-interim-intraflow.key</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/66/files#diff-1">interim-18-09/quic-interim-intraflow.pdf</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/66.patch'>https://github.com/quicwg/wg-materials/pull/66.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/66.diff'>https://github.com/quicwg/wg-materials/pull/66.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/wg-materials/pull/66">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_FoXXln1YnY9W-4jAiySdlU0b9zks5ub7qigaJpZM4WsHT8">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_zRi_11esJwzGMFb702VawrU2nMks5ub7qigaJpZM4WsHT8.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"slides for intraflow performance diagnostics (#66)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/66"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/66",
"url": "https://github.com/quicwg/wg-materials/pull/66",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "slides for intraflow performance diagnostics (#66)",
"sections": [
{
"text": "",
"activityTitle": "**Brian Trammell**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@britram",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "2e024b3",
"value": "intraflow diagnostics slides"
},
{
"name": "07a35b3",
"value": "better image quality"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Added",
"value": "[interim-18-09/quic-interim-intraflow.key](https://github.com/quicwg/wg-materials/pull/66/files#diff-0) (0 changes)"
},
{
"name": "Added",
"value": "[interim-18-09/quic-interim-intraflow.pdf](https://github.com/quicwg/wg-materials/pull/66/files#diff-1) (0 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 66,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 66\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/66"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/66.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/66.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380663036\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9fc322734bc_5ec33f9bad2d45b4587710--


From nobody Mon Sep 17 08:13:35 2018
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 BF303130E14 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 08:13:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 mYea0LI4QJUw for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 08:13:32 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 21BF7130934 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 08:13:32 -0700 (PDT)
Date: Mon, 17 Sep 2018 08:13:31 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537197211; bh=F7y9pZu64y4VxFtxh9DX/KZoYT4pbzZE/QrRxViiR+o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Psz4gyToulaxw1GVWP2HVsyMXg6pWFbjt4w1HmC6omkJkZBZNXfbRMzY+aS1YXcJK qbzVJMIQHj4pNWpkwOKyfduM0Qqg/wtYq56BCh5efky/+bZqppuv8mDv9iAXyfcCw+ SDXr6Y5Sud/YOhspnWzRb1/BBUxw0KE0B/d0Taaw=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7c051e224ec2519b1ee6d1a62419e1a4b65715be92cf0000000117b7869b92a169ce157e9fb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1752/review/155974075@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1752@github.com>
References: <quicwg/base-drafts/pull/1752@github.com>
Subject: Re: [quicwg/base-drafts] Add protection against abusive packer number sequences (#1752)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fc49b10add_14d33fd9f42d45c077023"; 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/elRmbc30WICvmXE-gYAgdhgJng4>
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, 17 Sep 2018 15:13:34 -0000

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

nibanks commented on this pull request.



> @@ -1093,6 +1093,14 @@ protection for the reasons described in Section 9.3 of {{QUIC-TLS}}. An
 efficient algorithm for duplicate suppression can be found in Section 3.4.3 of
 {{?RFC2406}}.
 
+Packet numbers SHOULD be incremented by one. Parallel processing and optimistic
+ACK attack mitigation {{optimistic-ack-attack}} can lead to gaps. The difference
+between the largest sent and the largest acknowledged packet number
+SHOULD be no more than twice the actual number of packets sent.  The number of
+gaps and their sizes SHOULD be kept to a minimum.  A peer MAY close a connection
+with the error BAD_LINK when the observed gap count or loss rate based on packet

I agree with @marten-seemann here. I think if an implementation has a specific limit/threshold, it should just silently drop.

-- 
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/1752#discussion_r218108295
----==_mimepart_5b9fc49b10add_14d33fd9f42d45c077023
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1752#discussion_r218108295">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1093,6 +1093,14 @@ protection for the reasons described in Section 9.3 of {{QUIC-TLS}}. An
 efficient algorithm for duplicate suppression can be found in Section 3.4.3 of
 {{?RFC2406}}.
 
+Packet numbers SHOULD be incremented by one. Parallel processing and optimistic
+ACK attack mitigation {{optimistic-ack-attack}} can lead to gaps. The difference
+between the largest sent and the largest acknowledged packet number
+SHOULD be no more than twice the actual number of packets sent.  The number of
+gaps and their sizes SHOULD be kept to a minimum.  A peer MAY close a connection
+with the error BAD_LINK when the observed gap count or loss rate based on packet
</pre>
<p>I agree with <a class="user-mention" data-hovercard-user-id="1478487" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/marten-seemann">@marten-seemann</a> here. I think if an implementation has a specific limit/threshold, it should just silently drop.</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/1752#discussion_r218108295">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyPx4YigKLfDiSJxULrvfr7tTdTEks5ub7wbgaJpZM4WqwXz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7z6f7V9e4ZXaXJg7CKvuKMd0VO_ks5ub7wbgaJpZM4WqwXz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks commented on #1752"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1752#discussion_r218108295"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1752#discussion_r218108295",
"url": "https://github.com/quicwg/base-drafts/pull/1752#discussion_r218108295",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@nibanks commented on 1752",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1752#discussion_r218108295"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306931\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9fc49b10add_14d33fd9f42d45c077023--


From nobody Mon Sep 17 08:19:59 2018
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 F2CAE130E70 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 08:19:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 AC3zzk1f1c5Z for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 08:19:56 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A5E27130E4B for <quic-issues@ietf.org>; Mon, 17 Sep 2018 08:19:56 -0700 (PDT)
Date: Mon, 17 Sep 2018 08:19:55 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537197595; bh=M5FJbM+YFQ3jyVSUaEWEb0aBrzXbzTGZttDab0bd3N8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=A/RyCixC+7h+tWBXyGl93Z3VPDGXOIp02jkjyG5ehfw+lciEPvSKYmpAo7dDAd/zY iwZfUxF9dv+Ann1FYCv7RgWIRMJN4EOz+bm1Iwlmny4OANEZXVhC4JyoKqid3tZ9q8 k4L/r6o85zcp6TLvgXu3NR5D4miu8EJvSObU5N3M=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab38539cdf4fe59e4ef380c7ac27f9e6a118026aaa92cf0000000117b7881b92a169ce1547f031@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1720/422057174@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1720@github.com>
References: <quicwg/base-drafts/issues/1720@github.com>
Subject: Re: [quicwg/base-drafts] initial_max_stream_data_bidi_remote is a very capable foot gun (#1720)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fc61be2184_e773fd8878d45c4111113"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gJB3OL6lDkAHp6lPGjKaZiW1tIo>
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, 17 Sep 2018 15:19:58 -0000

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

I do not have a strong opinion on the issue, but let me note that the same issue exists with max_stream_id_*.

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

<p>I do not have a strong opinion on the issue, but let me note that the same issue exists with max_stream_id_*.</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/1720#issuecomment-422057174">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyqLbKFITfnrbwhNfRRp5r-79gapks5ub72bgaJpZM4WaC_A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyMicJTYFdVfqWrjpJmqUDLWDlCFks5ub72bgaJpZM4WaC_A.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #1720: I do not have a strong opinion on the issue, but let me note that the same issue exists with max_stream_id_*."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1720#issuecomment-422057174"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1720#issuecomment-422057174",
"url": "https://github.com/quicwg/base-drafts/issues/1720#issuecomment-422057174",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] initial_max_stream_data_bidi_remote is a very capable foot gun (#1720)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1720,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1720\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1720#issuecomment-422057174"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375926720\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9fc61be2184_e773fd8878d45c4111113--


From nobody Mon Sep 17 09:01:48 2018
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 3ACD8130E81 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 09:01:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 sdTT-8Xz7b84 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 09:01:44 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E421E130E77 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 09:01:42 -0700 (PDT)
Date: Mon, 17 Sep 2018 09:01:41 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537200101; bh=yI6bxOjNQclzNuRYb0uNgBgnsEgUFKDG9AhF7qw/H6A=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=RmYPUwsvjtBSR9qJvnoYHYnMZ1dDzEYLHK1aNeZI3wVc+41QlJQB2O3PU12IkA25D n2OBuO/COrzNtak66Fzy2sN7d3rIC5E8kzTfPZmVYTZnB++rsWjf++HeNLOUG9KVX6 01AoAL/t7VgFwVn/dBJYq3A5hd5OEyEdQDQiA2jI=
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6a08d91862542093250ff1f731c0e071e2c0e52292cf0000000117b791e592a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755@github.com>
Subject: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fcfe59c41c_32ef3f9cae8d45c0101057"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
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/QlkP9WYKvLWGUKkINuJ4XVWpwZI>
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, 17 Sep 2018 16:01:46 -0000

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

no-cost negotiation as long as the client and server support
a common version. It also removes a lot of text.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Describe a new version negotiation mechanism which allows for

-- File Changes --

    M draft-ietf-quic-transport.md (120)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1755.patch
https://github.com/quicwg/base-drafts/pull/1755.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/1755

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

<p>no-cost negotiation as long as the client and server support<br>
a common version. It also removes a lot of text.</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/1755'>https://github.com/quicwg/base-drafts/pull/1755</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Describe a new version negotiation mechanism which allows for</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1755/files#diff-0">draft-ietf-quic-transport.md</a>
    (120)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1755.patch'>https://github.com/quicwg/base-drafts/pull/1755.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1755.diff'>https://github.com/quicwg/base-drafts/pull/1755.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/1755">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6ZAbg5f_EQ-BKmGBrlXfnI6D5Qpks5ub8dlgaJpZM4WsOSC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq29DS0k7D9k2tIy75Cd5ufu-FlcPks5ub8dlgaJpZM4WsOSC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Describe a new version negotiation mechanism which allows for (#1755)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1755"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755",
"url": "https://github.com/quicwg/base-drafts/pull/1755",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Describe a new version negotiation mechanism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**ekr**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ekr",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "82c4384",
"value": "Describe a new version negotiation mechanism which allows for"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1755/files#diff-0) (120 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380691586\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5b9fcfe59c41c_32ef3f9cae8d45c0101057--


From nobody Mon Sep 17 09:15:21 2018
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 4F91F130E98 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 09:15:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.008
X-Spam-Level: 
X-Spam-Status: No, score=-3.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 6WNASqYhys6t for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 09:15:18 -0700 (PDT)
Received: from o8.sgmail.github.com (o8.sgmail.github.com [167.89.101.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CD914130E84 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 09:15:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=VZFqz/lnP02C2O+55t63jDKil74=; b=WIdeReDX0EO7FUoD 1PLuMVGL0QvLKPNOAhFHDawEcMk63jqtlR4a5IGju3z/Bl2Ec62KDvhjVOdU5Inu fp1fH3AMcCtZ++BsXrTrXKgEVtAdpQvctBFCHeRfSlowaKIDRGGeSQb5/z6xEd5d M03OPS0sz9kuQ9R11YpVScerpPQ=
Received: by filter1100p1las1.sendgrid.net with SMTP id filter1100p1las1-5651-5B9FD314-2 2018-09-17 16:15:16.089141763 +0000 UTC m=+931302.390474637
Received: from github-lowworker-cd52d7b.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0001p1iad2.sendgrid.net (SG) with ESMTP id 9zpqFOjKSDq4fOS8_21StQ for <quic-issues@ietf.org>; Mon, 17 Sep 2018 16:15:15.991 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-cd52d7b.cp1-iad.github.net (Postfix) with ESMTP id E8FC29206B3 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 09:15:15 -0700 (PDT)
Date: Mon, 17 Sep 2018 16:15:16 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2ecbd00906296395a52597df0d396e6193f70fbe92cf0000000117b7951392a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/review/156004427@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fd313dcd27_6ce33ff3462d45b4455bf"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3SN0Vb/KORvQs9q5m+0s/UQzX/9lHz0gpf92 hdgGOKG25APYI9sjIDaXO5Tn9X100BDdlHWjfDRqehh2ZT7KyP5jbrc9MvTD9V6LLJo0PLGDt5l64m dJGB9pV13yfqtF09L63z3OJkHyWi5x4mOwGBgb0w4t7ucH5xSAK8MJbSLg==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/y9iICKsRieGw721t6D27YCzNQEg>
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, 17 Sep 2018 16:15:20 -0000

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

ianswett commented on this pull request.

I like the approach, though I want to read it a few more times to make sure nothing from the old text is lost.
1) Should there be an issue for this?  2) Should this be discussed in NY?



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

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

<p>I like the approach, though I want to read it a few more times to make sure nothing from the old text is lost.</p>
<ol>
<li>Should there be an issue for this?  2) Should this be discussed in NY?</li>
</ol>

<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/1755#pullrequestreview-156004427">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwtuo6uopnuB6-5391UqIebtBMfVks5ub8qTgaJpZM4WsOSC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1Ccosec-aTv5YD4R394ZNLUyVmXks5ub8qTgaJpZM4WsOSC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1755"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1755#pullrequestreview-156004427"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#pullrequestreview-156004427",
"url": "https://github.com/quicwg/base-drafts/pull/1755#pullrequestreview-156004427",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1755",
"sections": [
{
"text": "I like the approach, though I want to read it a few more times to make sure nothing from the old text is lost.\r\n1) Should there be an issue for this?  2) Should this be discussed in NY?",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#pullrequestreview-156004427"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380691586\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9fd313dcd27_6ce33ff3462d45b4455bf--


From nobody Mon Sep 17 09:19:06 2018
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 3228C130E95 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 09:19:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 flCaQSyn79JQ for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 09:19:03 -0700 (PDT)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8C01E130E82 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 09:19:03 -0700 (PDT)
Date: Mon, 17 Sep 2018 09:19:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537201142; bh=H64WPbhTmWX5ZvAGQSXvcAMM8d/GA2+YsDs9FiuuSXc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=m210fGSJRCJWuKSGCP19lvXsZD0clI7WB08OWr5WDPBpPaKj71xPND+rdYOSlGaWv 4pWPhaoYgXd2Op16Ryrq9zPC1Xi/FPPmvjWDpINNXzuO/0MOtnwaXgnfDq5/q9g41D ENmfZGPR1gkW4+scNNyBEZlavgNSCvrEmvI/fLDo=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9701288a8b92461f3a74151bcd46d606712e475e92cf0000000117b795f692a169ce157e9fb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1752/review/156006354@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1752@github.com>
References: <quicwg/base-drafts/pull/1752@github.com>
Subject: Re: [quicwg/base-drafts] Add protection against abusive packer number sequences (#1752)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fd3f69f335_41f93fe3d8cd45b484142"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/e4g68lHHQWbZmfuFjbH0_1tjQsQ>
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, 17 Sep 2018 16:19:05 -0000

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

mikkelfj commented on this pull request.



> @@ -1093,6 +1093,14 @@ protection for the reasons described in Section 9.3 of {{QUIC-TLS}}. An
 efficient algorithm for duplicate suppression can be found in Section 3.4.3 of
 {{?RFC2406}}.
 
+Packet numbers SHOULD be incremented by one. Parallel processing and optimistic
+ACK attack mitigation {{optimistic-ack-attack}} can lead to gaps. The difference
+between the largest sent and the largest acknowledged packet number
+SHOULD be no more than twice the actual number of packets sent.  The number of
+gaps and their sizes SHOULD be kept to a minimum.  A peer MAY close a connection
+with the error BAD_LINK when the observed gap count or loss rate based on packet

The reason I chose not to silently drop was the subsequent reset that would follow.

-- 
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/1752#discussion_r218134406
----==_mimepart_5b9fd3f69f335_41f93fe3d8cd45b484142
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1752#discussion_r218134406">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1093,6 +1093,14 @@ protection for the reasons described in Section 9.3 of {{QUIC-TLS}}. An
 efficient algorithm for duplicate suppression can be found in Section 3.4.3 of
 {{?RFC2406}}.
 
+Packet numbers SHOULD be incremented by one. Parallel processing and optimistic
+ACK attack mitigation {{optimistic-ack-attack}} can lead to gaps. The difference
+between the largest sent and the largest acknowledged packet number
+SHOULD be no more than twice the actual number of packets sent.  The number of
+gaps and their sizes SHOULD be kept to a minimum.  A peer MAY close a connection
+with the error BAD_LINK when the observed gap count or loss rate based on packet
</pre>
<p>The reason I chose not to silently drop was the subsequent reset that would follow.</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/1752#discussion_r218134406">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1iGOEt8JFlCTJJVRXa2EsAEmrLFks5ub8t2gaJpZM4WqwXz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_fcanpheStKCP3FPhot1kj3CGCtks5ub8t2gaJpZM4WqwXz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1752"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1752#discussion_r218134406"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1752#discussion_r218134406",
"url": "https://github.com/quicwg/base-drafts/pull/1752#discussion_r218134406",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1752",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1752#discussion_r218134406"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306931\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9fd3f69f335_41f93fe3d8cd45b484142--


From nobody Mon Sep 17 10:23:24 2018
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 DC7331274D0 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 10:23:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 ERoz59_1YC3k for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 10:23:20 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 35007130E5E for <quic-issues@ietf.org>; Mon, 17 Sep 2018 10:23:19 -0700 (PDT)
Date: Mon, 17 Sep 2018 10:23:18 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537204998; bh=Dm4EGT8ZpcPGHEEDDf8E7YLluGIG7x7oSg6Ej8uAU1Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qk1WQ5PziDNv7CeMCqUBe732WPGu+9nNqUvMs+pzI95Vp1psOIVdR9iH3OSsZVnTO E0EoXZIrzBAQa4FtWuCUQbLFn/zIbqfDITq9FUQ+4riFkK3O3Go1g1Br8Ja/5Y2Oyp NEWyuBPr7aNEOF7Bq0LJhN8LAdaDp7gh6ZJhErfc=
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab18318c1fc59e1cd66cb15f42e227d086480f289992cf0000000117b7a50692a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c422100002@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fe3061e838_28123f88502d45c088848"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
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/KHp_TNzindRCeBaPK1HQuXcQI4M>
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, 17 Sep 2018 17:23:22 -0000

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

@ianswett: yes, we should discuss in NY.

I will defer to the chairs for the need for an issue.

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

<p><a class="user-mention" data-hovercard-user-id="20072817" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ianswett">@ianswett</a>: yes, we should discuss in NY.</p>
<p>I will defer to the chairs for the need for an issue.</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/1755#issuecomment-422100002">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4w7U-UV6DAH7-0PLOScMb2WKKuLks5ub9qGgaJpZM4WsOSC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_ZZ-_KW9hM5aHfIkAeuGBJZuwqPks5ub9qGgaJpZM4WsOSC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ekr in #1755: @ianswett: yes, we should discuss in NY.\r\n\r\nI will defer to the chairs for the need for an issue."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422100002"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422100002",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422100002",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**ekr**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ekr",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422100002"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380691586\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9fe3061e838_28123f88502d45c088848--


From nobody Mon Sep 17 10:42:33 2018
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 5B3E3129C6A for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 10:42:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 o5Y1BfgWok-g for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 10:42:30 -0700 (PDT)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BDFD01200D7 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 10:42:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=p0I0RU+wRVinbrhZXTei0bhuasE=; b=qWQE0spr6+Vy0A5W 21p5J2d+828B9iqtmRc9iTXBAN8dnNIPzAGwEKmuUFx3XJ0aH0erc3934s3iPLbl gLCyEE0u14jmj1gY9AXu5mkSkNrBhKxj+X1xMwryPi6gh/0DsdWOcfa9TnlRVFYE n/ojku3Hjb9tAujnH287Gqjn6tQ=
Received: by filter0563p1iad2.sendgrid.net with SMTP id filter0563p1iad2-14010-5B9FE782-2 2018-09-17 17:42:26.178500846 +0000 UTC m=+933476.412238036
Received: from github-lowworker-dc5ea3e.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0021p1iad2.sendgrid.net (SG) with ESMTP id 6Ti6wB00SUKAI76oOiKFZA for <quic-issues@ietf.org>; Mon, 17 Sep 2018 17:42:26.215 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dc5ea3e.cp1-iad.github.net (Postfix) with ESMTP id 2C18B260955 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 10:42:26 -0700 (PDT)
Date: Mon, 17 Sep 2018 17:42:27 +0000 (UTC)
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abce1ad96c34566018e7c9f28af4f680cc676f68c692cf0000000117b7a98292a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c422106638@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fe782293cf_a303fa0dded45b4367982"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1T48Esz7SerzopX8Qg74A887zMxvOvV74+lk PgL5rH2oiZCIQHm4JpPj6E1d5tKXQa/om6iRGhBVEpzch4mpIsDsQVac2gZ72l6jcpgfYvj1VYGXUb d4tEBmzenvOpLY32aqg/2r5VpVUs8TiPRKWPTxjRuZ+xPT61XyPhbSy8xRlLo+mp/6b68TDvED6Pdp 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ElraYG7jYGZrdnYzvb3AvyJJiyk>
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, 17 Sep 2018 17:42:31 -0000

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

Am I correct in assuming that resumption will be forbidden when the proposed mechanism is used?

I ask this because if we forbid that, the only things that need to be processed in a different version becomes the Initial packet and the CRYPTO frame.

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

<p>Am I correct in assuming that resumption will be forbidden when the proposed mechanism is used?</p>
<p>I ask this because if we forbid that, the only things that need to be processed in a different version becomes the Initial packet and the CRYPTO frame.</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/1755#issuecomment-422106638">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4OlnuoK8c7FuRJLHcKbieQfg8-rks5ub98CgaJpZM4WsOSC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3TtoABS-z5eYIdjviAiiSVRdoR9ks5ub98CgaJpZM4WsOSC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #1755: Am I correct in assuming that resumption will be forbidden when the proposed mechanism is used?\r\n\r\nI ask this because if we forbid that, the only things that need to be processed in a different version becomes the Initial packet and the CRYPTO frame."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422106638"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422106638",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422106638",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422106638"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380691586\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9fe782293cf_a303fa0dded45b4367982--


From nobody Mon Sep 17 11:26:27 2018
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 4BF73130E7D for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:26:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Ar_8yVuePk5f for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:26:23 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 70D08130E81 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 11:26:23 -0700 (PDT)
Date: Mon, 17 Sep 2018 11:26:22 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537208782; bh=KpzGWf7aJmo6xM4ANOo0zwakjbmKxm9ALKxpBCt8tiU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pEQD89+VDzu3kpRpKQM8HMpij1Xc6TIoKD/JNmC6B/TH9yKoTjg8297+5tDPvisvS U+nglNblxcno2oXxStJFikBw8YvpCVDSlFBw2eetJb5IN0//ICr2B4b1/DNlrKfp1M nB4Du7fmWoIPPHxp+sJdIeQFoDj2oCaBD8+Q29mI=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab85b892af4622dbd5eed83bdb300f8bc90809c23092cf0000000117b7b3ce92a169ce157e2f35@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1749/422120698@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1749@github.com>
References: <quicwg/base-drafts/issues/1749@github.com>
Subject: Re: [quicwg/base-drafts] Consider three ways handshake for new paths (#1749)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ff1ce3f6b0_5de23f997aed45c4163982"; 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/uzKWgF2sMOzLAjlEjcpOjpO4bcU>
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, 17 Sep 2018 18:26:26 -0000

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

There is another issue to include CID frames in the probes, which solves part of this.  You shouldn't be using the path to match the probe response -- you use the CID to identify the connection, then the value of the probe response to identify which probe is being answered.  The only thing the address is used for is to validate that the response came back from the right endpoint.

-- 
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/1749#issuecomment-422120698
----==_mimepart_5b9ff1ce3f6b0_5de23f997aed45c4163982
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>There is another issue to include CID frames in the probes, which solv=
es part of this.  You shouldn't be using the path to match the probe resp=
onse -- you use the CID to identify the connection, then the value of the=
 probe response to identify which probe is being answered.  The only thin=
g the address is used for is to validate that the response came back from=
 the right endpoint.</p>

<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/1749#issuecomment-422120698">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq982=
pVevgiXBgqfGp9Dm0oaE5ZMxks5ub-lOgaJpZM4WqnkV">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4hyp07qstDDHnRMXnoPV7tJ=
AQfVks5ub-lOgaJpZM4WqnkV.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Mike=
Bishop in #1749: There is another issue to include CID frames in the prob=
es, which solves part of this.  You shouldn't be using the path to match =
the probe response -- you use the CID to identify the connection, then th=
e value of the probe response to identify which probe is being answered. =
 The only thing the address is used for is to validate that the response =
came back from the right endpoint."}],"action":{"name":"View Issue","url"=
:"https://github.com/quicwg/base-drafts/issues/1749#issuecomment-42212069=
8"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1749#issuecomment=
-422120698",
"url": "https://github.com/quicwg/base-drafts/issues/1749#issuecomment-42=
2120698",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Consider three ways handshake for new =
paths (#1749)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1749,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1749\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1749#issuecomment-42=
2120698"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3802708=
69\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9ff1ce3f6b0_5de23f997aed45c4163982--


From nobody Mon Sep 17 11:32:28 2018
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 AA43B130E8F for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:32:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 GdGl2x4F1vsT for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:32:25 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F37DF127148 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 11:32:24 -0700 (PDT)
Date: Mon, 17 Sep 2018 11:32:23 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537209143; bh=a4VWZ0X1ZOotryUyDfZBbFpA1qx+2Vx1j7azWayNaJw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nhQUPp8cakwNgWyYbGeOQkKEuYskrOyOjgACQ9ffhz+uYPsi4XEEkG3NzRq/hM6wl DeYBOYtxw5JjV2CZKeE8sKjI0K3elrtWjbqSLp5rk5u4D8DehH2y0fLSbRGaBrJuT3 rs2qiNu0djIosugBQl4rlDP8VOxwP3zr7vXtiuX4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6e137f9d28e81ab50f0e9b393e2df4526c23d4b292cf0000000117b7b53792a169ce157e9f83@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1751/422122494@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1751@github.com>
References: <quicwg/base-drafts/issues/1751@github.com>
Subject: Re: [quicwg/base-drafts] Protection against abusive packet numbers (#1751)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ff337ec630_5f0a3fc2792d45bc215121"; 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/VbsBsK6kUEqLbLO3-yHce8wiXFE>
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, 17 Sep 2018 18:32:27 -0000

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

This is just one of many cases where implementations need to guard themselves.  Nothing we can do about that in the spec.

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

<p>This is just one of many cases where implementations need to guard themselves.  Nothing we can do about that in the spec.</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/1751#issuecomment-422122494">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6EzZch_7CjNWjAmboD2Xm93WJUMks5ub-q3gaJpZM4WqwW_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5cDHl90ZsT6gO48RkiG1W8fJdirks5ub-q3gaJpZM4WqwW_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1751: This is just one of many cases where implementations need to guard themselves.  Nothing we can do about that in the spec."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1751#issuecomment-422122494"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1751#issuecomment-422122494",
"url": "https://github.com/quicwg/base-drafts/issues/1751#issuecomment-422122494",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Protection against abusive packet numbers (#1751)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1751,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1751#issuecomment-422122494"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306879\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9ff337ec630_5f0a3fc2792d45bc215121--


From nobody Mon Sep 17 11:32:36 2018
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 00EEC130EA4 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:32:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 kMeAGAT88vte for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:32:27 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5B890127148 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 11:32:27 -0700 (PDT)
Date: Mon, 17 Sep 2018 11:32:26 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537209146; bh=mf0XDYCP1YFV7N3KNWVDmeoFHnBy6wnzVR0jvfLJ3Kc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aeAKe5JbqCJS1eS5jTemd4fQRogRHEV5E4phfnmRSUNkHEdJlDsLaxyhMVW3vWkzw 1ul1fO8aUAlRiAEoNzLDUtPQRKFgP1UYRfXOLbgYjJgnUt3I3dpk4G7aMyjX2C4AhC p5/yryk8Z6fNBPunyAR5mWSh6n1bVSUIlii6mjOE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab15c989a0f066f7677bd979b01720e99c910573e492cf0000000117b7b53a92a169ce157e9f83@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1751/issue_event/1850514444@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1751@github.com>
References: <quicwg/base-drafts/issues/1751@github.com>
Subject: Re: [quicwg/base-drafts] Protection against abusive packet numbers (#1751)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ff33a9e9b0_50043fae6c6d45c02584bb"; 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/CWdqrW7K2STTEhpY3NesQVpGK-w>
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, 17 Sep 2018 18:32:30 -0000

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

Closed #1751.

-- 
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/1751#event-1850514444
----==_mimepart_5b9ff33a9e9b0_50043fae6c6d45c02584bb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360619907" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1751" href="https://github.com/quicwg/base-drafts/issues/1751">#1751</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/1751#event-1850514444">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-miRur1kcHGp3Y00vNjILcl2DY9ks5ub-q6gaJpZM4WqwW_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0miiNkRvaNciaxEpWwDlMX2sfCwks5ub-q6gaJpZM4WqwW_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1751."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1751#event-1850514444"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1751#event-1850514444",
"url": "https://github.com/quicwg/base-drafts/issues/1751#event-1850514444",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Protection against abusive packet numbers (#1751)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1751#event-1850514444"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306879\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9ff33a9e9b0_50043fae6c6d45c02584bb--


From nobody Mon Sep 17 11:45:23 2018
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 A6771130E8C for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:45:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 ifK25M3ZNfPK for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:45:20 -0700 (PDT)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 08353120072 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 11:45:19 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=oNRJnCQMuQfEVJjSwf4DK88BKDE=; b=jN95XLYxUU4/w49b sio2R2RsVU8CeXgnlmjzktW6yJo0E6b+LdZlVr3HpumePwjJBBcDasKGTEJP6RdZ fqVDvdDGhIcXZ2E5KXAfUZMW5G+XGSsiX+Lg+RihHRX8H0gLjqKFZgfi91RdLBcy cqXiMeUZ7p/t9laEdFFcw6u+OQY=
Received: by filter0910p1las1.sendgrid.net with SMTP id filter0910p1las1-23055-5B9FF63E-6 2018-09-17 18:45:18.201263902 +0000 UTC m=+332202.784474354
Received: from github-lowworker-1c220e1.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0047p1mdw1.sendgrid.net (SG) with ESMTP id SnLScXVRSIyfwHZyy0O_yw for <quic-issues@ietf.org>; Mon, 17 Sep 2018 18:45:17.994 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1c220e1.cp1-iad.github.net (Postfix) with ESMTP id 886AD163555 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 11:45:17 -0700 (PDT)
Date: Mon, 17 Sep 2018 18:45:18 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5d3bf7a33fec38b5b834ce1eb0e8f15231cddc1192cf0000000117b7b83d92a169ce157b79fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1745/422126730@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1745@github.com>
References: <quicwg/base-drafts/issues/1745@github.com>
Subject: Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ff63d865a7_39e33fcb176d45bc3685ca"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0CEP7rISl3brayJzhvmz6J6ZkRbDgaP1bhtu yKZVfIcYnqLD8GUVp5lVHPjHoUcuFFEj/QObGl9bRhySZrkt2ZjwfdJ4RofvNvMQ02/WZPnIChvkFI P0aV7mRaxjllTZWxQKp/TtuDTtXy27s5CnF1ES+ei9c0DkrCw8TwH0mC0CgfOeJCupVqSzNbmmABFe Y=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/9b9r1L5inqN6rBCeEJRo3iAjahM>
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, 17 Sep 2018 18:45:22 -0000

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

Section 5:

> QUIC payloads MUST contain at least one frame, and MAY contain multiple frames and multiple frame types.

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

<p>Section 5:</p>
<blockquote>
<p>QUIC payloads MUST contain at least one frame, and MAY contain multiple frames and multiple frame types.</p>
</blockquote>

<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/1745#issuecomment-422126730">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq02qIATRcwdU02XnkBLB45zEdLNjks5ub-29gaJpZM4WpwzI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2uL6eu5nGs68PRY7Bt9oU-XVr4Bks5ub-29gaJpZM4WpwzI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1745: Section 5:\r\n\r\n\u003e QUIC payloads MUST contain at least one frame, and MAY contain multiple frames and multiple frame types."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1745#issuecomment-422126730"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-422126730",
"url": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-422126730",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1745,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-422126730"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380046536\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9ff63d865a7_39e33fcb176d45bc3685ca--


From nobody Mon Sep 17 11:45:30 2018
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 48240120072 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:45:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 K9cZr9ULOKV6 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:45:21 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0BD46130DC8 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 11:45:21 -0700 (PDT)
Date: Mon, 17 Sep 2018 11:45:19 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537209919; bh=sGrTwOQkWuACwc/5UNlBi7SEpp5ZwA0RZ0jIavxkiAM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fGfS+/elq5ItU8h+CxUtsCjHea+Q5n1bOixIM3EGCEiCrcZxtXI1Y16xHdasCAb3B dvDw2OFPKhCYtAxrWbxpDJrWT0PB7sS5PzTrO8rTgmhA4L4mVyviHfBrznu4p79lym 9XEHbwqS6nIAlXXi4rZDP4MZtKj57tCEdKjJ78dg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbcc1406517bf24583fd94b0dc9abd4789c131f8592cf0000000117b7b83f92a169ce157b79fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1745/issue_event/1850542824@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1745@github.com>
References: <quicwg/base-drafts/issues/1745@github.com>
Subject: Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ff63fc1e3d_38893fd9f9ed45b43319f5"; 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/qy7dXN6vKffVe77YAWGP1fwy1Vk>
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, 17 Sep 2018 18:45:24 -0000

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

Closed #1745.

-- 
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/1745#event-1850542824
----==_mimepart_5b9ff63fc1e3d_38893fd9f9ed45b43319f5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360413692" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1745" href="https://github.com/quicwg/base-drafts/issues/1745">#1745</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/1745#event-1850542824">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw9lkDYOpSObPjixYPEmgKHMdMASks5ub-2_gaJpZM4WpwzI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6FlXO4gcq5iwWokF6NbdvdPt3NGks5ub-2_gaJpZM4WpwzI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1745."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1745#event-1850542824"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1745#event-1850542824",
"url": "https://github.com/quicwg/base-drafts/issues/1745#event-1850542824",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1745#event-1850542824"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380046536\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9ff63fc1e3d_38893fd9f9ed45b43319f5--


From nobody Mon Sep 17 11:46:10 2018
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 A6AFD130DC8 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:46:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 RWYuW0XJlc50 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:46:06 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A1367120072 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 11:46:06 -0700 (PDT)
Date: Mon, 17 Sep 2018 11:46:05 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537209965; bh=3xy68AzgEqPgJ6fd6XNr2aBjm1VFuSkKAkKje7jJ4Dk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=CIsoL6x6LICv9mD4z7wiFf3IwCqZL2oqjVB9RlBWJSarOVJcNN1NRPJfWcrNHs6tj 5wcufqnmIpLvYbbDJUfIx/sw8iGe/u23JjkT5RHhGsiQSCSkUqO4MfnflzfJ+wPrXH O6Z8b9sPU97YSomXdwEfE2iXxVtUb9OKJzywqTzQ=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0aa9c506a2d533862fbb01e4168b2051d5506d6b92cf0000000117b7b86d92a169ce158458d2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1756@github.com>
Subject: [quicwg/base-drafts] Pathological performance edge cases should be documented in security considerations (#1756)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ff66dd7389_231c3f93874d45b812368a"; 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/UW8iq1u4jSerM00OzWmvCDmNRi8>
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, 17 Sep 2018 18:46:09 -0000

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

Particularly in light of SegmentSmack and FragmentSmack(https://aws.amazon.com/security/security-bulletins/AWS-2018-018/), we should add some text detailing data structures in QUIC that are likely prone to similar attacks and advise using data structures that do not have N^2 behavior and/or limiting their total size to mitigate potential bugs.

Prompted by #1751 

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

<p>Particularly in light of SegmentSmack and FragmentSmack(<a href="https://aws.amazon.com/security/security-bulletins/AWS-2018-018/" rel="nofollow">https://aws.amazon.com/security/security-bulletins/AWS-2018-018/</a>), we should add some text detailing data structures in QUIC that are likely prone to similar attacks and advise using data structures that do not have N^2 behavior and/or limiting their total size to mitigate potential bugs.</p>
<p>Prompted by <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360619907" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1751" href="https://github.com/quicwg/base-drafts/issues/1751">#1751</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/1756">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7GKoUAqXB-7Fv8xC0xzk85P7EG0ks5ub-3tgaJpZM4Wsfnn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3mt9FDtSyMmyoMyhfgDyPcqMAMwks5ub-3tgaJpZM4Wsfnn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Pathological performance edge cases should be documented in security considerations (#1756)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1756"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1756",
"url": "https://github.com/quicwg/base-drafts/issues/1756",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Pathological performance edge cases should be documented in security considerations (#1756)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1756
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1756,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1756\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1756"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380762599\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9ff66dd7389_231c3f93874d45b812368a--


From nobody Mon Sep 17 11:46:17 2018
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 6B1B7130E99 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:46:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 R6NDanAOsV-q for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:46:09 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C8EC3120072 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 11:46:08 -0700 (PDT)
Date: Mon, 17 Sep 2018 11:46:08 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537209968; bh=l6pd9aOQRVyNx2USzxZA54YCtOzVwia9apoHUASRRdQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=od8KW0tAlxiQMe5L47bIGPU75k1m2vr3x9FiVQJ+nkIfpz7Ug881SkWqeagyWFlOH ATTsFCghVL14BALlgRft/sDfX2TBOATtmex4OcD5e+CpOZwcOr/N31nBEd1kgKPkjl mmGUQ8vXOyIXwITT+flh216A8XuscCId2eGjupi0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3d302cebe211aecba9a59c6961722193c192a8b192cf0000000117b7b87092a169ce156349d9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1738/422126987@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1738@github.com>
References: <quicwg/base-drafts/issues/1738@github.com>
Subject: Re: [quicwg/base-drafts] Receiving same New Connection ID twice (#1738)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ff6708941_5f0a3fc2792d45bc381183"; 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/Jhu6kKR-uCNnV6KGUZcd1PI65co>
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, 17 Sep 2018 18:46:11 -0000

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

Closed by #1739.

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

<p>Closed by <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358899282" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1739" href="https://github.com/quicwg/base-drafts/pull/1739">#1739</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/1738#issuecomment-422126987">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx1_WbdA6uV0WOIBoFxprR58u4Paks5ub-3wgaJpZM4WiVG_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8FwgCqzYHKNbIBV4biWjFoza10Qks5ub-3wgaJpZM4WiVG_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1738: Closed by #1739."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1738#issuecomment-422126987"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1738#issuecomment-422126987",
"url": "https://github.com/quicwg/base-drafts/issues/1738#issuecomment-422126987",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Receiving same New Connection ID twice (#1738)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1738,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1738#issuecomment-422126987"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378098111\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9ff6708941_5f0a3fc2792d45bc381183--


From nobody Mon Sep 17 11:46:28 2018
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 2CB81130DC8 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:46:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 moDWWahwPiiv for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:46:10 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 77366130EA1 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 11:46:10 -0700 (PDT)
Date: Mon, 17 Sep 2018 11:46:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537209969; bh=w6DGBBt/Q3SudvhO0vvtuBnDKIsCAsA1T4Bfhi1Cv/g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0OCpoqpWJhNiiukqV3CN3lXDCZzhbj3mGNVYajCeNIC+C3iQ9ho3f6jszPRwVgmrT Hlj2CTkTeafU6CcY6vjUKvlyH3nqQPlzNY/CZR6HLey6fpA8GD5d7XvJ2q4kf3akw7 Ll2ZQNEOAQn4tO0vSBxgyZl+UyCiUP4GbAvsJK0o=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8d943214deee29835a53eaf0b38f4cbe43af8d6092cf0000000117b7b87192a169ce156349d9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1738/issue_event/1850544599@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1738@github.com>
References: <quicwg/base-drafts/issues/1738@github.com>
Subject: Re: [quicwg/base-drafts] Receiving same New Connection ID twice (#1738)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ff671a82ee_51cf3fae6c6d45c025976a"; 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/gNXq_AVROfTt5c_wq7TBXUG3jYA>
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, 17 Sep 2018 18:46:14 -0000

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

Closed #1738.

-- 
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/1738#event-1850544599
----==_mimepart_5b9ff671a82ee_51cf3fae6c6d45c025976a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358828505" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1738" href="https://github.com/quicwg/base-drafts/issues/1738">#1738</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/1738#event-1850544599">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4V3XU6KZDrlw57WV8Ihxu6awMofks5ub-3xgaJpZM4WiVG_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8duIHAqVRPEdci4u14tBwycJyAAks5ub-3xgaJpZM4WiVG_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1738."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1738#event-1850544599"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1738#event-1850544599",
"url": "https://github.com/quicwg/base-drafts/issues/1738#event-1850544599",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Receiving same New Connection ID twice (#1738)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1738#event-1850544599"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378098111\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9ff671a82ee_51cf3fae6c6d45c025976a--


From nobody Mon Sep 17 11:56:00 2018
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 251D1130E6F for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:55:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 9D0FfthN9Gx2 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:55:57 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 61F8B120072 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 11:55:57 -0700 (PDT)
Date: Mon, 17 Sep 2018 11:55:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537210556; bh=oODzzvH/WoTaDggoncgq4hF/Y0pezBInn/AUcQcAQZE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NBZ1Qyt4Q5g/B3Q1UIVrI0yzPsaAxUxthFCHZq8yQMmkilhutIgA+KuWzx9WP/kAX ivUh/KGpBd8EFtJzJBVgVXhceF1swRCxyQJjsQ6wQJ4gsIFUkCjrdyRnP0mYVKELVX U+2rg9XKVyjqxKiBRxezP04/OMgka3Bd2PGGpw5Y=
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab35832dbd9e442e308c4aeeaa0fa8b0a75ba7b80c92cf0000000117b7babc92a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c422130084@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ff8bc9c404_56473f98c08d45bc1345a5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
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/FoX3ybM8VCXHrUL7wg4MWH-SSjI>
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, 17 Sep 2018 18:55:59 -0000

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

@kazuho: I would think the client would be allowed to resume but the server would have to reject resumption/0-RTT if it changed version


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

<p><a class="user-mention" data-hovercard-user-id="41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a>: I would think the client would be allowed to resume but the server would have to reject resumption/0-RTT if it changed version</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/1755#issuecomment-422130084">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-rO0HI9v1sVq0_2M_TwlsrNaSoPks5ub_A8gaJpZM4WsOSC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0apgFb0DpqxcqOtExtYfWyFUsKzks5ub_A8gaJpZM4WsOSC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ekr in #1755: @kazuho: I would think the client would be allowed to resume but the server would have to reject resumption/0-RTT if it changed version\r\n"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422130084"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422130084",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422130084",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**ekr**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ekr",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422130084"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380691586\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9ff8bc9c404_56473f98c08d45bc1345a5--


From nobody Mon Sep 17 11:56:53 2018
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 33E2E130E6F for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:56:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 OLICISHE6fHF for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 11:56:51 -0700 (PDT)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 068BF120072 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 11:56:51 -0700 (PDT)
Date: Mon, 17 Sep 2018 11:56:50 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537210610; bh=LJPokLgG7px5yWNxITEm53e9/SoHy+pvZKO3G+CaAAk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GF0QhAsiLRjzxJLgDqpnsK45PAVUsE7BNNOH42KAvN0XzYkekiL7zQM1TXSuDQS94 Z9YWmeGBPL5YU9cUGX0/jhDNTrHcD8AYOYz59YV+isgB/GEi2zG/hEp6OembpW1xo+ l9+wlV1ca3WhJNygLXhl5Sw0mgs20lN0IYskVNfI=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab86a3aaf537ffe048f34a390b1f36cf31f6b5ee6492cf0000000117b7baf292a169ce1547f95a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1721/422130397@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1721@github.com>
References: <quicwg/base-drafts/issues/1721@github.com>
Subject: Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ff8f23ccd7_53133f8e338d45b898627"; 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/Ml755Wwzj58r4sFToL8yNGg-yL4>
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, 17 Sep 2018 18:56:52 -0000

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

That solution breaks load balancers, because they can no longer distinguish which 0-RTT packets have client-selected CIDs and which have server-selected CIDs.

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

<p>That solution breaks load balancers, because they can no longer distinguish which 0-RTT packets have client-selected CIDs and which have server-selected CIDs.</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/1721#issuecomment-422130397">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyB5Lmtue5ym3lgceEaJuT2wRu3Uks5ub_BygaJpZM4WaDtr">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_K3-n7d_GIQrgRksYmT1yos3IXVks5ub_BygaJpZM4WaDtr.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #1721: That solution breaks load balancers, because they can no longer distinguish which 0-RTT packets have client-selected CIDs and which have server-selected CIDs."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1721#issuecomment-422130397"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-422130397",
"url": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-422130397",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1721,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1721\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-422130397"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375929707\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9ff8f23ccd7_53133f8e338d45b898627--


From nobody Mon Sep 17 12:02:55 2018
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 7E37C130EA5 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:02:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Pfe-RqTC_PQt for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:02:50 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A704D130E6F for <quic-issues@ietf.org>; Mon, 17 Sep 2018 12:02:50 -0700 (PDT)
Date: Mon, 17 Sep 2018 12:02:48 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537210969; bh=8IhLmS2gvsSBVT9kE4DVZYebqbSTwM6WYEVWpI/E8Hk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cyGqWgvtLaDBYKo91CqFKbu0qmFc+n0BIphpBB53knga5aLNvJa6j/toS7mI5QZfR uJJYdUsJKqmOFc2fyvXqAZisoRIh6y5sCPLmDWwJKU5TuU2xzOoLDIzZl797m1EUnO kMTslK3vDFsTd2+Ofbx2wGrXDmrPLuyyuF/olWK8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb99124f1393b6a44ad0dab8c0db31ed4367f4fd492cf0000000117b7bc5892a169ce14f02dbc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1673/issue_event/1850583468@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1673@github.com>
References: <quicwg/base-drafts/issues/1673@github.com>
Subject: Re: [quicwg/base-drafts] Recommendation for rate limits (#1673)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ffa58c29fa_1e063faf0c4d45b8129881"; 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/3BfCGjPwp5K6Doe911cu5ngUmHw>
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, 17 Sep 2018 19:02:53 -0000

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

Closed #1673.

-- 
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/1673#event-1850583468
----==_mimepart_5b9ffa58c29fa_1e063faf0c4d45b8129881
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="351284668" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1673" href="https://github.com/quicwg/base-drafts/issues/1673">#1673</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/1673#event-1850583468">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyBkXXWqV3kPpHf723S1UGPRisyHks5ub_HYgaJpZM4WANlk">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwdTHG-tzJ33AU3fc6jrJyuUro6vks5ub_HYgaJpZM4WANlk.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1673."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1673#event-1850583468"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1673#event-1850583468",
"url": "https://github.com/quicwg/base-drafts/issues/1673#event-1850583468",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Recommendation for rate limits (#1673)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1673#event-1850583468"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 369154404\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9ffa58c29fa_1e063faf0c4d45b8129881--


From nobody Mon Sep 17 12:03:01 2018
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 7BEBC130E6F for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:02:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 2yXctxRXRFdx for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:02:51 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DC814130E82 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 12:02:50 -0700 (PDT)
Date: Mon, 17 Sep 2018 12:02:50 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537210970; bh=46AvuGxOz53kmmR8kUjTSBoK39zoXkZAixySt0HSDfY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VXUPJtJ+xx7wgeYDNLw+T/ZrrUoR6wtx0awLE8orkraltZo2nxNDVu0c0kyIFzzuY 6vQzux+VNkmDsVjmzs5T5SML8PkZSwpmDmz9C1Sh8V5k4T0pOhtP759Ku06ZrGGKDc hASJEt0ocmp8o6O+FIxvXON8M1zNl0RFMhqh3JXA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb871bf3c2d9dc33e92c06ba7b7666fcddd10245f92cf0000000117b7bc5a92a169ce14f02dbc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1673/422132104@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1673@github.com>
References: <quicwg/base-drafts/issues/1673@github.com>
Subject: Re: [quicwg/base-drafts] Recommendation for rate limits (#1673)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ffa5a12783_10e83fdc7d4d45c41250e"; 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/SbnRh7oOCaCiPsBe88-xepnfnoU>
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, 17 Sep 2018 19:02:54 -0000

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

The only item here that needs text includes that text already:=0D
=0D
> endpoint MUST limit the rate at which it sends data to this address. Th=
e endpoint MUST NOT send more than a minimum congestion window=E2=80=99s =
worth of data per estimated round-trip time

-- =

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/1673#issuecomment-422132104=

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

<p>The only item here that needs text includes that text already:</p>
<blockquote>
<p>endpoint MUST limit the rate at which it sends data to this address. T=
he endpoint MUST NOT send more than a minimum congestion window=E2=80=99s=
 worth of data per estimated round-trip time</p>
</blockquote>

<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/1673#issuecomment-422132104">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxxG=
DKkoE-XMS7DhK4X746JAq1XYks5ub_HagaJpZM4WANlk">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqz0cD72HjDFyvLHu3mQc5chr=
f4jmks5ub_HagaJpZM4WANlk.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
inthomson in #1673: The only item here that needs text includes that text=
 already:\r\n\r\n\u003e endpoint MUST limit the rate at which it sends da=
ta to this address. The endpoint MUST NOT send more than a minimum conges=
tion window=E2=80=99s worth of data per estimated round-trip time"}],"act=
ion":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/is=
sues/1673#issuecomment-422132104"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1673#issuecomment=
-422132104",
"url": "https://github.com/quicwg/base-drafts/issues/1673#issuecomment-42=
2132104",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Recommendation for rate limits (#1673)=
",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1673,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1673#issuecomment-42=
2132104"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3691544=
04\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9ffa5a12783_10e83fdc7d4d45c41250e--


From nobody Mon Sep 17 12:07:52 2018
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 C8B4F130EA5 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:07:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 XApvAqL9H57Y for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:07:49 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 22883130E6F for <quic-issues@ietf.org>; Mon, 17 Sep 2018 12:07:49 -0700 (PDT)
Date: Mon, 17 Sep 2018 12:07:48 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537211268; bh=/UjFrQtLX6uUQxX47yUifojicQJOe2g6lPxXvzFMw0c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Th3UYKDeikFTeJx3zag1IxVAkmaF1OFIoa1GS2vRUEf3XT6VzCyLunxBi76rBd4Yo CW2WQ3pPW2QQUaDk56tMpZDHsyu7NOtfyGuK1vSDxiiSLh782y+66p2rHbUtpndssU LYK8fTZVzdK6sRHj3PksIAIqwnqeFfC1WAJiHK6k=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab435ef6bfcd60e7b50a0fb26d7766a6ff5abc8c5b92cf0000000117b7bd8492a169ce14d6881b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1649/422133800@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1649@github.com>
References: <quicwg/base-drafts/issues/1649@github.com>
Subject: Re: [quicwg/base-drafts] Subsequent Initial Packets with Token Field (#1649)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ffb8448da1_3793fb544ad45c43950e"; 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/h6iq9sUCsNJ9ZM9IIUtTcN9nz70>
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, 17 Sep 2018 19:07:51 -0000

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

The rule here is that the first packet that the server receives needs to be both padded to 1200+ AND include a token.  All other Initial packets have neither requirement.  So the "server receives" part here is funny because it encompasses Initial after Retry and Initial after Version Negotiation.  We should write this down.

-- 
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/1649#issuecomment-422133800
----==_mimepart_5b9ffb8448da1_3793fb544ad45c43950e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The rule here is that the first packet that the server receives needs =
to be both padded to 1200+ AND include a token.  All other Initial packet=
s have neither requirement.  So the "server receives" part here is funny =
because it encompasses Initial after Retry and Initial after Version Nego=
tiation.  We should write this down.</p>

<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/1649#issuecomment-422133800">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwJu=
xpRef7KxWql-jMaiLNTlAUSvks5ub_MEgaJpZM4V4lMN">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqwpi8W6mDZHb4PGW_NLLBm4K=
Z9elks5ub_MEgaJpZM4V4lMN.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
inthomson in #1649: The rule here is that the first packet that the serve=
r receives needs to be both padded to 1200+ AND include a token.  All oth=
er Initial packets have neither requirement.  So the \"server receives\" =
part here is funny because it encompasses Initial after Retry and Initial=
 after Version Negotiation.  We should write this down."}],"action":{"nam=
e":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1649#=
issuecomment-422133800"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1649#issuecomment=
-422133800",
"url": "https://github.com/quicwg/base-drafts/issues/1649#issuecomment-42=
2133800",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Subsequent Initial Packets with Token =
Field (#1649)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1649,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1649\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1649#issuecomment-42=
2133800"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3671539=
33\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9ffb8448da1_3793fb544ad45c43950e--


From nobody Mon Sep 17 12:09:26 2018
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 8752E130EA1 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:09:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 F8OyV1hFPlys for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:09:23 -0700 (PDT)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2F0BC129619 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 12:09:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=h7EAhLo4IYUf0lrwBqDVks67dTs=; b=F1cifFV+6y1FuwBp Q0BGO4xGKuo8fLQujOFbfM3IcrWmPQxTzYOi3ywnkOcheKyp4XbrElI4Y+YhnNzY ruSNb2AJWWTxhOQy1noJa+fdZaowCNY5bezyvAlHUAJy7OhgRXXiEF0OZJjE18hu Jk+b4D3OVhQXiYnvc/m1ot7DQLo=
Received: by filter0912p1las1.sendgrid.net with SMTP id filter0912p1las1-18650-5B9FFBE2-13 2018-09-17 19:09:22.529322112 +0000 UTC m=+940726.382851189
Received: from github-lowworker-f6df7df.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id 1ALq5wUxQyaxtNr_A_H_pg for <quic-issues@ietf.org>; Mon, 17 Sep 2018 19:09:22.344 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-f6df7df.cp1-iad.github.net (Postfix) with ESMTP id 538393E02E7 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 12:09:22 -0700 (PDT)
Date: Mon, 17 Sep 2018 19:09:22 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcc579bd4d484d115a3caa1f2872f5454038866c192cf0000000117b7bde292a169ce158477a2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1757@github.com>
Subject: [quicwg/base-drafts] Does DCID change after HelloRetryRequest? (#1757)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ffbe2502c5_f383ffab10d45bc247289"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak19RWefxjSuLBAn7c4h9l1uwaj0AKKkVbqv5H JxhNBb8wR7qkZQjfxlNmD/lJmJj58kmxhUxATGcAC9Vy2TK2oeJvGN5DBknORLf7Ftv/U07gFSWHcf mYuQm/ZqMt7fx1iH8lwEItnayqFRROfhIcukKTZNBVCOdsm1ZMMvz84W/c56yJMa1jY5hM1CR1DrPv I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Wa2mU39aDRjS_EQXExIaLH1ffvY>
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, 17 Sep 2018 19:09:25 -0000

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

When the client needs to send a subsequent Initial packet in response to the server's Initial packet (after HRR, containing ACKs, etc.), does it continue to use the same DCID as the first Initial packet, or does it update the DCID to the SCID from the server's Initial packet?

If the DCID changes, then load balancers cannot reliably identify which packets contain server-selected CIDs.  If the DCID does *not* change, then the Initial packet cannot be coalesced with Handshake packets due to the requirement that all packets in a datagram contain the same DCID.

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

<p>When the client needs to send a subsequent Initial packet in response to the server's Initial packet (after HRR, containing ACKs, etc.), does it continue to use the same DCID as the first Initial packet, or does it update the DCID to the SCID from the server's Initial packet?</p>
<p>If the DCID changes, then load balancers cannot reliably identify which packets contain server-selected CIDs.  If the DCID does <em>not</em> change, then the Initial packet cannot be coalesced with Handshake packets due to the requirement that all packets in a datagram contain the same DCID.</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/1757">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6WjTnxIShZlq1cc-KjVGE3aeWKMks5ub_NigaJpZM4Wsh9c">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4XGiD_VTEtXwd_xTrHPVXAfK25gks5ub_NigaJpZM4Wsh9c.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Does DCID change after HelloRetryRequest? (#1757)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1757"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1757",
"url": "https://github.com/quicwg/base-drafts/issues/1757",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Does DCID change after HelloRetryRequest? (#1757)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1757
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1757,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1757\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1757"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380772188\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9ffbe2502c5_f383ffab10d45bc247289--


From nobody Mon Sep 17 12:18:58 2018
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 D328E129619 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:18:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.008
X-Spam-Level: 
X-Spam-Status: No, score=-3.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 LOsEedAG3S0R for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:18:54 -0700 (PDT)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 53037130EAE for <quic-issues@ietf.org>; Mon, 17 Sep 2018 12:18:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=eRJ7RtltKNzK2pzq6Lq3R4T/eV8=; b=CGQUwbokLSDOOsNk m9nj395jYbSBjd2K7aO7SzJBIvpcRuR8sAXoowjU2WzEnFHumWjn99Uvqde9QaRp IEv41/tKSxy9+bLT02a+63VoBQ44+zLYZV+eURVXnc+27uhtDqx65Lkb6qAORCBq b9mR/06PQNQoG5TpqfNzWjDV2As=
Received: by filter0514p1iad2.sendgrid.net with SMTP id filter0514p1iad2-11234-5B9FFE1D-C 2018-09-17 19:18:53.150285319 +0000 UTC m=+939070.450979106
Received: from github-lowworker-7a54cd2.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0015p1iad2.sendgrid.net (SG) with ESMTP id 5SGvjGBqR9eDe693DNx0Jw for <quic-issues@ietf.org>; Mon, 17 Sep 2018 19:18:53.154 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-7a54cd2.cp1-iad.github.net (Postfix) with ESMTP id 1F0B73413A0 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 12:18:53 -0700 (PDT)
Date: Mon, 17 Sep 2018 19:18:53 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6fde14a32a1e89d6d6c98eb68a7a0cf642a40efb92cf0000000117b7c01d92a169ce1418889d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1505/issue_event/1850620099@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1505@github.com>
References: <quicwg/base-drafts/issues/1505@github.com>
Subject: Re: [quicwg/base-drafts] Stateless Reset from clients, bis (#1505)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ffe1d1ca8b_2d433fc2832d45bc96120"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3zvATDbOlSXi57+pQLCZ+vvhmt9thdnRmcAf t2ZxD+k/kNYGArdKMRxwj+MY7WuUSwikf3YzPt2tSb4mw2+VQbGt3nPsI7shZridrF12QIbz6iADA6 gfO3odFGCVCpHKBLzlEVeo5xWCHIUp/FwdwnzK4E+6tMVorXE3iH6kSSiHlU08SWlmUFq9fB4roMBL 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QZt-6jLptrdIdAvMscPn3Q3iyiE>
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, 17 Sep 2018 19:18:56 -0000

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

Closed #1505.

-- 
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/1505#event-1850620099
----==_mimepart_5b9ffe1d1ca8b_2d433fc2832d45bc96120
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="337152157" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1505" href="https://github.com/quicwg/base-drafts/issues/1505">#1505</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/1505#event-1850620099">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq47GmillM30fawJVfYlAjbITkvflks5ub_WdgaJpZM4U9sIC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8oohF8PpgSgm0DJTviwEgMpLUlLks5ub_WdgaJpZM4U9sIC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1505."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1505#event-1850620099"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1505#event-1850620099",
"url": "https://github.com/quicwg/base-drafts/issues/1505#event-1850620099",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Stateless Reset from clients, bis (#1505)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1505#event-1850620099"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 351715842\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9ffe1d1ca8b_2d433fc2832d45bc96120--


From nobody Mon Sep 17 12:19:04 2018
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 11B21130EBA for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:18:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 jOLwfb6kfa4v for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:18:56 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1A6F3130EAA for <quic-issues@ietf.org>; Mon, 17 Sep 2018 12:18:56 -0700 (PDT)
Date: Mon, 17 Sep 2018 12:18:55 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537211935; bh=TvzxRqnQmBoukrRi8OIyXjUhw25LpEDlyd2lUQviQsQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=S4nqaKU50tRApkDw+CPywY5+UG0SNcQiPg2H0kHWkBQXhGQA4+VvuNn6AncqQV4bm Z5EMP7pzMDT7VQb2xq3lCGHwdmudP6KBTBx0ubmt1qZGuzdrqVBdgL4G8slt31duoc ubCFAXDTdNpNteK8BjRMxDF3Cl6z4/PnXVkqHVuA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc868d5051de005906fd025c90092f5a87a1609f292cf0000000117b7c01f92a169ce1418889d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1505/422137315@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1505@github.com>
References: <quicwg/base-drafts/issues/1505@github.com>
Subject: Re: [quicwg/base-drafts] Stateless Reset from clients, bis (#1505)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9ffe1f4142d_3e293f87be4d45c4618235"; 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/AH_kUuI5JyUk_SAsdFcDoAcmyCM>
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, 17 Sep 2018 19:18:59 -0000

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

The conclusion I've reached is that the server can start using a different connection ID if it cares about stateless reset.  If others disagree, please take it to the list.

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

<p>The conclusion I've reached is that the server can start using a different connection ID if it cares about stateless reset.  If others disagree, please take it to the list.</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/1505#issuecomment-422137315">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8aUQhj0GEiZr_57QS44wxc8ka1dks5ub_WfgaJpZM4U9sIC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6H8ehQGd2Y-zcVVLxH1Nq9XIPp7ks5ub_WfgaJpZM4U9sIC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1505: The conclusion I've reached is that the server can start using a different connection ID if it cares about stateless reset.  If others disagree, please take it to the list."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1505#issuecomment-422137315"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1505#issuecomment-422137315",
"url": "https://github.com/quicwg/base-drafts/issues/1505#issuecomment-422137315",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Stateless Reset from clients, bis (#1505)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1505,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1505#issuecomment-422137315"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 351715842\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5b9ffe1f4142d_3e293f87be4d45c4618235--


From nobody Mon Sep 17 12:24:20 2018
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 A3F3212D7EA for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:24:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Hz5hBmEt8hlo for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:24:16 -0700 (PDT)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 63322129619 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 12:24:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=xp2UEruck07HHOZ06mKMwjpDvZg=; b=eRNR6Dm8/Hi3+lgU x8MkvRxNfISfQMOsN9VpDIAp+hnI3p7Nz4668jkVTHY/VQEJNLx1Pdd6gw1KhP72 7b+IlMdjmYpx5HkzkYb+asKR5UZRY+++nFgDcg/pAFQuYygwDLUwmoq6+NjjJUH0 w16NVc92nOBZPbRhXJdm8flbukU=
Received: by filter0391p1iad2.sendgrid.net with SMTP id filter0391p1iad2-7505-5B9FFF5F-1 2018-09-17 19:24:15.085618072 +0000 UTC m=+939478.046594874
Received: from github-lowworker-4f62d42.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id Bp9yjRnPTPiFCWsDxn2GOg for <quic-issues@ietf.org>; Mon, 17 Sep 2018 19:24:14.977 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-4f62d42.cp1-iad.github.net (Postfix) with ESMTP id E76DFC1DC9 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 12:24:14 -0700 (PDT)
Date: Mon, 17 Sep 2018 19:24:15 +0000 (UTC)
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4f22d80c321855c82168ea6b8649e40a6868521e92cf0000000117b7c15e92a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c422138882@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b9fff5ee4f77_6fbd3fcbbd2d45c46361b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1Ud1Jwa4fB8+wcwwz1QwRsWSq0Jkqn37e8Sf fQCuGm4l1H3OU4A9xt/1Z92mkUoqMH+zuBp2FKLYbsmt0TgSkVRriB2jK7MbI6Vhu10YEInohHpdKu 2a4TMkuRWqeOy5fN5vC9M4yMKb0vk3jqioeTkIlcrA+8HtokRkUknpE76GPfy6JEezlJ4S80/0lCM1 s=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ENyG0JFeFf454S4E-4uU3seUj0E>
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, 17 Sep 2018 19:24:19 -0000

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

I think an issue for this would be a good idea.

I'm not sure that I understand what constraints on the two versions are required in order to allow this approach to work. Consider the case where only two versions are supported, A and B. The client sends an INITIAL packet containing the ClientHello (or the like) encoded with A, but indicates that it also supports B. The server and client both prefer B, so the server decide to upgrade to B. Are we guaranteed that everything needed for B will be in the A ClientHello? Could the TLS handshake mapping change between A and B is some way that would cause problems here? What about 0-RTT data? What if between A and B we changed the stream mapping / numbering? The client would have created (and sent) streams allocated with the logic of A but which would be incorrect for B? It seems really hard to guarantee that there are no such changes between A and B.

I think there are simpler solutions to the problem this PR intends to solve:
1) Advertise supported versions. For the HTTP/QUIC use case, Alt-Svc already gives us a mechanism to advertise QUIC versions so we're not in a position where the client doesn't know the server's versions.
2) Use two connections. Start a connection with versions A and send 0-RTT streams. When the client learns that the server supports a preferred version, it should start a new connection using version B, but not send new requests on this connection until/unless the handshake completes. Once that happens, the client should send new requests on B and close A once it become idle. This avoids waiting an RTT to learn about the new version and avoids the complexity of trying to upgrade an existing connection from one version to another.

-- 
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/1755#issuecomment-422138882
----==_mimepart_5b9fff5ee4f77_6fbd3fcbbd2d45c46361b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think an issue for this would be a good idea.</p>
<p>I'm not sure that I understand what constraints on the two versions are =
required in order to allow this approach to work. Consider the case where o=
nly two versions are supported, A and B. The client sends an INITIAL packet=
 containing the ClientHello (or the like) encoded with A, but indicates tha=
t it also supports B. The server and client both prefer B, so the server de=
cide to upgrade to B. Are we guaranteed that everything needed for B will b=
e in the A ClientHello? Could the TLS handshake mapping change between A an=
d B is some way that would cause problems here? What about 0-RTT data? What=
 if between A and B we changed the stream mapping / numbering? The client w=
ould have created (and sent) streams allocated with the logic of A but whic=
h would be incorrect for B? It seems really hard to guarantee that there ar=
e no such changes between A and B.</p>
<p>I think there are simpler solutions to the problem this PR intends to so=
lve:</p>
<ol>
<li>Advertise supported versions. For the HTTP/QUIC use case, Alt-Svc alrea=
dy gives us a mechanism to advertise QUIC versions so we're not in a positi=
on where the client doesn't know the server's versions.</li>
<li>Use two connections. Start a connection with versions A and send 0-RTT =
streams. When the client learns that the server supports a preferred versio=
n, it should start a new connection using version B, but not send new reque=
sts on this connection until/unless the handshake completes. Once that happ=
ens, the client should send new requests on B and close A once it become id=
le. This avoids waiting an RTT to learn about the new version and avoids th=
e complexity of trying to upgrade an existing connection from one version t=
o another.</li>
</ol>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/1755#issuecomment-422138882">view it on GitHub</a>, or <a hre=
f=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzMSplY-TW1Y3Fa0=
LTgA2tIVU8Teks5ub_begaJpZM4WsOSC">mute the thread</a>.<img src=3D"https://g=
ithub.com/notifications/beacon/AWbkq0b6L3qMAqI9DJxQNMlWMhS_PxQCks5ub_begaJp=
ZM4WsOSC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@RyanAtGoogle in #175=
5: I think an issue for this would be a good idea.\r\n\r\nI'm not sure that=
 I understand what constraints on the two versions are required in order to=
 allow this approach to work. Consider the case where only two versions are=
 supported, A and B. The client sends an INITIAL packet containing the Clie=
ntHello (or the like) encoded with A, but indicates that it also supports B=
. The server and client both prefer B, so the server decide to upgrade to B=
. Are we guaranteed that everything needed for B will be in the A ClientHel=
lo? Could the TLS handshake mapping change between A and B is some way that=
 would cause problems here? What about 0-RTT data? What if between A and B =
we changed the stream mapping / numbering? The client would have created (a=
nd sent) streams allocated with the logic of A but which would be incorrect=
 for B? It seems really hard to guarantee that there are no such changes be=
tween A and B.\r\n\r\nI think there are simpler solutions to the problem th=
is PR intends to solve:\r\n1) Advertise supported versions. For the HTTP/QU=
IC use case, Alt-Svc already gives us a mechanism to advertise QUIC version=
s so we're not in a position where the client doesn't know the server's ver=
sions.\r\n2) Use two connections. Start a connection with versions A and se=
nd 0-RTT streams. When the client learns that the server supports a preferr=
ed version, it should start a new connection using version B, but not send =
new requests on this connection until/unless the handshake completes. Once =
that happens, the client should send new requests on B and close A once it =
become idle. This avoids waiting an RTT to learn about the new version and =
avoids the complexity of trying to upgrade an existing connection from one =
version to another."}],"action":{"name":"View Pull Request","url":"https://=
github.com/quicwg/base-drafts/pull/1755#issuecomment-422138882"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422=
138882",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422138=
882",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mecha=
nism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**Ryan Hamilton**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@RyanAtGoogle",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\":=
 \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422138=
882"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380691586=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5b9fff5ee4f77_6fbd3fcbbd2d45c46361b--


From nobody Mon Sep 17 12:28:09 2018
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 57CDD130EAB for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:28:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 csOI6_xn57lO for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:28:05 -0700 (PDT)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9FDE3130EAA for <quic-issues@ietf.org>; Mon, 17 Sep 2018 12:28:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=Lct7EQMwlcPFAkvpr410yjgWtm4=; b=pOFIrqfzJEVKfKLD CW33UgdMxS133BhBMjQJDK/69DzuuqN3Jlc0wOEosGvpMOxcYp0pXrgrX5i2NymW /6GMMwSu/0thL9pa2Yx1vg1+3go17hfrtfqJ+VkqcektqORnGhzJflhkFcxprgGu OzlRuc2Pvclka/F3Jq3ESxM4Rtc=
Received: by filter0313p1iad2.sendgrid.net with SMTP id filter0313p1iad2-18283-5BA00044-18 2018-09-17 19:28:04.529778147 +0000 UTC m=+940610.149726171
Received: from github-lowworker-e8fa9ff.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0019p1iad2.sendgrid.net (SG) with ESMTP id YjtgjLqjQC6Y1Cz-KJKTzQ for <quic-issues@ietf.org>; Mon, 17 Sep 2018 19:28:04.578 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e8fa9ff.cp1-iad.github.net (Postfix) with ESMTP id 77F93420338 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 12:28:04 -0700 (PDT)
Date: Mon, 17 Sep 2018 19:28:04 +0000 (UTC)
From: Kyle Nekritz <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3678f93bf5c6f69048acc8340be5dfcaa664859c92cf0000000117b7c24492a169ce1584906c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1758@github.com>
Subject: [quicwg/base-drafts] Allow servers to omit version negotiation in response to 0-RTT packets. (#1758)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba000447275a_3c143fb1614d45c0902fa"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: knekritz
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1ue82+cYKdI/rGJ6y14bwh+jiYJ48jMs7p0P eRdeAPw5wgIn0jC/girLipcZDpA/bapdNx6oLK3L0xJ/+Be2c0F5SGrHX8NWhtoN8FYE/8nuEnnOYv sNR3kC/XxNfgk/lgc36BKfwVLg1xm98FWveAGGfQGPlxGbcK6xDEKIsnV5mDIFuImOCp0PNR2uIq5O 8=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/I_6jXdBOU8hKosjy7xhG-y-9Q6k>
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, 17 Sep 2018 19:28:08 -0000

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


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

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

-- Commit Summary --

  * Allow servers to omit version negotiation in response to 0-RTT packets.

-- File Changes --

    M draft-ietf-quic-transport.md (5)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1758.patch
https://github.com/quicwg/base-drafts/pull/1758.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/1758

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



<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/1758'>https://github.com/quicwg/base-drafts/pull/1758</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Allow servers to omit version negotiation in response to 0-RTT packets.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1758/files#diff-0">draft-ietf-quic-transport.md</a>
    (5)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1758.patch'>https://github.com/quicwg/base-drafts/pull/1758.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1758.diff'>https://github.com/quicwg/base-drafts/pull/1758.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/1758">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1lK_IDPJWFIj5tEm0zoMYDNTQ3Rks5ub_fEgaJpZM4Wsjx-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6h5Q5pj4-MqA5VXdhmUYRtK-xLWks5ub_fEgaJpZM4Wsjx-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Allow servers to omit version negotiation in response to 0-RTT packets. (#1758)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1758"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1758",
"url": "https://github.com/quicwg/base-drafts/pull/1758",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Allow servers to omit version negotiation in response to 0-RTT packets. (#1758)",
"sections": [
{
"text": "",
"activityTitle": "**Kyle Nekritz**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@knekritz",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "edd4bf5",
"value": "Allow servers to omit version negotiation in response to 0-RTT packets."
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1758/files#diff-0) (5 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1758,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1758\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1758"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1758.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1758.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380779646\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba000447275a_3c143fb1614d45c0902fa--


From nobody Mon Sep 17 12:31:39 2018
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 42150130EB7 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:31:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 npjb9AAG4O21 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:31:35 -0700 (PDT)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CA90B130EAA for <quic-issues@ietf.org>; Mon, 17 Sep 2018 12:31:35 -0700 (PDT)
Date: Mon, 17 Sep 2018 12:31:35 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537212695; bh=XYe/yuDhbyo2dloWkzEi4zgy2GoFS4t0Kk4vLCAD/08=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cb9sgEunW67DxwaUhWrnuJKuuzw7L0nLkCXeXUbbLb6h5/sT9SyHDDf3yw5qoR8Po LStrZ/YhCUfPkRKWv+em3X+pCxEWM/h3BNLtuiRYGKi3HkaO2vM8JjdqlCH+JYP1hK 5IZ7AeBaQuqy8U7BFGLh+A5rHEhiiAF93WA92p4g=
From: Subodh Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab37c524b03087872c7b1eb187442f52839c724e9792cf0000000117b7c31792a169ce1584906c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1758/c422141096@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1758@github.com>
References: <quicwg/base-drafts/pull/1758@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to omit version negotiation in response to 0-RTT packets. (#1758)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba0011714493_2fac3fc492ed45b8355c9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: siyengar
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/OZRhLeygqjR1BqvbJiBtD3OafTE>
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, 17 Sep 2018 19:31:37 -0000

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

This looks great to me, maybe you can elaborate on the problem this is solving in the description of the PR

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

<p>This looks great to me, maybe you can elaborate on the problem this is solving in the description of the PR</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/1758#issuecomment-422141096">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0s_zGvXNv_-I2FDCDi6iFddCTLaks5ub_iXgaJpZM4Wsjx-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwDANhuB-Mjoo_vjjDDvIORmKkAoks5ub_iXgaJpZM4Wsjx-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@siyengar in #1758: This looks great to me, maybe you can elaborate on the problem this is solving in the description of the PR"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1758#issuecomment-422141096"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1758#issuecomment-422141096",
"url": "https://github.com/quicwg/base-drafts/pull/1758#issuecomment-422141096",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Allow servers to omit version negotiation in response to 0-RTT packets. (#1758)",
"sections": [
{
"text": "",
"activityTitle": "**Subodh Iyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@siyengar",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1758,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1758\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1758#issuecomment-422141096"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380779646\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba0011714493_2fac3fc492ed45b8355c9--


From nobody Mon Sep 17 12:47:29 2018
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 7BC46130EB5 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:47:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.008
X-Spam-Level: 
X-Spam-Status: No, score=-3.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 d9Ylom50o7lT for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:47:25 -0700 (PDT)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 03905130EAA for <quic-issues@ietf.org>; Mon, 17 Sep 2018 12:47:24 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=v+SXf/495i2UDkTBOkWKWOr9qwc=; b=tFPWVY0iPLNjykjf EqQhIoRQhBNxF69KAFZl5SHKaFfuhZwelLnBDd5oVBHr3319eu3FvMTAcxkaZ7DE 8kupQEK3DeEaSNXARwxDpQute0gCA7HokBKFP9SZ+vfPGF+qBkCo8fcZCDqXlxZN csJywWBigmQPLEwT+W6IWT4OnWY=
Received: by filter0393p1iad2.sendgrid.net with SMTP id filter0393p1iad2-19601-5BA004CB-15 2018-09-17 19:47:23.656378411 +0000 UTC m=+940886.841481898
Received: from github-lowworker-39ccb07.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0014p1iad2.sendgrid.net (SG) with ESMTP id xNI3E0CYR9GiJc5fNl4fUg for <quic-issues@ietf.org>; Mon, 17 Sep 2018 19:47:23.710 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-39ccb07.cp1-iad.github.net (Postfix) with ESMTP id 96D19400B01 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 12:47:23 -0700 (PDT)
Date: Mon, 17 Sep 2018 19:47:24 +0000 (UTC)
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb4371b0143e7e2520efb9882b9f4fd806f5d5e3892cf0000000117b7c6cb92a169ce0cbc0439@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/390/issue_event/1850679078@github.com>
In-Reply-To: <quicwg/base-drafts/issues/390@github.com>
References: <quicwg/base-drafts/issues/390@github.com>
Subject: Re: [quicwg/base-drafts] Flow/congestion control and rejected 0-RTT (#390)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba004cb8c7ab_42a3f7f83ad45c034788"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak10MBoIRp1rI1Rkeq3lnTp3qxEkm/ms1FE1Bc 2yMawN4CSL4ZqbiwRwTdKZUFmVHlIEMg2ZLF3qbrbo4q17ohogCbGVG4g19Y/bDQH5NbMVtYFqYQ+x IQq+QJX+1gbWeoi2Fklz8aQanxc85FoS0JFG6Pqxiu8wY75b81pB9u3qI8xS5qnaCbTSUXNhTklbN+ Q=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gxER8yKtELXVcVukCEBPMOtN1Yw>
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, 17 Sep 2018 19:47:28 -0000

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

Closed #390.

-- 
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/390#event-1850679078
----==_mimepart_5ba004cb8c7ab_42a3f7f83ad45c034788
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="213648441" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/390" href="https://github.com/quicwg/base-drafts/issues/390">#390</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/390#event-1850679078">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyBSZfOkaduwql2B2IQe8Xng8KrRks5ub_xLgaJpZM4MavGm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1GrxcDSKa60CdzjQsPzUU6nj0u9ks5ub_xLgaJpZM4MavGm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #390."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/390#event-1850679078"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/390#event-1850679078",
"url": "https://github.com/quicwg/base-drafts/issues/390#event-1850679078",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Flow/congestion control and rejected 0-RTT (#390)",
"sections": [
{
"text": "",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/390#event-1850679078"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 208335270\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba004cb8c7ab_42a3f7f83ad45c034788--


From nobody Mon Sep 17 12:48:29 2018
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 104CF130EB5 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:48:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 4A6AOZ-eXaKw for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:48:22 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 20E58130E8B for <quic-issues@ietf.org>; Mon, 17 Sep 2018 12:48:22 -0700 (PDT)
Date: Mon, 17 Sep 2018 12:48:20 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537213701; bh=ukehlExeIUKLuchRF5l3ShvTMESEWkMxW9l0xKhsW+M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Edpsj11yacdmFNVmB79I4/i3m0ZdqE8VlldXtob8TCHVOp8dnE4qvBMSKPB4xiq+N 3cIdtdyx8MgYHv6HJDS19CqLPpv3ak5JnaloA5ZCnFWsL2nDYVehaLa/SjvW4Gt6Ly CaoiKdJSYfaI0XkRbe3PCVrTlYCsU6Dk1tHlmAUA=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc3c1c80235e05ef7ee4b2d53070ce817cbb9277e92cf0000000117b7c70492a169ce13459be3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1355/review/156088981@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1355@github.com>
References: <quicwg/base-drafts/pull/1355@github.com>
Subject: Re: [quicwg/base-drafts] QPACK:  Updated Static Table (#1355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba00504e8b17_41753fa68d0d45bc460a9"; 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/1bQTIcN793Tgo9xLN1IAJsie87c>
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, 17 Sep 2018 19:48:24 -0000

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

MikeBishop commented on this pull request.



> +| 26    | accept                           | */*                                                   |
+| 27    | accept                           | application/dns-message                               |
+| 28    | accept-encoding                  | gzip, deflate, br                                     |
+| 29    | accept-language                  |                                                       |
+| 30    | authorization                    |                                                       |
+| 31    | cache-control                    | max-age=0                                             |
+| 32    | cache-control                    | max-age=604800                                        |
+| 33    | cache-control                    | max-age=2592000                                       |
+| 34    | cache-control                    | no-cache                                              |
+| 35    | cache-control                    | no-cache, no-store, must-revalidate                   |
+| 36    | cache-control                    | public, max-age=31536000                              |
+| 37    | content-encoding                 | br                                                    |
+| 38    | content-type                     | application/dns-message                               |
+| 39    | content-type                     | application/javascript                                |
+| 40    | content-type                     | application/json                                      |
+| 41    | content-type                     | application/json; charset=utf-8                       |

Per discussion, we'll drop charsets from everything except text/html and perhaps text/plain.

-- 
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/1355#discussion_r218202894
----==_mimepart_5ba00504e8b17_41753fa68d0d45bc460a9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1355#discussion_r218202894">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; +| 26    | accept                           | */*                                                   |
+| 27    | accept                           | application/dns-message                               |
+| 28    | accept-encoding                  | gzip, deflate, br                                     |
+| 29    | accept-language                  |                                                       |
+| 30    | authorization                    |                                                       |
+| 31    | cache-control                    | max-age=0                                             |
+| 32    | cache-control                    | max-age=604800                                        |
+| 33    | cache-control                    | max-age=2592000                                       |
+| 34    | cache-control                    | no-cache                                              |
+| 35    | cache-control                    | no-cache, no-store, must-revalidate                   |
+| 36    | cache-control                    | public, max-age=31536000                              |
+| 37    | content-encoding                 | br                                                    |
+| 38    | content-type                     | application/dns-message                               |
+| 39    | content-type                     | application/javascript                                |
+| 40    | content-type                     | application/json                                      |
+| 41    | content-type                     | application/json; charset=utf-8                       |
</pre>
<p>Per discussion, we'll drop charsets from everything except text/html and perhaps text/plain.</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/1355#discussion_r218202894">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5AQ7-mQTC502uLp_mFwy81w026gks5ub_yEgaJpZM4UACSn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx93mqz84qSJXiQvgzXWhwZ8lXBLks5ub_yEgaJpZM4UACSn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #1355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1355#discussion_r218202894"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1355#discussion_r218202894",
"url": "https://github.com/quicwg/base-drafts/pull/1355#discussion_r218202894",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop commented on 1355",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1355#discussion_r218202894"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 335553703\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba00504e8b17_41753fa68d0d45bc460a9--


From nobody Mon Sep 17 12:51:23 2018
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 C96A0130EBC for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:51:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 3Al_uAL2MT11 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 12:51:19 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BCE5E130E8B for <quic-issues@ietf.org>; Mon, 17 Sep 2018 12:51:18 -0700 (PDT)
Date: Mon, 17 Sep 2018 12:51:17 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537213877; bh=OQN9n4z3Xl/+69ggZVlaD3CWN9RhMiCsk+FbyaC+TD4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qcr/0o23NxECCBX4ZbD+hh+gCby8cUAfqfcinfdq20b/OxEzigpzB1YsPevyS6MaT MP5tlPCBUGnD56cpXLDaZTZfO/15ABO4LpBpYBQYl5bfT4UWbGt/HMMUqHxj+yzbR2 He7x3PfpSoHW8beFUVCPGmsIu91M61+L89lFlYm0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab63dba4238d55a9e36f0b4deeae0b7ea60a8332cb92cf0000000117b7c7b592a169ce13459be3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1355/review/156090091@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1355@github.com>
References: <quicwg/base-drafts/pull/1355@github.com>
Subject: Re: [quicwg/base-drafts] QPACK:  Updated Static Table (#1355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba005b5cfcdf_693a3fd5572d45bc496fc"; 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/ibRvCJSlNRidfWUeTxpI8TmjjeQ>
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, 17 Sep 2018 19:51:21 -0000

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

martinthomson commented on this pull request.



> +| 35    | cache-control                    | no-cache, no-store, must-revalidate                   |
+| 36    | cache-control                    | public, max-age=31536000                              |
+| 37    | content-encoding                 | br                                                    |
+| 38    | content-type                     | application/dns-message                               |
+| 39    | content-type                     | application/javascript                                |
+| 40    | content-type                     | application/json                                      |
+| 41    | content-type                     | application/json; charset=utf-8                       |
+| 42    | content-type                     | application/x-www-form-urlencoded                     |
+| 43    | content-type                     | application/x-www-form-urlencoded; charset=utf-8      |
+| 44    | content-type                     | image/gif                                             |
+| 45    | content-type                     | image/jpeg                                            |
+| 46    | content-type                     | image/png                                             |
+| 47    | content-type                     | text/css                                              |
+| 48    | content-type                     | text/html; charset=utf-8                              |
+| 49    | content-type                     | text/javascript                                       |
+| 50    | content-type                     | text/javascript; charset=utf-8                        |

https://datatracker.ietf.org/doc/draft-ietf-dispatch-javascript-mjs/ deprecates this, so remove both text/javascript options.

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

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1355#discussion_r218203731">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; +| 35    | cache-control                    | no-cache, no-store, must-revalidate                   |
+| 36    | cache-control                    | public, max-age=31536000                              |
+| 37    | content-encoding                 | br                                                    |
+| 38    | content-type                     | application/dns-message                               |
+| 39    | content-type                     | application/javascript                                |
+| 40    | content-type                     | application/json                                      |
+| 41    | content-type                     | application/json; charset=utf-8                       |
+| 42    | content-type                     | application/x-www-form-urlencoded                     |
+| 43    | content-type                     | application/x-www-form-urlencoded; charset=utf-8      |
+| 44    | content-type                     | image/gif                                             |
+| 45    | content-type                     | image/jpeg                                            |
+| 46    | content-type                     | image/png                                             |
+| 47    | content-type                     | text/css                                              |
+| 48    | content-type                     | text/html; charset=utf-8                              |
+| 49    | content-type                     | text/javascript                                       |
+| 50    | content-type                     | text/javascript; charset=utf-8                        |
</pre>
<p><a href="https://datatracker.ietf.org/doc/draft-ietf-dispatch-javascript-mjs/" rel="nofollow">https://datatracker.ietf.org/doc/draft-ietf-dispatch-javascript-mjs/</a> deprecates this, so remove both text/javascript options.</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/1355#pullrequestreview-156090091">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq73IKcga-b4ZHEQP50qvWOOrWThbks5ub_01gaJpZM4UACSn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5qd_GezWYxyqAdgbxRraYFur6lpks5ub_01gaJpZM4UACSn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156090091"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156090091",
"url": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156090091",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1355",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156090091"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 335553703\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba005b5cfcdf_693a3fd5572d45bc496fc--


From nobody Mon Sep 17 13:14:28 2018
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 76F3C130EBC for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 13:14:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 fGkLhwCnc1S7 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 13:14:24 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A15B7130E2A for <quic-issues@ietf.org>; Mon, 17 Sep 2018 13:14:24 -0700 (PDT)
Date: Mon, 17 Sep 2018 13:14:23 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537215263; bh=HiqKWdt+u4rExLMu2dmymGoEswENK2juLcj3fJlLZK4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=b2ReA3kdDjpKYon64Q/6L/ILa42OAoYx4GWAkrWf8FvLCzdD1cpWTryrvJn3IX/gY FJagy6yY1m56d/rnTUEpBURWHbSGuwP44r3Ahb4QuPDwEQPsV4CL9c7wowD77Liep8 rtHEPvAwsqIPKOriNjdRRTlW00kAKC/iuzen6+PE=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8539b95f6db7ec9639fd16239d9051882264f38f92cf0000000117b7cd1f92a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c422154605@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba00b1fa6c70_3d123f96766d45c45007a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gxNVTE7BfC-dS2qM26ShDzF-j0E>
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, 17 Sep 2018 20:14:27 -0000

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

@ekr 
> @kazuho: I would think the client would be allowed to resume but the server would have to reject resumption/0-RTT if it changed version

Thank you for the clarification. Makes sense to me.

I like the idea behind the PR; to open the possibility of future versions of QUIC accepting v1 Initial packets without spending extra round-trip. Current approach does not allow that, and that will hinder us from  introducing v2.

-- 
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/1755#issuecomment-422154605
----==_mimepart_5ba00b1fa6c70_3d123f96766d45c45007a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"1111457" data-octo=
-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" h=
ref=3D"https://github.com/ekr">@ekr</a></p>
<blockquote>
<p><a class=3D"user-mention" data-hovercard-user-id=3D"41567" data-octo-c=
lick=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" hre=
f=3D"https://github.com/kazuho">@kazuho</a>: I would think the client wou=
ld be allowed to resume but the server would have to reject resumption/0-=
RTT if it changed version</p>
</blockquote>
<p>Thank you for the clarification. Makes sense to me.</p>
<p>I like the idea behind the PR; to open the possibility of future versi=
ons of QUIC accepting v1 Initial packets without spending extra round-tri=
p. Current approach does not allow that, and that will hinder us from  in=
troducing v2.</p>

<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/1755#issuecomment-422154605">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4KU0O=
P0Rfy8NX_iQISIadKmbmFPks5ucAKfgaJpZM4WsOSC">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqzKdReK91mqzPAslJwtucci9_wkX=
ks5ucAKfgaJpZM4WsOSC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1755: @ekr \r\n\u003e @kazuho: I would think the client would be a=
llowed to resume but the server would have to reject resumption/0-RTT if =
it changed version\r\n\r\nThank you for the clarification. Makes sense to=
 me.\r\n\r\nI like the idea behind the PR; to open the possibility of fut=
ure versions of QUIC accepting v1 Initial packets without spending extra =
round-trip. Current approach does not allow that, and that will hinder us=
 from  introducing v2."}],"action":{"name":"View Pull Request","url":"htt=
ps://github.com/quicwg/base-drafts/pull/1755#issuecomment-422154605"}}}</=
script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4=
22154605",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4221=
54605",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mec=
hanism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4221=
54605"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3806915=
86\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba00b1fa6c70_3d123f96766d45c45007a--


From nobody Mon Sep 17 13:17:29 2018
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 E936A130EBD for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 13:17:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 WJJw5N1-Pqkq for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 13:17:26 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BB1E6130EBC for <quic-issues@ietf.org>; Mon, 17 Sep 2018 13:17:25 -0700 (PDT)
Date: Mon, 17 Sep 2018 13:17:24 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537215444; bh=n6grYTY3m1azeDo2VZQHBx34PepQSUiwlN4bOzmrFtk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EawoNX3OGUqrAd7W5h5O7wumdypLee8By8yz1W9b/7/eDLaOkThJDAvu4Zuju1xeN g3lHRXTY9CAp86V3Z4IcSm62GTgm6vxC1H9+7aYnHhWOdgcCrNWTKWbS1c1Cd39lws pkP0HUOkWO4CI8jCOXjz81ri7rpanHFFVdAa6v/o=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba1aeca053085af0343142b7c5daaed409a02ce8792cf0000000117b7cdd492a169ce0f1ba30a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/751/422155649@github.com>
In-Reply-To: <quicwg/base-drafts/issues/751@github.com>
References: <quicwg/base-drafts/issues/751@github.com>
Subject: Re: [quicwg/base-drafts] Handling un-ackable packets (#751)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba00bd4d8dab_30f13fbb9ecd45bc1087e"; 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/-GWYIxFDZLys9HswYDCtEAt48Qw>
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, 17 Sep 2018 20:17:28 -0000

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

The Stream0 design team brought this up again in Kista and concluded an empty ACK frame or an equivalent was a viable approach, but the working group wasn't interested in the extra complexity.

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

<p>The Stream0 design team brought this up again in Kista and concluded an empty ACK frame or an equivalent was a viable approach, but the working group wasn't interested in the extra complexity.</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/751#issuecomment-422155649">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_9SesH-BWUQWxYjL2ADDyEj7z4cks5ucANUgaJpZM4PFH51">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0M8w95ActKbsyF4f_tXHmSnP4Bbks5ucANUgaJpZM4PFH51.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #751: The Stream0 design team brought this up again in Kista and concluded an empty ACK frame or an equivalent was a viable approach, but the working group wasn't interested in the extra complexity."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/751#issuecomment-422155649"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/751#issuecomment-422155649",
"url": "https://github.com/quicwg/base-drafts/issues/751#issuecomment-422155649",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Handling un-ackable packets (#751)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 751,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 751\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/751#issuecomment-422155649"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 253001333\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba00bd4d8dab_30f13fbb9ecd45bc1087e--


From nobody Mon Sep 17 13:52:03 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 BCF2D130ECD for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 13:52:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.01
X-Spam-Level: 
X-Spam-Status: No, score=-1.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, URIBL_BLOCKED=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 7j4gv8v5fdCQ for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 13:52:00 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 39827130ED3 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 13:52:00 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537217519; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=Qcp7IHDA7W7RMbSBtEFMhp1E/Xw9IrDcIG/Z4uS8s3M=; b=pLgrFymFi90HSAqSrnm8Ki87WM0WKF4S9r2zFUSGtWQYwsooiApy3Trdhr7Aai3eyaIpoSli sy+ZZ6Zeca/AcgH/k5pN+O68wV/p8YkkVHn7BZiO76Z9pCus/vbJ/lz8kFTpne4Zw8IQY0Gx HHZVmWehmIH6hrGXB3trG5X6QrY=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5ba013ee.7f387c29e1b0-smtp-out-n02; Mon, 17 Sep 2018 20:51:58 -0000 (UTC)
Date: Mon, 17 Sep 2018 13:51:58 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5ba013eea2baa_5d2c2ae7e5a02ed4311be@hookshot-fe-7191cb1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 35638d: More text on Stream Fragmentation
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba013eea2840_5d2c2ae7e5a02ed4310a4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sn0ftQwtq36dTyU-fIElATbUuak>
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, 17 Sep 2018 20:52:02 -0000

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

  Branch: refs/heads/ianswett-stream-fragmentation
  Home:   https://github.com/quicwg/base-drafts
  Commit: 35638da170631ddfedbe60894b7644a70cfaa879
      https://github.com/quicwg/base-drafts/commit/35638da170631ddfedbe60894b7644a70cfaa879
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-17 (Mon, 17 Sep 2018)

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

  Log Message:
  -----------
  More text on Stream Fragmentation

Fixes #1756



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba013eea2840_5d2c2ae7e5a02ed4310a4--


From nobody Mon Sep 17 13:52:25 2018
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 8C584130ED3 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 13:52:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 WGH8JB_eqQ6z for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 13:52:21 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C82BA130DCE for <quic-issues@ietf.org>; Mon, 17 Sep 2018 13:52:20 -0700 (PDT)
Date: Mon, 17 Sep 2018 13:52:19 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537217539; bh=rOq+AYnZKJOlDgVH2RT/AgOz4p1Jd9qUFqbDaw7Ghjs=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=R74hXt/1fGv+WpaeVEyu57yuFqcNIbzw4MKZL9s0nqfgkIXW27mPWrWjQJVwfFTm0 lhv+VNBA4mDBV3HGfhj9uTWgmahPeo4dslWyt8h7l4i1baGOrKYkZYW6tR7b42Ys7z nt15iTZIuqeacK94PYxJzsbv5U0C1cMYU2mWCGwU=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab83dadd83b510e61643cafe9c8e454933f966d74792cf0000000117b7d60392a169ce158505f0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1759@github.com>
Subject: [quicwg/base-drafts] More text on Stream Fragmentation (#1759)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba014039811b_557a3f9147ad45b81286a2"; 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/t2aXDyypO-b2Y-KfKGvXiGyTKaY>
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, 17 Sep 2018 20:52:23 -0000

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

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

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

-- Commit Summary --

  * More text on Stream Fragmentation

-- File Changes --

    M draft-ietf-quic-transport.md (33)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1759.patch
https://github.com/quicwg/base-drafts/pull/1759.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/1759

----==_mimepart_5ba014039811b_557a3f9147ad45b81286a2
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 #1756.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360995026" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1756" href="https://github.com/quicwg/base-drafts/issues/1756">#1756</a></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/1759'>https://github.com/quicwg/base-drafts/pull/1759</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>More text on Stream Fragmentation</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1759/files#diff-0">draft-ietf-quic-transport.md</a>
    (33)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1759.patch'>https://github.com/quicwg/base-drafts/pull/1759.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1759.diff'>https://github.com/quicwg/base-drafts/pull/1759.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/1759">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwdIplV7Uzku1yV9LIGJi6IMkcnDks5ucAuDgaJpZM4WssyW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3pO4D3YE8bDCtksP1JTPWCie1U_ks5ucAuDgaJpZM4WssyW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"More text on Stream Fragmentation (#1759)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1759"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1759",
"url": "https://github.com/quicwg/base-drafts/pull/1759",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "More text on Stream Fragmentation (#1759)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "35638da",
"value": "More text on Stream Fragmentation"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1759/files#diff-0) (33 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1759,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1759\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1759"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1759.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1759.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380816534\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba014039811b_557a3f9147ad45b81286a2--


From nobody Mon Sep 17 13:58:10 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 78E07130EC9 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 13:58:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.602
X-Spam-Level: 
X-Spam-Status: No, score=-0.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 348FH7AXIfw9 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 13:58:06 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B6D641286D9 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 13:58:02 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537217882; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=7t2mH7CvmYODs3SsEylJvduxQR47MlM/R6Q/8/gpdDE=; b=Z948cjftvMkdjCGgVEt9ZR/SMBQlOS+OiJ39FRDbKOc/Q7SpX7s634ZMqbl7zdQ7Z6v39esb MYexKN/TJ5DFY6Il0dVW4GlLAp8rVGZGG99147srEkQMUADISlW7KkWbkgj82BzpF14JTCM4 sY+DEY+qtFRqfUf9i1ewme7iu+w=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 5ba01559.7f0bac3038a0-smtp-out-n02; Mon, 17 Sep 2018 20:58:01 -0000 (UTC)
Date: Mon, 17 Sep 2018 13:58:01 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba0155998cd4_66c22b1e002e0ed430366@hookshot-fe-d2afb11.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 35638d: More text on Stream Fragmentation
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba0155998777_66c22b1e002e0ed4302ea"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/jzzgfgREvoXU87_qfwP93d6PWFg>
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, 17 Sep 2018 20:58:10 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 35638da170631ddfedbe60894b7644a70cfaa879
      https://github.com/quicwg/base-drafts/commit/35638da170631ddfedbe60894b7644a70cfaa879
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-17 (Mon, 17 Sep 2018)

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

  Log Message:
  -----------
  More text on Stream Fragmentation

Fixes #1756


  Commit: 0939271eaf06eb9a4b0c7e785edce085972e692b
      https://github.com/quicwg/base-drafts/commit/0939271eaf06eb9a4b0c7e785edce085972e692b
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-18 (Tue, 18 Sep 2018)

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

  Log Message:
  -----------
  Merge pull request #1759 from quicwg/ianswett-stream-fragmentation

More text on Stream Fragmentation


Compare: https://github.com/quicwg/base-drafts/compare/8c0574a3dcf8...0939271eaf06
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba0155998777_66c22b1e002e0ed4302ea--


From nobody Mon Sep 17 13:58:18 2018
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 35EB3130EDD for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 13:58:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 aUbeCBvs_5tP for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 13:58:10 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8DBC3124C04 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 13:58:05 -0700 (PDT)
Date: Mon, 17 Sep 2018 13:58:04 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537217884; bh=lz8YKpcUUrU+zHhfnz4zJBVk4Di9EZ5wKowg4LFMliQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CYtmC6zXUYh6NthuvKvZx76mKi3MLSMfcniaO43iHPXfkN66L7AXm6eqt5ZZ1Lkp1 8g67JlfFwhqKrO0kG2NlQmlsQ7M+Y8nrMouBBWtDhfLSWRouVmck4JgtyDdekG1uVx I1BOqjBrV9m9+nT+VQ7mu3mBrNZOUmhpehyXn+I8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd5e5f8bc4dd04828cfbbbe54b00f28f06d3264b192cf0000000117b7d75c92a169ce158458d2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1756/issue_event/1850835311@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1756@github.com>
References: <quicwg/base-drafts/issues/1756@github.com>
Subject: Re: [quicwg/base-drafts] Pathological performance edge cases should be documented in security considerations (#1756)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba0155cd7f33_4a2f3fa99fed45bc156573"; 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/uTrMbgTiifUt4i9a0hlOXGsgKZU>
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, 17 Sep 2018 20:58:13 -0000

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

Closed #1756 via #1759.

-- 
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/1756#event-1850835311
----==_mimepart_5ba0155cd7f33_4a2f3fa99fed45bc156573
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360995026" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1756" href="https://github.com/quicwg/base-drafts/issues/1756">#1756</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361039344" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1759" href="https://github.com/quicwg/base-drafts/pull/1759">#1759</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/1756#event-1850835311">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6IpkdptxcjtK62Nhto6iCEDOJRjks5ucAzcgaJpZM4Wsfnn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq70IOAKKAqE3tmpFi54MNNni6r73ks5ucAzcgaJpZM4Wsfnn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1756 via #1759."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1756#event-1850835311"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1756#event-1850835311",
"url": "https://github.com/quicwg/base-drafts/issues/1756#event-1850835311",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Pathological performance edge cases should be documented in security considerations (#1756)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1756#event-1850835311"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380762599\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba0155cd7f33_4a2f3fa99fed45bc156573--


From nobody Mon Sep 17 13:58:24 2018
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 10888124C04 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 13:58:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.008
X-Spam-Level: 
X-Spam-Status: No, score=-3.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 9F9cesAWIkKW for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 13:58:15 -0700 (PDT)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2F4791286D9 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 13:58:10 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=BkE6NMs58gKuaLCNBxzAebyEZaU=; b=PCiPGDckRQX6uZiJ 3gAgrJx53G+V+iWlCCGnSpRYJL6r5tV53V03/cvCF0EJICylVM8DLdpZYEb4WerV AAnKGhcIlwkq+clVCp+uqQE4AOF/qE93V6BUx7jQWwY0d8AlfOsi4KhzrQ3QOpMP u+YCBYfFKdFlTa05WYnZo9xmslw=
Received: by filter0408p1iad2.sendgrid.net with SMTP id filter0408p1iad2-30181-5BA01561-6 2018-09-17 20:58:09.031369374 +0000 UTC m=+946198.916934060
Received: from github-lowworker-cd52d7b.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0014p1iad2.sendgrid.net (SG) with ESMTP id J36gS7G0Soq7rhQaYKts3g for <quic-issues@ietf.org>; Mon, 17 Sep 2018 20:58:09.064 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-cd52d7b.cp1-iad.github.net (Postfix) with ESMTP id ED6319213E3 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 13:58:08 -0700 (PDT)
Date: Mon, 17 Sep 2018 20:58:09 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc8b2ed7b63cc3c4777200790c5696c063b531c3a92cf0000000117b7d76092a169ce158505f0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1759/issue_event/1850835308@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1759@github.com>
References: <quicwg/base-drafts/pull/1759@github.com>
Subject: Re: [quicwg/base-drafts] More text on Stream Fragmentation (#1759)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba01560e82ce_6aa93fbd504d45c018710"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1TqYTqos0CpKmZMBExqj8Fbf+cJX4VOEirRC lsMNvVoG/P8Q34VOauQU8QE+qISKmfCwt8xxCNClX0GNkIJdGeoDeNyeRjdGhIVp+ascO6Zc4qAkBe P48c8T5InEPJADqrjQScH866QWsimQ/vwU9Z2Jlr7ExQIrS05DrnXfWnlRXZhLo2e+7xj2D1S79pc9 8=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/y4LFKQUo4ag9BI4TSL1kQOO4m0w>
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, 17 Sep 2018 20:58:17 -0000

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

Merged #1759 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/1759#event-1850835308
----==_mimepart_5ba01560e82ce_6aa93fbd504d45c018710
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361039344" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1759" href="https://github.com/quicwg/base-drafts/pull/1759">#1759</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/1759#event-1850835308">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9isfBAVu3FRRWWQqSi7lw3GTGRbks5ucAzggaJpZM4WssyW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2gvPXBtukX-6_LrO3_wssyG388hks5ucAzggaJpZM4WssyW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1759 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1759#event-1850835308"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1759#event-1850835308",
"url": "https://github.com/quicwg/base-drafts/pull/1759#event-1850835308",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] More text on Stream Fragmentation (#1759)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1759#event-1850835308"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380816534\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba01560e82ce_6aa93fbd504d45c018710--


From nobody Mon Sep 17 13:58:29 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 697A812F1A5 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 13:58:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.602
X-Spam-Level: 
X-Spam-Status: No, score=-0.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 e8xqaqgDvOUL for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 13:58:17 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 966E6130DFF for <quic-issues@ietf.org>; Mon, 17 Sep 2018 13:58:10 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537217890; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=WPECWVhdYnxi6aN8AOj9HtlB2TPyG7azBxm2ED1Fzug=; b=nh5J/M79J+18DVQTpD1D8ObdyuiPNr8pj3l62k6a+eLScEzbAbUuJFYy2e5i5/qsfbBCmTRc xxy70EGSGAisYGKLXSpuWAx54DACjijIPsfVp+cUs8dAl17ddNPt7PBFcuxeRA0QHlI96Qs/ LqMGy/c0AhjD1JMUSG/LjCfdBDM=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 5ba01561.7fb0c4790e40-smtp-out-n01; Mon, 17 Sep 2018 20:58:09 -0000 (UTC)
Date: Mon, 17 Sep 2018 13:58:09 -0700
From: martinthomson <martin.thomson@gmail.com>
Reply-To: martinthomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba015619120a_63542add2bf8aed48683b@hookshot-fe-d2afb11.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba0156190e2f_63542add2bf8aed48675e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4UfgdgHSWg82RWEaoxVRiqIakAk>
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, 17 Sep 2018 20:58:19 -0000

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

  Branch: refs/heads/ianswett-stream-fragmentation
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba0156190e2f_63542add2bf8aed48675e--


From nobody Mon Sep 17 14:00:49 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 C00E4130DD3 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 14:00:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.602
X-Spam-Level: 
X-Spam-Status: No, score=-0.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 7gK0XGfEXB-9 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 14:00:45 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 08985130DCE for <quic-issues@ietf.org>; Mon, 17 Sep 2018 14:00:44 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537218044; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=t7oz16bcBJkTQJdbvLpSzCyYA9Zg7xMGKqfsTnD2pHo=; b=f0EkhNipvL24lTXtRoEiyhjSLSmU4j1ivnoE1mldKHtqirt7BIITGs8BNJ5mwl9JXfQ8c1WA CE3f47NdcOeFrFXvH6XQW5Lb4I00pHQmvDKIRxFpEcYx3g+YQbMB65vdo7eIZCtF9MUp3Qj+ tDHbg6sjSqub7XDCXJe3RW8kSsE=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5ba015fb.7f41345b4a50-smtp-out-n01; Mon, 17 Sep 2018 21:00:43 -0000 (UTC)
Date: Mon, 17 Sep 2018 14:00:42 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba015fac4bbb_2eaf2afbe23e8ec09511e@hookshot-fe-cace476.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ffc019: Correct article usage
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba015fac4703_2eaf2afbe23e8ec095064"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sVuHRDG_81OVvDNhsoF69lDTZWg>
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, 17 Sep 2018 21:00:47 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: ffc019c019c68db0bd21fb291e966ccaada602fb
      https://github.com/quicwg/base-drafts/commit/ffc019c019c68db0bd21fb291e966ccaada602fb
  Author: Mike Pennisi <mike@mikepennisi.com>
  Date:   2018-09-16 (Sun, 16 Sep 2018)

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

  Log Message:
  -----------
  Correct article usage


  Commit: fa4a9548abb4aa065094eb81d9059773da253ecf
      https://github.com/quicwg/base-drafts/commit/fa4a9548abb4aa065094eb81d9059773da253ecf
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-18 (Tue, 18 Sep 2018)

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

  Log Message:
  -----------
  Merge pull request #1753 from jugglinmike/editorial-article-usage

Correct article usage


Compare: https://github.com/quicwg/base-drafts/compare/0939271eaf06...fa4a9548abb4
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba015fac4703_2eaf2afbe23e8ec095064--


From nobody Mon Sep 17 14:00:54 2018
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 8804E12F1A5 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 14:00:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 JHWYqQNq3QpQ for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 14:00:52 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2A650124D68 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 14:00:52 -0700 (PDT)
Date: Mon, 17 Sep 2018 14:00:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537218051; bh=SqZ0Wlv876Snemwk40Q91Ryxf3tgTWKlvkFxoZySDuQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VkBNolBaVMFaj6VJW2eeBGEAvMaljDxFTJryjmPdjRspHLa0k5ifH0ectQDeslklw RV4bT4DN0l8O+pv1KYPLOcCyZnD406TM7jlTS7XJecCl/Vi8qDZWVEoL5Xa56y4jXM +BMU46r1oTnmRUiSFh3i3dHAPQ7SP51lbQzNXW7o=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbee0c5f77fbec5eebcae7eeab8873a63297f2f5a92cf0000000117b7d80392a169ce157f7829@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1753/issue_event/1850841480@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1753@github.com>
References: <quicwg/base-drafts/pull/1753@github.com>
Subject: Re: [quicwg/base-drafts] Correct article usage (#1753)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba016036c052_52f13fbbf2ad45c4243221"; 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/Enah-88QJl5c6k64dFtJ3U0G3sU>
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, 17 Sep 2018 21:00:54 -0000

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

Merged #1753 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/1753#event-1850841480
----==_mimepart_5ba016036c052_52f13fbbf2ad45c4243221
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360675369" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1753" href="https://github.com/quicwg/base-drafts/pull/1753">#1753</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/1753#event-1850841480">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1xrcUQjcbFzZrJs0Qc9NmBDHWkyks5ucA2DgaJpZM4WrBxP">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-WC0OGacc0RDjPiIGEvC7S7_BDoks5ucA2DgaJpZM4WrBxP.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1753 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1753#event-1850841480"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1753#event-1850841480",
"url": "https://github.com/quicwg/base-drafts/pull/1753#event-1850841480",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Correct article usage (#1753)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1753#event-1850841480"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380378191\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba016036c052_52f13fbbf2ad45c4243221--


From nobody Mon Sep 17 14:11:03 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 A31F51286D9 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 14:11:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.602
X-Spam-Level: 
X-Spam-Status: No, score=-0.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 Xt5siD6NVxXI for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 14:11:00 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 88312124C04 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 14:11:00 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537218659; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=5YwRoqIpP24rgWHc6lXKW81AduChRFtmju/ZJAHgbx8=; b=jK4xer5bQme6mbgADZ7NNaJ0pfFhbbby9rXwZbLyp2mDYUfZZ5vzmRS5auhaDXsdz1l7574T XCXgZt64xf93wHz2wCtSBZ298mKW6hDXE4ln9BI+JbIx0JNfqU2zHIueALJcrVP3JEe4qNzq Zy4nqlmIol26EAaD4Qf+dhgbTPM=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5ba01863.7fd81f6ec5a0-smtp-out-n03; Mon, 17 Sep 2018 21:10:59 -0000 (UTC)
Date: Mon, 17 Sep 2018 14:10:58 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba0186291eac_79972aebefe10edc359a6@hookshot-fe-da92815.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] c73e05: Remove redundant references
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba01862912ff_79972aebefe10edc3586d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WO3AiNpPZy5qiXrDYhueS2jwzp4>
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, 17 Sep 2018 21:11:02 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: c73e05dffbe25efde30347d289564636acbf657b
      https://github.com/quicwg/base-drafts/commit/c73e05dffbe25efde30347d289564636acbf657b
  Author: Mike Pennisi <mike@mikepennisi.com>
  Date:   2018-09-16 (Sun, 16 Sep 2018)

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

  Log Message:
  -----------
  Remove redundant references

These citations occur within the section they are referencing.


  Commit: 7bbb5f1d02442a14a9c03297ede9288c6a8f2e8f
      https://github.com/quicwg/base-drafts/commit/7bbb5f1d02442a14a9c03297ede9288c6a8f2e8f
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-18 (Tue, 18 Sep 2018)

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

  Log Message:
  -----------
  Merge pull request #1754 from jugglinmike/editorial-redundant-references

Remove redundant references


Compare: https://github.com/quicwg/base-drafts/compare/fa4a9548abb4...7bbb5f1d0244
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba01862912ff_79972aebefe10edc3586d--


From nobody Mon Sep 17 14:11:10 2018
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 671A81286D9 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 14:11:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 5g_wM-7vXZE7 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 14:11:07 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CDB6D124C04 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 14:11:06 -0700 (PDT)
Date: Mon, 17 Sep 2018 14:11:04 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537218664; bh=LWboZjjqF94QBzpsQyo7L6cEnvzW2i1pornhedqVtL4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Bg1bqMJ4T0LCIBm0HbqZNCn0+zmsp6+1aj469umZJKecW9eEfkxUhoedSRge2yFZc u4H0p13ELTAK9VO9kKu4t9wqgWRw1b8BpXO3MdgKe/I7h1hsZ9VgbcHcFUCvCBl0z9 tAvE/Y1X0SSjZdBuHtMgIxYO6+9OK5OLSkMJS5b8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2f8206c23f5ad218e61f358657ace123fefaefe792cf0000000117b7da6892a169ce157f785c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1754/issue_event/1850863191@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1754@github.com>
References: <quicwg/base-drafts/pull/1754@github.com>
Subject: Re: [quicwg/base-drafts] Remove redundant references (#1754)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba01868aeb1c_3cd03f8fe14d45bc1758da"; 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/V1xOOJwz2rl-RTLNN5FRS1E330Q>
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, 17 Sep 2018 21:11:09 -0000

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

Merged #1754 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/1754#event-1850863191
----==_mimepart_5ba01868aeb1c_3cd03f8fe14d45bc1758da
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360675420" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1754" href="https://github.com/quicwg/base-drafts/pull/1754">#1754</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/1754#event-1850863191">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-kenZxpGdNfJKFrOfYTq0bXSc3Iks5ucA_ogaJpZM4WrByM">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-Yj5rmgXSPJCnU2tltPzqfLb5-Pks5ucA_ogaJpZM4WrByM.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1754 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1754#event-1850863191"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1754#event-1850863191",
"url": "https://github.com/quicwg/base-drafts/pull/1754#event-1850863191",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remove redundant references (#1754)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1754#event-1850863191"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380378252\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba01868aeb1c_3cd03f8fe14d45bc1758da--


From nobody Mon Sep 17 14:13:35 2018
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 ED3A8130DD3 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 14:13:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 xZ8GYGZTFbUP for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 14:13:31 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8CA6A130DCE for <quic-issues@ietf.org>; Mon, 17 Sep 2018 14:13:31 -0700 (PDT)
Date: Mon, 17 Sep 2018 14:13:30 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537218810; bh=ZuitJklTS9IubukrN+s/d4hi5O8JboKhDE3O65jpxe4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HIiQeUDhXaKwWD/ty446s/PGNmWXBKUdDHbfphWn5uE45wVbue69hDF5Gqv5M6kU6 Yo0zv1SYrFiSiYAfIucN6uUFbMKUZ5ZLnEUz9vKixHssHcDcqHCRKUk0mkQDrPgTwZ o3HNXMtZt/rlK4Ti+7tGP10TLqXOf8Nxftthg+Ec=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab06e18a09580f95d16b9f3ebc19430a85673296ea92cf0000000117b7dafa92a169ce157e9fb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1752/review/156121761@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1752@github.com>
References: <quicwg/base-drafts/pull/1752@github.com>
Subject: Re: [quicwg/base-drafts] Add protection against abusive packer number sequences (#1752)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba018faaf688_62d3ff0a28d45b4196836"; 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/9skcebeBsJ6EBysMbK0EyoDhk8c>
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, 17 Sep 2018 21:13:33 -0000

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

martinthomson commented on this pull request.

As noted, the main problem here is stream fragmentation, not packet fragmentation.

I don't think we want this change.



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

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

<p>As noted, the main problem here is stream fragmentation, not packet fragmentation.</p>
<p>I don't think we want this change.</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/1752#pullrequestreview-156121761">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5_WmsAoCzkddQpoRSZenTxTvPjbks5ucBB6gaJpZM4WqwXz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2m9sHJbrWQexI4Tmg9u3YUmQcwuks5ucBB6gaJpZM4WqwXz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1752"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1752#pullrequestreview-156121761"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1752#pullrequestreview-156121761",
"url": "https://github.com/quicwg/base-drafts/pull/1752#pullrequestreview-156121761",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1752",
"sections": [
{
"text": "As noted, the main problem here is stream fragmentation, not packet fragmentation.\r\n\r\nI don't think we want this change.",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1752#pullrequestreview-156121761"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306931\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba018faaf688_62d3ff0a28d45b4196836--


From nobody Mon Sep 17 14:15:19 2018
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 BDE71130DD3 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 14:15:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 HVxwCt9zc0xU for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 14:15:14 -0700 (PDT)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 76D9B130E28 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 14:15:14 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=K1LGkYAkb6XrU/bemtPyGj9mvIU=; b=bfGfe6cgoJ0AA1bT YZkE07Q3hDsPga9znVK0Su7REKvJ792NwHWSLDM+tDPrFiALvE6neANnQeTtr+F3 ZufKyTqTfFsEB4GzivWf9ArcnkG4ql3+58eo/uaWr74lGB/EqrkzVV3O6v7HXN6M GwCcIh5Tv3dsqo7PCcmie8JtupQ=
Received: by filter0876p1las1.sendgrid.net with SMTP id filter0876p1las1-20610-5BA01961-16 2018-09-17 21:15:13.407715411 +0000 UTC m=+947943.175172414
Received: from github-lowworker-56a5eb2.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0018p1iad2.sendgrid.net (SG) with ESMTP id A5mlC4BhTQq2hI-RTX00oA for <quic-issues@ietf.org>; Mon, 17 Sep 2018 21:15:13.281 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-56a5eb2.cp1-iad.github.net (Postfix) with ESMTP id 33F28C0D3C for <quic-issues@ietf.org>; Mon, 17 Sep 2018 14:15:13 -0700 (PDT)
Date: Mon, 17 Sep 2018 21:15:13 +0000 (UTC)
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3d107fbde84615937d137588878a36e2e1078ce092cf0000000117b7db6192a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c422174161@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba019612f004_40603f9f8f0d45bc629534"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1JOIhC0oUus4x1qEHzsmt3HIjDSZ6H4hBx8l 2a40e/OAfAKDPonvRtG2ZRagF+nm/qkOwRad6vqPFGLrIfhQ04y7FUqj3lK/Q44+PlBQIw8e0Ll/I1 Gm1OWzArVCZJvdg8B1fnULMPQ8GwvSJTlxanwl3mzi7N6FOlIgF2WZdbR5feO59RT6IGeRIhR6F1VS 0=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/cN6KZFduThzbV1jyMkVs1TpRYxw>
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, 17 Sep 2018 21:15:18 -0000

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

@RyanAtGoogle 
> I'm not sure that I understand what constraints on the two versions are required in order to allow this approach to work.

FWIW, my assumption is that the only constraint would be that the TLS protocol version needs to be compatible.

Consider the case where you want to send a QUICv1 Initial packet that can be upgraded to v3. From the Initial packet, the v3 server needs to extract the initial flight of the TLS handshake (i.e. ClientHello) and the elements that would have existed in the v3's Initial packet. It is obvious that the TLS handshake transcript can be extracted. The other elements can be transmitted as a TLS ClientHello extension.

-- 
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/1755#issuecomment-422174161
----==_mimepart_5ba019612f004_40603f9f8f0d45bc629534
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"19561162" data-octo-=
click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" href=
=3D"https://github.com/RyanAtGoogle">@RyanAtGoogle</a></p>
<blockquote>
<p>I'm not sure that I understand what constraints on the two versions are =
required in order to allow this approach to work.</p>
</blockquote>
<p>FWIW, my assumption is that the only constraint would be that the TLS pr=
otocol version needs to be compatible.</p>
<p>Consider the case where you want to send a QUICv1 Initial packet that ca=
n be upgraded to v3. From the Initial packet, the v3 server needs to extrac=
t the initial flight of the TLS handshake (i.e. ClientHello) and the elemen=
ts that would have existed in the v3's Initial packet. It is obvious that t=
he TLS handshake transcript can be extracted. The other elements can be tra=
nsmitted as a TLS ClientHello extension.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/1755#issuecomment-422174161">view it on GitHub</a>, or <a hre=
f=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwOeHjwiS23kWSB3=
MfiZcM4MoATuks5ucBDhgaJpZM4WsOSC">mute the thread</a>.<img src=3D"https://g=
ithub.com/notifications/beacon/AWbkq-ctXeVO0Oyeq44uLl4hq6DyURqmks5ucBDhgaJp=
ZM4WsOSC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #1755: @Ry=
anAtGoogle \r\n\u003e I'm not sure that I understand what constraints on th=
e two versions are required in order to allow this approach to work.\r\n\r\=
nFWIW, my assumption is that the only constraint would be that the TLS prot=
ocol version needs to be compatible.\r\n\r\nConsider the case where you wan=
t to send a QUICv1 Initial packet that can be upgraded to v3. From the Init=
ial packet, the v3 server needs to extract the initial flight of the TLS ha=
ndshake (i.e. ClientHello) and the elements that would have existed in the =
v3's Initial packet. It is obvious that the TLS handshake transcript can be=
 extracted. The other elements can be transmitted as a TLS ClientHello exte=
nsion."}],"action":{"name":"View Pull Request","url":"https://github.com/qu=
icwg/base-drafts/pull/1755#issuecomment-422174161"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422=
174161",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422174=
161",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mecha=
nism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\":=
 \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422174=
161"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380691586=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba019612f004_40603f9f8f0d45bc629534--


From nobody Mon Sep 17 14:17:07 2018
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 3CD89130DD3 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 14:17:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 76TQO-b-u0s5 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 14:17:04 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4130F130DCE for <quic-issues@ietf.org>; Mon, 17 Sep 2018 14:17:04 -0700 (PDT)
Date: Mon, 17 Sep 2018 14:17:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537219023; bh=nAgClbsfxK/Rf0s9fGgmurW8UWZTXXYyb8d2dYa0kec=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cAmZDOusUQoWwcsRZsPz6RcKMQdAOOGPqdtfBSbCXVpY44DwXvlkQKguG376Yy03a nVL4OuBjj0tj9Esf3NydSvrOP4KeNxb3WocG51gDBh0pOmrNwcifYIgrkyekIZ/ve1 PJshQsBzopIOwqmgTUaqMdA53EmdGs5mXzPaOyEM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab27ceb91744e55680dbf9008000dc75b4a1ffbd4792cf0000000117b7dbcf92a169ce1584906c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1758/c422174724@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1758@github.com>
References: <quicwg/base-drafts/pull/1758@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to omit version negotiation in response to 0-RTT packets. (#1758)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba019cf6d478_2eb93fb2614d45c41690e3"; 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/IwaAR0NTMQWCTNaOafz713jGzdM>
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, 17 Sep 2018 21:17:06 -0000

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

Gotta say, I don't understand this change.  What does "explicit knowledge of another QUIC version" have to do with this?

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

<p>Gotta say, I don't understand this change.  What does "explicit knowledge of another QUIC version" have to do with this?</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/1758#issuecomment-422174724">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3tnHdSkbPeTBDckcYoQyV5kVpzhks5ucBFPgaJpZM4Wsjx-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyV5ZOYDwjVXkpYdbduyYV27I2fWks5ucBFPgaJpZM4Wsjx-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1758: Gotta say, I don't understand this change.  What does \"explicit knowledge of another QUIC version\" have to do with this?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1758#issuecomment-422174724"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1758#issuecomment-422174724",
"url": "https://github.com/quicwg/base-drafts/pull/1758#issuecomment-422174724",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Allow servers to omit version negotiation in response to 0-RTT packets. (#1758)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1758,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1758\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1758#issuecomment-422174724"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380779646\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba019cf6d478_2eb93fb2614d45c41690e3--


From nobody Mon Sep 17 14:30:24 2018
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 1D6AC130EE4 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 14:30:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 lAUO7dYVFH9e for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 14:30:08 -0700 (PDT)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D326E130EF5 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 14:30:08 -0700 (PDT)
Date: Mon, 17 Sep 2018 14:30:08 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537219808; bh=kv3B8JwbzuJAunbQskdJIzp5B+y5gx7zBtujFi8MRZQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GyBL+mf1p7AtgUa86n5Y7ND6iOJ/7CfRTCapnwHrLLUYnKyle8rOaLC/i4q1Y8nF9 lWg93XngJ+GEwChPnkT26YSMi9kihoBotBF7AOWqWTd8sz0+fB59KK0YdwSXtoswLP g2Og0T9egYWXegENh6hNGAOgY1sGv0lUk/A3UHsg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbc5dbff8923e45a636e9a6315abb1babfb45172292cf0000000117b7dee092a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/review/156123951@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba01ce0321ef_671f3fe7718d45bc1205c6"; 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/L_9A8-Ea2xGQKG9MSnlHYsi7gck>
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, 17 Sep 2018 21:30:17 -0000

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

martinthomson commented on this pull request.



> @@ -1338,9 +1338,29 @@ Servers MUST drop incoming packets under all other circumstances.
 ## Version Negotiation
 
 Version negotiation ensures that client and server agree to a QUIC version
-that is mutually supported. A server sends a Version Negotiation packet in
-response to each packet that might initiate a new connection, see
-{{packet-handling}} for details.
+that is mutually supported. The client's Initial packet contains two version
+indications:
+
+* A packet version which indicates which version it has been encoded
+  with. This SHOULD be a version which the client expects most servers
+  to support (most likely the oldest common version).
+  
+* A list of versions which the client supports in the
+  "supported_versions" transport parameter).

trailing paren

> @@ -1338,9 +1338,29 @@ Servers MUST drop incoming packets under all other circumstances.
 ## Version Negotiation
 
 Version negotiation ensures that client and server agree to a QUIC version
-that is mutually supported. A server sends a Version Negotiation packet in
-response to each packet that might initiate a new connection, see
-{{packet-handling}} for details.
+that is mutually supported. The client's Initial packet contains two version
+indications:
+
+* A packet version which indicates which version it has been encoded
+  with. This SHOULD be a version which the client expects most servers
+  to support (most likely the oldest common version).

I'd drop the parenthetical here.

> -response to each packet that might initiate a new connection, see
-{{packet-handling}} for details.
+that is mutually supported. The client's Initial packet contains two version
+indications:
+
+* A packet version which indicates which version it has been encoded
+  with. This SHOULD be a version which the client expects most servers
+  to support (most likely the oldest common version).
+  
+* A list of versions which the client supports in the
+  "supported_versions" transport parameter).
+
+If the server understands the packet version -- even if it is not its
+most preferred version -- then it deprotects the packet and selects
+the most preferred version out of the client's supported versions
+list, and responds with that version. This allows a client and server

Aside from sentence construction here, which needs work, I don't understand how you believe this should work.  If you believe that a server can continue a connection, how can it continue from an Initial taken from a different version?

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

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1755#discussion_r218231720">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1338,9 +1338,29 @@ Servers MUST drop incoming packets under all other circumstances.
 ## Version Negotiation
 
 Version negotiation ensures that client and server agree to a QUIC version
-that is mutually supported. A server sends a Version Negotiation packet in
-response to each packet that might initiate a new connection, see
-{{packet-handling}} for details.
+that is mutually supported. The client&#39;s Initial packet contains two version
+indications:
+
+* A packet version which indicates which version it has been encoded
+  with. This SHOULD be a version which the client expects most servers
+  to support (most likely the oldest common version).
+  
+* A list of versions which the client supports in the
+  &quot;supported_versions&quot; transport parameter).
</pre>
<p>trailing paren</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1755#discussion_r218231846">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1338,9 +1338,29 @@ Servers MUST drop incoming packets under all other circumstances.
 ## Version Negotiation
 
 Version negotiation ensures that client and server agree to a QUIC version
-that is mutually supported. A server sends a Version Negotiation packet in
-response to each packet that might initiate a new connection, see
-{{packet-handling}} for details.
+that is mutually supported. The client&#39;s Initial packet contains two version
+indications:
+
+* A packet version which indicates which version it has been encoded
+  with. This SHOULD be a version which the client expects most servers
+  to support (most likely the oldest common version).
</pre>
<p>I'd drop the parenthetical here.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1755#discussion_r218234337">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; -response to each packet that might initiate a new connection, see
-{{packet-handling}} for details.
+that is mutually supported. The client&#39;s Initial packet contains two version
+indications:
+
+* A packet version which indicates which version it has been encoded
+  with. This SHOULD be a version which the client expects most servers
+  to support (most likely the oldest common version).
+  
+* A list of versions which the client supports in the
+  &quot;supported_versions&quot; transport parameter).
+
+If the server understands the packet version -- even if it is not its
+most preferred version -- then it deprotects the packet and selects
+the most preferred version out of the client&#39;s supported versions
+list, and responds with that version. This allows a client and server
</pre>
<p>Aside from sentence construction here, which needs work, I don't understand how you believe this should work.  If you believe that a server can continue a connection, how can it continue from an Initial taken from a different version?</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/1755#pullrequestreview-156123951">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_pnmb2lZTDKsSKrjDsB8CWx_2Pdks5ucBRggaJpZM4WsOSC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-w0Z9PRm-mwpBE3eOuH_Esb-rVpks5ucBRggaJpZM4WsOSC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1755"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1755#pullrequestreview-156123951"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#pullrequestreview-156123951",
"url": "https://github.com/quicwg/base-drafts/pull/1755#pullrequestreview-156123951",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1755",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#pullrequestreview-156123951"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380691586\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba01ce0321ef_671f3fe7718d45bc1205c6--


From nobody Mon Sep 17 18:06:47 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 12204130E01 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 18:06:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 F_STI78ha8XG for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 18:06:43 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2A1E8130DFB for <quic-issues@ietf.org>; Mon, 17 Sep 2018 18:06:43 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537232802; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=9/Rm62Uu8TwJw3jNUUBRUFnWnrF9rPoRB433xFyAqFk=; b=Kld99ihzBb7nkBoM2y7hWY1FMDe1b7T/+AyWM8LYJJCBS15Ld/ZHtrT9em++F8I/XUCD1bpB vpSDDoS3YdsVKLsMHocNzG7YKgU3lLPH4n4ZnRg78Nt4uzA+6MbXo9HRxEDFCyIcLxi+xRdS CLZ5TTFWi0ZI/CcbNhHghqX6MI8=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=fb.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5ba04fa2.7fe6146399c0-smtp-out-n01; Tue, 18 Sep 2018 01:06:42 -0000 (UTC)
Date: Mon, 17 Sep 2018 18:06:42 -0700
From: Alan Frindell <afrind@fb.com>
Reply-To: Alan Frindell <afrind@fb.com>
To: quic-issues@ietf.org
Message-ID: <5ba04fa21df56_25d62b14c643eecc710b3@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 1d0379: QPACK: make TSS=0 a connection error
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba04fa21cde4_25d62b14c643eecc709f0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-TIkp-zWIAzl2_0PjdutwInHQzc>
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, 18 Sep 2018 01:06:45 -0000

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

  Branch: refs/heads/qpack-tss-error
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1d03791741f8fe1b7488a954a0aba6d5b84ff263
      https://github.com/quicwg/base-drafts/commit/1d03791741f8fe1b7488a954a0aba6d5b84ff263
  Author: Alan Frindell <afrind@fb.com>
  Date:   2018-09-17 (Mon, 17 Sep 2018)

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

  Log Message:
  -----------
  QPACK: make TSS=0 a connection error

Fixes #1736



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba04fa21cde4_25d62b14c643eecc709f0--


From nobody Mon Sep 17 18:07:56 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 80557130E01 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 18:07:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Yis9OX0zL_ja for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 18:07:53 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E73A5126BED for <quic-issues@ietf.org>; Mon, 17 Sep 2018 18:07:52 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537232872; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=KprTATfoQQH7arXIus9vpm7xMPxeDBXxuR++8tXFpmk=; b=v1xmOIeK0qwmVTfLA3hE6G2uMoXoebx0WV/hlQ9yFBitH5vBFYVJJxRBvnb0FZsqPJsaJt+1 vRBcb1H6iGn13ULReXtmv+UW+jQylM/V837uGRV/0liUMgU9HYLib0ot97vRNZpTbmhoM5Lc QrhrXPkG7WfuL42HuRpkDyLjVro=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=fb.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5ba04fe7.7fe720088390-smtp-out-n01; Tue, 18 Sep 2018 01:07:51 -0000 (UTC)
Date: Mon, 17 Sep 2018 18:07:51 -0700
From: Alan Frindell <afrind@fb.com>
Reply-To: Alan Frindell <afrind@fb.com>
To: quic-issues@ietf.org
Message-ID: <5ba04fe7affd6_7a182aceda24eec8735b0@hookshot-fe-da92815.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 3e384c: Require QPACK implementations to handle 62 bit int...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba04fe7afc43_7a182aceda24eec873487"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ibOz5YsGAvyGMowB4uUf-T2Rewo>
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, 18 Sep 2018 01:07:54 -0000

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

  Branch: refs/heads/qpack-int-bits
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3e384c249d70f91aa69cb69fc711a709de61b28d
      https://github.com/quicwg/base-drafts/commit/3e384c249d70f91aa69cb69fc711a709de61b28d
  Author: Alan Frindell <afrind@fb.com>
  Date:   2018-09-17 (Mon, 17 Sep 2018)

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

  Log Message:
  -----------
  Require QPACK implementations to handle 62 bit integers

Fixes #1727



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba04fe7afc43_7a182aceda24eec873487--


From nobody Mon Sep 17 18:17:20 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 11AB4130E1F for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 18:17:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Lcq-_yjgZOX1 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 18:17:17 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 486DE130DFD for <quic-issues@ietf.org>; Mon, 17 Sep 2018 18:17:17 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537233436; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=OsYiPNeIqyyJ5YVE5MyimbNj2+q2HlEOXyv9Q6MxoCs=; b=Faa1qlRIiB7qmf3cGMXXhE9So7v0UQfv1JedwPXmXHGkepAYR0ZC3vSsmmsf3jv9RTkTyLDP 8hTKrAkf6jK5/5aFjkGwZiyEP83wqwPI6l/Erhz4LkqdUnEYjcUbKFx99+lUuzzx9S18Bh/O wEDwBxXbt8HGgJjS+pXmD2FJZ6Y=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=fb.com@github.com
Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 5ba04fc4.7f25785cd030-smtp-out-n02; Tue, 18 Sep 2018 01:07:16 -0000 (UTC)
Date: Mon, 17 Sep 2018 18:07:15 -0700
From: Alan Frindell <afrind@fb.com>
Reply-To: Alan Frindell <afrind@fb.com>
To: quic-issues@ietf.org
Message-ID: <5ba04fc3bcfff_673e2aec6000cec88866@hookshot-fe-d2afb11.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 72d79c: QPACK: don't send stream cancellation when SETTING...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba04fc3bcc7b_673e2aec6000cec887cf"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Eo3iuRUkqPAlReOfxfAlFTpLKqc>
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, 18 Sep 2018 01:17:19 -0000

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

  Branch: refs/heads/qpack-cancel-0
  Home:   https://github.com/quicwg/base-drafts
  Commit: 72d79ce99cd552c3350f12ead3c56f63de0b0a2a
      https://github.com/quicwg/base-drafts/commit/72d79ce99cd552c3350f12ead3c56f63de0b0a2a
  Author: Alan Frindell <afrind@fb.com>
  Date:   2018-09-17 (Mon, 17 Sep 2018)

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

  Log Message:
  -----------
  QPACK: don't send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0

Fixes: #1747



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba04fc3bcc7b_673e2aec6000cec887cf--


From nobody Mon Sep 17 18:41:17 2018
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 8701A12426A for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 18:41:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 1Ovw04WZuQym for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 18:41:13 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C3A96130DD5 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 18:41:13 -0700 (PDT)
Date: Mon, 17 Sep 2018 18:41:11 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537234871; bh=Loqc+4VRL79s+kmVkUAeXU/32haX5JKBWixGMKVRlhA=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=BHyB47dlTqidhrnyx/+v6rw1Konux+iem/SZTXbN0iiXLewYXID2rQ+E5rZms0Fh4 mBvFxcXZThpB/JlMRQcMUCM8rct5gCUFNFPS0jmJcK629LDaZQ5IdTeOUGJ9ua6+GY xHK3wdO9uzWqwwuaYzdfRKJdKxatcK3JcQrIgjwI=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb174632eac9f70ea1c8aaaf0b2d99f8bec22099592cf0000000117b819b792a169ce158601df@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1760@github.com>
Subject: [quicwg/base-drafts] Require QPACK implementations to handle 62 bit integers (#1760)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba057b7b2b3e_7dd93fa92d6d45b4469d0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/dvBkxMz4qZ51pkeHbKF9VTngF9Q>
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, 18 Sep 2018 01:41:16 -0000

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

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

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

-- Commit Summary --

  * Require QPACK implementations to handle 62 bit integers

-- File Changes --

    M draft-ietf-quic-qpack.md (3)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1760.patch
https://github.com/quicwg/base-drafts/pull/1760.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/1760

----==_mimepart_5ba057b7b2b3e_7dd93fa92d6d45b4469d0
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 #1727.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358262797" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1727" href="https://github.com/quicwg/base-drafts/issues/1727">#1727</a></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/1760'>https://github.com/quicwg/base-drafts/pull/1760</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Require QPACK implementations to handle 62 bit integers</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1760/files#diff-0">draft-ietf-quic-qpack.md</a>
    (3)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1760.patch'>https://github.com/quicwg/base-drafts/pull/1760.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1760.diff'>https://github.com/quicwg/base-drafts/pull/1760.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/1760">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8SSK8gx_d4ebZBtYDYBg5htea-iks5ucE83gaJpZM4WtA9x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq91mpD1IxZ0zFIkJsfFPEsLcG8fRks5ucE83gaJpZM4WtA9x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Require QPACK implementations to handle 62 bit integers (#1760)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1760"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1760",
"url": "https://github.com/quicwg/base-drafts/pull/1760",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Require QPACK implementations to handle 62 bit integers (#1760)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "3e384c2",
"value": "Require QPACK implementations to handle 62 bit integers"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-qpack.md](https://github.com/quicwg/base-drafts/pull/1760/files#diff-0) (3 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1760,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1760\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1760"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1760.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1760.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380899185\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba057b7b2b3e_7dd93fa92d6d45b4469d0--


From nobody Mon Sep 17 18:41:47 2018
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 93D8F130DFB for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 18:41:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 WxGxE1LhCAOg for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 18:41:43 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DDAE412426A for <quic-issues@ietf.org>; Mon, 17 Sep 2018 18:41:42 -0700 (PDT)
Date: Mon, 17 Sep 2018 18:41:42 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537234902; bh=KajQzo6a5TuJV3o9R+FWK8PjdyKRgD6jnhgzwP7vCIg=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=0TUmvKUSZhV722cvq5YL9V8HzL04Mj8SmuWzH9fsMdmxN63SVWIfmmbb73KWl3biu zeyA0n2ISbGF3taWs3Aj5NnaFAL94cREHiqveDHXYLuPc04oerA4uoTtnA9owZHl4y MjwZj3Euv8RQAJOPYy6dUzmKuei33ai8dbI7uKMc=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab68b644f047f60153c7ffcedc047278c95b59052192cf0000000117b819d692a169ce1586022d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1761@github.com>
Subject: [quicwg/base-drafts] QPACK: don't send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0 (#1761)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba057d63ad01_7eb03feb8f4d45bc1096c3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/i965vHuJOAUryciiMh_iyv-EfxI>
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, 18 Sep 2018 01:41:45 -0000

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

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

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

-- Commit Summary --

  * QPACK: don't send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0

-- File Changes --

    M draft-ietf-quic-qpack.md (15)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1761.patch
https://github.com/quicwg/base-drafts/pull/1761.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/1761

----==_mimepart_5ba057d63ad01_7eb03feb8f4d45bc1096c3
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 #1747.">Fixes</span>: <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360485459" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1747" href="https://github.com/quicwg/base-drafts/issues/1747">#1747</a></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/1761'>https://github.com/quicwg/base-drafts/pull/1761</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>QPACK: don&#39;t send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1761/files#diff-0">draft-ietf-quic-qpack.md</a>
    (15)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1761.patch'>https://github.com/quicwg/base-drafts/pull/1761.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1761.diff'>https://github.com/quicwg/base-drafts/pull/1761.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/1761">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8D7s9rw1nDUnUyxnXrftgqdilQWks5ucE9WgaJpZM4WtA_U">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy3mPdbrOUQicXrk44_2aAdjfOO-ks5ucE9WgaJpZM4WtA_U.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"QPACK: don't send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0 (#1761)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1761"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1761",
"url": "https://github.com/quicwg/base-drafts/pull/1761",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "QPACK: don't send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0 (#1761)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "72d79ce",
"value": "QPACK: don't send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-qpack.md](https://github.com/quicwg/base-drafts/pull/1761/files#diff-0) (15 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1761,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1761\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1761"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1761.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1761.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380899284\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba057d63ad01_7eb03feb8f4d45bc1096c3--


From nobody Mon Sep 17 18:42:54 2018
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 D2B5212426A for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 18:42:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 rpfWNuhdJizq for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 18:42:51 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5F6AC130DD5 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 18:42:51 -0700 (PDT)
Date: Mon, 17 Sep 2018 18:42:50 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537234970; bh=gjA3iqZ5ZEQh84T/VrRA1/jKgp1FVsSN0I9GioThLMo=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=gStD21hQl+y7NtqAgKDk4DCYJLh0CjOC4PtzJCf/r3y0RnrQTmXsQtvTYwkFs2+Rm bG2MWnhieLq1Mad+om0SNVOLirQzj/JxqzqEHW9WkgP4QB4cJVZMvc/C1WC2ugGY5N dGA8zpasOSWJMo/3IkG1EqpPSdz/CQtDPWdZcSQo=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdb83f888d19b61a7f9a298ecaeb4481f46c3b3a792cf0000000117b81a1a92a169ce158602f3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1762@github.com>
Subject: [quicwg/base-drafts] QPACK: make TSS=0 a connection error (#1762)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba0581a6f7d8_212c3fafa4ed45c0159992"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/xN_8jsaG7mXki2dM2-T8fp7V0q4>
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, 18 Sep 2018 01:42:53 -0000

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

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

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

-- Commit Summary --

  * QPACK: make TSS=0 a connection error

-- File Changes --

    M draft-ietf-quic-qpack.md (7)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1762.patch
https://github.com/quicwg/base-drafts/pull/1762.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/1762

----==_mimepart_5ba0581a6f7d8_212c3fafa4ed45c0159992
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 #1736.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358433477" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1736" href="https://github.com/quicwg/base-drafts/issues/1736">#1736</a></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/1762'>https://github.com/quicwg/base-drafts/pull/1762</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>QPACK: make TSS=0 a connection error</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1762/files#diff-0">draft-ietf-quic-qpack.md</a>
    (7)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1762.patch'>https://github.com/quicwg/base-drafts/pull/1762.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1762.diff'>https://github.com/quicwg/base-drafts/pull/1762.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/1762">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7ma7opKEzGjRo5XB-QYJpBX2flwks5ucE-agaJpZM4WtBC2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9thseDtdpoTQ1D6sURcXbYt-UZZks5ucE-agaJpZM4WtBC2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"QPACK: make TSS=0 a connection error (#1762)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1762"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1762",
"url": "https://github.com/quicwg/base-drafts/pull/1762",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "QPACK: make TSS=0 a connection error (#1762)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "1d03791",
"value": "QPACK: make TSS=0 a connection error"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-qpack.md](https://github.com/quicwg/base-drafts/pull/1762/files#diff-0) (7 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1762,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1762\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1762"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1762.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1762.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380899510\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba0581a6f7d8_212c3fafa4ed45c0159992--


From nobody Mon Sep 17 19:13:07 2018
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 50599130E06 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 19:13:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.031
X-Spam-Level: 
X-Spam-Status: No, score=-7.031 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 4h_j4Sa_-fvw for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 19:13:04 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F3AA51277BB for <quic-issues@ietf.org>; Mon, 17 Sep 2018 19:13:03 -0700 (PDT)
Date: Mon, 17 Sep 2018 19:13:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537236782; bh=tfG58wFAYqJZ0nA4HHlDJa5k4QxubJyAMA2qC7/yp0A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cw/H+DrDeLAQp8VgIm5kh2KcBCbUIoPpSnk2lrhohORTQAiVrK2qf1dEyMMNa7NfO wkL0HK6wZBAFJTaEQwHrHzJHUIPSrMdGGCfc9AneHpdt8VErb0tlattS3Y7KMCtyF0 jAJH136k1p2wkp0cFDDWyPKuFnYA8M8SjEYxfmTY=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab820381ed86c48ca1ec2c5693783ccf63bceed3a292cf0000000117b8212e92a169ce157c9253@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1747/422230239@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1747@github.com>
References: <quicwg/base-drafts/issues/1747@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: stream cancellation only required when max dynamic table size > 0 (#1747)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba05f2ed68a0_54a23faf96ad45b42117c9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/nl8MbsC0Fxu_xFgO4fDvFXBcrcg>
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, 18 Sep 2018 02:13:05 -0000

----==_mimepart_5ba05f2ed68a0_54a23faf96ad45b42117c9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Sorry, I wasn't aware of this amazing restriction in HQ.  Makes sense.

-- 
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/1747#issuecomment-422230239
----==_mimepart_5ba05f2ed68a0_54a23faf96ad45b42117c9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Sorry, I wasn't aware of this amazing restriction in HQ.  Makes sense.=
</p>

<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/1747#issuecomment-422230239">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq87B=
Lrc45_tmfq-vvv-qVJZxwBRSks5ucFaugaJpZM4WqFwz">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4eBNpoTwa7Z1zU2981SginB=
W8CUks5ucFaugaJpZM4WqFwz.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@benc=
ebeky in #1747: Sorry, I wasn't aware of this amazing restriction in HQ. =
 Makes sense."}],"action":{"name":"View Issue","url":"https://github.com/=
quicwg/base-drafts/issues/1747#issuecomment-422230239"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment=
-422230239",
"url": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-42=
2230239",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: stream cancellation only requir=
ed when max dynamic table size \u003e 0 (#1747)",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1747,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1747\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-42=
2230239"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3801324=
03\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba05f2ed68a0_54a23faf96ad45b42117c9--


From nobody Mon Sep 17 19:52:35 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 A6DED130E29 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 19:52:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 KWkxLmanC8wZ for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 19:52:31 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BAC88130DFE for <quic-issues@ietf.org>; Mon, 17 Sep 2018 19:52:31 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537239151; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=otTrZE+Mm+lrgERPtD89N/Cl6Dc5FBs1Dtod26acfjU=; b=bLFXyZaKsKi2OR/WAPgaGekK6nDGClGZDiGtl0yLS8d3q7EUBT27FQaQlJcIfbKGTeYF/aHc ZV9WytRBKdtZstU1T5GgRc/d47nWu58ial/Ku0nyQCVeVX1bi5BzkkM1zVG65ypA7EYn52Yt pxUom1JfNXqFRQ+1dmSOXaSte+c=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=fb.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5ba0686e.7f5f600f4e70-smtp-out-n01; Tue, 18 Sep 2018 02:52:30 -0000 (UTC)
Date: Mon, 17 Sep 2018 19:52:30 -0700
From: Alan Frindell <afrind@fb.com>
Reply-To: Alan Frindell <afrind@fb.com>
To: quic-issues@ietf.org
Message-ID: <5ba0686e7be4e_4dba2b1b76f1eed078533@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 00e13d: QPACK: Encode Largest Reference modulo MaxEntries
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba0686e7babb_4dba2b1b76f1eed0784ca"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4BOPnvynR4SuJuBR0TYH1GfZ4oo>
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, 18 Sep 2018 02:52:34 -0000

----==_mimepart_5ba0686e7babb_4dba2b1b76f1eed0784ca
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/qpack-wrap
  Home:   https://github.com/quicwg/base-drafts
  Commit: 00e13d93a5771defe558855c6cdcfdf29a10ab20
      https://github.com/quicwg/base-drafts/commit/00e13d93a5771defe558855c6cdcfdf29a10ab20
  Author: Alan Frindell <afrind@fb.com>
  Date:   2018-09-17 (Mon, 17 Sep 2018)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  QPACK: Encode Largest Reference modulo MaxEntries

Fixes #1644



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba0686e7babb_4dba2b1b76f1eed0784ca--


From nobody Mon Sep 17 19:59:13 2018
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 56CC1130E51 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 19:59:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 tVxPpr-u2NtL for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 19:59:09 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AAB8D130DFE for <quic-issues@ietf.org>; Mon, 17 Sep 2018 19:59:09 -0700 (PDT)
Date: Mon, 17 Sep 2018 19:59:08 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537239548; bh=cECmshrcC+ugw4j/eEgVTvULKg08iRR+eqp+WOM3pyQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=InqDfuapI9+CvnlCEsICvUyRLdLfi55IZkOjws0elfo/8Rqg2q6um3nv+fZ2OxWmT czrtUOKNBctD7Mu8jorLjcepf8arUomAT0xRjWAb2VlV3W+c2Y9PVJvDHo9I9BvbYn h24/AibRi8GPlJn8RnYgO884FRWqDfG74PQ1Xt8c=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd9ce112008558df3deea49b43ea795739731664392cf0000000117b82bfc92a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763@github.com>
Subject: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba069fc6d568_43e03f988b8d45c447369e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/a7ejGejH-OBbvQNCNQlTHHNBQcE>
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, 18 Sep 2018 02:59:11 -0000

----==_mimepart_5ba069fc6d568_43e03f988b8d45c447369e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #1644
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1763

-- Commit Summary --

  * QPACK: Encode Largest Reference modulo MaxEntries

-- File Changes --

    M draft-ietf-quic-qpack.md (60)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1763.patch
https://github.com/quicwg/base-drafts/pull/1763.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/1763

----==_mimepart_5ba069fc6d568_43e03f988b8d45c447369e
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 #1644.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="349123207" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1644" href="https://github.com/quicwg/base-drafts/issues/1644">#1644</a></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/1763'>https://github.com/quicwg/base-drafts/pull/1763</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>QPACK: Encode Largest Reference modulo MaxEntries</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1763/files#diff-0">draft-ietf-quic-qpack.md</a>
    (60)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1763.patch'>https://github.com/quicwg/base-drafts/pull/1763.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1763.diff'>https://github.com/quicwg/base-drafts/pull/1763.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/1763">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw9gVqSrebt_6TnHQLR9KLix2T90ks5ucGF8gaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq66RYB5rfJ86zcqSYR_TOpQ15Nptks5ucGF8gaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"QPACK: Encode Largest Reference modulo MaxEntries (#1763)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763",
"url": "https://github.com/quicwg/base-drafts/pull/1763",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "QPACK: Encode Largest Reference modulo MaxEntries (#1763)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "00e13d9",
"value": "QPACK: Encode Largest Reference modulo MaxEntries"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-qpack.md](https://github.com/quicwg/base-drafts/pull/1763/files#diff-0) (60 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1763,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1763\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba069fc6d568_43e03f988b8d45c447369e--


From nobody Mon Sep 17 21:57:52 2018
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 E07C6130EDA for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 21:57:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 7Fo4umJ-bLSh for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 21:57:49 -0700 (PDT)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3478D1200D6 for <quic-issues@ietf.org>; Mon, 17 Sep 2018 21:57:49 -0700 (PDT)
Date: Mon, 17 Sep 2018 21:57:47 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537246668; bh=MmzxNP+mwRJ2fhSXie36Xc2zfjVzKKvdz1kcSFol/FA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1hEA0GNYJ6jInmQWGzCdqwEqf2ckMgX0XKXCog3BVIUU2U7GmKrRp/F13sXqap7pt DfkSVaeptBttMXVgEh5b5R+YVK8oPENQRSwhyiSC6Md2Ow8M3dQGTfoXqSboePvlJd 3DtSDneOgArtQQLRU5pbEBoPFMMLePF2V3bik/qw=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab903922d5dc7bc7311afa095f21267ad14b9cb6a092cf0000000117b847cb92a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/c422255396@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba085cbef536_21023fc1f2ad45b41346b0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/7_Db3e_eWyh6UCjLhrgDJqF0uEg>
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, 18 Sep 2018 04:57:51 -0000

----==_mimepart_5ba085cbef536_21023fc1f2ad45b41346b0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Can the modulo be comited effectively on low-end devices?

-- 
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/1763#issuecomment-422255396
----==_mimepart_5ba085cbef536_21023fc1f2ad45b41346b0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Can the modulo be comited effectively on low-end devices?</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/1763#issuecomment-422255396">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7O3hOnAzas-7cth82eENGLENY4Qks5ucH1LgaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyamST4NECsFvLKobhaVdoAU5jJKks5ucH1LgaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1763: Can the modulo be comited effectively on low-end devices?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422255396"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422255396",
"url": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422255396",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1763,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1763\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422255396"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba085cbef536_21023fc1f2ad45b41346b0--


From nobody Mon Sep 17 21:59:59 2018
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 22388130E43 for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 21:59:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 qtqdiAXurawn for <quic-issues@ietfa.amsl.com>; Mon, 17 Sep 2018 21:59:56 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6D66512008A for <quic-issues@ietf.org>; Mon, 17 Sep 2018 21:59:56 -0700 (PDT)
Date: Mon, 17 Sep 2018 21:59:55 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537246795; bh=W4xwGN67FUXkDAYaBTjG52S5yl5JD6dfXz1pebYeG3g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Xptf0HCOZrl9C/N2zh501pvSK/LxguLGq7VG49GR80axSrOODZg+gzIu+1VsaXfoR 7LAECp5fovoY8VnFg7sh1VYtHCkUG4Qep0rowAXeqMkfA6zw5sf/XDk+gyg1HQ9pCx /IqgEALPGvzy9+JQfXlKUCTOgx7180rRUXD3mnoY=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab77dd00f5701a8dcfc5df2be8f0f75427d432253092cf0000000117b8484b92a169ce1586022d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1761/c422255623@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1761@github.com>
References: <quicwg/base-drafts/pull/1761@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: don't send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0 (#1761)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba0864b26d90_61e53fe2ba6d45c0235028"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/yjwWWdlDCyBNQk7fXY80SCMalhA>
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, 18 Sep 2018 04:59:58 -0000

----==_mimepart_5ba0864b26d90_61e53fe2ba6d45c0235028
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Could you be more precise than "does not"? Is it valid but unnecessary when size is 0?

-- 
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/1761#issuecomment-422255623
----==_mimepart_5ba0864b26d90_61e53fe2ba6d45c0235028
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Could you be more precise than "does not"? Is it valid but unnecessary when size is 0?</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/1761#issuecomment-422255623">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6szCan1ta50VGSwGonq0IYn-G0aks5ucH3LgaJpZM4WtA_U">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0eT9nqyr5WP1439QZzhIcb0fus-ks5ucH3LgaJpZM4WtA_U.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1761: Could you be more precise than \"does not\"? Is it valid but unnecessary when size is 0?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1761#issuecomment-422255623"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1761#issuecomment-422255623",
"url": "https://github.com/quicwg/base-drafts/pull/1761#issuecomment-422255623",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: don't send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0 (#1761)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1761,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1761\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1761#issuecomment-422255623"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380899284\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba0864b26d90_61e53fe2ba6d45c0235028--


From nobody Tue Sep 18 01:14:26 2018
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 B6732127AC2 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 01:14:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 JABEtm2qmkeb for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 01:14:22 -0700 (PDT)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 294D5127133 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 01:14:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=Wmr6w8WJUVHDn7qldnrAsW12Sb0=; b=HL2CITCoTrbuLPvn BcTE532mTdNoJwOWWtjVNBK3R+Ezkttk+a80ZeB2bW5IOEd1lVFbTzYU0i7pqVH0 REhhqBXWOfSYzmLHS5kYVad6nuLAEEuCDO7olyL4/xAu+qJ+0ektiDcpE7ezKCDZ eQllrlVreV+t06b2FSFMp2qbsDI=
Received: by filter0771p1las1.sendgrid.net with SMTP id filter0771p1las1-14603-5BA0B3DB-1B 2018-09-18 08:14:20.051761647 +0000 UTC m=+380467.395266963
Received: from github-lowworker-4f62d42.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0018p1iad2.sendgrid.net (SG) with ESMTP id ueVLKEMkTWqCvKJCUySIBA for <quic-issues@ietf.org>; Tue, 18 Sep 2018 08:14:19.834 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-4f62d42.cp1-iad.github.net (Postfix) with ESMTP id EE00EC012B for <quic-issues@ietf.org>; Tue, 18 Sep 2018 01:14:19 -0700 (PDT)
Date: Tue, 18 Sep 2018 08:14:20 +0000 (UTC)
From: mirjak <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb5e80ff5ab6403fc958b78049cde8d8601af752792cf0000000117b875db92a169ce156b1c97@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1740/422298812@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1740@github.com>
References: <quicwg/base-drafts/issues/1740@github.com>
Subject: Re: [quicwg/base-drafts] Connections ID's are not required to appear random (#1740)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba0b3dbebffa_56b43fec8cad45b812174af"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mirjak
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2iwe3WuwSUAHz12dEPzPV4XVa5qBTvM+djby 3KViUnxgqsD5Eg2UJZVf8Fk9EsnYu+xnYw2upxUNIYfY1u3BZUIqd3fvMNrHpFh2wmWGWFZPY2KLuM RZn/LAjyyS2yHF3vqtSnhgH/hxZLigIoLsN0jJ4MZZDIXdt3T/FjBN5BoQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/T2BYJhaGLOEDl-NOuetsH2ziSm0>
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, 18 Sep 2018 08:14:25 -0000

----==_mimepart_5ba0b3dbebffa_56b43fec8cad45b812174af
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

We also have an issue on this for the ops-drafts (29).

-- 
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/1740#issuecomment-422298812
----==_mimepart_5ba0b3dbebffa_56b43fec8cad45b812174af
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>We also have an issue on this for the ops-drafts (29).</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/1740#issuecomment-422298812">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7EEt--kB9aX0BPGAo6_QEl3h01Iks5ucKtbgaJpZM4WkwzD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4CEShAKjrgusnXze6j_-pIZZwgvks5ucKtbgaJpZM4WkwzD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mirjak in #1740: We also have an issue on this for the ops-drafts (29)."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1740#issuecomment-422298812"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1740#issuecomment-422298812",
"url": "https://github.com/quicwg/base-drafts/issues/1740#issuecomment-422298812",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connections ID's are not required to appear random (#1740)",
"sections": [
{
"text": "",
"activityTitle": "**mirjak**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mirjak",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1740,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1740\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1740#issuecomment-422298812"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378735811\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba0b3dbebffa_56b43fec8cad45b812174af--


From nobody Tue Sep 18 02:01:01 2018
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 6D82A127133 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 02:00:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 taGOMSFfI5np for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 02:00:53 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E027C12F18C for <quic-issues@ietf.org>; Tue, 18 Sep 2018 02:00:52 -0700 (PDT)
Date: Tue, 18 Sep 2018 02:00:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537261251; bh=ZFOhcHDrKKaIcVM3Ulx4C7+V/tps5G9NgjMdlrBiUzw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dboSnXGyui8cJ9vUCiPU7+gjs8gWvJZIA8MVMMPlGIkiCa6fJSLUhpjg04odZgvko TQ1FKkl/bhYXcrpAZkLdAIkGwo5PSVdR7sLLVVcNsGorLbePJVgZjnovMUIgnEYbzm QONaoRW46EOtD7ld4iKYJYAJ2PYZn1g5PEWR94Fc=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abd22604bcad3273ca6983be9b3e1554cfd354ed3992cf0000000117b880c392a169ce15831451@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/66/issue_event/1851787289@github.com>
In-Reply-To: <quicwg/wg-materials/pull/66@github.com>
References: <quicwg/wg-materials/pull/66@github.com>
Subject: Re: [quicwg/wg-materials] slides for intraflow performance diagnostics (#66)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba0bec3c8a33_14853f92496d45b412142fe"; 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/K19sFa2YI3XTFJIMPNZmzou4IWk>
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, 18 Sep 2018 09:01:00 -0000

----==_mimepart_5ba0bec3c8a33_14853f92496d45b412142fe
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #66 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/wg-materials/pull/66#event-1851787289
----==_mimepart_5ba0bec3c8a33_14853f92496d45b412142fe
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360911953" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/66" href="https://github.com/quicwg/wg-materials/pull/66">#66</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/wg-materials/pull/66#event-1851787289">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3HcvEx01c7eLbwDcCysNamOfMtYks5ucLZDgaJpZM4WsHT8">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqydDN0_j51lbTbFRSVpet78BDKteks5ucLZDgaJpZM4WsHT8.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #66 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/66#event-1851787289"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/66#event-1851787289",
"url": "https://github.com/quicwg/wg-materials/pull/66#event-1851787289",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] slides for intraflow performance diagnostics (#66)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/66#event-1851787289"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380663036\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba0bec3c8a33_14853f92496d45b412142fe--


From nobody Tue Sep 18 02:01:34 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 D2511130EE5 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 02:00:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 rV68nIgCykzi for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 02:00:24 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CBCAC127133 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 02:00:23 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537261222; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=jugBSVgD9V66CtkbAWcPeFtnYe2Oc7EoKSj/UAfwzZ0=; b=amPQbkLX2JP7vqOtfka1wk4PJUqotA4oYjxW998pcrFd2UXn4E2+W71rQQgCueVXP8lu3gho 2XBnLs8bfm+4mdo0/joNuGemWGl9TZCronjDL/MLoykrzC0EZ2brZK3Fg8yj5BRDvIsIk7Pq YVGTcjJLIbfrB6j7yBn3U6UwjCE=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5ba0bea6.7fb9a06f4c00-smtp-out-n02; Tue, 18 Sep 2018 09:00:22 -0000 (UTC)
Date: Tue, 18 Sep 2018 02:00:21 -0700
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5ba0bea5eb492_77862af55424cec0488b2@hookshot-fe-da92815.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] 2e024b: intraflow diagnostics slides
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba0bea5eaf1f_77862af55424cec0487cb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sOWI_EXB92aaCwP4x5T7Y0CbbGg>
X-Mailman-Approved-At: Tue, 18 Sep 2018 02:01:33 -0700
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, 18 Sep 2018 09:00:26 -0000

----==_mimepart_5ba0bea5eaf1f_77862af55424cec0487cb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 2e024b3eabf52edf0b8972e8923aa95fe99b4c0e
      https://github.com/quicwg/wg-materials/commit/2e024b3eabf52edf0b8972e8923aa95fe99b4c0e
  Author: Brian Trammell <brian@trammell.ch>
  Date:   2018-09-16 (Sun, 16 Sep 2018)

  Changed paths:
    A interim-18-09/quic-interim-intraflow.key
    A interim-18-09/quic-interim-intraflow.pdf

  Log Message:
  -----------
  intraflow diagnostics slides


  Commit: 07a35b3599221fc05720ae89b7e805729b3fea87
      https://github.com/quicwg/wg-materials/commit/07a35b3599221fc05720ae89b7e805729b3fea87
  Author: Brian Trammell <brian@trammell.ch>
  Date:   2018-09-17 (Mon, 17 Sep 2018)

  Changed paths:
    M interim-18-09/quic-interim-intraflow.pdf

  Log Message:
  -----------
  better image quality


  Commit: c8ea93627bdd61704ff6f24ce7e7b13662dd9201
      https://github.com/quicwg/wg-materials/commit/c8ea93627bdd61704ff6f24ce7e7b13662dd9201
  Author: Lars Eggert <lars@eggert.org>
  Date:   2018-09-18 (Tue, 18 Sep 2018)

  Changed paths:
    A interim-18-09/quic-interim-intraflow.key
    A interim-18-09/quic-interim-intraflow.pdf

  Log Message:
  -----------
  Merge pull request #66 from britram/intraflow-slides

slides for intraflow performance diagnostics


Compare: https://github.com/quicwg/wg-materials/compare/ac52bca0f815...c8ea93627bdd
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba0bea5eaf1f_77862af55424cec0487cb--


From nobody Tue Sep 18 05:27:38 2018
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 C3FC1130E02 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 05:27:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 dzTr5c64dZ7h for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 05:27:34 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4C5AD130DBE for <quic-issues@ietf.org>; Tue, 18 Sep 2018 05:27:34 -0700 (PDT)
Date: Tue, 18 Sep 2018 05:27:32 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537273653; bh=J3VpWzxtpqeiYaXD4u8x7774RMt5E7xqJkAwEKXzgtE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eiJQbfgM49281mMj/i4w+BKH2B/6S2IKygd+CshpqVltXdk1PYsU2RBtoy3sThXTt AJi4UUdonxJfNo442D0qu2qJJ4n9XoHr1i1l1Fj5xaZc67CjtAbgjFAxCkYCUS10FD g7+BJOm6tYHyzQgkqUdnQOHmPkSWycvsnHFUkBsU=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2abba10191108cdbf3cfb9f41316d8ace978c5c992cf0000000117b8b13492a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/c422371719@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba0ef34ed2a5_4c323f9e0b4d45c082480"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4bVBUeP81Rfy6Rq_qQ2-yrBFcls>
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, 18 Sep 2018 12:27:36 -0000

----==_mimepart_5ba0ef34ed2a5_4c323f9e0b4d45c082480
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Would it make sense to describe the table as a "ring buffer" rather than a FIFO buffer with index calculation using modulo?

I think doing so would simplify the text and help readers understand the design (OTOH the downside being that you might need to change more text; e.g. by renaming `largest_reference` to `base_index`).

-- 
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/1763#issuecomment-422371719
----==_mimepart_5ba0ef34ed2a5_4c323f9e0b4d45c082480
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Would it make sense to describe the table as a "ring buffer" rather th=
an a FIFO buffer with index calculation using modulo?</p>
<p>I think doing so would simplify the text and help readers understand t=
he design (OTOH the downside being that you might need to change more tex=
t; e.g. by renaming <code>largest_reference</code> to <code>base_index</c=
ode>).</p>

<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/1763#issuecomment-422371719">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqygueb=
eh8lILahkBxxR7aANPVz7qks5ucOa0gaJpZM4WtE17">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq2n4nlhrzGDcva2VOVLALyxp7xrp=
ks5ucOa0gaJpZM4WtE17.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1763: Would it make sense to describe the table as a \"ring buffer=
\" rather than a FIFO buffer with index calculation using modulo?\r\n\r\n=
I think doing so would simplify the text and help readers understand the =
design (OTOH the downside being that you might need to change more text; =
e.g. by renaming `largest_reference` to `base_index`)."}],"action":{"name=
":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1=
763#issuecomment-422371719"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-4=
22371719",
"url": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-4223=
71719",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo=
 MaxEntries (#1763)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1763,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1763\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-4223=
71719"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3809150=
67\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba0ef34ed2a5_4c323f9e0b4d45c082480--


From nobody Tue Sep 18 06:09:24 2018
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 B642C130E0A for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 06:09:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 xFrrtN3FqCVD for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 06:09:21 -0700 (PDT)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DD1CE130DFA for <quic-issues@ietf.org>; Tue, 18 Sep 2018 06:09:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=yfb/jSnWPVWRkXWSNfLUmDZxwcg=; b=OuDajbYTevdhdsFN sbeYzCqvxmXIHwI4j4qnLge88r1g6UapSH3uXCOLUYA4RkfRghLiMXJHKZJdXzBC WbcfpFO2gTfne/rgyHUIMTRQSNkbqBmRBqLnoP2eu+K9/sxcDFjAQ2mFj+3nxs+d 8ZaMp+jR/Wa/fqW/CoFeKUVIRks=
Received: by filter0877p1las1.sendgrid.net with SMTP id filter0877p1las1-5304-5BA0F8FE-4 2018-09-18 13:09:18.080724538 +0000 UTC m=+1006547.827078750
Received: from github-lowworker-89d05ac.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0024p1iad2.sendgrid.net (SG) with ESMTP id Yv5A90PDQ-a2yMh7wMhKJQ for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:09:18.011 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-89d05ac.cp1-iad.github.net (Postfix) with ESMTP id EC1B1AE0280 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 06:09:17 -0700 (PDT)
Date: Tue, 18 Sep 2018 13:09:18 +0000 (UTC)
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab37bec510dac0ae04109f89ee5f96e542dc036c1e92cf0000000117b8bafd92a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/c422386376@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba0f8fde96e3_23c53f882c6d45b813797e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1N7XF63TzggB+JqQwA9F3kI+o1Wmwo0x3H7/ SmDhSr1xXZxJV4alJelkDOtDEQGHLkKCfbrFLAYeR88FWm4ZSEKszXZ3U9JaJvQM/BeyU84LfKmr2d w/AmOALNWqIhV+7sMmul1AqZxwp+rT0B/znWxRv6bEGsztgdWNNRCdNgxiNuaa8KruasffTu/jWJDe 0=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YXXmArJdpAn0RTHDXSx2hEbEYR8>
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, 18 Sep 2018 13:09:23 -0000

----==_mimepart_5ba0f8fde96e3_23c53f882c6d45b813797e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@mikkelfj 
> Can the modulo be computed effectively on low-end devices?

You can. Since the divisor that is applied to header_table_size is 32 / 2, the size of the ring buffer (or the value used for truncating the offset) will be power-of-two assuming that the header table size is also a power-of-two.

For example, the size of the ring buffer will be 256 if the header table size is 4,096.

-- 
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/1763#issuecomment-422386376
----==_mimepart_5ba0f8fde96e3_23c53f882c6d45b813797e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"193335" data-octo-cl=
ick=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" href=
=3D"https://github.com/mikkelfj">@mikkelfj</a></p>
<blockquote>
<p>Can the modulo be computed effectively on low-end devices?</p>
</blockquote>
<p>You can. Since the divisor that is applied to header_table_size is 32 / =
2, the size of the ring buffer (or the value used for truncating the offset=
) will be power-of-two assuming that the header table size is also a power-=
of-two.</p>
<p>For example, the size of the ring buffer will be 256 if the header table=
 size is 4,096.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/1763#issuecomment-422386376">view it on GitHub</a>, or <a hre=
f=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8iYE2wifNN9HBAT=
Ejez_E8AvveEks5ucPB9gaJpZM4WtE17">mute the thread</a>.<img src=3D"https://g=
ithub.com/notifications/beacon/AWbkq2bqcTr4d-8dUsy48Anm_2nYfSOPks5ucPB9gaJp=
ZM4WtE17.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #1763: @mi=
kkelfj \r\n\u003e Can the modulo be computed effectively on low-end devices=
?\r\n\r\nYou can. Since the divisor that is applied to header_table_size is=
 32 / 2, the size of the ring buffer (or the value used for truncating the =
offset) will be power-of-two assuming that the header table size is also a =
power-of-two.\r\n\r\nFor example, the size of the ring buffer will be 256 i=
f the header table size is 4,096."}],"action":{"name":"View Pull Request","=
url":"https://github.com/quicwg/base-drafts/pull/1763#issuecomment-42238637=
6"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422=
386376",
"url": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422386=
376",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo M=
axEntries (#1763)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1763,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\":=
 \"quicwg/base-drafts\",\n\"pullRequestId\": 1763\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422386=
376"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba0f8fde96e3_23c53f882c6d45b813797e--


From nobody Tue Sep 18 06:31:12 2018
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 2F1B0130E1D for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 06:31:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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_hrG4hR_KC4 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 06:31:09 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 39271130E1A for <quic-issues@ietf.org>; Tue, 18 Sep 2018 06:31:09 -0700 (PDT)
Date: Tue, 18 Sep 2018 06:31:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537277466; bh=GMT8FXetgidFw5jOUt99Wv4xIaN6PrEKuzmXkvqLWB8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WMDpUb3e29W38Me9QAFXYYDCz9OE2tVZBt+eCcF86WQS2+s/+9DdOc8I9fQuJdqys ORQBR3ElV1Qk5qx+H3jAkW2Y0LO8n17omjsKPRiNOOKVoTpUVVjPv2Pz7osHA1JG+7 LUg2w4q/0Ok2JHFZLqTtveJIZISqPHyvxv+sjl08=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abafcefeb3f762384da677e90e0b160e84eb7f6c2492cf0000000117b8c01a92a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/c422393992@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba0fe1ac95af_6ba23fa1848d45b861849"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/uJyRZuWELcGHOlt9h2tCKcyHHGo>
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, 18 Sep 2018 13:31:11 -0000

----==_mimepart_5ba0fe1ac95af_6ba23fa1848d45b861849
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho #1657 addresses the same issue using the approach you suggest, eg: describing the dynamic table as a ring buffer rather than FIFO.  This PR is meant to contrast that, and we'll discuss them both at the interim.

-- 
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/1763#issuecomment-422393992
----==_mimepart_5ba0fe1ac95af_6ba23fa1848d45b861849
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-user-id="41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="350178124" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1657" href="https://github.com/quicwg/base-drafts/pull/1657">#1657</a> addresses the same issue using the approach you suggest, eg: describing the dynamic table as a ring buffer rather than FIFO.  This PR is meant to contrast that, and we'll discuss them both at the interim.</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/1763#issuecomment-422393992">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7admmvFtZWB1aoDN7eFn4mQ4oJMks5ucPWagaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8xGj8VhQ5zhcya4vaYpDmqskR2Mks5ucPWagaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind in #1763: @kazuho #1657 addresses the same issue using the approach you suggest, eg: describing the dynamic table as a ring buffer rather than FIFO.  This PR is meant to contrast that, and we'll discuss them both at the interim."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422393992"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422393992",
"url": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422393992",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1763,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1763\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422393992"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba0fe1ac95af_6ba23fa1848d45b861849--


From nobody Tue Sep 18 06:43:56 2018
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 0FBB1130E1A for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 06:43:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Y2K0oEp1wvI9 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 06:43:52 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 39B15130E10 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 06:43:52 -0700 (PDT)
Date: Tue, 18 Sep 2018 06:43:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537278231; bh=9SCkzDMnP8n3xzkr7VliZYHJtgRV9sz7Rz5jFlnSYxo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GDy9LaPL8vMOIdPMmxy0XFYAUBMI2BvQjI6j1rmWXfbL+K+7ep8wLwk/lFTSEvl3D BJVLLIrkOo3tO3SOzPzxsT/WrJ/mGrNyQKJ3DBQBmX13bUp2JhY3A7WsQcn81vewbV YvMS0TYoZbWCu1p9g4j4eptoPzS3t6ikGCPzEz0Q=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbb2a354c328bb02cc2c0262c3162b93c318813eb92cf0000000117b8c31792a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/c422398525@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba101173bb5f_14623febeccd45c0118470"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/u9DJamh69BXxXrxG6Ma3HmDUpTo>
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, 18 Sep 2018 13:43:55 -0000

----==_mimepart_5ba101173bb5f_14623febeccd45c0118470
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@afrind Oh. I missed the context. Thank you for clarifying 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/1763#issuecomment-422398525
----==_mimepart_5ba101173bb5f_14623febeccd45c0118470
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-user-id="8259689" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/afrind">@afrind</a> Oh. I missed the context. Thank you for clarifying 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/1763#issuecomment-422398525">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_fI2tQQRA0yUT26cbEFzXYL-Xglks5ucPiXgaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-_GDPOTFvhwd6NZLtSwqh5cTA80ks5ucPiXgaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #1763: @afrind Oh. I missed the context. Thank you for clarifying that."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422398525"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422398525",
"url": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422398525",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1763,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1763\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422398525"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba101173bb5f_14623febeccd45c0118470--


From nobody Tue Sep 18 06:49:46 2018
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 BD99D130E10 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 06:49:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 mvAQxoqnsATM for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 06:49:42 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 001C3130DD2 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 06:49:41 -0700 (PDT)
Date: Tue, 18 Sep 2018 06:49:40 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537278580; bh=tu1HrHROAYwDt1q77AcTNz0vpCvHfRxP/NUBRJsVz0k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NWfRXsMNYlhNy+v/sTajPLlBUgrmcXodo9arBpTqAo1cu2V6s6Ifq14OGMk2l/BBP VBD0ZSpY/o0P3f3MhsBU93DB6oaIloZ3NDUMHCDiABMHwKcSlR73AH32xxT5gxQQ5I iAGWvrsqJ1+vz7H0gjOWxaHCYQRb21Qiyc9oSWdE=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8d4dab670bb874519ade19c8a1ef9acf59a6b62992cf0000000117b8c47492a169ce1586022d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1761/c422400698@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1761@github.com>
References: <quicwg/base-drafts/pull/1761@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: don't send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0 (#1761)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba10274d2590_5a7c3fd594cd45c02366e1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/dwKWuN6QfrDPqDrDwSvtWVR7puA>
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, 18 Sep 2018 13:49:44 -0000

----==_mimepart_5ba10274d2590_5a7c3fd594cd45c02366e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

That was a bit vague.  The idea is to allow an implementation that doesn't implement the dynamic table to not even bother with the QPACK control streams. I guess SHOULD NOT is OK - I don't think there is harm in sending them.  An encoder needs to be ready to handle Stream Cancellations since it doesn't know what the decoder's max will be.

-- 
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/1761#issuecomment-422400698
----==_mimepart_5ba10274d2590_5a7c3fd594cd45c02366e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>That was a bit vague.  The idea is to allow an implementation that doe=
sn't implement the dynamic table to not even bother with the QPACK contro=
l streams. I guess SHOULD NOT is OK - I don't think there is harm in send=
ing them.  An encoder needs to be ready to handle Stream Cancellations si=
nce it doesn't know what the decoder's max will be.</p>

<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/1761#issuecomment-422400698">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8uv20=
TcZIdmxBr94XTtL7oij2sLks5ucPn0gaJpZM4WtA_U">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq5dYMtsVv1r4NaIAEJL-Ngn2XdYC=
ks5ucPn0gaJpZM4WtA_U.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afri=
nd in #1761: That was a bit vague.  The idea is to allow an implementatio=
n that doesn't implement the dynamic table to not even bother with the QP=
ACK control streams. I guess SHOULD NOT is OK - I don't think there is ha=
rm in sending them.  An encoder needs to be ready to handle Stream Cancel=
lations since it doesn't know what the decoder's max will be."}],"action"=
:{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts=
/pull/1761#issuecomment-422400698"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1761#issuecomment-4=
22400698",
"url": "https://github.com/quicwg/base-drafts/pull/1761#issuecomment-4224=
00698",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: don't send stream cancellation =
when SETTINGS_HEADER_TABLE_SIZE=3D0 (#1761)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1761,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1761\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1761#issuecomment-4224=
00698"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3808992=
84\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba10274d2590_5a7c3fd594cd45c02366e1--


From nobody Tue Sep 18 06:51:17 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 AD849130E1D for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 06:51:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 aBK1Fgf0z39Y for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 06:51:14 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 179D2130DD2 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 06:51:14 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537278673; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=kq88q7rpU9LuidDbCWqTWyl+l6/Oy3es8cwBvrdILgI=; b=i3UY0R76/MwA12GwfUwH0wp7JoI1o6AWp/1MxQ3tiGvjTpg74Z9kMXHWnoXFC6Tot+KrNWgq kdhq9CyMaj4uJLWFTYVCLW3gHloTMBSl8XOSSuDrBKRkoGY3n3/mTFEnHRCPgkICRO24WusP g66icKt6Jp+TQD8LZUWs+87u37o=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=fb.com@github.com
Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 5ba102d1.7f1e243bae10-smtp-out-n03; Tue, 18 Sep 2018 13:51:13 -0000 (UTC)
Date: Tue, 18 Sep 2018 06:51:12 -0700
From: Alan Frindell <afrind@fb.com>
Reply-To: Alan Frindell <afrind@fb.com>
To: quic-issues@ietf.org
Message-ID: <5ba102d0ee693_4a602ae55936eed07434b@hookshot-fe-5a11256.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] b8c0e6: s/does not/SHOULD NOT/
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba102d0ee280_4a602ae55936eed0742bb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-PBAGE0ZF2xJNaOCGiUIiGPROA4>
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, 18 Sep 2018 13:51:16 -0000

----==_mimepart_5ba102d0ee280_4a602ae55936eed0742bb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/qpack-cancel-0
  Home:   https://github.com/quicwg/base-drafts
  Commit: b8c0e60a0ab3124111ec93977ca53a465148667b
      https://github.com/quicwg/base-drafts/commit/b8c0e60a0ab3124111ec93977ca53a465148667b
  Author: Alan Frindell <afrind@fb.com>
  Date:   2018-09-18 (Tue, 18 Sep 2018)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  s/does not/SHOULD NOT/



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba102d0ee280_4a602ae55936eed0742bb--


From nobody Tue Sep 18 06:51:25 2018
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 98F83130DD2 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 06:51:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 wcU-X-sDooSd for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 06:51:21 -0700 (PDT)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A82D7130E10 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 06:51:21 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=jlPv8ywxp3Ocw4OFka9gL4NgmKI=; b=WOcDzvI3klgPKuxt 3QQMxJ9bVh4bP0+Zsc34r1YCsgeJpvi4dHkIF9glhysQunj2fUzR11OcAjBAKvOm Z2BA/zXcOVIxGQ9TO3SLR3/QwuTKOxAtLpbgVYWcltl0v3o93fNYCSUFl+GUbVHX Oz/fcPPurzAT3VZqjI+9E/aPOaU=
Received: by filter0342p1iad2.sendgrid.net with SMTP id filter0342p1iad2-29516-5BA102D8-1B 2018-09-18 13:51:20.333216061 +0000 UTC m=+911525.175355793
Received: from github-lowworker-b40b5a4.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0003p1iad2.sendgrid.net (SG) with ESMTP id 2S96-6UTTdCHgJBG269DtQ for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:51:20.363 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-b40b5a4.cp1-iad.github.net (Postfix) with ESMTP id 4431A3E1CF4 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 06:51:20 -0700 (PDT)
Date: Tue, 18 Sep 2018 13:51:20 +0000 (UTC)
From: afrind <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/1761/push/2886315762@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1761@github.com>
References: <quicwg/base-drafts/pull/1761@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: don't send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0 (#1761)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba102d83c4d0_474f3f9c1c0d45c421525"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0wdxEmoen+jZcmbfdx7yD9Pd9p30cznCrafm E32fKV+YMaOKCkayjZg1uV+3s5jJGwmcdvlxyln4yPJLMouRSFr8PZbuWFzXc6TrvCr94Qh+Wpfq/p yq2vqzzrFSooEAKOiAfyXZsBuosrPk6Na8Hn5isCf9ZtdJqudyIVFOV3/A==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/MQZevMfYZ_NHGUYX7k09mh8Hilg>
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, 18 Sep 2018 13:51:24 -0000

----==_mimepart_5ba102d83c4d0_474f3f9c1c0d45c421525
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@afrind pushed 1 commit.

b8c0e60  s/does not/SHOULD NOT/


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1761/files/72d79ce99cd552c3350f12ead3c56f63de0b0a2a..b8c0e60a0ab3124111ec93977ca53a465148667b

----==_mimepart_5ba102d83c4d0_474f3f9c1c0d45c421525
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/afrind" class="user-mention">@afrind</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/b8c0e60">b8c0e60</a>  s/does not/SHOULD NOT/</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/1761/files/72d79ce99cd552c3350f12ead3c56f63de0b0a2a..b8c0e60a0ab3124111ec93977ca53a465148667b">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2dJy0ZJXkItyi-jdr2T20AoyXGuks5ucPpYgaJpZM4WtA_U">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq89bmjHrfFbrfhaPVqxgLf5tQdxWks5ucPpYgaJpZM4WtA_U.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind pushed 1 commit in #1761"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1761/files/72d79ce99cd552c3350f12ead3c56f63de0b0a2a..b8c0e60a0ab3124111ec93977ca53a465148667b"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1761/files/72d79ce99cd552c3350f12ead3c56f63de0b0a2a..b8c0e60a0ab3124111ec93977ca53a465148667b",
"url": "https://github.com/quicwg/base-drafts/pull/1761/files/72d79ce99cd552c3350f12ead3c56f63de0b0a2a..b8c0e60a0ab3124111ec93977ca53a465148667b",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@afrind pushed 1 commit in #1761",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1761:",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [
{
"name": "b8c0e60",
"value": "s/does not/SHOULD NOT/"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1761/files/72d79ce99cd552c3350f12ead3c56f63de0b0a2a..b8c0e60a0ab3124111ec93977ca53a465148667b"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380899284\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba102d83c4d0_474f3f9c1c0d45c421525--


From nobody Tue Sep 18 06:58:33 2018
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 7A22F130E27 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 06:58:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 dD-jdCoXkJOP for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 06:58:29 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 93B8B130DD2 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 06:58:29 -0700 (PDT)
Date: Tue, 18 Sep 2018 06:58:28 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537279108; bh=68t1jAVaArrk1KN2s9adRbBEa6oQDgampybnOwXX5cM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GCT/1rU7wJujYKDzJ2WRQyYjNpPBst1K8DZj6TgqwEY6J43D/lGR4TOFFUKQYs2xw hvMtQYqNFKv75s1eMca75zeUYbDS2Xgjmc0cbGAxVshmJ+HHOPn68+bmBYaMIyBknS G/ZHkD6UejXXZje+QOgP8nwweOo7t8qDgGTq+8gE=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1de1a3f6c03937df629f2497757c5f9b00fd51d392cf0000000117b8c68492a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/c422403641@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba10484c7e21_7af3fb51ead45b8122898"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/L8lnGC6sKu6tFvNQK91OfyTGLpE>
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, 18 Sep 2018 13:58:32 -0000

----==_mimepart_5ba10484c7e21_7af3fb51ead45b8122898
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho I'm asking because I'm not into the details, and it could be that the peer decided a non-power of two, but perhaps you only need to do it on you own tables.

-- 
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/1763#issuecomment-422403641
----==_mimepart_5ba10484c7e21_7af3fb51ead45b8122898
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-user-id="41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> I'm asking because I'm not into the details, and it could be that the peer decided a non-power of two, but perhaps you only need to do it on you own tables.</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/1763#issuecomment-422403641">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqywUiIWn9xKRwrrVpTWesCkwI3c6ks5ucPwEgaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7Ym8xg9uM88YlDuTPNeF3VXjEWTks5ucPwEgaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1763: @kazuho I'm asking because I'm not into the details, and it could be that the peer decided a non-power of two, but perhaps you only need to do it on you own tables."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422403641"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422403641",
"url": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422403641",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1763,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1763\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422403641"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba10484c7e21_7af3fb51ead45b8122898--


From nobody Tue Sep 18 07:00:17 2018
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 AE051130E1A for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:00:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 SVkhkPXs10fq for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:00:14 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 12EF6130E10 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 07:00:14 -0700 (PDT)
Date: Tue, 18 Sep 2018 07:00:12 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537279212; bh=FW01jWj/f0eLMdVRRY5IvNIOP3Pwdpwnw1aDMJwcDhQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hv1pN94yd9mDd+o44+4CoBTmQS5RGoyzAs0PUzfOeIPcIhghKaJIrvG3gb3dSHnIK HC9ah68fl3pYEZvFHLaGx075sSNYag3kQcO2lhqHu4gG8o9hEdIYAyLbpGrJPQ5QEN t6GZAyJBG/2724XdQjnP5u8CeMIdHY6D87OSYmJ8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abeb358c4c0f580138dbb0915b7dfa6e9402ce996b92cf0000000117b8c6ec92a169ce157e7de0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1750/c422404367@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1750@github.com>
References: <quicwg/base-drafts/pull/1750@github.com>
Subject: Re: [quicwg/base-drafts] Make connection ID appear random (#1750)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba104ec55acd_2a8e3fe0704d45b416201c"; 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/X3CuUPkCgL4VLjNvWiWfXdTk_3E>
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, 18 Sep 2018 14:00:16 -0000

----==_mimepart_5ba104ec55acd_2a8e3fe0704d45b416201c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The appearance of randomness is not the requirement we are looking for here.  The point is that it should not be possible to correlate or predict connection IDs for the same connection using information available to entities other than the one that generates the connection ID. 

-- 
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/1750#issuecomment-422404367
----==_mimepart_5ba104ec55acd_2a8e3fe0704d45b416201c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The appearance of randomness is not the requirement we are looking for=
 here.  The point is that it should not be possible to correlate or predi=
ct connection IDs for the same connection using information available to =
entities other than the one that generates the connection ID.</p>

<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/1750#issuecomment-422404367">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0mk2p=
OP2GjIgTp6RKMstm7G_AHnks5ucPxsgaJpZM4Wqtyw">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq_fmaqj_-7DtKy_ClD6CY9kvKHwL=
ks5ucPxsgaJpZM4Wqtyw.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
inthomson in #1750: The appearance of randomness is not the requirement w=
e are looking for here.  The point is that it should not be possible to c=
orrelate or predict connection IDs for the same connection using informat=
ion available to entities other than the one that generates the connectio=
n ID. "}],"action":{"name":"View Pull Request","url":"https://github.com/=
quicwg/base-drafts/pull/1750#issuecomment-422404367"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1750#issuecomment-4=
22404367",
"url": "https://github.com/quicwg/base-drafts/pull/1750#issuecomment-4224=
04367",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make connection ID appear random (#175=
0)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1750,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1750\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1750#issuecomment-4224=
04367"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3802963=
68\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba104ec55acd_2a8e3fe0704d45b416201c--


From nobody Tue Sep 18 07:03:47 2018
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 E3989130E10 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:03:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 YGyQMSMceLCp for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:03:39 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C80D3130E2B for <quic-issues@ietf.org>; Tue, 18 Sep 2018 07:03:34 -0700 (PDT)
Date: Tue, 18 Sep 2018 07:03:33 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537279413; bh=i/EwLSPoXQSPJqnLfo3oDFOcT4SMY0qlM9gUiWdiYKk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SQiHCtpnZwaAvVojLg34zMnCP6XSm/cKvVACdcPUgts33uOP9lg2zMF2vaLn4TE8I 5ZjYfIae0OCq8lobcg0JzZ9KltknEI97qxYAsFV7G5W21KIaAog36rHO04lM2bJkfS IBN+6Xl8WMQnoN8sEjMS+rFYfrl0IDQ3af0lDNx8=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab164c65a1ed367cd1da71d0cc47a1e0a831f8619492cf0000000117b8c7b592a169ce157e7de0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1750/c422405506@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1750@github.com>
References: <quicwg/base-drafts/pull/1750@github.com>
Subject: Re: [quicwg/base-drafts] Make connection ID appear random (#1750)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba105b5d7afc_391e3fa2c7ad45b8175145"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/RJcAfSZGrH6nWbrm47kLU0JxXl8>
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, 18 Sep 2018 14:03:46 -0000

----==_mimepart_5ba105b5d7afc_391e3fa2c7ad45b8175145
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

How about correlation between different connections?

-- 
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/1750#issuecomment-422405506
----==_mimepart_5ba105b5d7afc_391e3fa2c7ad45b8175145
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>How about correlation between different connections?</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/1750#issuecomment-422405506">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-ktLQPAW4zQsMqQRJywD5ocVsNsks5ucP01gaJpZM4Wqtyw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-EgXnl9nubrQFYT5P7WZ3_Bc0u3ks5ucP01gaJpZM4Wqtyw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1750: How about correlation between different connections?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1750#issuecomment-422405506"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1750#issuecomment-422405506",
"url": "https://github.com/quicwg/base-drafts/pull/1750#issuecomment-422405506",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make connection ID appear random (#1750)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1750,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1750\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1750#issuecomment-422405506"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380296368\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba105b5d7afc_391e3fa2c7ad45b8175145--


From nobody Tue Sep 18 07:04:44 2018
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 73374130E1A for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:04:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, T_SPF_HELO_TEMPERROR=0.01] 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 fCtDp2ZyDcry for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:04:41 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EB8C9130DD2 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 07:04:40 -0700 (PDT)
Date: Tue, 18 Sep 2018 07:04:40 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537279480; bh=HHxTXGhqc/tiHLGJCaJRlw/dHosiuh958IrR9tzQ1k4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Mkvv5s6OZcOOA35nPjNqniotuixBa02ducan0nYELWNzbvK09hZG0VeurfufqVT0W jyLjP450SsTzuMdQmIMjRWzYSq9IcmM7MeO5LnKFlie8K6gjigEacnGdNF32AGwpq/ b1uIQDM4/I3dK7We+Bd3RlyrWvki4fQ6/U58Cj3Q=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5c2eeedc19a536113578ac978e90e88cf5d9c3af92cf0000000117b8c7f892a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/c422405978@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba105f835d0f_408a3fc1de4d45c4123659"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
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/76qbNDu8K_IFmnh7e25wReFjFGk>
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, 18 Sep 2018 14:04:44 -0000

----==_mimepart_5ba105f835d0f_408a3fc1de4d45c4123659
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> For example, the size of the ring buffer will be 256 if the header table size is 4,096.

You don't need an array that large, as you can only have 4096 / 32 = 128 entries.  One can do with 128-element ring buffer.

> it could be that the peer decided a non-power of two

That is true.  Nevertheless, I think that we do not need to accommodate systems that cannot perform modulo division.

-- 
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/1763#issuecomment-422405978
----==_mimepart_5ba105f835d0f_408a3fc1de4d45c4123659
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>For example, the size of the ring buffer will be 256 if the header tab=
le size is 4,096.</p>
</blockquote>
<p>You don't need an array that large, as you can only have 4096 / 32 =3D=
 128 entries.  One can do with 128-element ring buffer.</p>
<blockquote>
<p>it could be that the peer decided a non-power of two</p>
</blockquote>
<p>That is true.  Nevertheless, I think that we do not need to accommodat=
e systems that cannot perform modulo division.</p>

<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/1763#issuecomment-422405978">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq387pf=
fDsHWT9_gTc2n0Ys92FxdCks5ucP14gaJpZM4WtE17">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqy81YtwxhQB_-b4HyL1Hz8ZIRjbU=
ks5ucP14gaJpZM4WtE17.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtik=
honov in #1763: \u003e For example, the size of the ring buffer will be 2=
56 if the header table size is 4,096.\r\n\r\nYou don't need an array that=
 large, as you can only have 4096 / 32 =3D 128 entries.  One can do with =
128-element ring buffer.\r\n\r\n\u003e it could be that the peer decided =
a non-power of two\r\n\r\nThat is true.  Nevertheless, I think that we do=
 not need to accommodate systems that cannot perform modulo division."}],=
"action":{"name":"View Pull Request","url":"https://github.com/quicwg/bas=
e-drafts/pull/1763#issuecomment-422405978"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-4=
22405978",
"url": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-4224=
05978",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo=
 MaxEntries (#1763)",
"sections": [
{
"text": "",
"activityTitle": "**Dmitri Tikhonov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@dtikhonov",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1763,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1763\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-4224=
05978"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3809150=
67\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba105f835d0f_408a3fc1de4d45c4123659--


From nobody Tue Sep 18 07:05:27 2018
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 3B921130E10 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:05:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 K1c1r4CplAZY for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:05:19 -0700 (PDT)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 07910130DD2 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 07:05:18 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=yquCSD+vBXtk+p+DkgWGVE5wKQ4=; b=k0C4+WvMv/j+H5tW fpEb/IhUM8Bs8gbviAlmOOEqWSjzjI+oJN4hmlM6iVnwnVwTENDeQ3WFrv7z2uv6 KuemS/XNZ6nB5K5uFGCXZInL7n1lYX6aYy62825YUMIkd4eGWmqICdQbBes19R9+ TBlEkNH0Z1haIZKdhdAu2XOtbTQ=
Received: by filter1005p1las1.sendgrid.net with SMTP id filter1005p1las1-11384-5BA1061D-10 2018-09-18 14:05:17.280901973 +0000 UTC m=+1010103.692704273
Received: from github-lowworker-7a54cd2.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0010p1iad2.sendgrid.net (SG) with ESMTP id 8RPS3sIgQWWhzBL54OBDuA for <quic-issues@ietf.org>; Tue, 18 Sep 2018 14:05:17.192 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-7a54cd2.cp1-iad.github.net (Postfix) with ESMTP id 235B73412EE for <quic-issues@ietf.org>; Tue, 18 Sep 2018 07:05:17 -0700 (PDT)
Date: Tue, 18 Sep 2018 14:05:17 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4dc15e7011ecd78a7686c770ee1e318b1b6fd88a92cf0000000117b8c81d92a169ce14ddfaae@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1655/422406045@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1655@github.com>
References: <quicwg/base-drafts/issues/1655@github.com>
Subject: Re: [quicwg/base-drafts] Change packet types (#1655)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba1061d18af0_3ee53fe8f38d45c021888f"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0cSc1xbF87SMLGmv3oQBl/1GcRdqPIF+VYKz /JsnN9bqg1xkD/XsegCLXl4Ee2adKy3g9D8bTvvuZrVwJApj3xCo6cn4XIcrnLHDdHndbwiiYamf6y K4Sa8Jh08asvUJvq4VmkPDQLSZyCm+JWE42bMqqYb2nl4t/x4IU/gmWXFqeVFJqgnxrw3etaaJpO2s M=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/PRDvUgQ-VhR-yMxMdZWCn-NLO7o>
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, 18 Sep 2018 14:05:25 -0000

----==_mimepart_5ba1061d18af0_3ee53fe8f38d45c021888f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'll go through this tomorrow, but the short answer is that we need to balance this with the need to multiplex with RTP.  (The final equation we settled on was `t & 0xa0 != 0x80`, the c was an 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/issues/1655#issuecomment-422406045
----==_mimepart_5ba1061d18af0_3ee53fe8f38d45c021888f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'll go through this tomorrow, but the short answer is that we need to balance this with the need to multiplex with RTP.  (The final equation we settled on was <code>t &amp; 0xa0 != 0x80</code>, the c was an error.)</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/1655#issuecomment-422406045">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2d1NO5q8TU0WaG0bDwKHXiZlr-xks5ucP2dgaJpZM4V6yCG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7aKnE2Eoi9ZtTuBIpGGdGS7PxC9ks5ucP2dgaJpZM4V6yCG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1655: I'll go through this tomorrow, but the short answer is that we need to balance this with the need to multiplex with RTP.  (The final equation we settled on was `t \u0026 0xa0 != 0x80`, the c was an error.)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1655#issuecomment-422406045"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1655#issuecomment-422406045",
"url": "https://github.com/quicwg/base-drafts/issues/1655#issuecomment-422406045",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Change packet types (#1655)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1655,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1655\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1655#issuecomment-422406045"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 367730822\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba1061d18af0_3ee53fe8f38d45c021888f--


From nobody Tue Sep 18 07:07:50 2018
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 05D08130DD2 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:07:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 B1luhEWCsbaN for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:07:47 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A8A53130E10 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 07:07:47 -0700 (PDT)
Date: Tue, 18 Sep 2018 07:07:46 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537279666; bh=sUBxlA79WJhLFFuFO+zd0rd2d+dnfSv9WsA3LGmZ69Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XBLDx7m+JDEIFyLbT9zF6ezS7sdO+A85G1T6NK7A2VCof+jJsJ+vru6+qVlQVmv6n uKjBs9ZCPHXBjjsQvRpMzkk2gp/Ci6DMfWkdHhOiNrN7b8GJpRdm7LhVjmldtvVRFe SfpXQJB6mRfW/YLOJ2P9g34zUEi4nGZ66RuG+Zh4=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8309195f08a9657a74f74ebfe885b099b091f1f092cf0000000117b8c8b292a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/c422406879@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba106b2e0637_37ae3fef29ed45c4169613"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/T2sWsI6AD65FcZ4x_KYeeQwSVic>
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, 18 Sep 2018 14:07:49 -0000

----==_mimepart_5ba106b2e0637_37ae3fef29ed45c4169613
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0475e/Chdifaha.html

-- 
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/1763#issuecomment-422406879
----==_mimepart_5ba106b2e0637_37ae3fef29ed45c4169613
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0475e/Chdifaha.html" rel="nofollow">http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0475e/Chdifaha.html</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/1763#issuecomment-422406879">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3yrAHVo3Uhe9UTdVPf5kUtKWOyuks5ucP4ygaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1-hnQvMOa6_ER5c_37i9RlZbyHDks5ucP4ygaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1763: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0475e/Chdifaha.html"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422406879"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422406879",
"url": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422406879",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1763,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1763\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422406879"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba106b2e0637_37ae3fef29ed45c4169613--


From nobody Tue Sep 18 07:15:22 2018
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 05BD1130E1B for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:15:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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_hUEJPGQofu for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:15:19 -0700 (PDT)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BB075130DD2 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 07:15:19 -0700 (PDT)
Date: Tue, 18 Sep 2018 07:15:19 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537280119; bh=Sfp3MW/RWoLwl/effJBN5Z04pFcR0o+jwVythOKl9yw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oz+N+dq0Kpagteppo7h7eIJq/7OKZdPF7D6sTrLzVQ2MDv7RFHB4B4xm6bNMCVdoP 6jR519BGAI0+J7aArph+6ar03/NrNJ7QJNGFBEQbIuBi5MPyqVQF9TDdGeuQwrvsIq zrem0HuL1LJhGKs/XwEYkkMKE21nG/NpPozS0pkU=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7929afb12e35d12d9d029a2f0a38023b81ef780f92cf0000000117b8ca7792a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/c422409850@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba108772d2d6_474a3f9c1c0d45c4396442"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/j_ED_b8hslfFW1an8OTnXamqUF8>
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, 18 Sep 2018 14:15:21 -0000

----==_mimepart_5ba108772d2d6_474a3f9c1c0d45c4396442
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

http://ww1.microchip.com/downloads/en/AppNotes/doc0936.pdf

That is about 250 cycles per 16 bit division.

-- 
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/1763#issuecomment-422409850
----==_mimepart_5ba108772d2d6_474a3f9c1c0d45c4396442
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="http://ww1.microchip.com/downloads/en/AppNotes/doc0936.pdf" rel="nofollow">http://ww1.microchip.com/downloads/en/AppNotes/doc0936.pdf</a></p>
<p>That is about 250 cycles per 16 bit division.</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/1763#issuecomment-422409850">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxQb2Xg33nFvZp8QjYWMUbjH47Fnks5ucP_3gaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy3-2oR9DpelhU8wQyB_2heuZ6laks5ucP_3gaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1763: http://ww1.microchip.com/downloads/en/AppNotes/doc0936.pdf\r\n\r\nThat is about 250 cycles per 16 bit division."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422409850"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422409850",
"url": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422409850",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1763,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1763\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422409850"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba108772d2d6_474a3f9c1c0d45c4396442--


From nobody Tue Sep 18 07:16:32 2018
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 EC989130E1B for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:16:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.606
X-Spam-Level: 
X-Spam-Status: No, score=-6.606 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 5hG9YbU0rzq6 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:16:28 -0700 (PDT)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 51BB412777C for <quic-issues@ietf.org>; Tue, 18 Sep 2018 07:16:28 -0700 (PDT)
Date: Tue, 18 Sep 2018 07:16:27 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537280187; bh=LedLBYSzqED14jcKx6G5xa2ZzKBVPK92qzS3RxRtIl4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=T0z5V+i909GwMOzt2sS9z0vKfAQaojeVdNZ0pz9HDoOU5h+UB/wB5/8E1dy/Ku0aG 5Y3hKQsSrexVreQwS/VXJsOiHJmizN3GE7saUl7TF9EQNkqNupVCLZ7/o5kD4RTtSn RiqfUKjapeDO1Yzc1LxrFv7/1eA8wzV+XHP5qOO4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd32ef24532d6d7d84c12b638a1a44718cae6d5d092cf0000000117b8cabb92a169ce158601df@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1760/review/156389493@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1760@github.com>
References: <quicwg/base-drafts/pull/1760@github.com>
Subject: Re: [quicwg/base-drafts] Require QPACK implementations to handle 62 bit integers (#1760)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba108bb8b18d_6cf63fea4fed45bc29214"; 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/9_XOjZX8wDJLYXaD36dd5yVwAdU>
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, 18 Sep 2018 14:16:30 -0000

----==_mimepart_5ba108bb8b18d_6cf63fea4fed45bc29214
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/1760#pullrequestreview-156389493
----==_mimepart_5ba108bb8b18d_6cf63fea4fed45bc29214
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<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/1760#pullrequestreview-156389493">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq48OR6Bvzubo7k1xinB2ueIRG3odks5ucQA7gaJpZM4WtA9x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8wdSsJmcTrO705NBM9L19ahVhxAks5ucQA7gaJpZM4WtA9x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson approved #1760"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1760#pullrequestreview-156389493"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1760#pullrequestreview-156389493",
"url": "https://github.com/quicwg/base-drafts/pull/1760#pullrequestreview-156389493",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson approved 1760",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1760#pullrequestreview-156389493"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380899185\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba108bb8b18d_6cf63fea4fed45bc29214--


From nobody Tue Sep 18 07:19:18 2018
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 A9E8B130E27 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:19:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.392
X-Spam-Level: 
X-Spam-Status: No, score=-6.392 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 tFEEMvNcrpww for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:19:13 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9FC38130DD2 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 07:19:13 -0700 (PDT)
Date: Tue, 18 Sep 2018 07:19:12 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537280352; bh=C/NkE9qWMrIJNwpY8TYCJ5fr9hiVK9VYTbM9rgF+Lgc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=URCYbBHjBVVRjwxMsnTwZc0vdSkpE6jEl5MV0QamdevbYyQ3ZlWDBWhU2ZX2UVFH4 D+/qCUfXqYo15CqpY5Jny0+eORPFBTXpPuU3eNUrjGESdNFWbk5+q3TePCRVMK9MpE k5UueWn7HSwaLviw4M3X6e+/YgKD81kGjPbEglGI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb31b01890294ecc45e144695249f4890bc2889c792cf0000000117b8cb6092a163ce01d21ddc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/commit/b8c0e60a0ab3124111ec93977ca53a465148667b/30547420@github.com>
In-Reply-To: <quicwg/base-drafts/commit/b8c0e60a0ab3124111ec93977ca53a465148667b@github.com>
References: <quicwg/base-drafts/commit/b8c0e60a0ab3124111ec93977ca53a465148667b@github.com>
Subject: Re: [quicwg/base-drafts] s/does not/SHOULD NOT/ (b8c0e60)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba109607b549_4d703fdc0bcd45c02715bc"; 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/LZ-YLQiNNavxtJQSnguwXGoBRXc>
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, 18 Sep 2018 14:19:17 -0000

----==_mimepart_5ba109607b549_4d703fdc0bcd45c02715bc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Why SHOULD NOT?  Why would I choose one over the other?

-- 
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/commit/b8c0e60a0ab3124111ec93977ca53a465148667b#commitcomment-30547420
----==_mimepart_5ba109607b549_4d703fdc0bcd45c02715bc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Why SHOULD NOT?  Why would I choose one over the other?</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/commit/b8c0e60a0ab3124111ec93977ca53a465148667b#commitcomment-30547420">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzKC6-f1RZRyj-Na6RMsY1rOLL6Tks5ucQDggaJpZM4WuBs3">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9TJR20FNEZPbHoU4rK5ZtyMoAZ8ks5ucQDggaJpZM4WuBs3.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson on b8c0e60: Why SHOULD NOT?  Why would I choose one over the other?"}],"action":{"name":"View Commit","url":"https://github.com/quicwg/base-drafts/commit/b8c0e60a0ab3124111ec93977ca53a465148667b#commitcomment-30547420"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/commit/b8c0e60a0ab3124111ec93977ca53a465148667b#commitcomment-30547420",
"url": "https://github.com/quicwg/base-drafts/commit/b8c0e60a0ab3124111ec93977ca53a465148667b#commitcomment-30547420",
"name": "View Commit"
},
"description": "View this Commit on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ba109607b549_4d703fdc0bcd45c02715bc--


From nobody Tue Sep 18 07:19:53 2018
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 7CF50130E3C for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:19:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 HdZTHqRcrKYF for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:19:47 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D7403130E27 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 07:19:41 -0700 (PDT)
Date: Tue, 18 Sep 2018 07:19:39 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537280379; bh=bIArcESKKNb7vYp14l/0+GA6MRvZu8DYbfEvrIwPRXY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AsjAS23rEjKogQr6dhdxePEOsrgEdLININX3RfDsjzRRa5Sa6eJP8iecEgvFfeTma 37wE1++jTGsO0SmPNoxqDfT3iH7C2s64eJeFoNZP8y0uvig8+axIbkVXTSkFjR/nin ercGQ9cbZ/Txo219g16V29lmQOvnTMzdhXIuZHq8=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abecc39a088563fdf57e38bb48067be825101b096392cf0000000117b8cb7b92a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/c422411527@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba1097b4159c_2a893fe0704d45b4193732"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/j6j9VZBXF_gusT6wOStQMd4BRyc>
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, 18 Sep 2018 14:19:52 -0000

----==_mimepart_5ba1097b4159c_2a893fe0704d45b4193732
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Since one cannot *really* have a table full of 0 byte entries, you practically don't need even a MaxEntries/32 size ring buffer.  It's a nice memory optimization to allocate say only half that many entries, and resize it when needed.

-- 
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/1763#issuecomment-422411527
----==_mimepart_5ba1097b4159c_2a893fe0704d45b4193732
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Since one cannot <em>really</em> have a table full of 0 byte entries, you practically don't need even a MaxEntries/32 size ring buffer.  It's a nice memory optimization to allocate say only half that many entries, and resize it when needed.</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/1763#issuecomment-422411527">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyKTMvm03H_09RVCbDJxAIqdL_bDks5ucQD7gaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1XLqxcfXg-GZy5-is3E_F_w8___ks5ucQD7gaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind in #1763: Since one cannot *really* have a table full of 0 byte entries, you practically don't need even a MaxEntries/32 size ring buffer.  It's a nice memory optimization to allocate say only half that many entries, and resize it when needed."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422411527"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422411527",
"url": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422411527",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1763,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1763\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422411527"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba1097b4159c_2a893fe0704d45b4193732--


From nobody Tue Sep 18 07:22:02 2018
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 2E32D130E27 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:22:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 05B9u8cMUCgW for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:21:57 -0700 (PDT)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 81C52130DC1 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 07:21:56 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=d/6SGf2ORIMbSndAOcr1ErkI6NM=; b=Mr2ssh86qmR6ti/y iocssFkMwjJY90yVUrSZxrXv4XRZT7uWOOFkSgZi71M4VGmhcpbZ2bboDm/uT/E7 IJVsHd1OBRRXOfUXBI/SE8h6UTPhz4pc3WSRJOv5XYRhWdGqjzoZ3Na0IECCA8io Oeb9AWhzzuAoN+JatqfYJZTYC18=
Received: by filter0292p1iad2.sendgrid.net with SMTP id filter0292p1iad2-26738-5BA109FE-5 2018-09-18 14:21:50.042441204 +0000 UTC m=+1008832.130630389
Received: from github-lowworker-1f7e42f.cp1-iad.github.net (unknown [192.30.252.46]) by ismtpd0020p1iad2.sendgrid.net (SG) with ESMTP id oBP2nl_wQ3CeaJJz-YHKBw for <quic-issues@ietf.org>; Tue, 18 Sep 2018 14:21:50.018 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1f7e42f.cp1-iad.github.net (Postfix) with ESMTP id 008ABC00D6 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 07:21:50 -0700 (PDT)
Date: Tue, 18 Sep 2018 14:21:50 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab684c1b29ce0aa0fdc44a4064ff65083333a7f7c492cf0000000117b8cbfd92a169ce157c9253@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1747/422412337@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1747@github.com>
References: <quicwg/base-drafts/issues/1747@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: stream cancellation only required when max dynamic table size > 0 (#1747)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba109fde9805_27703f9cf04d45b4414372"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0J25A+FQEZtmkuWD0RdGLGrz0spdAhyWtyX7 0H6GzgVyGkSj0QHu1U/W2YGrzKHrjrbLehx8wITxw4evn+p/1CCghwndhRMGAjf1B+07aq8pF+/uhw X8MM6PetKKU95D4bxEqCLEePDaK5hZ50qqklbVk9OdxMMoupa7BrhFVw8NhnK9sFNgz8QdGzb07CK2 k=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Eh4nWQQHUQWMNdB5PPjXIp6jWeY>
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, 18 Sep 2018 14:22:00 -0000

----==_mimepart_5ba109fde9805_27703f9cf04d45b4414372
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

So the biggest problem here is for a generic implementation of the encoder where it now needs to handle the expectation of stream cancellation acknowledgment specially.  When I send a header block, I track the need for acknowledgment.  Creating the tracking in a way that is robust against that is tricky.

-- 
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/1747#issuecomment-422412337
----==_mimepart_5ba109fde9805_27703f9cf04d45b4414372
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>So the biggest problem here is for a generic implementation of the encod=
er where it now needs to handle the expectation of stream cancellation ackn=
owledgment specially.  When I send a header block, I track the need for ack=
nowledgment.  Creating the tracking in a way that is robust against that is=
 tricky.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/1747#issuecomment-422412337">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkqz4TDfqxdoraWT=
tr76DsjUwsgAw2ks5ucQF9gaJpZM4WqFwz">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq9z3vs8xS52nQgiwdGPCW4l2qQWtks5ucQF9ga=
JpZM4WqFwz.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #17=
47: So the biggest problem here is for a generic implementation of the enco=
der where it now needs to handle the expectation of stream cancellation ack=
nowledgment specially.  When I send a header block, I track the need for ac=
knowledgment.  Creating the tracking in a way that is robust against that i=
s tricky."}],"action":{"name":"View Issue","url":"https://github.com/quicwg=
/base-drafts/issues/1747#issuecomment-422412337"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-4=
22412337",
"url": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-4224=
12337",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: stream cancellation only required=
 when max dynamic table size \u003e 0 (#1747)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1747,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"qui=
cwg/base-drafts\",\n\"issueId\": 1747\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-4224=
12337"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380132403=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba109fde9805_27703f9cf04d45b4414372--


From nobody Tue Sep 18 07:34:56 2018
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 BFE59130E0C for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:34:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.392
X-Spam-Level: 
X-Spam-Status: No, score=-6.392 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 8l_f_G9ztyCf for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:34:52 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 318DB130DD2 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 07:34:52 -0700 (PDT)
Date: Tue, 18 Sep 2018 07:34:50 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537281290; bh=FBLkWSN3UvPcb1BuDobCH/8Du9V0B4K9nZxfLMgTur4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TlLUsGw9X5jF5ObBBA7on44aEolT2tm6KTMhCROg0Xy0l1NMCjyrvlyHa7HjVl4HT z5IjiCPTsjEjghsPr3WZ2+EO8DCdsbSUehaYpLfjqh8+9lGB74Ia7SHdKpXmhBhmZ6 Oj4gPEcoxy0+eI43Yt/H3vZj3QGloDJr6AF7cYng=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0cb999a92b938006f6f50fa235e6136fbfd4dbc792cf0000000117b8cf0a92a163ce01d21eb8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/commit/b8c0e60a0ab3124111ec93977ca53a465148667b/30547640@github.com>
In-Reply-To: <quicwg/base-drafts/commit/b8c0e60a0ab3124111ec93977ca53a465148667b@github.com>
References: <quicwg/base-drafts/commit/b8c0e60a0ab3124111ec93977ca53a465148667b@github.com>
Subject: Re: [quicwg/base-drafts] s/does not/SHOULD NOT/ (b8c0e60)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba10d0a6fdc8_6ca13fea4fed45bc121892"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/cgTnke51R5kt0z_lgVH3ploLS28>
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, 18 Sep 2018 14:34:55 -0000

----==_mimepart_5ba10d0a6fdc8_6ca13fea4fed45bc121892
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Are you asking for more text explaining this, or disagreeing that SHOULD NOT is the right choice?

-- 
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/commit/b8c0e60a0ab3124111ec93977ca53a465148667b#commitcomment-30547640
----==_mimepart_5ba10d0a6fdc8_6ca13fea4fed45bc121892
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Are you asking for more text explaining this, or disagreeing that SHOULD NOT is the right choice?</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/commit/b8c0e60a0ab3124111ec93977ca53a465148667b#commitcomment-30547640">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2PpM-sfBBaeNNeQWGlfbWOw28kPks5ucQSKgaJpZM4WuBs3">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6IxEB_tRG6b0OR-1KAhJvzXbkGuks5ucQSKgaJpZM4WuBs3.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind on b8c0e60: Are you asking for more text explaining this, or disagreeing that SHOULD NOT is the right choice?"}],"action":{"name":"View Commit","url":"https://github.com/quicwg/base-drafts/commit/b8c0e60a0ab3124111ec93977ca53a465148667b#commitcomment-30547640"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/commit/b8c0e60a0ab3124111ec93977ca53a465148667b#commitcomment-30547640",
"url": "https://github.com/quicwg/base-drafts/commit/b8c0e60a0ab3124111ec93977ca53a465148667b#commitcomment-30547640",
"name": "View Commit"
},
"description": "View this Commit on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ba10d0a6fdc8_6ca13fea4fed45bc121892--


From nobody Tue Sep 18 07:36:16 2018
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 C8C1A130E42 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:36:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 uVNZUvyZ6BlJ for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:36:12 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A20B9130E0C for <quic-issues@ietf.org>; Tue, 18 Sep 2018 07:36:11 -0700 (PDT)
Date: Tue, 18 Sep 2018 07:36:10 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537281370; bh=E+ZNtYo/5DgFbdFnW6cRGx3PDCB/syM6EzojKXKEkfo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kohjbdrLL/eAhmktZasgTx+jFCxmH8BwXgd8nN9T7jRTyOOsHqbFufee0WxredB3b 5DczJPxxRKZta7cJImMp4lxT7rSdtw6GciTocIR77dGpxp5FfajADNSstYEGjEd3r5 Szt5CY8GkjrI6RLZLpqjYaCM3Vei37abNPdw+4n0=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2aef578a9b5d15b495215d690970e8951eff2b3592cf0000000117b8cf5a92a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/c422418166@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba10d5a16b49_7df93fbe76ad45c027924f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/qOAdJvYQExsHezF-NfdCifICJYg>
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, 18 Sep 2018 14:36:14 -0000

----==_mimepart_5ba10d5a16b49_7df93fbe76ad45c027924f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@dtikhonov 
> You don't need an array that large, as you can only have 4096 / 32 = 128 entries. One can do with 128-element ring buffer.

Implementation-wise that's correct. OTOH, let me note that the table size needs to be 4096 / 16 = 256 entries spec-wise so that we do not have ambiguity in if the Largest Reference refers to an entry yet to be delivered.

@afrind 
> Since one cannot really have a table full of 0 byte entries, you practically don't need even a MaxEntries/32 size ring buffer. It's a nice memory optimization to allocate say only half that many entries, and resize it when needed.

That is true. The overhead is 25% compared to the size of the header table on 64-bit architectures assuming that the ring buffer is implemented as an array of pointers. I am not sure if that is a deal blocker, but it is certainly an overhead.

-- 
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/1763#issuecomment-422418166
----==_mimepart_5ba10d5a16b49_7df93fbe76ad45c027924f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"4528576" data-octo=
-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" h=
ref=3D"https://github.com/dtikhonov">@dtikhonov</a></p>
<blockquote>
<p>You don't need an array that large, as you can only have 4096 / 32 =3D=
 128 entries. One can do with 128-element ring buffer.</p>
</blockquote>
<p>Implementation-wise that's correct. OTOH, let me note that the table s=
ize needs to be 4096 / 16 =3D 256 entries spec-wise so that we do not hav=
e ambiguity in if the Largest Reference refers to an entry yet to be deli=
vered.</p>
<p><a class=3D"user-mention" data-hovercard-user-id=3D"8259689" data-octo=
-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" h=
ref=3D"https://github.com/afrind">@afrind</a></p>
<blockquote>
<p>Since one cannot really have a table full of 0 byte entries, you pract=
ically don't need even a MaxEntries/32 size ring buffer. It's a nice memo=
ry optimization to allocate say only half that many entries, and resize i=
t when needed.</p>
</blockquote>
<p>That is true. The overhead is 25% compared to the size of the header t=
able on 64-bit architectures assuming that the ring buffer is implemented=
 as an array of pointers. I am not sure if that is a deal blocker, but it=
 is certainly an overhead.</p>

<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/1763#issuecomment-422418166">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_aJQU=
9hcPDl45mvqQlYt0hMmRBmks5ucQTagaJpZM4WtE17">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq-pIF9c8pK9J_MWv54Vg-03imAwD=
ks5ucQTagaJpZM4WtE17.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1763: @dtikhonov \r\n\u003e You don't need an array that large, as=
 you can only have 4096 / 32 =3D 128 entries. One can do with 128-element=
 ring buffer.\r\n\r\nImplementation-wise that's correct. OTOH, let me not=
e that the table size needs to be 4096 / 16 =3D 256 entries spec-wise so =
that we do not have ambiguity in if the Largest Reference refers to an en=
try yet to be delivered.\r\n\r\n@afrind \r\n\u003e Since one cannot reall=
y have a table full of 0 byte entries, you practically don't need even a =
MaxEntries/32 size ring buffer. It's a nice memory optimization to alloca=
te say only half that many entries, and resize it when needed.\r\n\r\nTha=
t is true. The overhead is 25% compared to the size of the header table o=
n 64-bit architectures assuming that the ring buffer is implemented as an=
 array of pointers. I am not sure if that is a deal blocker, but it is ce=
rtainly an overhead."}],"action":{"name":"View Pull Request","url":"https=
://github.com/quicwg/base-drafts/pull/1763#issuecomment-422418166"}}}</sc=
ript>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-4=
22418166",
"url": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-4224=
18166",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo=
 MaxEntries (#1763)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1763,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1763\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-4224=
18166"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3809150=
67\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba10d5a16b49_7df93fbe76ad45c027924f--


From nobody Tue Sep 18 07:39:11 2018
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 C689C130DF7 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:39:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 pf5O7ZswO1Ei for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:39:07 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9928C130E0C for <quic-issues@ietf.org>; Tue, 18 Sep 2018 07:39:07 -0700 (PDT)
Date: Tue, 18 Sep 2018 07:39:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537281546; bh=blOO786J0OGeKZpki3M/MIYh1UMD39iSLTl+JFdejJM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=q/y3HIqehyGYaLdAiKcNL5xR0w1LiBCgxQDlaeGMTnDOItnCvU+UCUtZYPZdjxJZq qjo8ucrVwOKi5UcNZ67yd4H9L9RTPLzQT13GD2GmvHw7LRCM0RBljwZzbKz5ICXzRS WCszDaKoOVibhF/rbk47lXJdMA76tQbq/WE4trc0=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe013cd3cab4f66cbe1827b1889082f2372c7638392cf0000000117b8d00a92a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/c422419734@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba10e0a69224_4cca3fe2d2ad45b8584534"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
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/UPr54IlFr9VqOutn4WY3jB4_xKI>
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, 18 Sep 2018 14:39:10 -0000

----==_mimepart_5ba10e0a69224_4cca3fe2d2ad45b8584534
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho, yes, one needs a boolean flag in addition to the array of `MaxEntries` in size.  The benefit of having an array of exactly `MaxEntries` long is that it can serve a second purpose: storing lists of blocked headers at exactly the point when they would become unblocked.  This eliminates the need to store the blocked headers in a more involved data structure such as min-heap.

-- 
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/1763#issuecomment-422419734
----==_mimepart_5ba10e0a69224_4cca3fe2d2ad45b8584534
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"41567" data-octo-c=
lick=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" hre=
f=3D"https://github.com/kazuho">@kazuho</a>, yes, one needs a boolean fla=
g in addition to the array of <code>MaxEntries</code> in size.  The benef=
it of having an array of exactly <code>MaxEntries</code> long is that it =
can serve a second purpose: storing lists of blocked headers at exactly t=
he point when they would become unblocked.  This eliminates the need to s=
tore the blocked headers in a more involved data structure such as min-he=
ap.</p>

<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/1763#issuecomment-422419734">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-XBDp=
D41zb0vbPhxSRI6zqaZYfgks5ucQWKgaJpZM4WtE17">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqwj5dXxITdiHWJSznpLLAqOaCvTf=
ks5ucQWKgaJpZM4WtE17.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtik=
honov in #1763: @kazuho, yes, one needs a boolean flag in addition to the=
 array of `MaxEntries` in size.  The benefit of having an array of exactl=
y `MaxEntries` long is that it can serve a second purpose: storing lists =
of blocked headers at exactly the point when they would become unblocked.=
  This eliminates the need to store the blocked headers in a more involve=
d data structure such as min-heap."}],"action":{"name":"View Pull Request=
","url":"https://github.com/quicwg/base-drafts/pull/1763#issuecomment-422=
419734"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-4=
22419734",
"url": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-4224=
19734",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo=
 MaxEntries (#1763)",
"sections": [
{
"text": "",
"activityTitle": "**Dmitri Tikhonov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@dtikhonov",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1763,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1763\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#issuecomment-4224=
19734"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3809150=
67\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba10e0a69224_4cca3fe2d2ad45b8584534--


From nobody Tue Sep 18 07:41:52 2018
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 5C9EE130E0C for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:41:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 5k8UAqkueJ09 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 07:41:49 -0700 (PDT)
Received: from o6.sgmail.github.com (o6.sgmail.github.com [192.254.113.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D1286130DF7 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 07:41:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=zQIL+qo8Fqvv8vjjUk+2soJluzE=; b=gKiCHaRNqyw6Olfl vg9dMi3jXH4y9vdpWbtY/HWnUPDB/URaU19c+6cJMjn4dmWkqALT4tftDC7Di6fA NmFv9HpesJ7xjFjysyzAjwB1gKorqeDUxSw/t7ymrE98UOEqw1qxe0cEQgG5PKz/ DDxiTC6JlgjoHb0Jkud7mva1lY8=
Received: by filter0440p1iad2.sendgrid.net with SMTP id filter0440p1iad2-25874-5BA10EA9-24 2018-09-18 14:41:45.643499238 +0000 UTC m=+1009827.940275273
Received: from github-lowworker-39ccb07.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id 1eLM-bAgRi6Mj3cxddOp7Q for <quic-issues@ietf.org>; Tue, 18 Sep 2018 14:41:45.482 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-39ccb07.cp1-iad.github.net (Postfix) with ESMTP id 72297400A1E for <quic-issues@ietf.org>; Tue, 18 Sep 2018 07:41:45 -0700 (PDT)
Date: Tue, 18 Sep 2018 14:41:45 +0000 (UTC)
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6f20f08539c1d2ca9fd093410aa878250c4a907092cf0000000117b8d0a992a169ce157c9253@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1747/422420779@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1747@github.com>
References: <quicwg/base-drafts/issues/1747@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: stream cancellation only required when max dynamic table size > 0 (#1747)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba10ea967dfe_3d63fa5332d45c051174a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1XTyP8Yj8PcV2PFGlAQjXGZ8xpc8RZNcpDzz vlSxC79offyG4N0TuZVuQYXp3K/v8sixKCR6TCZ+xB6Q6OAgpCwtnyu1BQQWpZ45Mlr1jBmTxIP5Dw ZV3ue8uX2bIJYP04vLyaEXnadANFbbGaCdQ/jxR13Nr/2PrBkiWm6+OEo2ZmNDOB6hu1bFYbFbKvKX o=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/P_CZ0NwrBSDi8zOBLLaZzGZ29BY>
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, 18 Sep 2018 14:41:51 -0000

----==_mimepart_5ba10ea967dfe_3d63fa5332d45c051174a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@afrind 
> my reasoning here was exactly to allow for simpler implementations that do not implement a dynamic table.

:+1:

> I hadn't thought about not opening the streams, but I'm not sure it really matters - nothing will ever be sent on them so you can effectively ignore them.

The issue is the additional state. You need to accept the creation of the decoder stream and you cannot reset it. For memory constrained devices, we could have QUIC stacks that support only a small number of currently operating streams. Spending one stream for transmitting nothing would be an overhead.

-- 
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/1747#issuecomment-422420779
----==_mimepart_5ba10ea967dfe_3d63fa5332d45c051174a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"8259689" data-octo-c=
lick=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" href=
=3D"https://github.com/afrind">@afrind</a></p>
<blockquote>
<p>my reasoning here was exactly to allow for simpler implementations that =
do not implement a dynamic table.</p>
</blockquote>
<p><g-emoji class=3D"g-emoji" alias=3D"+1" fallback-src=3D"https://assets-c=
dn.github.com/images/icons/emoji/unicode/1f44d.png">=F0=9F=91=8D</g-emoji><=
/p>
<blockquote>
<p>I hadn't thought about not opening the streams, but I'm not sure it real=
ly matters - nothing will ever be sent on them so you can effectively ignor=
e them.</p>
</blockquote>
<p>The issue is the additional state. You need to accept the creation of th=
e decoder stream and you cannot reset it. For memory constrained devices, w=
e could have QUIC stacks that support only a small number of currently oper=
ating streams. Spending one stream for transmitting nothing would be an ove=
rhead.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/1747#issuecomment-422420779">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-wOHlMMGg19UP=
Bdjwb0ntZNX9zTks5ucQYpgaJpZM4WqFwz">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq8glt3XF7tJRyhhgg1tltdXlgsPSks5ucQYpga=
JpZM4WqFwz.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #1747: @af=
rind \r\n\u003e my reasoning here was exactly to allow for simpler implemen=
tations that do not implement a dynamic table.\r\n\r\n:+1:\r\n\r\n\u003e I =
hadn't thought about not opening the streams, but I'm not sure it really ma=
tters - nothing will ever be sent on them so you can effectively ignore the=
m.\r\n\r\nThe issue is the additional state. You need to accept the creatio=
n of the decoder stream and you cannot reset it. For memory constrained dev=
ices, we could have QUIC stacks that support only a small number of current=
ly operating streams. Spending one stream for transmitting nothing would be=
 an overhead."}],"action":{"name":"View Issue","url":"https://github.com/qu=
icwg/base-drafts/issues/1747#issuecomment-422420779"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-4=
22420779",
"url": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-4224=
20779",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: stream cancellation only required=
 when max dynamic table size \u003e 0 (#1747)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1747,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"qui=
cwg/base-drafts\",\n\"issueId\": 1747\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-4224=
20779"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380132403=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba10ea967dfe_3d63fa5332d45c051174a--


From nobody Tue Sep 18 08:10:22 2018
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 9916812D7F8 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 08:10:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Xcfr_-qxkWbY for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 08:10:18 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E54B5130E4D for <quic-issues@ietf.org>; Tue, 18 Sep 2018 08:10:17 -0700 (PDT)
Date: Tue, 18 Sep 2018 08:10:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537283416; bh=lcs2H6tSdrgt1SgDIdL3eUiZuEW0FOMoT8HV39lXEbQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=X+jEfFDF2Gl2um9H4t8pWMtezDqJCwDpzxVntPxiAs9DCzt2FeZsdJ5DIGoDV1LPb f7SKEwGg/fCPvlqJmoXWm1/ZHAs43Jo5QRX1BB9HJhVZRQnpMzd2dBLepuDOmLeS4q RuIA4y4lF2XBNCznYDC0EY3/at16wGv8hjvCOAnM=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab16207c2055a572de71c3cd63cfec79ac1be1974892cf0000000117b8d75892a169ce1589cd31@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1764@github.com>
Subject: [quicwg/base-drafts] Handshake Flow Control can result in hung connections (#1764)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba11558b6db3_587e3fc8574d45b8166954"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/cIxVM4za-Lc_UYeWE4lzZy9mIew>
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, 18 Sep 2018 15:10:21 -0000

----==_mimepart_5ba11558b6db3_587e3fc8574d45b8166954
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Section 4.7 of the handshake draft states:

>    Servers MUST NOT send more than three datagrams including Initial and
>    Handshake packets without receiving a packet from a verified source
>    address.  Source addresses can be verified through an address
>    validation token (delivered via a Retry packet or a NEW_TOKEN frame)
>    or by receiving any message from the client encrypted using the
>    Handshake keys.

As written, there are two scenarios where no one can transmit. If the client successfully sends the initial ACK to the server, and *either* the server's handshake flight or the client's handshake acks are lost, then (1) the client has nothing to do, and (2) the server does not have the flow control credit to retransmit the lost packets.

It would be nice to minimize the resource and amplification implications for the server. Ekr proposed the following conditions that apply when the path has not been verified:
1) The client initial must be padded to 1200 bytes, as today.
2) The client must retransmit its initial until it has a Handshake Crypto frame to send (i.e. it has received the entire server's first flight.)
3) Until the server gets an hs pkt (the path has been verified), it only retransmits in response to the Client Initial; this response is all server packets that have not been acked. With no retransmissions, the server will need to have some kind of timer to clean up the state if the connection is dead.

There are many other ways to solve this problem; this is an example.

-- 
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/1764
----==_mimepart_5ba11558b6db3_587e3fc8574d45b8166954
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Section 4.7 of the handshake draft states:</p>
<blockquote>
<p>Servers MUST NOT send more than three datagrams including Initial and<br>
Handshake packets without receiving a packet from a verified source<br>
address.  Source addresses can be verified through an address<br>
validation token (delivered via a Retry packet or a NEW_TOKEN frame)<br>
or by receiving any message from the client encrypted using the<br>
Handshake keys.</p>
</blockquote>
<p>As written, there are two scenarios where no one can transmit. If the client successfully sends the initial ACK to the server, and <em>either</em> the server's handshake flight or the client's handshake acks are lost, then (1) the client has nothing to do, and (2) the server does not have the flow control credit to retransmit the lost packets.</p>
<p>It would be nice to minimize the resource and amplification implications for the server. Ekr proposed the following conditions that apply when the path has not been verified:</p>
<ol>
<li>The client initial must be padded to 1200 bytes, as today.</li>
<li>The client must retransmit its initial until it has a Handshake Crypto frame to send (i.e. it has received the entire server's first flight.)</li>
<li>Until the server gets an hs pkt (the path has been verified), it only retransmits in response to the Client Initial; this response is all server packets that have not been acked. With no retransmissions, the server will need to have some kind of timer to clean up the state if the connection is dead.</li>
</ol>
<p>There are many other ways to solve this problem; this is an example.</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/1764">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzkqxaixrqB7M1V5Gx7knxBEPVrpks5ucQzYgaJpZM4WuJKV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7E2-Ms1PPFhhIxZp8Fih7FJA0sgks5ucQzYgaJpZM4WuJKV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Handshake Flow Control can result in hung connections (#1764)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1764"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1764",
"url": "https://github.com/quicwg/base-drafts/issues/1764",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Handshake Flow Control can result in hung connections (#1764)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1764
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1764,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1764\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1764"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381194901\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba11558b6db3_587e3fc8574d45b8166954--


From nobody Tue Sep 18 08:46:37 2018
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 26DC4128CFD for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 08:46:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 9SaqkFau2gnt for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 08:46:33 -0700 (PDT)
Received: from o6.sgmail.github.com (o6.sgmail.github.com [192.254.113.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9BE1F130DE6 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 08:46:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=9fHzK/K6i92TtSgUHtpH+zXRV+0=; b=tUy00q0W+UXaUE+a s44gZd72ERtMkmwW0ZcieFhvQ48NeY0QWcQKtOiGJMIRf1CLZDM8S6AhjG6K0v3D l6Z8wy86UEWBWxzU2emNj3DckVGHCVJOq8UPlZb15iLt8NRWoqZzeBcQBBNQyZ31 V8/7gNyUS5LqzCzOKZcc5itkwWw=
Received: by filter0215p1iad2.sendgrid.net with SMTP id filter0215p1iad2-24525-5BA11DD7-12 2018-09-18 15:46:31.830047509 +0000 UTC m=+1013546.748948486
Received: from github-lowworker-e51511d.cp1-iad.github.net (unknown [192.30.252.34]) by ismtpd0050p1mdw1.sendgrid.net (SG) with ESMTP id 5RpXONTdRLmjjfzbT9SFuw for <quic-issues@ietf.org>; Tue, 18 Sep 2018 15:46:31.029 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e51511d.cp1-iad.github.net (Postfix) with ESMTP id AB89A8006A for <quic-issues@ietf.org>; Tue, 18 Sep 2018 08:46:30 -0700 (PDT)
Date: Tue, 18 Sep 2018 15:46:32 +0000 (UTC)
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab44d80db6be2ac8fb814e07a0af9d65d5e1224a9992cf0000000117b8dfd692a169ce158a0a4f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1765@github.com>
Subject: [quicwg/base-drafts] Optional Idle Timeout (#1765)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba11dd6a6576_26423ff7cacd45b845992b"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0Ddjr17dvsBR7cVqFbvcRGXTp/fCE+1jpmQQ n7BGDhZKN0P+oIbnHNAZkQp4Ofr6CJi0/w9nVOwVCz2UiWQLkvJMcCmNuWiwIXbIMC4ZreiO4t9kxu 8e8qa0rQfO5wQqfkRmdxgxuNl677l2254gO2DaWZEKcEBvLAAnpSLzqHjNae3N9fx7QHT8hUURl6Mu 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ZUKpS-ACYTQAdWFoxGq1ilen2zg>
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, 18 Sep 2018 15:46:36 -0000

----==_mimepart_5ba11dd6a6576_26423ff7cacd45b845992b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Idle timeout is currently the last required transport parameter. This makes the parameter optional, defaulting to 0 or disabled if not present. It also removes the 10 minute maximum value. For other non-http protocols over QUIC, a 10 minute max doesn't really make sense.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1765

-- Commit Summary --

  * Make Idle Timeout Optional

-- File Changes --

    M draft-ietf-quic-transport.md (22)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1765.patch
https://github.com/quicwg/base-drafts/pull/1765.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/1765

----==_mimepart_5ba11dd6a6576_26423ff7cacd45b845992b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Idle timeout is currently the last required transport parameter. This makes the parameter optional, defaulting to 0 or disabled if not present. It also removes the 10 minute maximum value. For other non-http protocols over QUIC, a 10 minute max doesn't really make sense.</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/1765'>https://github.com/quicwg/base-drafts/pull/1765</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Make Idle Timeout Optional</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1765/files#diff-0">draft-ietf-quic-transport.md</a>
    (22)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1765.patch'>https://github.com/quicwg/base-drafts/pull/1765.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1765.diff'>https://github.com/quicwg/base-drafts/pull/1765.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/1765">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4u2oDn96DN--idkWLl0Hcf-PnoMks5ucRVWgaJpZM4WuN2U">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-oPDe_H4Nd3p8wNAzSOQfB_2mdnks5ucRVWgaJpZM4WuN2U.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Optional Idle Timeout (#1765)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1765"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1765",
"url": "https://github.com/quicwg/base-drafts/pull/1765",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Optional Idle Timeout (#1765)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "55065ba",
"value": "Make Idle Timeout Optional"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1765/files#diff-0) (22 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1765,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1765\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1765"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1765.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1765.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381214100\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba11dd6a6576_26423ff7cacd45b845992b--


From nobody Tue Sep 18 09:11:28 2018
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 12888130E53 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:11:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 jhFJ78ABT8YF for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:11:25 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4DAB0130E14 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 09:11:25 -0700 (PDT)
Date: Tue, 18 Sep 2018 09:11:24 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537287084; bh=Xl8n3CY1Oj/YbrfSrdAOIRGUfwEGlOkqPN2L9M6N+4k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AEi0ctqaxOfOS+6ZTqXouxagntK/37fhgsSA9xQhLcaX2yEPdCVz7B5vtNxzLNwwI Q+CiNSC1ddhPxzQsQBmY5ZM9ODV43jX0u58uLLXiPNlO/Ta4z46pQbzqTh1VX2Q3qd ZjppYoeA9PeL4GHakm83JBBUkWGa5m5jQRVPiH1w=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab96ca7e59eb7193fdf4bf311963dddba804701ccb92cf0000000117b8e5ac92a169ce13459be3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1355/review/156447440@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1355@github.com>
References: <quicwg/base-drafts/pull/1355@github.com>
Subject: Re: [quicwg/base-drafts] QPACK:  Updated Static Table (#1355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba123ac594c_3e293fb1294d45bc662281"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/vgRVLeDQUZTnyr0NnbHYxm0w5G0>
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, 18 Sep 2018 16:11:27 -0000

----==_mimepart_5ba123ac594c_3e293fb1294d45bc662281
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mnot commented on this pull request.



> @@ -1004,6 +1002,119 @@ Description:
 
 --- back
 
+# Static Table
+
+| Index | Name                             | Value                                                 |
+| ----- | -------------------------------- | ----------------------------------------------------- |
+| 0     | :authority                       |                                                       |
+| 1     | :path                            | /                                                     |
+| 2     | age                              | 0                                                     |

Seems pretty low-value; will never appear in a request, and it's just three letters.

-- 
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/1355#pullrequestreview-156447440
----==_mimepart_5ba123ac594c_3e293fb1294d45bc662281
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mnot</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1355#discussion_r218496254">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1004,6 +1002,119 @@ Description:
 
 --- back
 
+# Static Table
+
+| Index | Name                             | Value                                                 |
+| ----- | -------------------------------- | ----------------------------------------------------- |
+| 0     | :authority                       |                                                       |
+| 1     | :path                            | /                                                     |
+| 2     | age                              | 0                                                     |
</pre>
<p>Seems pretty low-value; will never appear in a request, and it's just three letters.</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/1355#pullrequestreview-156447440">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6vvt438snRYoF0jh21uJNp3uzqqks5ucRssgaJpZM4UACSn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5CDXeva9aozRJ-zx9BDPcvwGT2Xks5ucRssgaJpZM4UACSn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot commented on #1355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156447440"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156447440",
"url": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156447440",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mnot commented on 1355",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156447440"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 335553703\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba123ac594c_3e293fb1294d45bc662281--


From nobody Tue Sep 18 09:12:12 2018
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 28EA1130E3B for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:12:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 mT9MWXjvTfcL for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:12:08 -0700 (PDT)
Received: from o6.sgmail.github.com (o6.sgmail.github.com [192.254.113.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 16719130E14 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 09:12:08 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=SfmOEaU4n0J+qf7bQ3p+I7OJMl0=; b=IrkOJkNEaCZuKvaN zyPK7gPKh9asrkufALLNtB63DjEBLi7Mws9QmY80itHaNhQLLjFgHzpKHgoW6Ghn R8mjvCwnue6JnPZEtR+RLQ4DH3z4lydq8Vw9d4h2wiUCeVEpDR4qashmp4rZvO2c sodXE6kvDfLL/IfChsROlN9bs4E=
Received: by filter1170p1las1.sendgrid.net with SMTP id filter1170p1las1-15823-5BA123CF-13 2018-09-18 16:11:59.363451902 +0000 UTC m=+409431.143093859
Received: from github-lowworker-c7d2ff2.cp1-iad.github.net (unknown [192.30.252.32]) by ismtpd0010p1iad2.sendgrid.net (SG) with ESMTP id 6idqqRVYT2ioJ9svVhhKaw for <quic-issues@ietf.org>; Tue, 18 Sep 2018 16:11:59.302 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-c7d2ff2.cp1-iad.github.net (Postfix) with ESMTP id 40C0C4C027F for <quic-issues@ietf.org>; Tue, 18 Sep 2018 09:11:59 -0700 (PDT)
Date: Tue, 18 Sep 2018 16:11:59 +0000 (UTC)
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8045d9043cf0ee5a7598a5dc633db52bdb0eb14a92cf0000000117b8e5cf92a169ce13459be3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1355/review/156447651@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1355@github.com>
References: <quicwg/base-drafts/pull/1355@github.com>
Subject: Re: [quicwg/base-drafts] QPACK:  Updated Static Table (#1355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba123cf3b8d4_2ebc3fea514d45c43168f2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2MOCULMj9zyPcjx5Wo/94r1r2bIkECuZoaro C++bkB1cLutLckW5Aw/eSOSAQQXUeUS9WCk5ekXuYPVF6UplYVAdUN4kHtWuuhhnF2pJoFnklpgE7k mM/+ciUfgEORMGnZx4IUJmg+b4HnIPXIvLPfC7Uf41o6B7V8j+GMoilfcEJlgMeUCdIl1NkoDCRBBc s=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/qvKgIFmszgHeLtNTKltQkotnBRE>
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, 18 Sep 2018 16:12:10 -0000

----==_mimepart_5ba123cf3b8d4_2ebc3fea514d45c43168f2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mnot commented on this pull request.



> +| 12    | location                         |                                                       |
+| 13    | referer                          |                                                       |
+| 14    | set-cookie                       |                                                       |
+| 15    | :method                          | CONNECT                                               |
+| 16    | :method                          | DELETE                                                |
+| 17    | :method                          | GET                                                   |
+| 18    | :method                          | HEAD                                                  |
+| 19    | :method                          | OPTIONS                                               |
+| 20    | :method                          | POST                                                  |
+| 21    | :method                          | PUT                                                   |
+| 22    | :scheme                          | http                                                  |
+| 23    | :scheme                          | https                                                 |
+| 24    | :status                          | 200                                                   |
+| 25    | :status                          | 304                                                   |
+| 26    | accept                           | */*                                                   |
+| 27    | accept                           | application/dns-message                               |

Seriously?

-- 
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/1355#pullrequestreview-156447651
----==_mimepart_5ba123cf3b8d4_2ebc3fea514d45c43168f2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mnot</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1355#discussion_r218496417">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; +| 12    | location                         |                                                       |
+| 13    | referer                          |                                                       |
+| 14    | set-cookie                       |                                                       |
+| 15    | :method                          | CONNECT                                               |
+| 16    | :method                          | DELETE                                                |
+| 17    | :method                          | GET                                                   |
+| 18    | :method                          | HEAD                                                  |
+| 19    | :method                          | OPTIONS                                               |
+| 20    | :method                          | POST                                                  |
+| 21    | :method                          | PUT                                                   |
+| 22    | :scheme                          | http                                                  |
+| 23    | :scheme                          | https                                                 |
+| 24    | :status                          | 200                                                   |
+| 25    | :status                          | 304                                                   |
+| 26    | accept                           | */*                                                   |
+| 27    | accept                           | application/dns-message                               |
</pre>
<p>Seriously?</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/1355#pullrequestreview-156447651">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5Va6jRBcCmJMB2mMTPBnO-gI_Rpks5ucRtPgaJpZM4UACSn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4FaVH7_D8qYvWIAMQvXuMQah0eNks5ucRtPgaJpZM4UACSn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot commented on #1355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156447651"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156447651",
"url": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156447651",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mnot commented on 1355",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156447651"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 335553703\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba123cf3b8d4_2ebc3fea514d45c43168f2--


From nobody Tue Sep 18 09:13:01 2018
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 638C5130E44 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:12:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 GqavWawGwpaO for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:12:58 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C7054130E3B for <quic-issues@ietf.org>; Tue, 18 Sep 2018 09:12:57 -0700 (PDT)
Date: Tue, 18 Sep 2018 09:12:57 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537287177; bh=Nw5RIfbRXhW72madpunWE4Kkdfo57wHTbFyEOXGy6gc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1AdyusWciCf8mModAXtaeCA3IP+gMF5TwgLCfGvGdyYXEcY/YW7mmSIAG7+hxHlbc S98FPNa9lMv2Mq7m5guOj3U9KYi9K2LYUFVUREFheMWKd5iEpQ2DJIwj9NFRJPODR+ kjyKe7k3TSSHKJ5w1/uvHkKNtiBTqN7VSow/tDK8=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab317744d358cfa16fd57b4b2fa567f1621631df3292cf0000000117b8e60892a169ce13459be3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1355/review/156448081@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1355@github.com>
References: <quicwg/base-drafts/pull/1355@github.com>
Subject: Re: [quicwg/base-drafts] QPACK:  Updated Static Table (#1355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba12409250a_59f43ffdf22d45bc12157ed"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/ltcKrYImYaqSD1h8hnK3tFcjds0>
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, 18 Sep 2018 16:12:59 -0000

----==_mimepart_5ba12409250a_59f43ffdf22d45bc12157ed
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mnot commented on this pull request.



> +| 20    | :method                          | POST                                                  |
+| 21    | :method                          | PUT                                                   |
+| 22    | :scheme                          | http                                                  |
+| 23    | :scheme                          | https                                                 |
+| 24    | :status                          | 200                                                   |
+| 25    | :status                          | 304                                                   |
+| 26    | accept                           | */*                                                   |
+| 27    | accept                           | application/dns-message                               |
+| 28    | accept-encoding                  | gzip, deflate, br                                     |
+| 29    | accept-language                  |                                                       |
+| 30    | authorization                    |                                                       |
+| 31    | cache-control                    | max-age=0                                             |
+| 32    | cache-control                    | max-age=604800                                        |
+| 33    | cache-control                    | max-age=2592000                                       |
+| 34    | cache-control                    | no-cache                                              |
+| 35    | cache-control                    | no-cache, no-store, must-revalidate                   |

this has equivalent semantics to 'no-store'. I know some variation on this is common practice, but it's bad practice, and I doubt that there's enough convergence on this particular spelling to make the codification of that bad practice worthwhile. Just do `no-store`.

-- 
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/1355#pullrequestreview-156448081
----==_mimepart_5ba12409250a_59f43ffdf22d45bc12157ed
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mnot</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1355#discussion_r218496795">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; +| 20    | :method                          | POST                                                  |
+| 21    | :method                          | PUT                                                   |
+| 22    | :scheme                          | http                                                  |
+| 23    | :scheme                          | https                                                 |
+| 24    | :status                          | 200                                                   |
+| 25    | :status                          | 304                                                   |
+| 26    | accept                           | */*                                                   |
+| 27    | accept                           | application/dns-message                               |
+| 28    | accept-encoding                  | gzip, deflate, br                                     |
+| 29    | accept-language                  |                                                       |
+| 30    | authorization                    |                                                       |
+| 31    | cache-control                    | max-age=0                                             |
+| 32    | cache-control                    | max-age=604800                                        |
+| 33    | cache-control                    | max-age=2592000                                       |
+| 34    | cache-control                    | no-cache                                              |
+| 35    | cache-control                    | no-cache, no-store, must-revalidate                   |
</pre>
<p>this has equivalent semantics to 'no-store'. I know some variation on this is common practice, but it's bad practice, and I doubt that there's enough convergence on this particular spelling to make the codification of that bad practice worthwhile. Just do <code>no-store</code>.</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/1355#pullrequestreview-156448081">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3IJTXM9kBvo7NO4ddNGfcMDnXECks5ucRuJgaJpZM4UACSn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8p24EchaA3SDxJvD787CEI1VPl_ks5ucRuJgaJpZM4UACSn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot commented on #1355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156448081"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156448081",
"url": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156448081",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mnot commented on 1355",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156448081"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 335553703\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba12409250a_59f43ffdf22d45bc12157ed--


From nobody Tue Sep 18 09:14:09 2018
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 C5A0E130E3B for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:14:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 BYhRE8jDyf2d for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:14:05 -0700 (PDT)
Received: from o11.sgmail.github.com (o11.sgmail.github.com [167.89.101.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 78F06130DE9 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 09:14:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=KFp+23vrs3RfcrhBu6HnLbmYKyY=; b=HSmCmPo0hgHKGAHd ps7W/xxYM+FR18TqvBfZP6pM+TvHkYegI35s9KWKFJCeTgubsQl9S9dizjkVJ07i gc58L+vOlIL31DoK0pHpkPP9d/TTRMPKayDU9gVeR0h6gwy5HpvYhseIQmYozpcu dta3hhCtJtjoZSE76yAYrtuWhnY=
Received: by filter0619p1iad2.sendgrid.net with SMTP id filter0619p1iad2-14144-5BA1244B-42 2018-09-18 16:14:03.787324794 +0000 UTC m=+536301.080374638
Received: from github-lowworker-dcd58f3.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0003p1iad2.sendgrid.net (SG) with ESMTP id MYi0cxoIQCqsF9OlqwoY4A for <quic-issues@ietf.org>; Tue, 18 Sep 2018 16:14:03.767 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcd58f3.cp1-iad.github.net (Postfix) with ESMTP id B7CE82412C5 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 09:14:03 -0700 (PDT)
Date: Tue, 18 Sep 2018 16:14:03 +0000 (UTC)
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1b2231c23c1986717f40dba885baf70641ee6a1692cf0000000117b8e64b92a169ce13459be3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1355/review/156448380@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1355@github.com>
References: <quicwg/base-drafts/pull/1355@github.com>
Subject: Re: [quicwg/base-drafts] QPACK:  Updated Static Table (#1355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba1244bb45de_1d693fe3744d45bc1038514"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0ELc8SMJtVfvYLFD71+Gq+gweMswEF2t5Tw5 uZgctsQLsC2pM4vy6Rh2YksLvQL4O7UkLyo7CLMVfFNp7fOCKVYGiN+tXbbqntgUp7NT8UyX16+mw5 we5rGt14lptJc07N4j68QzV5GFckQ7Bw27BD9ZK3P+KPouZbGD01U6PBhxAxAZau+EbljBd0aLSM8+ I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SHl_i-YyHNk9U7o9ib62tnlr-oQ>
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, 18 Sep 2018 16:14:08 -0000

----==_mimepart_5ba1244bb45de_1d693fe3744d45bc1038514
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mnot commented on this pull request.



> +| 46    | content-type                     | image/png                                             |
+| 47    | content-type                     | text/css                                              |
+| 48    | content-type                     | text/html; charset=utf-8                              |
+| 49    | content-type                     | text/javascript                                       |
+| 50    | content-type                     | text/javascript; charset=utf-8                        |
+| 51    | content-type                     | text/plain                                            |
+| 52    | content-type                     | text/plain;charset=utf-8                              |
+| 53    | range                            | bytes=0-                                              |
+| 54    | server                           |                                                       |
+| 55    | strict-transport-security        | max-age=10886400; includesubdomains; preload          |
+| 56    | strict-transport-security        | max-age=31536000                                      |
+| 57    | strict-transport-security        | max-age=31536000; includesubdomains                   |
+| 58    | strict-transport-security        | max-age=31536000; includesubdomains; preload          |
+| 59    | user-agent                       |                                                       |
+| 60    | vary                             | accept-encoding                                       |
+| 61    | vary                             | accept-encoding, user-agent                           |

This is actively bad practice; it should not be encouraged.

-- 
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/1355#pullrequestreview-156448380
----==_mimepart_5ba1244bb45de_1d693fe3744d45bc1038514
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mnot</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1355#discussion_r218497037">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; +| 46    | content-type                     | image/png                                             |
+| 47    | content-type                     | text/css                                              |
+| 48    | content-type                     | text/html; charset=utf-8                              |
+| 49    | content-type                     | text/javascript                                       |
+| 50    | content-type                     | text/javascript; charset=utf-8                        |
+| 51    | content-type                     | text/plain                                            |
+| 52    | content-type                     | text/plain;charset=utf-8                              |
+| 53    | range                            | bytes=0-                                              |
+| 54    | server                           |                                                       |
+| 55    | strict-transport-security        | max-age=10886400; includesubdomains; preload          |
+| 56    | strict-transport-security        | max-age=31536000                                      |
+| 57    | strict-transport-security        | max-age=31536000; includesubdomains                   |
+| 58    | strict-transport-security        | max-age=31536000; includesubdomains; preload          |
+| 59    | user-agent                       |                                                       |
+| 60    | vary                             | accept-encoding                                       |
+| 61    | vary                             | accept-encoding, user-agent                           |
</pre>
<p>This is actively bad practice; it should not be encouraged.</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/1355#pullrequestreview-156448380">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5NP6qFMoswuAn79JoEbw8SCy8vOks5ucRvLgaJpZM4UACSn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9x2TSD2_bowdyNyvlhWvxrCPSeYks5ucRvLgaJpZM4UACSn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot commented on #1355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156448380"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156448380",
"url": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156448380",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mnot commented on 1355",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156448380"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 335553703\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba1244bb45de_1d693fe3744d45bc1038514--


From nobody Tue Sep 18 09:14:28 2018
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 06E74130E14 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:14:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 xRPlUZIGPDTc for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:14:25 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 74F67130DE9 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 09:14:25 -0700 (PDT)
Date: Tue, 18 Sep 2018 09:14:24 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537287264; bh=KXrBDJmQT+9ovyhWClixnakSg3BrR9rxHxHokX/H/jw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OiNbPB3Y1mgVus7JTjg9k5qXsiLApx3+75aqlv6JqamoN7GUWxriJ+AnAd8E6rBA3 XHPmwIDhMKVHfFOxlbOWZWhNBkljsTfyHU6Uqo8fFMwKAyioZ/gb73wQPT3VyMvdAT PRx8C5vBJcHG3wKhxXdfgIKGlUTgJ/wBukmsJzyk=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7caee4e9124a55a920c7393deeab421c2d519fc292cf0000000117b8e66092a169ce13459be3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1355/review/156448586@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1355@github.com>
References: <quicwg/base-drafts/pull/1355@github.com>
Subject: Re: [quicwg/base-drafts] QPACK:  Updated Static Table (#1355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba124606dcf0_1efb3fedff2d45c493041d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/S2JRwVSvKJlgK3035QyUN8h4H1Y>
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, 18 Sep 2018 16:14:27 -0000

----==_mimepart_5ba124606dcf0_1efb3fedff2d45c493041d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mnot commented on this pull request.



> +| 59    | user-agent                       |                                                       |
+| 60    | vary                             | accept-encoding                                       |
+| 61    | vary                             | accept-encoding, user-agent                           |
+| 62    | vary                             | origin                                                |
+| 63    | :status                          | 100                                                   |
+| 64    | :status                          | 103                                                   |
+| 65    | :status                          | 204                                                   |
+| 66    | :status                          | 206                                                   |
+| 67    | :status                          | 302                                                   |
+| 68    | :status                          | 400                                                   |
+| 69    | :status                          | 403                                                   |
+| 70    | :status                          | 404                                                   |
+| 71    | :status                          | 421                                                   |
+| 72    | :status                          | 425                                                   |
+| 73    | :status                          | 500                                                   |
+| 74    | :status                          | 503                                                   |

Are putting three-character status codes in the static table really 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/pull/1355#pullrequestreview-156448586
----==_mimepart_5ba124606dcf0_1efb3fedff2d45c493041d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mnot</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1355#discussion_r218497207">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; +| 59    | user-agent                       |                                                       |
+| 60    | vary                             | accept-encoding                                       |
+| 61    | vary                             | accept-encoding, user-agent                           |
+| 62    | vary                             | origin                                                |
+| 63    | :status                          | 100                                                   |
+| 64    | :status                          | 103                                                   |
+| 65    | :status                          | 204                                                   |
+| 66    | :status                          | 206                                                   |
+| 67    | :status                          | 302                                                   |
+| 68    | :status                          | 400                                                   |
+| 69    | :status                          | 403                                                   |
+| 70    | :status                          | 404                                                   |
+| 71    | :status                          | 421                                                   |
+| 72    | :status                          | 425                                                   |
+| 73    | :status                          | 500                                                   |
+| 74    | :status                          | 503                                                   |
</pre>
<p>Are putting three-character status codes in the static table really 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/pull/1355#pullrequestreview-156448586">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq431MwA2H8CsMt-cvkC3QNqNTYnxks5ucRvggaJpZM4UACSn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq68t5TIvNJstSL5cYy1CRy3I_a8Aks5ucRvggaJpZM4UACSn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot commented on #1355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156448586"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156448586",
"url": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156448586",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mnot commented on 1355",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156448586"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 335553703\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba124606dcf0_1efb3fedff2d45c493041d--


From nobody Tue Sep 18 09:16:44 2018
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 58953130E3B for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:16:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ynTaQFrf7AuO for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:16:41 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B7042130E14 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 09:16:41 -0700 (PDT)
Date: Tue, 18 Sep 2018 09:16:40 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537287401; bh=y5NhyrXcvjUOXpG86yKd8+XTO55rYSkTaAaYszv+y3k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qYXphICV/khasGQ2wEQ9DbxbLcUNh88pU5AcpxPNvhzSI5myJ3whr+170E/9Y6SXh +tG6R5PkOU0y+vomdMCRM3wX4/nQkVC3OK+4oJmxr2X1gBdDEYFSPpufYvQ8WV93dO U8rj+xcOIjgcpGEhLpuK7kRkP5/Z1gFIRYOb84us=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe3a1b45dd09119392ab0a77c22bfddd199811ad192cf0000000117b8e6e892a169ce13459be3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1355/review/156449553@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1355@github.com>
References: <quicwg/base-drafts/pull/1355@github.com>
Subject: Re: [quicwg/base-drafts] QPACK:  Updated Static Table (#1355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba124e8f34ab_351b3f925dcd45b88161d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/z8bZFP3ZiY0fMqE3v6oRehJbFdM>
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, 18 Sep 2018 16:16:43 -0000

----==_mimepart_5ba124e8f34ab_351b3f925dcd45b88161d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mnot commented on this pull request.



> +| 70    | :status                          | 404                                                   |
+| 71    | :status                          | 421                                                   |
+| 72    | :status                          | 425                                                   |
+| 73    | :status                          | 500                                                   |
+| 74    | :status                          | 503                                                   |
+| 75    | accept-ranges                    | bytes                                                 |
+| 76    | access-control-allow-credentials | FALSE                                                 |
+| 77    | access-control-allow-credentials | TRUE                                                  |
+| 78    | access-control-allow-headers     | *                                                     |
+| 79    | access-control-allow-headers     | cache-control                                         |
+| 80    | access-control-allow-headers     | content-type                                          |
+| 81    | access-control-allow-headers     | x-requested-with                                      |
+| 82    | access-control-allow-methods     | get                                                   |
+| 83    | access-control-allow-methods     | get, post, options                                    |
+| 84    | access-control-allow-methods     | options                                               |
+| 85    | access-control-allow-origin      | *                                                     |

All of the above are response headers; is it worth having so many variations?

-- 
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/1355#pullrequestreview-156449553
----==_mimepart_5ba124e8f34ab_351b3f925dcd45b88161d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mnot</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1355#discussion_r218497975">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; +| 70    | :status                          | 404                                                   |
+| 71    | :status                          | 421                                                   |
+| 72    | :status                          | 425                                                   |
+| 73    | :status                          | 500                                                   |
+| 74    | :status                          | 503                                                   |
+| 75    | accept-ranges                    | bytes                                                 |
+| 76    | access-control-allow-credentials | FALSE                                                 |
+| 77    | access-control-allow-credentials | TRUE                                                  |
+| 78    | access-control-allow-headers     | *                                                     |
+| 79    | access-control-allow-headers     | cache-control                                         |
+| 80    | access-control-allow-headers     | content-type                                          |
+| 81    | access-control-allow-headers     | x-requested-with                                      |
+| 82    | access-control-allow-methods     | get                                                   |
+| 83    | access-control-allow-methods     | get, post, options                                    |
+| 84    | access-control-allow-methods     | options                                               |
+| 85    | access-control-allow-origin      | *                                                     |
</pre>
<p>All of the above are response headers; is it worth having so many variations?</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/1355#pullrequestreview-156449553">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7YTd23bz3SU9zAkvy2-K35oGJajks5ucRxogaJpZM4UACSn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8Bzep4xe91PH_AOzi1V7TRZQFGdks5ucRxogaJpZM4UACSn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot commented on #1355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156449553"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156449553",
"url": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156449553",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mnot commented on 1355",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156449553"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 335553703\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba124e8f34ab_351b3f925dcd45b88161d--


From nobody Tue Sep 18 09:17:12 2018
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 9147C130E3B for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:17:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 q59mKTxpfEyW for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:17:10 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F3560130E14 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 09:17:09 -0700 (PDT)
Date: Tue, 18 Sep 2018 09:17:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537287429; bh=jCNWn6bGv5LzHuqvPrhZmtPjj3j5PmKOdZCdLQ5M4wA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dQYPSi0cXANeilHemEpHuxcv8nerh9fD4n+mHXmk7rjydIbRU9afpx3dd9osMHLn+ 4l6+DUEYqTENpYiIJNOOw5ZGHdfFn5wP/2x4qRvMUfFOBghVhXwGEs9fUGSVZYMQXF wpjHT9X17atEth7CvF4BuDjcArVi+Iqas8+/IJXI=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab80ac3fcf20a8ffc31b589e49fcead14db1d784b392cf0000000117b8e70592a169ce13459be3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1355/review/156449878@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1355@github.com>
References: <quicwg/base-drafts/pull/1355@github.com>
Subject: Re: [quicwg/base-drafts] QPACK:  Updated Static Table (#1355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba125054b10_348f3f925dcd45b881462f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/WiikTsuOgd4q13zFjdaJaoOyeW0>
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, 18 Sep 2018 16:17:12 -0000

----==_mimepart_5ba125054b10_348f3f925dcd45b881462f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mnot commented on this pull request.



> +| 84    | access-control-allow-methods     | options                                               |
+| 85    | access-control-allow-origin      | *                                                     |
+| 86    | access-control-expose-headers    | content-length                                        |
+| 87    | access-control-request-headers   | content-type                                          |
+| 88    | access-control-request-headers   | x-requested-with                                      |
+| 89    | access-control-request-method    | get                                                   |
+| 90    | access-control-request-method    | post                                                  |
+| 91    | alt-svc                          | clear                                                 |
+| 92    | content-encoding                 | gzip                                                  |
+| 93    | content-security-policy          | script-src 'none'; object-src 'none'; base-uri 'none' |
+| 94    | early-data                       | 1                                                     |
+| 95    | expect-ct                        |                                                       |
+| 96    | forwarded                        |                                                       |
+| 97    | if-range                         |                                                       |
+| 98    | origin                           |                                                       |
+| 99    | purpose                          | prefetch                                              |

This is going away AIUI.

-- 
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/1355#pullrequestreview-156449878
----==_mimepart_5ba125054b10_348f3f925dcd45b881462f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mnot</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1355#discussion_r218498269">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; +| 84    | access-control-allow-methods     | options                                               |
+| 85    | access-control-allow-origin      | *                                                     |
+| 86    | access-control-expose-headers    | content-length                                        |
+| 87    | access-control-request-headers   | content-type                                          |
+| 88    | access-control-request-headers   | x-requested-with                                      |
+| 89    | access-control-request-method    | get                                                   |
+| 90    | access-control-request-method    | post                                                  |
+| 91    | alt-svc                          | clear                                                 |
+| 92    | content-encoding                 | gzip                                                  |
+| 93    | content-security-policy          | script-src &#39;none&#39;; object-src &#39;none&#39;; base-uri &#39;none&#39; |
+| 94    | early-data                       | 1                                                     |
+| 95    | expect-ct                        |                                                       |
+| 96    | forwarded                        |                                                       |
+| 97    | if-range                         |                                                       |
+| 98    | origin                           |                                                       |
+| 99    | purpose                          | prefetch                                              |
</pre>
<p>This is going away AIUI.</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/1355#pullrequestreview-156449878">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyuAiC3YOv94lBdv1x-DTzUnPtpXks5ucRyFgaJpZM4UACSn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3MlrsJ6q_EhUVvh9BZqcuTbrn_Pks5ucRyFgaJpZM4UACSn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot commented on #1355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156449878"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156449878",
"url": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156449878",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mnot commented on 1355",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156449878"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 335553703\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba125054b10_348f3f925dcd45b881462f--


From nobody Tue Sep 18 09:17:56 2018
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 65EFB130E3B for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:17:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 cWc-ru_r9j25 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:17:52 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 32E5C130E14 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 09:17:52 -0700 (PDT)
Date: Tue, 18 Sep 2018 09:17:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537287471; bh=6suJXCQfYRpM9Z/miUh7TVCO3gmSzV//Tfv4bg6flQo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=j8m5fJvOg8E4f6/qC2FFPI7/YNVnd/Jrug+HzRr1LbfZnmlwGcmSQGe5hEyw3Tc/x lOrEo9HbiAAW2djUPvJdxmHWxmVl4nh9l6Nzu2eabpWd+hKOS68wvQGwglPt323BKY QwUcgZlZSpnmt6vhkCQ3orOtmeKQ+6F7roVAsr9k=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab89fae582d5865dba6a5293d730dad79f926b1b7f92cf0000000117b8e72f92a169ce13459be3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1355/review/156450193@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1355@github.com>
References: <quicwg/base-drafts/pull/1355@github.com>
Subject: Re: [quicwg/base-drafts] QPACK:  Updated Static Table (#1355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba1252f4e1b4_2ee83fea514d45c48544d8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/YEIzSXIZQz6NUm7Qrn2k5qgIpFM>
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, 18 Sep 2018 16:17:54 -0000

----==_mimepart_5ba1252f4e1b4_2ee83fea514d45c48544d8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mnot commented on this pull request.



> +| 73    | :status                          | 500                                                   |
+| 74    | :status                          | 503                                                   |
+| 75    | accept-ranges                    | bytes                                                 |
+| 76    | access-control-allow-credentials | FALSE                                                 |
+| 77    | access-control-allow-credentials | TRUE                                                  |
+| 78    | access-control-allow-headers     | *                                                     |
+| 79    | access-control-allow-headers     | cache-control                                         |
+| 80    | access-control-allow-headers     | content-type                                          |
+| 81    | access-control-allow-headers     | x-requested-with                                      |
+| 82    | access-control-allow-methods     | get                                                   |
+| 83    | access-control-allow-methods     | get, post, options                                    |
+| 84    | access-control-allow-methods     | options                                               |
+| 85    | access-control-allow-origin      | *                                                     |
+| 86    | access-control-expose-headers    | content-length                                        |
+| 87    | access-control-request-headers   | content-type                                          |
+| 88    | access-control-request-headers   | x-requested-with                                      |

People using this header usually don't understand what they're getting; e.g., they use it for access control. 

-- 
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/1355#pullrequestreview-156450193
----==_mimepart_5ba1252f4e1b4_2ee83fea514d45c48544d8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mnot</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1355#discussion_r218498532">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; +| 73    | :status                          | 500                                                   |
+| 74    | :status                          | 503                                                   |
+| 75    | accept-ranges                    | bytes                                                 |
+| 76    | access-control-allow-credentials | FALSE                                                 |
+| 77    | access-control-allow-credentials | TRUE                                                  |
+| 78    | access-control-allow-headers     | *                                                     |
+| 79    | access-control-allow-headers     | cache-control                                         |
+| 80    | access-control-allow-headers     | content-type                                          |
+| 81    | access-control-allow-headers     | x-requested-with                                      |
+| 82    | access-control-allow-methods     | get                                                   |
+| 83    | access-control-allow-methods     | get, post, options                                    |
+| 84    | access-control-allow-methods     | options                                               |
+| 85    | access-control-allow-origin      | *                                                     |
+| 86    | access-control-expose-headers    | content-length                                        |
+| 87    | access-control-request-headers   | content-type                                          |
+| 88    | access-control-request-headers   | x-requested-with                                      |
</pre>
<p>People using this header usually don't understand what they're getting; e.g., they use it for access control.</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/1355#pullrequestreview-156450193">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2oLyMFICmha7DcVBsh5cHQ_Ro14ks5ucRyvgaJpZM4UACSn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2qH1oGaz1jmyohuDXoZIjG0esciks5ucRyvgaJpZM4UACSn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot commented on #1355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156450193"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156450193",
"url": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156450193",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mnot commented on 1355",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1355#pullrequestreview-156450193"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 335553703\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba1252f4e1b4_2ee83fea514d45c48544d8--


From nobody Tue Sep 18 09:33:00 2018
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 22AA3130F2D for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:32:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 wx12o29xb6oR for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:32:47 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C70FD130E70 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 09:32:45 -0700 (PDT)
Date: Tue, 18 Sep 2018 09:32:44 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537288365; bh=3k5HdU1ZEpitEtAfyzYP1N7ArS7hWg3KSoaEg9HABKw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Q9nvSs1axpB4+KVaFNmk1sHBlC8xP69ypamw6xtWjgANCw3B9aE4MrjO3UlUSCvrK AizwOIueTglT1txhif1Ey990gzmXipBz2JRw7YYN+ax6AUncPP4OfRmz8XMc9camkP tw9DMxrPfTyeLX3oKY6gY0GTEOR0gF9odIGnGOgU=
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba4db3687a70618b436d0b1f8f4f23a618b9acb9392cf0000000117b8eaac92a169ce157b79fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1745/422460785@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1745@github.com>
References: <quicwg/base-drafts/issues/1745@github.com>
Subject: Re: [quicwg/base-drafts] Clarify whether QUIC packets with no payload are acceptable (#1745)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba128acf3544_3e313fa4c32d45b89796b2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: igorlord
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/pERMpxLDP56IcXApkffdlPpubWI>
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, 18 Sep 2018 16:32:59 -0000

----==_mimepart_5ba128acf3544_3e313fa4c32d45b89796b2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

An empty long-header packet would be a natural choice for coalescing with a non-empty short-header packet.  Would we want to therefore call it a valid packet?  Or still call it invalid and let the language of "4.9. Coalescing Packets" take care of this case:

> If one or more packets in
>    a datagram cannot be processed yet [..] or processing fails (decryption failure, unknown type,
>    etc.), the receiver MUST still attempt to process the remaining
>    packets.  The skipped packets MAY either be discarded or buffered for
>    later processing [..].

-- 
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/1745#issuecomment-422460785
----==_mimepart_5ba128acf3544_3e313fa4c32d45b89796b2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>An empty long-header packet would be a natural choice for coalescing w=
ith a non-empty short-header packet.  Would we want to therefore call it =
a valid packet?  Or still call it invalid and let the language of "4.9. C=
oalescing Packets" take care of this case:</p>
<blockquote>
<p>If one or more packets in<br>
a datagram cannot be processed yet [..] or processing fails (decryption f=
ailure, unknown type,<br>
etc.), the receiver MUST still attempt to process the remaining<br>
packets.  The skipped packets MAY either be discarded or buffered for<br>=

later processing [..].</p>
</blockquote>

<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/1745#issuecomment-422460785">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9Q-=
mQBJQ2wg7y7GptaDnl_xCt86ks5ucSAsgaJpZM4WpwzI">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4BjhNJ9m0Dx9TEhpE9kcWVL=
L3AJks5ucSAsgaJpZM4WpwzI.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@igor=
lord in #1745: An empty long-header packet would be a natural choice for =
coalescing with a non-empty short-header packet.  Would we want to theref=
ore call it a valid packet?  Or still call it invalid and let the languag=
e of \"4.9. Coalescing Packets\" take care of this case:\r\n\r\n\u003e If=
 one or more packets in\r\n\u003e    a datagram cannot be processed yet [=
..] or processing fails (decryption failure, unknown type,\r\n\u003e    e=
tc.), the receiver MUST still attempt to process the remaining\r\n\u003e =
   packets.  The skipped packets MAY either be discarded or buffered for\=
r\n\u003e    later processing [..]."}],"action":{"name":"View Issue","url=
":"https://github.com/quicwg/base-drafts/issues/1745#issuecomment-4224607=
85"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment=
-422460785",
"url": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-42=
2460785",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Clarify whether QUIC packets with no p=
ayload are acceptable (#1745)",
"sections": [
{
"text": "",
"activityTitle": "**Igor Lubashev**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@igorlord",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1745,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1745#issuecomment-42=
2460785"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3800465=
36\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba128acf3544_3e313fa4c32d45b89796b2--


From nobody Tue Sep 18 09:36:53 2018
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 7C0EC128CFD for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:36:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 355XaTCrr3zj for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:36:51 -0700 (PDT)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [167.89.101.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E53291277C8 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 09:36:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=Ka7DvkReh2Hc4QasQyvURFtJgJs=; b=HMDKVP6OgGEXSQPo ptmH2lj9WeMSmQZnxTwQn/bVkdaF6hBr3EdM3UOKV9jIqgr9lqXeqWerNJxul/Oh I6khPV5VT64nwrwSs0aJry9WCOyrKvz1Hb+rdjZLmgjHJgxFGqGgzMDZPsM8L9C6 6irsVVDlEUDR8z3feg6W6nDNtto=
Received: by filter1209p1las1.sendgrid.net with SMTP id filter1209p1las1-19262-5BA1299B-B 2018-09-18 16:36:43.240550934 +0000 UTC m=+1019215.536311683
Received: from github-lowworker-cef7735.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id 0qdubvQlSZ-QsrQBBoA_Eg for <quic-issues@ietf.org>; Tue, 18 Sep 2018 16:36:43.150 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-cef7735.cp1-iad.github.net (Postfix) with ESMTP id 20C7D1E13DC for <quic-issues@ietf.org>; Tue, 18 Sep 2018 09:36:43 -0700 (PDT)
Date: Tue, 18 Sep 2018 16:36:43 +0000 (UTC)
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab12184412c2d6543e6f997053700f610ee5c2965692cf0000000117b8eb9b92a169ce158a0a4f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1765/c422462372@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1765@github.com>
References: <quicwg/base-drafts/pull/1765@github.com>
Subject: Re: [quicwg/base-drafts] Optional Idle Timeout (#1765)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba1299b1ec53_5f243fa9d8ed45c4116aa"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1GworAnf56mn5Sc18+bJ8UAwaAtONWXQVmqv DajPU3hMcRkbQrlzD2NMNYju5Oxq5fY7ulnjTJnr56YvKWDYBykUir0J/AppivIHOasxXHI7dAe8UA cUrsMhrtKP2zXG7VB/vn0gC8Qivx0AWDxFhsGkxXEK3XvfsTikV+to/ZNIPYPltuGEd8J0DLXxjQ+X o=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/k7_0_J8ZackeGlp5TlFidQUD5QY>
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, 18 Sep 2018 16:36:53 -0000

----==_mimepart_5ba1299b1ec53_5f243fa9d8ed45c4116aa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Would it make sense to use varint to allow timeouts longer than 18 hours (e.g. 1 day)?

-- 
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/1765#issuecomment-422462372
----==_mimepart_5ba1299b1ec53_5f243fa9d8ed45c4116aa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Would it make sense to use varint to allow timeouts longer than 18 hours (e.g. 1 day)?</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/1765#issuecomment-422462372">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq04MK93aCLSGFJsKsqt4Z2h3OkXFks5ucSEbgaJpZM4WuN2U">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2wU1oqHMJhQrvD-WtKyjJXtw-laks5ucSEbgaJpZM4WuN2U.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #1765: Would it make sense to use varint to allow timeouts longer than 18 hours (e.g. 1 day)?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1765#issuecomment-422462372"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1765#issuecomment-422462372",
"url": "https://github.com/quicwg/base-drafts/pull/1765#issuecomment-422462372",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Optional Idle Timeout (#1765)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1765,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1765\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1765#issuecomment-422462372"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381214100\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba1299b1ec53_5f243fa9d8ed45c4116aa--


From nobody Tue Sep 18 09:37:01 2018
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 6BE63128CFD for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:36:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 AdWwQ7MnURov for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:36:57 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A72111277C8 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 09:36:57 -0700 (PDT)
Date: Tue, 18 Sep 2018 09:36:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537288617; bh=WIqISmjcKLT+ijMGjhM9iSb6C9VIvrCLJe2Di+lRNco=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IH+H4QdWIoh/PpYn299nCgV2y6pIgLvf235qSunZTKMn6EDANknSpf+8HxBygqEqs YvhgVLRf5uMwpdEbOhiJNd/Gz7WMwfYelyH4gz0J6nYQke6ceKjhXq6NqtuiGXSKtW J3kfUuFqvPbJNWHECGh5oes96pwu0LsLTKHdfnFU=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2c4a31261660879a1431068d7fcb0960f6136b2d92cf0000000117b8eba892a169ce158a0a4f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1765/review/156458174@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1765@github.com>
References: <quicwg/base-drafts/pull/1765@github.com>
Subject: Re: [quicwg/base-drafts] Optional Idle Timeout (#1765)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba129a8e6dc9_cf13f8b16cd45c0917842"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Hd2iF3xIP7NClM8c5hYg6K34FMA>
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, 18 Sep 2018 16:37:00 -0000

----==_mimepart_5ba129a8e6dc9_cf13f8b16cd45c0917842
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -1637,6 +1629,14 @@ initial_max_bidi_streams (0x0002):
   MAX_STREAM_ID containing 16 when received by a client or 17 when received by a
   server.
 
+idle_timeout (0x0003):
+
+: The idle timeout is a value in seconds that is encoded as an unsigned 16-bit
+  integer.  There is no maximum value besides the maximum encodable value of
+  0xFFFF (about 18 hours).  If this parameter is abset or zero then the idle

"abset" -> "absent"

-- 
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/1765#pullrequestreview-156458174
----==_mimepart_5ba129a8e6dc9_cf13f8b16cd45c0917842
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1765#discussion_r218504914">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1637,6 +1629,14 @@ initial_max_bidi_streams (0x0002):
   MAX_STREAM_ID containing 16 when received by a client or 17 when received by a
   server.
 
+idle_timeout (0x0003):
+
+: The idle timeout is a value in seconds that is encoded as an unsigned 16-bit
+  integer.  There is no maximum value besides the maximum encodable value of
+  0xFFFF (about 18 hours).  If this parameter is abset or zero then the idle
</pre>
<p>"abset" -&gt; "absent"</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/1765#pullrequestreview-156458174">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq63FviHrG-s9NO-TEUpUQ2MldYohks5ucSEogaJpZM4WuN2U">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1rMJ30lC9Qe6tlPIwSPa5oRhAQrks5ucSEogaJpZM4WuN2U.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #1765"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1765#pullrequestreview-156458174"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1765#pullrequestreview-156458174",
"url": "https://github.com/quicwg/base-drafts/pull/1765#pullrequestreview-156458174",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@kazuho commented on 1765",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1765#pullrequestreview-156458174"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381214100\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba129a8e6dc9_cf13f8b16cd45c0917842--


From nobody Tue Sep 18 09:45:04 2018
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 149DE130E22 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:45:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 gzlaGklvscdU for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 09:45:00 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DC4EC130DF5 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 09:44:59 -0700 (PDT)
Date: Tue, 18 Sep 2018 09:44:58 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537289098; bh=RaQsVCxdNSQuqGGdUuu/vZLn5BxbPEriTqu6ZXBaM+c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fRb5HOK9jeRYPJr6U1hlvLbFooUuetCTkFA4P0tqC4UJMi4hwl3u1VNwRSq2wGHq6 Z7/mZSLbxKVOW0/7beOulpxQL7PrBwDIuVnsv06fg0hZQT1lDerxwcqL3boUVfr6KN mV0mUfS0WKBCZAjA6qZk9k3GtIPuUdnFFnb+mdNw=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5ccfe0029fb34fd33e850ae8746d129c7ba8cfdd92cf0000000117b8ed8a92a169ce13459be3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1355/review/156462991@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1355@github.com>
References: <quicwg/base-drafts/pull/1355@github.com>
Subject: Re: [quicwg/base-drafts] QPACK:  Updated Static Table (#1355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba12b8ab7e73_3db93fd2b1cd45c41736dc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/6sVQ2IUHN14MO-FQXxXkB6O4G2I>
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, 18 Sep 2018 16:45:02 -0000

----==_mimepart_5ba12b8ab7e73_3db93fd2b1cd45c41736dc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> +| 73    | :status                          | 500                                                   |
+| 74    | :status                          | 503                                                   |
+| 75    | accept-ranges                    | bytes                                                 |
+| 76    | access-control-allow-credentials | FALSE                                                 |
+| 77    | access-control-allow-credentials | TRUE                                                  |
+| 78    | access-control-allow-headers     | *                                                     |
+| 79    | access-control-allow-headers     | cache-control                                         |
+| 80    | access-control-allow-headers     | content-type                                          |
+| 81    | access-control-allow-headers     | x-requested-with                                      |
+| 82    | access-control-allow-methods     | get                                                   |
+| 83    | access-control-allow-methods     | get, post, options                                    |
+| 84    | access-control-allow-methods     | options                                               |
+| 85    | access-control-allow-origin      | *                                                     |
+| 86    | access-control-expose-headers    | content-length                                        |
+| 87    | access-control-request-headers   | content-type                                          |
+| 88    | access-control-request-headers   | x-requested-with                                      |

I don't remember what it means 5 minutes after I read about it due to lack of hint of intuition, but CORS is used a lot, especially in CDN, so it makes a lot of sense to have, if it it means what I think it means.

-- 
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/1355#discussion_r218508649
----==_mimepart_5ba12b8ab7e73_3db93fd2b1cd45c41736dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1355#discussion_r218508649">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; +| 73    | :status                          | 500                                                   |
+| 74    | :status                          | 503                                                   |
+| 75    | accept-ranges                    | bytes                                                 |
+| 76    | access-control-allow-credentials | FALSE                                                 |
+| 77    | access-control-allow-credentials | TRUE                                                  |
+| 78    | access-control-allow-headers     | *                                                     |
+| 79    | access-control-allow-headers     | cache-control                                         |
+| 80    | access-control-allow-headers     | content-type                                          |
+| 81    | access-control-allow-headers     | x-requested-with                                      |
+| 82    | access-control-allow-methods     | get                                                   |
+| 83    | access-control-allow-methods     | get, post, options                                    |
+| 84    | access-control-allow-methods     | options                                               |
+| 85    | access-control-allow-origin      | *                                                     |
+| 86    | access-control-expose-headers    | content-length                                        |
+| 87    | access-control-request-headers   | content-type                                          |
+| 88    | access-control-request-headers   | x-requested-with                                      |
</pre>
<p>I don't remember what it means 5 minutes after I read about it due to lack of hint of intuition, but CORS is used a lot, especially in CDN, so it makes a lot of sense to have, if it it means what I think it means.</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/1355#discussion_r218508649">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6ISOoqJwe2CRWlAawods-Or8l8Rks5ucSMKgaJpZM4UACSn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3QxWNH-60m0ShMgb-V-wGBOAvCQks5ucSMKgaJpZM4UACSn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1355#discussion_r218508649"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1355#discussion_r218508649",
"url": "https://github.com/quicwg/base-drafts/pull/1355#discussion_r218508649",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1355",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1355#discussion_r218508649"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 335553703\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba12b8ab7e73_3db93fd2b1cd45c41736dc--


From nobody Tue Sep 18 10:21:55 2018
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 ADB2C130E63 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 10:21:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 IDOhDf4VeO1t for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 10:21:52 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 04DC112F1AC for <quic-issues@ietf.org>; Tue, 18 Sep 2018 10:21:51 -0700 (PDT)
Date: Tue, 18 Sep 2018 10:21:50 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537291310; bh=oaOZYS+b2nn/5w781DIN88VxaGHqDx7771yYFfdW4iw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=isZ4BtX9/GvorW9VMBazre/qTd8NwWMvHbKCCIpIQtNoKiBIWnFOtazJQwPW01snJ I1ULdLmbMkHdn3SA+WdXyaUNSTkT0ZyXSLQeNqIZQBn/ex/4lZze9d69r42Int0PL/ ytvNmn9QXbtjG+RM43FVuQzywlX1ZQFOUS7A+5Fo=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba0f940cc8c20725268b40a27bbdf383c8d05ecac92cf0000000117b8f62e92a169ce158a0a4f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1765/c422477311@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1765@github.com>
References: <quicwg/base-drafts/pull/1765@github.com>
Subject: Re: [quicwg/base-drafts] Optional Idle Timeout (#1765)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba1342e93623_7b643fbe1bad45bc323942"; 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/mD-rL6kMyMlKqLu65idDBmcdiT0>
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, 18 Sep 2018 17:21:54 -0000

----==_mimepart_5ba1342e93623_7b643fbe1bad45bc323942
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho: I suggested that in #1608.

-- 
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/1765#issuecomment-422477311
----==_mimepart_5ba1342e93623_7b643fbe1bad45bc323942
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-user-id="41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a>: I suggested that in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="345568128" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1608" href="https://github.com/quicwg/base-drafts/issues/1608">#1608</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/1765#issuecomment-422477311">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_yr3rofosP9AoSoDdjPtE4eXoCgks5ucSuugaJpZM4WuN2U">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-SwjNrkP0hMifvEzC6TShw4KmdYks5ucSuugaJpZM4WuN2U.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann in #1765: @kazuho: I suggested that in #1608."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1765#issuecomment-422477311"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1765#issuecomment-422477311",
"url": "https://github.com/quicwg/base-drafts/pull/1765#issuecomment-422477311",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Optional Idle Timeout (#1765)",
"sections": [
{
"text": "",
"activityTitle": "**Marten Seemann**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@marten-seemann",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1765,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1765\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1765#issuecomment-422477311"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381214100\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba1342e93623_7b643fbe1bad45bc323942--


From nobody Tue Sep 18 10:35:49 2018
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 94BD9130E9C for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 10:35:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 j1Kzsn5cQxuS for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 10:35:37 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9D910130E76 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 10:35:37 -0700 (PDT)
Date: Tue, 18 Sep 2018 10:35:36 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537292136; bh=jWBHia8s1nzgqsssamaGBJkcNHoPHc9ZDERWE3aXQz0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SzdePsZLL6/iU4p/aa9GlIVbcIR3beFI5WOtKLDwFqWV1ztGp4EwazwJDmCRxaIGS dM7qhUsvRD5k/EVNwkUVKi+SRhk77AxIphdVO5wueWIjIYxJGrY08muT3y09xjOTQi KDt/4WOuMWrkybVzKT1tqJeh+gk83nQ/S/7g67m4=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab59d88b8a3291b8e94f09f1b98aecea8fa19bf3fd92cf0000000117b8f96892a169ce158a0a4f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1765/c422481900@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1765@github.com>
References: <quicwg/base-drafts/pull/1765@github.com>
Subject: Re: [quicwg/base-drafts] Optional Idle Timeout (#1765)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba13768b71d3_5ff33fbb880d45c0894b5"; 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/h3dwX0GZ_kfq_WHwOCSw3iM08Ig>
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, 18 Sep 2018 17:35:47 -0000

----==_mimepart_5ba13768b71d3_5ff33fbb880d45c0894b5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Personally, I'd prefer not to use variable length integers here, but either way, I think we should leave that discussion to #1608 and not make that change as part of this PR. If you want an explicit idle timeout larger than 18 hours, then we should make this a 4-byte value instead of 2.

-- 
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/1765#issuecomment-422481900
----==_mimepart_5ba13768b71d3_5ff33fbb880d45c0894b5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Personally, I'd prefer not to use variable length integers here, but e=
ither way, I think we should leave that discussion to <a class=3D"issue-l=
ink js-issue-link" data-error-text=3D"Failed to load issue title" data-id=
=3D"345568128" data-permission-text=3D"Issue title is private" data-url=3D=
"https://github.com/quicwg/base-drafts/issues/1608" href=3D"https://githu=
b.com/quicwg/base-drafts/issues/1608">#1608</a> and not make that change =
as part of this PR. If you want an explicit idle timeout larger than 18 h=
ours, then we should make this a 4-byte value instead of 2.</p>

<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/1765#issuecomment-422481900">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9puCl=
4--Y16j8NIIwZZIAYnAN26ks5ucS7ogaJpZM4WuN2U">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq-T8jNUmjrhexnawpFB_BXmJLlL2=
ks5ucS7ogaJpZM4WuN2U.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@niba=
nks in #1765: Personally, I'd prefer not to use variable length integers =
here, but either way, I think we should leave that discussion to #1608 an=
d not make that change as part of this PR. If you want an explicit idle t=
imeout larger than 18 hours, then we should make this a 4-byte value inst=
ead of 2."}],"action":{"name":"View Pull Request","url":"https://github.c=
om/quicwg/base-drafts/pull/1765#issuecomment-422481900"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1765#issuecomment-4=
22481900",
"url": "https://github.com/quicwg/base-drafts/pull/1765#issuecomment-4224=
81900",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Optional Idle Timeout (#1765)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1765,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1765\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1765#issuecomment-4224=
81900"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3812141=
00\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba13768b71d3_5ff33fbb880d45c0894b5--


From nobody Tue Sep 18 10:38:58 2018
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 8CC05130F1B for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 10:38:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 abpJvVNt-upQ for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 10:38:47 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BF074130ED7 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 10:38:47 -0700 (PDT)
Date: Tue, 18 Sep 2018 10:38:47 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537292327; bh=eYzIBuC80eN37RTG99BKYcFkwA8zsclfYodG45O4YtE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=THNWZbr7Y7LVtukNJ/0cAPBwEcSjrMFNtuQqf7ho9M5CbTyiAY8w3RaUIg72eX1f0 hHeV3CUUxncBkaU2P8BwGtmx0SO9r1b3e1cRTVfiqYR2I9AOa3gIeF/00KKoEqkpD8 4BMo7/TNg4w04gLUlji9J4Px7kK8eDU+F8uoFHvk=
From: Nick Banks <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/1765/push/2887055750@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1765@github.com>
References: <quicwg/base-drafts/pull/1765@github.com>
Subject: Re: [quicwg/base-drafts] Optional Idle Timeout (#1765)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba1382719c5e_324f3fcdd7cd45bc21533c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
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/Ka-a_h850qkKQuF0MqxCBZYQZkU>
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, 18 Sep 2018 17:38:56 -0000

----==_mimepart_5ba1382719c5e_324f3fcdd7cd45bc21533c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

a888733  Fix typo


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1765/files/55065ba4b9c184370479c053dad5a84c13f3deed..a8887333bae9c84337578810e5c85a2c30e1901f

----==_mimepart_5ba1382719c5e_324f3fcdd7cd45bc21533c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/nibanks" class="user-mention">@nibanks</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/a888733">a888733</a>  Fix typo</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/1765/files/55065ba4b9c184370479c053dad5a84c13f3deed..a8887333bae9c84337578810e5c85a2c30e1901f">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7S4w_aFfI3ud9s1s8yazUg_6jFqks5ucS-ngaJpZM4WuN2U">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-7VFx_IDUV_o9PbKlfs8GHyJJ2oks5ucS-ngaJpZM4WuN2U.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks pushed 1 commit in #1765"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1765/files/55065ba4b9c184370479c053dad5a84c13f3deed..a8887333bae9c84337578810e5c85a2c30e1901f"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1765/files/55065ba4b9c184370479c053dad5a84c13f3deed..a8887333bae9c84337578810e5c85a2c30e1901f",
"url": "https://github.com/quicwg/base-drafts/pull/1765/files/55065ba4b9c184370479c053dad5a84c13f3deed..a8887333bae9c84337578810e5c85a2c30e1901f",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@nibanks pushed 1 commit in #1765",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1765:",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [
{
"name": "a888733",
"value": "Fix typo"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1765/files/55065ba4b9c184370479c053dad5a84c13f3deed..a8887333bae9c84337578810e5c85a2c30e1901f"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381214100\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba1382719c5e_324f3fcdd7cd45bc21533c--


From nobody Tue Sep 18 11:05:37 2018
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 4CA20130E70 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 11:05:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 lfy_TKCpqyUf for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 11:05:33 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 612CB130E62 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 11:05:33 -0700 (PDT)
Date: Tue, 18 Sep 2018 11:05:32 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537293932; bh=DySf5k/e4kFLkBKRPiFlR67yqXvstCKdV1rKsC6ZFJo=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=HuIeAqWAY8rtkG8xPRXqPWYJ31wwq027zb7nHxwkUlCwL3J+zfPPE0aBjUyoJNcoD JSIL/GMit4K4TWqJlGC6SyypIW69hZUXxD2CluEsVB+wxkTtoYq/vLD3Z0yBaaojXb C5X5BPesHxHsC4ZJ2Zt8R4mmtqBm1fTlvLF2eyRk=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab65f9cb4c637e02109acbd1c8bbfca4bb086af4a992cf0000000117b9006c92a169ce158ad33a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1766@github.com>
Subject: [quicwg/base-drafts] Allowed Frame Types in different Contexts (#1766)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba13e6c36528_19333fca080d45b41192ae"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/hd5QWIDgTTozrIPAVgmzdL5suR8>
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, 18 Sep 2018 18:05:35 -0000

----==_mimepart_5ba13e6c36528_19333fca080d45b41192ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The sections on Initial and Handshake packets list some packet types that are allowed. These statements should be strengthened to use MUST and MAY, and should specify behavior if we receive disallowed packets.

The informal consensus in NYC was that CONNECTION_CLOSE frames should be allowed in Initial Packets, so the text should be extended.

-- 
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/1766
----==_mimepart_5ba13e6c36528_19333fca080d45b41192ae
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The sections on Initial and Handshake packets list some packet types that are allowed. These statements should be strengthened to use MUST and MAY, and should specify behavior if we receive disallowed packets.</p>
<p>The informal consensus in NYC was that CONNECTION_CLOSE frames should be allowed in Initial Packets, so the text should be extended.</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/1766">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6PE_3Gcr6x8LvJ9nhIrEb6GhczPks5ucTXsgaJpZM4WudNc">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq__Cs2bwheq4Hh-9DcuqsiFnSOlPks5ucTXsgaJpZM4WudNc.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Allowed Frame Types in different Contexts (#1766)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1766"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1766",
"url": "https://github.com/quicwg/base-drafts/issues/1766",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Allowed Frame Types in different Contexts (#1766)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1766
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1766,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1766\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1766"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381277020\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba13e6c36528_19333fca080d45b41192ae--


From nobody Tue Sep 18 11:08:21 2018
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 23478130E95 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 11:08:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.606
X-Spam-Level: 
X-Spam-Status: No, score=-6.606 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 krZPNQCEHga4 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 11:08:19 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 430EC130E96 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 11:08:18 -0700 (PDT)
Date: Tue, 18 Sep 2018 11:08:17 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537294097; bh=uhbWTnVia289g92n+iSD2x+Joc18hSpGFC4Hu4y2zYU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UqvAPmT+hDsdlGrPnjlbrDhIMIVbfk/RJiwz/lmgftR9IzTVStLuKoMkxLqPvN2+U TT5WDqmITi8vSqGt4oZs3ccQO6Pgari5kR4ZxdEVaOsbSD1Fi6WqcGO5Cz+N2bxHdY I5JVo+fbIa+BE5TJpN8YrtL1PIWt3k0D6mLBJWzA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7895c5c220635e0ab76029f145006e2c2425d2a592cf0000000117b9011192a163ce01d22b45@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/commit/b8c0e60a0ab3124111ec93977ca53a465148667b/30550853@github.com>
In-Reply-To: <quicwg/base-drafts/commit/b8c0e60a0ab3124111ec93977ca53a465148667b@github.com>
References: <quicwg/base-drafts/commit/b8c0e60a0ab3124111ec93977ca53a465148667b@github.com>
Subject: Re: [quicwg/base-drafts] s/does not/SHOULD NOT/ (b8c0e60)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba13f11367c4_1b8b3fd0f90d45bc13694d"; 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/-5EsqNA91yfIJajvay_Tno2tn4o>
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, 18 Sep 2018 18:08:20 -0000

----==_mimepart_5ba13f11367c4_1b8b3fd0f90d45bc13694d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

when you use should not, it means that you have reasons for recommending the behaviour, and occasional reasons for not following that recommendation.  It also means that you need to explain that choice.

it would be easier to use MUST NOT, but that creates problems for the encoder, as I described (poorly, I see 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/commit/b8c0e60a0ab3124111ec93977ca53a465148667b#commitcomment-30550853
----==_mimepart_5ba13f11367c4_1b8b3fd0f90d45bc13694d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>when you use should not, it means that you have reasons for recommendi=
ng the behaviour, and occasional reasons for not following that recommend=
ation.  It also means that you need to explain that choice.</p>
<p>it would be easier to use MUST NOT, but that creates problems for the =
encoder, as I described (poorly, I see now)</p>

<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/commit/b8c0e60a0ab3124111ec93977ca53a465148667b#commitcomm=
ent-30550853">view it on GitHub</a>, or <a href=3D"https://github.com/not=
ifications/unsubscribe-auth/AWbkq7Vo9uGP2vnhYE-TfX-07XPhukVWks5ucTaRgaJpZ=
M4WuBs3">mute the thread</a>.<img src=3D"https://github.com/notifications=
/beacon/AWbkq6Xigq3MCDFOQ2uBrkJwGTscfPWdks5ucTaRgaJpZM4WuBs3.gif" height=3D=
"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
inthomson on b8c0e60: when you use should not, it means that you have rea=
sons for recommending the behaviour, and occasional reasons for not follo=
wing that recommendation.  It also means that you need to explain that ch=
oice.\r\n\r\nit would be easier to use MUST NOT, but that creates problem=
s for the encoder, as I described (poorly, I see now)"}],"action":{"name"=
:"View Commit","url":"https://github.com/quicwg/base-drafts/commit/b8c0e6=
0a0ab3124111ec93977ca53a465148667b#commitcomment-30550853"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/commit/b8c0e60a0ab312411=
1ec93977ca53a465148667b#commitcomment-30550853",
"url": "https://github.com/quicwg/base-drafts/commit/b8c0e60a0ab3124111ec=
93977ca53a465148667b#commitcomment-30550853",
"name": "View Commit"
},
"description": "View this Commit on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5ba13f11367c4_1b8b3fd0f90d45bc13694d--


From nobody Tue Sep 18 11:43:47 2018
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 0D5F61274D0 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 11:43:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 MlLIJJGpm4Ek for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 11:43:43 -0700 (PDT)
Received: from o6.sgmail.github.com (o6.sgmail.github.com [192.254.113.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3BF311200D7 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 11:43:43 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=pEN69LIr1DlmHNs2KfnypQTS7Nc=; b=ocdtuRh3xe4mLwv5 YdcTWBDwz5JQkN8wrTaO6OPIjojwh1/Zv055yhUZxDSOOueIM3l7pp1uh+1c2T4O 1wV9voZtemfy0Jysfk1oIXJ8+9YZlk6jBUHhUYulCYCRG0VWBs5zHrODDZ0jZcUj ainibYOENNcIkAxIxlt4/6aqx3w=
Received: by filter0942p1las1.sendgrid.net with SMTP id filter0942p1las1-6290-5BA1475E-2 2018-09-18 18:43:42.190928054 +0000 UTC m=+413544.618086861
Received: from github-lowworker-1c220e1.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id VvGDrdCFT8iGRpzIjaXVgQ for <quic-issues@ietf.org>; Tue, 18 Sep 2018 18:43:42.076 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1c220e1.cp1-iad.github.net (Postfix) with ESMTP id F31F516002A for <quic-issues@ietf.org>; Tue, 18 Sep 2018 11:43:41 -0700 (PDT)
Date: Tue, 18 Sep 2018 18:43:42 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7dadb82b190f54c188c876de93fd4720996ce6b592cf0000000117b9095d92a169ce1589cd31@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1764/422503904@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1764@github.com>
References: <quicwg/base-drafts/issues/1764@github.com>
Subject: Re: [quicwg/base-drafts] Handshake Flow Control can result in hung connections (#1764)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba1475deefba_42d03fea5bad45b4974fc"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2IG5RnxcLfPr2Z4tZfl/Ca18ymbepQLSTCPb GCCEHXFF/KF9pIGg32fXtEi/8Rpu1AvT747azeKXuwYlPDz80G2mlPICl0pRMN3BdLcCMGfmSC7ZLR M82905lCk1bXaqP3OLDNukkgRPgMw6kEOONSwLwyCRQ66pEJDUyYvFVEPw==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hjff6FYWlSpoiEKfiaQb8bDWQbc>
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, 18 Sep 2018 18:43:45 -0000

----==_mimepart_5ba1475deefba_42d03fea5bad45b4974fc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I would prefer to call this a limit on handshake amplification, not flow control FWIW, but the outlined solution seems reasonable.

Another option might be if once the client has handshake keys, if there is nothing to send immediately, send a PING in a HANDSHAKE packet to prove the client is on path.  And until the client has handshake keys, it needs to retransmit the Initial, as you outlined above.

-- 
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/1764#issuecomment-422503904
----==_mimepart_5ba1475deefba_42d03fea5bad45b4974fc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I would prefer to call this a limit on handshake amplification, not flow=
 control FWIW, but the outlined solution seems reasonable.</p>
<p>Another option might be if once the client has handshake keys, if there =
is nothing to send immediately, send a PING in a HANDSHAKE packet to prove =
the client is on path.  And until the client has handshake keys, it needs t=
o retransmit the Initial, as you outlined above.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/1764#issuecomment-422503904">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_-XsCfmqb6_8A=
2cP6vGjSuPKHKtks5ucT7dgaJpZM4WuJKV">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq0da71Ju_uQWuVq1dH-ISrflT9KLks5ucT7dga=
JpZM4WuJKV.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1764: I=
 would prefer to call this a limit on handshake amplification, not flow con=
trol FWIW, but the outlined solution seems reasonable.\r\n\r\nAnother optio=
n might be if once the client has handshake keys, if there is nothing to se=
nd immediately, send a PING in a HANDSHAKE packet to prove the client is on=
 path.  And until the client has handshake keys, it needs to retransmit the=
 Initial, as you outlined above."}],"action":{"name":"View Issue","url":"ht=
tps://github.com/quicwg/base-drafts/issues/1764#issuecomment-422503904"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-4=
22503904",
"url": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-4225=
03904",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Handshake Flow Control can result in hun=
g connections (#1764)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1764,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"qui=
cwg/base-drafts\",\n\"issueId\": 1764\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-4225=
03904"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381194901=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba1475deefba_42d03fea5bad45b4974fc--


From nobody Tue Sep 18 12:15:12 2018
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 A1CAA130EC6 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 12:15:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 0tnCZFwPN-lQ for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 12:15:09 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 05882130EE3 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 12:15:08 -0700 (PDT)
Date: Tue, 18 Sep 2018 12:15:07 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537298107; bh=ME2vgjcFFOjz9ssvOiEX2c0zITdEheTXoyStzT2JILw=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=ue9a3De78NYaWWpqpR40dDNee0ctdSAg2Sn0eZCEFH8mGUSflMiV2W2I88LLGcnCX 3ix2GDxayVn3nKQ02S3wEFQjnoTDQHb5NM8kH9cUTMm6QmhbGmDM4tnVcuaX9tfZoP /PnweSo/NiQMsGhq9Y7kqB1EVxbeDt/FAVsibRzI=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab61047a812e347efe2f34e78aa1819870f0b452ff92cf0000000117b910bb92a169ce158b312f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1767@github.com>
Subject: [quicwg/base-drafts] Initial header table size of QPACK (#1767)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba14ebbd2fe0_24be3fd5db2d45c4669bc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/37L-XXHJjlJvk5oY9yqVmgXVHoI>
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, 18 Sep 2018 19:15:11 -0000

----==_mimepart_5ba14ebbd2fe0_24be3fd5db2d45c4669bc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Unlike HPACK (quoted below), QPACK does not require an encoder to emit Dynamic Table Size Update as its first instruction.

> This dynamic table size update MUST occur at the beginning of the first header block following the change to the dynamic table size. In HTTP/2, this follows a settings acknowledgment (see Section 6.5.3 of [HTTP2]).
> [RFC 7541; section 4.2](https://httpwg.org/specs/rfc7541.html#maximum.table.size)

This means that the peers might disagree on the table size, unless we require the encoder to set the table size to the value advertised by the peers SETTINGS frame. But I wouldn't assume that we would want to require that; for example some encoders might want to stick to 4KB even when the peer's SETTINGS frame says the table can be as large as 1MB.

Considering these aspects, I think that we should require the QPACK encoder to send Dynamic Table Size Update as its first instruction, at least when the SETTING frame advertises a non-default value.

-- 
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/1767
----==_mimepart_5ba14ebbd2fe0_24be3fd5db2d45c4669bc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Unlike HPACK (quoted below), QPACK does not require an encoder to emit Dynamic Table Size Update as its first instruction.</p>
<blockquote>
<p>This dynamic table size update MUST occur at the beginning of the first header block following the change to the dynamic table size. In HTTP/2, this follows a settings acknowledgment (see Section 6.5.3 of [HTTP2]).<br>
<a href="https://httpwg.org/specs/rfc7541.html#maximum.table.size" rel="nofollow">RFC 7541; section 4.2</a></p>
</blockquote>
<p>This means that the peers might disagree on the table size, unless we require the encoder to set the table size to the value advertised by the peers SETTINGS frame. But I wouldn't assume that we would want to require that; for example some encoders might want to stick to 4KB even when the peer's SETTINGS frame says the table can be as large as 1MB.</p>
<p>Considering these aspects, I think that we should require the QPACK encoder to send Dynamic Table Size Update as its first instruction, at least when the SETTING frame advertises a non-default value.</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/1767">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1EqE78hmm-Fy-9RgotHKs2uk2NTks5ucUY7gaJpZM4WukSP">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4IC4Viom3rAm3qhQdwZL3DMGyEhks5ucUY7gaJpZM4WukSP.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Initial header table size of QPACK (#1767)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1767"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1767",
"url": "https://github.com/quicwg/base-drafts/issues/1767",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Initial header table size of QPACK (#1767)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1767
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1767,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1767\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1767"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381305999\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba14ebbd2fe0_24be3fd5db2d45c4669bc--


From nobody Tue Sep 18 13:01:54 2018
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 46076130E6F for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:01:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Oy_02_gpMHHI for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:01:51 -0700 (PDT)
Received: from o11.sgmail.github.com (o11.sgmail.github.com [167.89.101.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 280E0120072 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:01:51 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=OEBTZsl19qu/zG1XyJHKn92BSSk=; b=FEz2Kyp+gxN/X4iC Oh5hS18R14gA0yEFDMCqk3gl7ije3O8do/bVz4dXLYBs+k01E33BybUST83vTFcO TeQeDqeJBSQZnhFkTobxEk0+H/udrtTtuAdPrZeaTdgsE2UEXTBG93YMA6zeBaT7 qcCFv6mIsizfvJ8iqUG8BDVTp1k=
Received: by filter0415p1iad2.sendgrid.net with SMTP id filter0415p1iad2-16473-5BA159AD-27 2018-09-18 20:01:49.783193827 +0000 UTC m=+1029212.481488181
Received: from github-lowworker-dcc078e.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id iR4f_MRBQq2Hf2HCN43ruw for <quic-issues@ietf.org>; Tue, 18 Sep 2018 20:01:49.758 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcc078e.cp1-iad.github.net (Postfix) with ESMTP id B6C342C06B4 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:01:49 -0700 (PDT)
Date: Tue, 18 Sep 2018 20:01:50 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab90333a9f12bbf855b76a9f2c50c42aa8ea3b640792cf0000000117b91bad92a169ce158a0a4f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1765/review/156542883@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1765@github.com>
References: <quicwg/base-drafts/pull/1765@github.com>
Subject: Re: [quicwg/base-drafts] Optional Idle Timeout (#1765)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba159adb0c4c_505d3fa30fad45c01743e4"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3kIynyTjlGnYq0YAewFHiTBGvMEYuJ30LPhs 4mhO8mrT9F62TCfrHttgo5W3MFeLiDO1lKzwLwaNxws3zI6/yLHJD+3Qw6NRXADZH3bGHRNr6eYWrv YmCvsKdasqk8gy1GFfFGSDya87swb4RwpNgzWqOAp/Cyhml8glqUi2Dpj9MjeSAUPJa4YIcksxHpFp c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/wyx9f0_9y3jJ4ngqKV5CPfCCZxw>
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, 18 Sep 2018 20:01:53 -0000

----==_mimepart_5ba159adb0c4c_505d3fa30fad45c01743e4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.

I really like that we no longer have any mandatory transport parameters.

> @@ -1666,6 +1654,18 @@ ack_delay_exponent (0x0007):
   value is also used for ACK frames that are sent in Initial and Handshake
   packets.  Values above 20 are invalid.
 
+initial_max_uni_streams (0x0008):

Please don't move this.  The numbers are all out of order, but I do hope to fix that eventually.

> @@ -2531,9 +2531,9 @@ source address.
 
 ### Idle Timeout
 
-A connection that remains idle for longer than the advertised idle timeout (see
-{{transport-parameter-definitions}}) is closed.  A connection enters the
-draining state when the idle timeout expires.
+If the idle timeout is enabled, a connection that remains idle for longer than

This change isn't needed.  There is always an idle timeout, it's just that it is sometimes infinite.

>  
-: The initial maximum unidirectional streams parameter contains the initial
-  maximum number of unidirectional streams the peer may initiate, encoded as an
-  unsigned 16-bit integer.  If this parameter is absent or zero, unidirectional
-  streams cannot be created until a MAX_STREAM_ID frame is sent.  Setting this
-  parameter is equivalent to sending a MAX_STREAM_ID ({{frame-max-stream-id}})
-  immediately after completing the handshake containing the corresponding Stream
-  ID. For example, a value of 0x05 would be equivalent to receiving a
-  MAX_STREAM_ID containing 18 when received by a client or 19 when received by a
-  server.
+: The idle timeout is a value in seconds that is encoded as an unsigned 16-bit
+  integer.  There is no maximum value besides the maximum encodable value of
+  0xFFFF (about 18 hours).  If this parameter is absent or zero then the idle

I wouldn't bother with the maximum sentence thing.

>  
-: The initial maximum unidirectional streams parameter contains the initial
-  maximum number of unidirectional streams the peer may initiate, encoded as an
-  unsigned 16-bit integer.  If this parameter is absent or zero, unidirectional
-  streams cannot be created until a MAX_STREAM_ID frame is sent.  Setting this
-  parameter is equivalent to sending a MAX_STREAM_ID ({{frame-max-stream-id}})
-  immediately after completing the handshake containing the corresponding Stream
-  ID. For example, a value of 0x05 would be equivalent to receiving a
-  MAX_STREAM_ID containing 18 when received by a client or 19 when received by a
-  server.
+: The idle timeout is a value in seconds that is encoded as an unsigned 16-bit
+  integer.  There is no maximum value besides the maximum encodable value of
+  0xFFFF (about 18 hours).  If this parameter is absent or zero then the idle
+  timeout is disabled.  In this case, the transport never closes the connection
+  in response to being idle.

drop this last sentence 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/pull/1765#pullrequestreview-156542883
----==_mimepart_5ba159adb0c4c_505d3fa30fad45c01743e4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<p>I really like that we no longer have any mandatory transport parameters.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1765#discussion_r218573450">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1666,6 +1654,18 @@ ack_delay_exponent (0x0007):
   value is also used for ACK frames that are sent in Initial and Handshake
   packets.  Values above 20 are invalid.
 
+initial_max_uni_streams (0x0008):
</pre>
<p>Please don't move this.  The numbers are all out of order, but I do hope to fix that eventually.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1765#discussion_r218573611">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2531,9 +2531,9 @@ source address.
 
 ### Idle Timeout
 
-A connection that remains idle for longer than the advertised idle timeout (see
-{{transport-parameter-definitions}}) is closed.  A connection enters the
-draining state when the idle timeout expires.
+If the idle timeout is enabled, a connection that remains idle for longer than
</pre>
<p>This change isn't needed.  There is always an idle timeout, it's just that it is sometimes infinite.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1765#discussion_r218573827">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-: The initial maximum unidirectional streams parameter contains the initial
-  maximum number of unidirectional streams the peer may initiate, encoded as an
-  unsigned 16-bit integer.  If this parameter is absent or zero, unidirectional
-  streams cannot be created until a MAX_STREAM_ID frame is sent.  Setting this
-  parameter is equivalent to sending a MAX_STREAM_ID ({{frame-max-stream-id}})
-  immediately after completing the handshake containing the corresponding Stream
-  ID. For example, a value of 0x05 would be equivalent to receiving a
-  MAX_STREAM_ID containing 18 when received by a client or 19 when received by a
-  server.
+: The idle timeout is a value in seconds that is encoded as an unsigned 16-bit
+  integer.  There is no maximum value besides the maximum encodable value of
+  0xFFFF (about 18 hours).  If this parameter is absent or zero then the idle
</pre>
<p>I wouldn't bother with the maximum sentence thing.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1765#discussion_r218574223">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-: The initial maximum unidirectional streams parameter contains the initial
-  maximum number of unidirectional streams the peer may initiate, encoded as an
-  unsigned 16-bit integer.  If this parameter is absent or zero, unidirectional
-  streams cannot be created until a MAX_STREAM_ID frame is sent.  Setting this
-  parameter is equivalent to sending a MAX_STREAM_ID ({{frame-max-stream-id}})
-  immediately after completing the handshake containing the corresponding Stream
-  ID. For example, a value of 0x05 would be equivalent to receiving a
-  MAX_STREAM_ID containing 18 when received by a client or 19 when received by a
-  server.
+: The idle timeout is a value in seconds that is encoded as an unsigned 16-bit
+  integer.  There is no maximum value besides the maximum encodable value of
+  0xFFFF (about 18 hours).  If this parameter is absent or zero then the idle
+  timeout is disabled.  In this case, the transport never closes the connection
+  in response to being idle.
</pre>
<p>drop this last sentence 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/pull/1765#pullrequestreview-156542883">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzV0WmMqjlgaL7ad98L3H3F3TNAAks5ucVEtgaJpZM4WuN2U">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx-2reZhdVrLncIlNfTFbraAQiADks5ucVEtgaJpZM4WuN2U.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1765"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1765#pullrequestreview-156542883"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1765#pullrequestreview-156542883",
"url": "https://github.com/quicwg/base-drafts/pull/1765#pullrequestreview-156542883",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1765",
"sections": [
{
"text": "I really like that we no longer have any mandatory transport parameters.",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1765#pullrequestreview-156542883"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381214100\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba159adb0c4c_505d3fa30fad45c01743e4--


From nobody Tue Sep 18 13:08:04 2018
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 881FF127332 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:08:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 F1Euk1WG7qe0 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:08:01 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E9638120072 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:08:00 -0700 (PDT)
Date: Tue, 18 Sep 2018 13:07:59 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537301279; bh=nrcSdbRUEy11d26W0dIe49NkV8RU4/C0ly4Qr9+PD4M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Rsw2tuvq4lPd4L4E0xVqHa27xTvApwy0yiYzuDYX8sFUZdLCpUBojom4y93VnjLYm nhTAAtJvvKA9pmbBWzUST7kGDUVv//CKb9BjKtvZApF5dnKwmLvVw/ow5Eq5F6oG1e LWcdNhFUZG2qd0rK25wsSBwgsYO/jXe+F5KeA/5c=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab45be236de92fc94e0b04103d779d237eb28f003d92cf0000000117b91d1f92a169ce158a0a4f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1765/review/156546265@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1765@github.com>
References: <quicwg/base-drafts/pull/1765@github.com>
Subject: Re: [quicwg/base-drafts] Optional Idle Timeout (#1765)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba15b1fc1c8c_1f613f8f468d45b8246926"; 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/jAiWHhywcR-291tnC2iceBjvLrg>
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, 18 Sep 2018 20:08:03 -0000

----==_mimepart_5ba15b1fc1c8c_1f613f8f468d45b8246926
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



> @@ -2531,9 +2531,9 @@ source address.
 
 ### Idle Timeout
 
-A connection that remains idle for longer than the advertised idle timeout (see
-{{transport-parameter-definitions}}) is closed.  A connection enters the
-draining state when the idle timeout expires.
+If the idle timeout is enabled, a connection that remains idle for longer than

We didn't quite state it that way above. It says the idle timeout is disabled, not infinite.

-- 
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/1765#discussion_r218576245
----==_mimepart_5ba15b1fc1c8c_1f613f8f468d45b8246926
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@nibanks</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1765#discussion_r218576245">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2531,9 +2531,9 @@ source address.
 
 ### Idle Timeout
 
-A connection that remains idle for longer than the advertised idle timeout (see
-{{transport-parameter-definitions}}) is closed.  A connection enters the
-draining state when the idle timeout expires.
+If the idle timeout is enabled, a connection that remains idle for longer than
</pre>
<p>We didn't quite state it that way above. It says the idle timeout is disabled, not infinite.</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/1765#discussion_r218576245">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3WJ4y8T3Wv7_ChNZQ-14b8vZpPqks5ucVKfgaJpZM4WuN2U">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6XCt1zWUSP4fAYRkqSrR43oSMlfks5ucVKfgaJpZM4WuN2U.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks commented on #1765"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1765#discussion_r218576245"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1765#discussion_r218576245",
"url": "https://github.com/quicwg/base-drafts/pull/1765#discussion_r218576245",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@nibanks commented on 1765",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1765#discussion_r218576245"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381214100\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba15b1fc1c8c_1f613f8f468d45b8246926--


From nobody Tue Sep 18 13:09:16 2018
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 974CB127332 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:09:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 iDcxBvjkGrxm for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:09:14 -0700 (PDT)
Received: from o8.sgmail.github.com (o8.sgmail.github.com [167.89.101.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 21068120072 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:09:14 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=BGetZKc/AfbUFT+j3sFeOCkCCG4=; b=nys/hx7D3ZYQUeI7 odY8CU5yJMMfXvZ7sV5Wq/68DNv7CZiuQ+8BDU3Du4xp1kSfaR40daI9A2ZFB4Yl 8KKWzmOEuujfUoLmAIEJAzQ18ieY2qg4UNHvPnOwMxa27IaFtBVtDqqYt1Gjwq+q hDVH+/f4wCP3LgGgUyBlJw2/QKM=
Received: by filter1088p1las1.sendgrid.net with SMTP id filter1088p1las1-5198-5BA15B68-5 2018-09-18 20:09:12.242828194 +0000 UTC m=+1031084.966307726
Received: from github-lowworker-1ffe0ab.cp1-iad.github.net (unknown [192.30.252.38]) by ismtpd0010p1iad1.sendgrid.net (SG) with ESMTP id T9KcfiEUSXuXJdSF79Mdbg for <quic-issues@ietf.org>; Tue, 18 Sep 2018 20:09:12.065 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1ffe0ab.cp1-iad.github.net (Postfix) with ESMTP id F2D243813B0 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:09:11 -0700 (PDT)
Date: Tue, 18 Sep 2018 20:09:12 +0000 (UTC)
From: Nick Banks <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/1765/push/2887466020@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1765@github.com>
References: <quicwg/base-drafts/pull/1765@github.com>
Subject: Re: [quicwg/base-drafts] Optional Idle Timeout (#1765)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba15b67ed57e_6d963ffaa66d45bc204988"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2e5V23ykTPA8QjP15x59uaz6PWqrJQiQxS6P f3zeRsfvcsmzu8TEpcD4Bn5sfXSA5URYRbqyLNXsNqt+WXgmE2/djbpyZYJcr/UF5ZyY+vt3GNoSX0 /GR01oGvR1eS3ZuOB0rtH4PtcMmiaKBv2lKITLtifXedzFJNgEdW5nrFkXadhPvjUi1+ryfE07Irkk 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dr4_vuZahsseH05Ci5XRKyfPeaY>
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, 18 Sep 2018 20:09:16 -0000

----==_mimepart_5ba15b67ed57e_6d963ffaa66d45bc204988
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

5f5421d  Address Martins comments


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1765/files/a8887333bae9c84337578810e5c85a2c30e1901f..5f5421d8de2e34c6e736b84590d460b8b65d8557

----==_mimepart_5ba15b67ed57e_6d963ffaa66d45bc204988
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/nibanks" class="user-mention">@nibanks</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/5f5421d">5f5421d</a>  Address Martins comments</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/1765/files/a8887333bae9c84337578810e5c85a2c30e1901f..5f5421d8de2e34c6e736b84590d460b8b65d8557">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1_m123trTq7lsBvFPKb46Zj04mdks5ucVLngaJpZM4WuN2U">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxVEzStsPt2pA7uJdkDAhgvM1axaks5ucVLngaJpZM4WuN2U.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks pushed 1 commit in #1765"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1765/files/a8887333bae9c84337578810e5c85a2c30e1901f..5f5421d8de2e34c6e736b84590d460b8b65d8557"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1765/files/a8887333bae9c84337578810e5c85a2c30e1901f..5f5421d8de2e34c6e736b84590d460b8b65d8557",
"url": "https://github.com/quicwg/base-drafts/pull/1765/files/a8887333bae9c84337578810e5c85a2c30e1901f..5f5421d8de2e34c6e736b84590d460b8b65d8557",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@nibanks pushed 1 commit in #1765",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1765:",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [
{
"name": "5f5421d",
"value": "Address Martins comments"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1765/files/a8887333bae9c84337578810e5c85a2c30e1901f..5f5421d8de2e34c6e736b84590d460b8b65d8557"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381214100\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba15b67ed57e_6d963ffaa66d45bc204988--


From nobody Tue Sep 18 13:16:45 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 CD77D130E47 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:16:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 3qj5P7gNay04 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:16:42 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 56C26120072 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:16:42 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537301801; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=CgebX7PjUzjBWCelRtDp0ffYLKhlW237YZnJ9uDyVDE=; b=uvv+h/c+q89IC7tUnySHsMNs92QpJ1ZK8yrL4GWoRGVSYWPZN1jMWBDyo2cI62rNwhtj5R4w MzP6AeTaoEu3RFO4F6UVHLcLd1Je5R0lD0w23hHB2IH+S6gSGvsCQAoGAjYaSWIe5EDo9iXm /y2SZJljx8Wht7KfCkadXyVU+UI=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mnot=mnot.net@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5ba15d29.7f3d44ef4db0-smtp-out-n02; Tue, 18 Sep 2018 20:16:41 -0000 (UTC)
Date: Tue, 18 Sep 2018 13:16:41 -0700
From: Mark Nottingham <mnot@mnot.net>
Reply-To: Mark Nottingham <mnot@mnot.net>
To: quic-issues@ietf.org
Message-ID: <5ba15d291e45a_21d762ac8cf9b8ecc35778@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] 6cbdab: rearrange
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba15d291dfa7_21d762ac8cf9b8ecc356c6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DyaurlrcbdzQ7ExW9zTIglJqEQ0>
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, 18 Sep 2018 20:16:44 -0000

----==_mimepart_5ba15d291dfa7_21d762ac8cf9b8ecc356c6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 6cbdabcf8f09a05b39ac9f4c4d86cf7f4434466d
      https://github.com/quicwg/wg-materials/commit/6cbdabcf8f09a05b39ac9f4c4d86cf7f4434466d
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2018-09-18 (Tue, 18 Sep 2018)

  Changed paths:
    M interim-18-09/agenda.md

  Log Message:
  -----------
  rearrange



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba15d291dfa7_21d762ac8cf9b8ecc356c6--


From nobody Tue Sep 18 13:39:06 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 B840E129AB8 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:39:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.011
X-Spam-Level: 
X-Spam-Status: No, score=-1.011 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 e4K_5GLv6y7G for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:39:01 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7744D130DEC for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:39:01 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537303140; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=UuzRkU6rAyCFftTOIXg64rzSPiTMk4QuDJgEF/7E79Q=; b=lbKYA9CnjJVat6NT/eZH/msP6uE4xNcuKxapw07557k4ilBvan/+m5NVLEzjvPNHplEVALmu xNVIfrMrcGluNrhJJrbr2ANMB3mq8ghvFKfIVpXboOLBcd5K+euBpkasT2EV5nyBjeT3UL5B FZOSwHHBEG07llW6teoHTX1An54=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5ba16264.7f0aa405a8a0-smtp-out-n01; Tue, 18 Sep 2018 20:39:00 -0000 (UTC)
Date: Tue, 18 Sep 2018 13:38:59 -0700
From: afrind <afrind@users.noreply.github.com>
Reply-To: afrind <afrind@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5ba16263554ac_129c2b139fbeeec4842f@hookshot-fe-cace476.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ff9954: Require QPACK implementations to handle 62 bit int...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba1626355102_129c2b139fbeeec48419b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/JQ2cP3vMh5KjMDPhBgrFp3oobRo>
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, 18 Sep 2018 20:39:04 -0000

----==_mimepart_5ba1626355102_129c2b139fbeeec48419b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: ff9954ff5dfcf8ca7ed9329d3fac39aab4e22432
      https://github.com/quicwg/base-drafts/commit/ff9954ff5dfcf8ca7ed9329d3fac39aab4e22432
  Author: afrind <afrind@users.noreply.github.com>
  Date:   2018-09-18 (Tue, 18 Sep 2018)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  Require QPACK implementations to handle 62 bit integers (#1760)

Fixes #1727



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba1626355102_129c2b139fbeeec48419b--


From nobody Tue Sep 18 13:39:12 2018
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 66C8A129AB8 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:39:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 3QXV5Ub54arM for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:39:03 -0700 (PDT)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CAFC1130DEC for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:39:03 -0700 (PDT)
Date: Tue, 18 Sep 2018 13:39:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537303143; bh=n4ozvmmVq574xeQ+EHyGvMWaYXK4tfOzTX7uYiHFcTA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hdZNkZlwM9627LeNIOneUUImqoQaa+ZEbdY0L9tVmXtRD5oYCyCGXXTB2+TFjk6hp XskTNjTRVGk+5ptS9Jvz2BNlseFnB1ZkLLSjTSy86qZxXwjtqleXn25uB50SH3Q9Zu oFJ4FoF9VOgiVIg0o7VVSW5LcLEKk2c4pyOmHuMQ=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab41020f901460caad93d6923dd8e08a32ca98756392cf0000000117b9246792a169ce158601df@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1760/issue_event/1853442289@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1760@github.com>
References: <quicwg/base-drafts/pull/1760@github.com>
Subject: Re: [quicwg/base-drafts] Require QPACK implementations to handle 62 bit integers (#1760)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba162672ffa7_1f803fc8cb2d45b4611837"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/zps9Uy9PcfhpyAVV2VpFOp3XZIU>
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, 18 Sep 2018 20:39:06 -0000

----==_mimepart_5ba162672ffa7_1f803fc8cb2d45b4611837
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1760 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/1760#event-1853442289
----==_mimepart_5ba162672ffa7_1f803fc8cb2d45b4611837
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361103839" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1760" href="https://github.com/quicwg/base-drafts/pull/1760">#1760</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/1760#event-1853442289">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3TH-HKai2L2Y0VGAyvRa5KhTP77ks5ucVnngaJpZM4WtA9x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5n6KVFCEol4BKEN68xszqBQfeZnks5ucVnngaJpZM4WtA9x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1760 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1760#event-1853442289"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1760#event-1853442289",
"url": "https://github.com/quicwg/base-drafts/pull/1760#event-1853442289",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Require QPACK implementations to handle 62 bit integers (#1760)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1760#event-1853442289"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380899185\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba162672ffa7_1f803fc8cb2d45b4611837--


From nobody Tue Sep 18 13:39:16 2018
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 58BF9130EB8 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:39:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 sXOHg7toej6t for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:39:06 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0D58A130DEC for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:39:06 -0700 (PDT)
Date: Tue, 18 Sep 2018 13:39:04 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537303144; bh=p/ef/zB1jd/HsyQgO/GGRco3+JAkIRlnVH44pWafLPU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=skLnb9MTamkZ+8qYUWxWKzPKEuhGYhsFEXbXFjTeN+hKne5xYyPNisa8+m7EeJfrm XxZyGb2vfolK2kxa8synJmVWofIs+uB1l/xjZvDm+s4dA1IL5CzjwukcBicZtjygMl 7wCCCNpOpAyHUc28tA+veNYJkR6dOXRsP1ebgEaE=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0dbe415be07bef8f274443367bd79655ad02d2ff92cf0000000117b9246892a169ce155aa80d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1727/issue_event/1853442290@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1727@github.com>
References: <quicwg/base-drafts/issues/1727@github.com>
Subject: Re: [quicwg/base-drafts] QPACK should require handling of integers up to 62 bits long (#1727)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba16268dd08b_443e3f9d9f0d45b8419496"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/ibE737-bIpwJFl_fF4PajsllvJc>
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, 18 Sep 2018 20:39:08 -0000

----==_mimepart_5ba16268dd08b_443e3f9d9f0d45b8419496
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1727 via #1760.

-- 
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/1727#event-1853442290
----==_mimepart_5ba16268dd08b_443e3f9d9f0d45b8419496
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358262797" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1727" href="https://github.com/quicwg/base-drafts/issues/1727">#1727</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361103839" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1760" href="https://github.com/quicwg/base-drafts/pull/1760">#1760</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/1727#event-1853442290">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8fHhvyaw1J01oyf78lZpkbaUujyks5ucVnogaJpZM4WftjE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7MwBFxZpemkGmychv8P66yT11d3ks5ucVnogaJpZM4WftjE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1727 via #1760."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1727#event-1853442290"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1727#event-1853442290",
"url": "https://github.com/quicwg/base-drafts/issues/1727#event-1853442290",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK should require handling of integers up to 62 bits long (#1727)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1727#event-1853442290"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377411780\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba16268dd08b_443e3f9d9f0d45b8419496--


From nobody Tue Sep 18 13:40:31 2018
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 5A3CC130E47 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:40:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 YHQX_zgltLan for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:40:27 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 946E2129AB8 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:40:27 -0700 (PDT)
Date: Tue, 18 Sep 2018 13:40:26 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537303226; bh=C18SOaxJeeyKu63t9w30j9VQO/U/ma9HlVEvRbPDGzM=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=trVQiIejUO6+qKaDziocgFmEQfB9+YDWElJ1pnTPDbr1WyIAzPT40YE5W/w55RPF1 xdth3ia72wIiDgNX33TzVIg1bxMi/AEFqnmLOpOzsDDhiN3q0KKq2ZOvenWYpX8pkX 6iUfZPqKp8Zk8P+JiMq9Myd5Dt0JnydWtji1e+0I=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab295c311ebf6ec77cd58ff36233ae495ba8b70d8992cf0000000117b924ba92a169ce158bab15@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/67@github.com>
Subject: [quicwg/wg-materials] CID slides (#67)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba162ba8ef3f_507a3fa30fad45c06106eb"; 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/18wKV1dyT7_el_IUU46dcXsjosw>
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, 18 Sep 2018 20:40:29 -0000

----==_mimepart_5ba162ba8ef3f_507a3fa30fad45c06106eb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/wg-materials/pull/67

-- Commit Summary --

  * CID slides

-- File Changes --

    A interim-18-09/CIDdt.pdf (0)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/67.patch
https://github.com/quicwg/wg-materials/pull/67.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/wg-materials/pull/67

----==_mimepart_5ba162ba8ef3f_507a3fa30fad45c06106eb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/wg-materials/pull/67'>https://github.com/quicwg/wg-materials/pull/67</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>CID slides</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>A</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/67/files#diff-0">interim-18-09/CIDdt.pdf</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/67.patch'>https://github.com/quicwg/wg-materials/pull/67.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/67.diff'>https://github.com/quicwg/wg-materials/pull/67.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/wg-materials/pull/67">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzf07N1aJpTqCn6-4_dPqKsSq5i9ks5ucVo6gaJpZM4WutM-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0pGHrQsakm0-3VNOZER1ZbL0bzYks5ucVo6gaJpZM4WutM-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"CID slides (#67)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/67"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/67",
"url": "https://github.com/quicwg/wg-materials/pull/67",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "CID slides (#67)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "be76884",
"value": "CID slides"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Added",
"value": "[interim-18-09/CIDdt.pdf](https://github.com/quicwg/wg-materials/pull/67/files#diff-0) (0 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 67,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 67\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/67"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/67.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/67.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381342526\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba162ba8ef3f_507a3fa30fad45c06106eb--


From nobody Tue Sep 18 13:41:07 2018
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 4492D130E47 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:41:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 6OTfv5U2Nuku for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:41:03 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DF50A129AB8 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:41:02 -0700 (PDT)
Date: Tue, 18 Sep 2018 13:41:01 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537303261; bh=3I+bwst9DdxX37jRHjPntBUb6WYni9yCLWEQH+8Ybvo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=W/g269pqpa0FaZihj7T60bh8byTO86x3RwtbxGiIztikC2yNJOYUEKWoDNS+OFgcq psndgzctdGKZipAeHRziH+4UOHsJdUvEy3z+ws2q69po4dOAZGJ4CCmi/mEs8beRr3 1+e70S9NLidcAHPX8DnlaQTj0EgBGerxXpJ3yFZA=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab92506909ade7316cd00497361664344fd286438292cf0000000117b924dd92a169ce158602f3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1762/review/156559201@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1762@github.com>
References: <quicwg/base-drafts/pull/1762@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: make TSS=0 a connection error (#1762)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba162ddde1e1_9e83fa1586d45b46659e5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
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/4TDpPRh2_slyo0gTZNRBNXhJEPE>
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, 18 Sep 2018 20:41:05 -0000

----==_mimepart_5ba162ddde1e1_9e83fa1586d45b46659e5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

dtikhonov requested changes on this pull request.



> @@ -587,9 +587,10 @@ entries might cause a stream to become blocked, as described in
 ~~~~~~~~~~
 {:#fig-size-sync title="Table State Synchronize"}
 
-An encoder that receives an Insert Count that is greater than the number of
-dynamic table entries beyond the current Largest Known Received entry MUST treat
-this as a connection error of type `HTTP_QPACK_DECODER_STREAM_ERROR`.
+An encoder that receives an Insert Count equal to zero, or that is greater than

I don't like the "that" in "or that:" does it refer to the insert count or to the encoder?

-- 
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/1762#pullrequestreview-156559201
----==_mimepart_5ba162ddde1e1_9e83fa1586d45b46659e5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@dtikhonov</b> requested changes on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1762#discussion_r218586894">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -587,9 +587,10 @@ entries might cause a stream to become blocked, as described in
 ~~~~~~~~~~
 {:#fig-size-sync title=&quot;Table State Synchronize&quot;}
 
-An encoder that receives an Insert Count that is greater than the number of
-dynamic table entries beyond the current Largest Known Received entry MUST treat
-this as a connection error of type `HTTP_QPACK_DECODER_STREAM_ERROR`.
+An encoder that receives an Insert Count equal to zero, or that is greater than
</pre>
<p>I don't like the "that" in "or that:" does it refer to the insert count or to the encoder?</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/1762#pullrequestreview-156559201">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5LxgYROyQU8bOejghXCKZmPVfqbks5ucVpdgaJpZM4WtBC2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq40IRk-R22T5gt4nq7gqPTCnQR8Zks5ucVpdgaJpZM4WtBC2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov requested changes on #1762"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1762#pullrequestreview-156559201"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1762#pullrequestreview-156559201",
"url": "https://github.com/quicwg/base-drafts/pull/1762#pullrequestreview-156559201",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@dtikhonov requested changes on 1762",
"sections": [
{
"text": "",
"activityTitle": "**Dmitri Tikhonov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@dtikhonov",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1762#pullrequestreview-156559201"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380899510\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba162ddde1e1_9e83fa1586d45b46659e5--


From nobody Tue Sep 18 13:42:43 2018
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 F39C2130E47 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:42:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 6LTcujT-mxA2 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:42:40 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6582B129AB8 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:42:40 -0700 (PDT)
Date: Tue, 18 Sep 2018 13:42:39 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537303359; bh=HEixya8SrlBPm6BdPuzA7Hq/SsGTJJv6sd8zm7nJNNY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RQY2VoC1FcCq4LTdI8ItqJ+HBBxmFi/N1rlPqZK0vl5QmkvUFmz0AKIP8po5X37A8 nB4l6sGSOXznSgNK4v+TsEDe8PA8rOcm3ab3KvIicymVdOnfF+xKThJAeyVIlKy1DP iTLRQUqGQ0kscV0CmLpcpozWbKT4lUUtNY9Gar0g=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9647ceeb58c76ef4a0d4fe27006ca7d923b1d97a92cf0000000117b9253f92a169ce1586022d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1761/c422546579@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1761@github.com>
References: <quicwg/base-drafts/pull/1761@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: don't send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0 (#1761)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba1633f9ad91_718d3fb41aed45b477917f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/MY6lX3b7XO-62ohPNK-q-TKST5M>
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, 18 Sep 2018 20:42:42 -0000

----==_mimepart_5ba1633f9ad91_718d3fb41aed45b477917f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Talked to some folks in person in NYC, and the recommendation is that the decoder MAY omit stream cancellations when its max dynamic table size is 0: eg encoders need to handle it either way.

-- 
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/1761#issuecomment-422546579
----==_mimepart_5ba1633f9ad91_718d3fb41aed45b477917f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Talked to some folks in person in NYC, and the recommendation is that the decoder MAY omit stream cancellations when its max dynamic table size is 0: eg encoders need to handle it either way.</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/1761#issuecomment-422546579">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxr4HWgB9sA3jbBfWeG92FHCtcghks5ucVq_gaJpZM4WtA_U">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzaKQAOx11qqGTAPTD5xi5aA19Qsks5ucVq_gaJpZM4WtA_U.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind in #1761: Talked to some folks in person in NYC, and the recommendation is that the decoder MAY omit stream cancellations when its max dynamic table size is 0: eg encoders need to handle it either way."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1761#issuecomment-422546579"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1761#issuecomment-422546579",
"url": "https://github.com/quicwg/base-drafts/pull/1761#issuecomment-422546579",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: don't send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0 (#1761)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1761,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1761\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1761#issuecomment-422546579"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380899284\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba1633f9ad91_718d3fb41aed45b477917f--


From nobody Tue Sep 18 13:45:05 2018
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 6B834130E82 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:45:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 hz4sxWFPJoW2 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:44:59 -0700 (PDT)
Received: from o8.sgmail.github.com (o8.sgmail.github.com [167.89.101.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 39CFD130E47 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:44:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=RyhgVhWZ23T/T8K8LPh7o788LuE=; b=SIEVZhPhCQM6VTpu oChYfwDeqW9WahYoUuBGHIoHrevlthMRMh/slocgkFfcXKH50/dzpCdBI9pOepw6 OK2YLmqyqZH6Q2PDzKV3fKD6S8Yv/aiNGLOy8vHCiFEv6XZJGCXdAg1AvNlecywv lUV1IC7aDcwfFHbvGqiss+F9bVw=
Received: by filter0023p1iad2.sendgrid.net with SMTP id filter0023p1iad2-19914-5BA163C8-2B 2018-09-18 20:44:56.981997331 +0000 UTC m=+1030715.365423869
Received: from github-lowworker-89d05ac.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id s9QwArkkSimKjI-KkV0gOg for <quic-issues@ietf.org>; Tue, 18 Sep 2018 20:44:57.003 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-89d05ac.cp1-iad.github.net (Postfix) with ESMTP id F2005AE01E0 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:44:56 -0700 (PDT)
Date: Tue, 18 Sep 2018 20:44:57 +0000 (UTC)
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7b9f3cd380c8ab949ce8bc0ce2e58762a3b072e292cf0000000117b925c892a169ce158602f3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1762/review/156560806@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1762@github.com>
References: <quicwg/base-drafts/pull/1762@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: make TSS=0 a connection error (#1762)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba163c8ec6a4_33383fe845cd45c050879f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3SrH/faq6+GPiKsyXv06i11diBHZr4xsFLpa 7cWjl3oVU4Ky9Nvla5H/s/P6jvGVcWObm0qf6H+clUZdlybMfkkWWrZS9WgKuP5VjzDIdhUaLZpXF5 mUyIV+wKuaovopfYnVGyZAtYwW5tzvfcfK2OWkKlnQU6NxsquY23zssnzGFOILhFbtfzCAgJuDUUNS U=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nGoJCB79MXy35asjpX-XMzqc6ao>
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, 18 Sep 2018 20:45:03 -0000

----==_mimepart_5ba163c8ec6a4_33383fe845cd45c050879f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

dtikhonov commented on this pull request.



> @@ -587,9 +587,10 @@ entries might cause a stream to become blocked, as described in
 ~~~~~~~~~~
 {:#fig-size-sync title="Table State Synchronize"}
 
-An encoder that receives an Insert Count that is greater than the number of
-dynamic table entries beyond the current Largest Known Received entry MUST treat
-this as a connection error of type `HTTP_QPACK_DECODER_STREAM_ERROR`.
+An encoder that receives an Insert Count equal to zero, or that is greater than

Perhaps something along the lines of:

> The Insert Count value cannot be zero and it cannot be greater than the current Largest Known Received value.  An encoder that receives an invalid Insert Count value MUST treat 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/1762#discussion_r218588228
----==_mimepart_5ba163c8ec6a4_33383fe845cd45c050879f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@dtikhonov</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1762#discussion_r218588228">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -587,9 +587,10 @@ entries might cause a stream to become blocked, as described in
 ~~~~~~~~~~
 {:#fig-size-sync title=&quot;Table State Synchronize&quot;}
 
-An encoder that receives an Insert Count that is greater than the number of
-dynamic table entries beyond the current Largest Known Received entry MUST treat
-this as a connection error of type `HTTP_QPACK_DECODER_STREAM_ERROR`.
+An encoder that receives an Insert Count equal to zero, or that is greater than
</pre>
<p>Perhaps something along the lines of:</p>
<blockquote>
<p>The Insert Count value cannot be zero and it cannot be greater than the current Largest Known Received value.  An encoder that receives an invalid Insert Count value MUST treat it...</p>
</blockquote>

<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/1762#discussion_r218588228">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq09OwYoWVJl2gBzeDSTd0vl8CgfKks5ucVtIgaJpZM4WtBC2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9tFf51FyutP6kZjy-MYIMlNh8XLks5ucVtIgaJpZM4WtBC2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov commented on #1762"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1762#discussion_r218588228"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1762#discussion_r218588228",
"url": "https://github.com/quicwg/base-drafts/pull/1762#discussion_r218588228",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@dtikhonov commented on 1762",
"sections": [
{
"text": "",
"activityTitle": "**Dmitri Tikhonov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@dtikhonov",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1762#discussion_r218588228"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380899510\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba163c8ec6a4_33383fe845cd45c050879f--


From nobody Tue Sep 18 13:45:26 2018
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 B408C130E47 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:45:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 we3ulkEmnxAa for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:45:22 -0700 (PDT)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [167.89.101.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 987A8129AB8 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:45:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=DJEUBGQpo8JYdcrcLs/lVFCXf3I=; b=XaLlU739pAWKXy2H XZHZRAR9hp6BcbmlMhUiObM2RRaPKTZeQFNIKizP/PQty7c8Q/r7Py82NcTU3rmg rs99SawcYybAW32y6qLO/qiKzDxPYQ9IU0V4+WWu0XDkEskWr4yW778IIkluBbEZ aUQAyb6ZGW4Os4YmiEsFdVtaL6s=
Received: by filter0351p1iad2.sendgrid.net with SMTP id filter0351p1iad2-13916-5BA163E1-E 2018-09-18 20:45:21.189461471 +0000 UTC m=+1031026.268679628
Received: from github-lowworker-63e61ec.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0045p1mdw1.sendgrid.net (SG) with ESMTP id 2SSRhLZLTiGXMrm_bsR4LQ for <quic-issues@ietf.org>; Tue, 18 Sep 2018 20:45:21.001 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-63e61ec.cp1-iad.github.net (Postfix) with ESMTP id 8EAE32A0033 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:45:20 -0700 (PDT)
Date: Tue, 18 Sep 2018 20:45:21 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab9c3e36902d97c578802da28d3517234e662d42c092cf0000000117b925e092a169ce158bb20f@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/68@github.com>
Subject: [quicwg/wg-materials] Slides for Martin's talks (#68)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba163e08c8d4_29413fc8cb2d45b45763c6"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak26vp1zsSI/RIemeMwp3UwlLK0JquglqqpA7C tjm/4ijJbzyUM6fZv23zdlTflBZUrdWjRjiE/jXdtzGTuIbI1cH8dgCbHbWoxihVB69Z39ixKeE7So +GeSN4bgAaR9cBx/9u0mu7D+6e/FQGXHbTSK4d0Vpm1PtaoUzQzKmIY2PZTBeT0D5ghDtLO74y1Y1/ U=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/yCAggpqlMkOTeuDuum4QS4OUimE>
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, 18 Sep 2018 20:45:25 -0000

----==_mimepart_5ba163e08c8d4_29413fc8cb2d45b45763c6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/wg-materials/pull/68

-- Commit Summary --

  * Slides for Martin's talk

-- File Changes --

    A interim-18-09/eoed.pdf (0)
    A interim-18-09/first-octet.pdf (0)
    A interim-18-09/retry.pdf (0)
    A interim-18-09/speed-dating.pdf (0)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/68.patch
https://github.com/quicwg/wg-materials/pull/68.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/wg-materials/pull/68

----==_mimepart_5ba163e08c8d4_29413fc8cb2d45b45763c6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/wg-materials/pull/68'>https://github.com/quicwg/wg-materials/pull/68</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Slides for Martin&#39;s talk</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>A</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/68/files#diff-0">interim-18-09/eoed.pdf</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/68/files#diff-1">interim-18-09/first-octet.pdf</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/68/files#diff-2">interim-18-09/retry.pdf</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/68/files#diff-3">interim-18-09/speed-dating.pdf</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/68.patch'>https://github.com/quicwg/wg-materials/pull/68.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/68.diff'>https://github.com/quicwg/wg-materials/pull/68.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/wg-materials/pull/68">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3ZLJdaz1IOhAZnjjXnSQ34Ag47Yks5ucVtggaJpZM4WuttO">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7LC-6hP0QUiN1g__2eKWw0goGHnks5ucVtggaJpZM4WuttO.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Slides for Martin's talks (#68)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/68"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/68",
"url": "https://github.com/quicwg/wg-materials/pull/68",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Slides for Martin's talks (#68)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "4f01923",
"value": "Slides for Martin's talk"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Added",
"value": "[interim-18-09/eoed.pdf](https://github.com/quicwg/wg-materials/pull/68/files#diff-0) (0 changes)"
},
{
"name": "Added",
"value": "[interim-18-09/first-octet.pdf](https://github.com/quicwg/wg-materials/pull/68/files#diff-1) (0 changes)"
},
{
"name": "Added",
"value": "[interim-18-09/retry.pdf](https://github.com/quicwg/wg-materials/pull/68/files#diff-2) (0 changes)"
},
{
"name": "Added",
"value": "[interim-18-09/speed-dating.pdf](https://github.com/quicwg/wg-materials/pull/68/files#diff-3) (0 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 68,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 68\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/68"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/68.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/68.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381344590\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba163e08c8d4_29413fc8cb2d45b45763c6--


From nobody Tue Sep 18 13:48:55 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 94E7C130E60 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:48:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 LlHPK1yihVIh for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:48:53 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 28B74129AB8 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:48:53 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537303732; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=jd3ptKnu6k5AcHwzU34/RqGnaJTjYdmdW7bHwXTPB5I=; b=ZuembDL/ccPUtw2MPLX6aZ8+BD/qABhg3jCb0mhkmReZ2aU7pgDmqpqKZfjsT4gllJOO4QYG WpmSlVd6E3N/dPSuWhOJ/FRcnpuxiLRDNNyqL9CNvq53Xid07zc1J+0w1Hn1+PPWCv3V0ZAP mhSxF2fyg4UL3B4khKNcF+7R9O0=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 5ba164b4.7fb8a01e5690-smtp-out-n01; Tue, 18 Sep 2018 20:48:52 -0000 (UTC)
Date: Tue, 18 Sep 2018 13:48:51 -0700
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5ba164b37cb65_7da62b00994e0ed4100365@hookshot-fe-d2afb11.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] 4f0192: Slides for Martin's talk
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba164b37c644_7da62b00994e0ed41002a0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/OthDYhZuzBaK_N6eHWA5X8zHj6U>
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, 18 Sep 2018 20:48:55 -0000

----==_mimepart_5ba164b37c644_7da62b00994e0ed41002a0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 4f0192331028fc9f3d988a2896a89253a62ce379
      https://github.com/quicwg/wg-materials/commit/4f0192331028fc9f3d988a2896a89253a62ce379
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-18 (Tue, 18 Sep 2018)

  Changed paths:
    A interim-18-09/eoed.pdf
    A interim-18-09/first-octet.pdf
    A interim-18-09/retry.pdf
    A interim-18-09/speed-dating.pdf

  Log Message:
  -----------
  Slides for Martin's talk


  Commit: d748e7e357071a766a564348802ddcfd011b9f13
      https://github.com/quicwg/wg-materials/commit/d748e7e357071a766a564348802ddcfd011b9f13
  Author: Lars Eggert <lars@eggert.org>
  Date:   2018-09-18 (Tue, 18 Sep 2018)

  Changed paths:
    A interim-18-09/eoed.pdf
    A interim-18-09/first-octet.pdf
    A interim-18-09/retry.pdf
    A interim-18-09/speed-dating.pdf

  Log Message:
  -----------
  Merge pull request #68 from martinthomson/nyc-mt

Slides for Martin's talks


Compare: https://github.com/quicwg/wg-materials/compare/6cbdabcf8f09...d748e7e35707
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba164b37c644_7da62b00994e0ed41002a0--


From nobody Tue Sep 18 13:49:02 2018
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 8214B130EB5 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:48:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 4GKhyRdtPksw for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:48:55 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BA4C1129AB8 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:48:55 -0700 (PDT)
Date: Tue, 18 Sep 2018 13:48:54 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537303734; bh=lA2pfpV4lGmS1aw29M5lXdiWVAGsP2Wm5LS3vEqdLQs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZJZU7knDqGqcB8DuZhZG8F/GWLc8C4mdmC4RTPE1cdrUPY+Z40/3fKs9GtbF1zZvD JnphXS7a8Oe7UWjUCTDnt9gLZS21Z1CRM5tLJaPR259ZVsbyPmLziFcl7ZEj+jyrFm XTrsyNRm8Ri1uLKKhs/jw9JYKKrc34K/0mZJt3Dk=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab3fdd936787b2b7bd0535d6d58b8208d46ab518e892cf0000000117b926b692a169ce158bb20f@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/68/issue_event/1853463112@github.com>
In-Reply-To: <quicwg/wg-materials/pull/68@github.com>
References: <quicwg/wg-materials/pull/68@github.com>
Subject: Re: [quicwg/wg-materials] Slides for Martin's talks (#68)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba164b6cb9b1_73a13f7fd5ed45c4610028"; 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/l1d3iDArYSmhrWyuFeDA7RAlsVE>
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, 18 Sep 2018 20:48:58 -0000

----==_mimepart_5ba164b6cb9b1_73a13f7fd5ed45c4610028
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #68 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/wg-materials/pull/68#event-1853463112
----==_mimepart_5ba164b6cb9b1_73a13f7fd5ed45c4610028
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361476623" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/68" href="https://github.com/quicwg/wg-materials/pull/68">#68</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/wg-materials/pull/68#event-1853463112">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyBWj1WARST_3Da351hhEWKq9PCLks5ucVw2gaJpZM4WuttO">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7MeJuR8PmLGLC1ovRJDpCNAeQ_Lks5ucVw2gaJpZM4WuttO.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #68 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/68#event-1853463112"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/68#event-1853463112",
"url": "https://github.com/quicwg/wg-materials/pull/68#event-1853463112",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] Slides for Martin's talks (#68)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/68#event-1853463112"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381344590\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba164b6cb9b1_73a13f7fd5ed45c4610028--


From nobody Tue Sep 18 13:49:07 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 0BF1C130E8C for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:49:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 5L_fVZbaa-T4 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:48:59 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C9B04130E60 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:48:59 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537303739; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=fMh/iMtAgkGaa3DsNgVLJr4zpFmIoMXUwcxMzdR+xvU=; b=PO2cH7/z3D7OkQegothgNaTyRg5JtiLqIFSrV9xvDCOve1KTLXNeacYCJfOPvXKoqFUaTDos UMG2Sk38AQVnjy8NriJ74JEkN/jBE76zZXjJ+6PDvQNmhxgE9sfNaBtbBIP2DnVfdJyXXKs2 lnsYfscg0oR5WOBace+JQW9251E=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5ba164bb.7f43ec113570-smtp-out-n02; Tue, 18 Sep 2018 20:48:59 -0000 (UTC)
Date: Tue, 18 Sep 2018 13:48:59 -0700
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5ba164bb493b1_1e392b1f4fca0ec41711f@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] be7688: CID slides
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba164bb49039_1e392b1f4fca0ec417023"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dLRKsoyaEZwZxDVB67fdlp4VTJo>
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, 18 Sep 2018 20:49:01 -0000

----==_mimepart_5ba164bb49039_1e392b1f4fca0ec417023
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: be76884fda80e71215e3c09b843d0dc7821f6a81
      https://github.com/quicwg/wg-materials/commit/be76884fda80e71215e3c09b843d0dc7821f6a81
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2018-09-18 (Tue, 18 Sep 2018)

  Changed paths:
    A interim-18-09/CIDdt.pdf

  Log Message:
  -----------
  CID slides


  Commit: 3587826c92cf12416cbbec5a2668bf7721e42821
      https://github.com/quicwg/wg-materials/commit/3587826c92cf12416cbbec5a2668bf7721e42821
  Author: Lars Eggert <lars@eggert.org>
  Date:   2018-09-18 (Tue, 18 Sep 2018)

  Changed paths:
    A interim-18-09/CIDdt.pdf

  Log Message:
  -----------
  Merge pull request #67 from MikeBishop/master

CID slides


Compare: https://github.com/quicwg/wg-materials/compare/d748e7e35707...3587826c92cf
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba164bb49039_1e392b1f4fca0ec417023--


From nobody Tue Sep 18 13:49:13 2018
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 F4112130E90 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:49:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 fgx7rMXXkqkg for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:49:05 -0700 (PDT)
Received: from o5.sgmail.github.com (o5.sgmail.github.com [192.254.113.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6EC9B130E8C for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:49:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=vnpWezno1LfYWGirJcpX3sgDzHM=; b=A4fK2LRR0fyfLj8L mUcGcn0O55VzjyKTWVmnzde0PPx4cphWOdRSRalETU3REv4kxXxBSl+hExRfDYNS 2ZPECh4PZ/DgrS4HR2eZtJKkF3RptjRT3fptwUr77M951gIh1phTcYEfQL8svfsP o4z1r5AVR1A7MbgiFpR9SxiRkFA=
Received: by filter0700p1las1.sendgrid.net with SMTP id filter0700p1las1-2855-5BA164BE-E 2018-09-18 20:49:02.575822424 +0000 UTC m=+1033472.547570052
Received: from github-lowworker-e55e3e3.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0047p1mdw1.sendgrid.net (SG) with ESMTP id mGLMr43hT5mHe_vUcsWbOA for <quic-issues@ietf.org>; Tue, 18 Sep 2018 20:49:02.297 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e55e3e3.cp1-iad.github.net (Postfix) with ESMTP id D843C180096 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:49:01 -0700 (PDT)
Date: Tue, 18 Sep 2018 20:49:02 +0000 (UTC)
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab23c2df4785e9b55e503d6ea0e3727eb67661e01192cf0000000117b926bd92a169ce158bab15@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/67/issue_event/1853463387@github.com>
In-Reply-To: <quicwg/wg-materials/pull/67@github.com>
References: <quicwg/wg-materials/pull/67@github.com>
Subject: Re: [quicwg/wg-materials] CID slides (#67)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba164bdd1851_4e173fa52fcd45c45218aa"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3Wx7EwGN3L+TZFgfLx6XzR0mkbUDd4NT+p0O g/qejsKnciXEiLQ3FXYFwChPG/yVcrY7Z7FGpiMW8KIukVWm38dkO9GyWR9GJ9PK4YsYgq0AwHZAKa y0IBRgCXKxhMNiB9Ex8nemOiNDBlQoJPlFxUla2Rh+5ENfW8sYBkRkkmAbIgmWGHcBWse8wTjDDTYl 8=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Lb19mapmAedK2KsmR2Ng9RxnBxw>
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, 18 Sep 2018 20:49:07 -0000

----==_mimepart_5ba164bdd1851_4e173fa52fcd45c45218aa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #67 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/wg-materials/pull/67#event-1853463387
----==_mimepart_5ba164bdd1851_4e173fa52fcd45c45218aa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361474837" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/67" href="https://github.com/quicwg/wg-materials/pull/67">#67</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/wg-materials/pull/67#event-1853463387">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3Za-3bUaVU9_NLR9nGXUxZRwuesks5ucVw9gaJpZM4WutM-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwlSEauAA8eY5p74wymnIw1iurVsks5ucVw9gaJpZM4WutM-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #67 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/67#event-1853463387"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/67#event-1853463387",
"url": "https://github.com/quicwg/wg-materials/pull/67#event-1853463387",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] CID slides (#67)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/67#event-1853463387"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381342526\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba164bdd1851_4e173fa52fcd45c45218aa--


From nobody Tue Sep 18 13:54:06 2018
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 786C0130E39 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:54:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 J6xBxkY45N1e for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 13:54:02 -0700 (PDT)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BCC88129AB8 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 13:54:02 -0700 (PDT)
Date: Tue, 18 Sep 2018 13:54:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537304042; bh=w1fA1opD7f16Ay7QXfKRj7kCjUqLdg6LWn+21oGvPrg=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=vvwRJ/5ILXup/QcXbFWsiRdQybNBvw1RmkrZZK1Y15BDIzj62N96s7RV5/GybAV7x mDNYD3hVaNPb1V1RDLN8rVtX7Pwl3+fmuDyD4NOJaVi7FhOoE2RsDeSaxr74hmOK7j r/kxVzfA93yY/R7hkrjegG+W5mw7sKcDUFMSf80c=
From: afrind <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abcc1810d5a1a24763092e71a9bc24bd89dd0507fb92cf0000000117b927ea92a169ce158bbe28@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/69@github.com>
Subject: [quicwg/wg-materials] QPACK wrapping preso (#69)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba165ea39a16_21553fe513ad45c06375eb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/2zfMkQzu2aVQKKlIM4u8seXBddw>
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, 18 Sep 2018 20:54:04 -0000

----==_mimepart_5ba165ea39a16_21553fe513ad45c06375eb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/wg-materials/pull/69

-- Commit Summary --

  * QPACK wrapping preso

-- File Changes --

    A interim-18-09/qpack wrapping.pdf (0)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/69.patch
https://github.com/quicwg/wg-materials/pull/69.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/wg-materials/pull/69

----==_mimepart_5ba165ea39a16_21553fe513ad45c06375eb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/wg-materials/pull/69'>https://github.com/quicwg/wg-materials/pull/69</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>QPACK wrapping preso</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>A</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/69/files#diff-0">interim-18-09/qpack wrapping.pdf</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/69.patch'>https://github.com/quicwg/wg-materials/pull/69.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/69.diff'>https://github.com/quicwg/wg-materials/pull/69.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/wg-materials/pull/69">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq09cpFbgqdCQaudPnDSQHHB2_gJPks5ucV1qgaJpZM4WuumL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqySbBQkI6RH4X1krFqffpuAmWcF8ks5ucV1qgaJpZM4WuumL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"QPACK wrapping preso (#69)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/69"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/69",
"url": "https://github.com/quicwg/wg-materials/pull/69",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "QPACK wrapping preso (#69)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "a5b3fb2",
"value": "QPACK wrapping preso"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Added",
"value": "[interim-18-09/qpack wrapping.pdf](https://github.com/quicwg/wg-materials/pull/69/files#diff-0) (0 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 69,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 69\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/69"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/69.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/69.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381348235\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba165ea39a16_21553fe513ad45c06375eb--


From nobody Tue Sep 18 16:40:05 2018
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 1D3B5130DC4 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 16:40:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 T9FW4Y6Upoyl for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 16:40:01 -0700 (PDT)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F2C42130E72 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 16:39:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=d1whOwDE4Hj6P0J+w/XRerwonKM=; b=KCI8o4nLRg0sZhUV 87B2SKLp25j6/9df4q2Dx8pkaumehBighGzFHP2iqGJBQICslr/4ohsF+daSRdu8 8Rc2hwBhMTyDn4KoO6M8mmUVrtLUqx24o0lQhYh3Oavv2RCp/0IyKfv/khI4wgHY LKRx5aS9ZKIynFHbvVFnHLlQHas=
Received: by filter0523p1iad2.sendgrid.net with SMTP id filter0523p1iad2-4207-5BA18CCE-19 2018-09-18 23:39:58.803134359 +0000 UTC m=+1041027.888966496
Received: from github-lowworker-e51511d.cp1-iad.github.net (unknown [192.30.252.34]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id q8Oa-VwGT2OQ-xbW7EA30A for <quic-issues@ietf.org>; Tue, 18 Sep 2018 23:39:58.704 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e51511d.cp1-iad.github.net (Postfix) with ESMTP id A967D80D16 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 16:39:58 -0700 (PDT)
Date: Tue, 18 Sep 2018 23:39:58 +0000 (UTC)
From: ihlar <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abc811bd5b7826f0b10f917b54647ce2a26a2cd47292cf0000000117b94ece92a169ce158c6894@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/70@github.com>
Subject: [quicwg/wg-materials] spin slides (#70)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba18ccea401e_50e13fb5514d45b85169a2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ihlar
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1ZC7aufoZaGQ6kvjmSyfeUojhmLa8Ukivoy/ ZTezfvCmf4NCDDWzpc3QCy1hgYsy6jOqKuZtgAXmtnrU89qQlMw0Xhn5CIEbbbLeSWwtZ4Wp7D50my 9XBQzC65d/K0CSD6TfLokY+cpnOTxAcnw5jHHViaikqOtXcFONXnTPafCw==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/88O9BHD1JHxZnzZohvYAn7P4Vjc>
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, 18 Sep 2018 23:40:03 -0000

----==_mimepart_5ba18ccea401e_50e13fb5514d45b85169a2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

slides for spin presentation
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/wg-materials/pull/70

-- Commit Summary --

  * spin slides

-- File Changes --

    A interim-18-09/180918-QuicWG-SpinBit-Ihlar.pdf (0)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/70.patch
https://github.com/quicwg/wg-materials/pull/70.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/wg-materials/pull/70

----==_mimepart_5ba18ccea401e_50e13fb5514d45b85169a2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>slides for spin presentation</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/wg-materials/pull/70'>https://github.com/quicwg/wg-materials/pull/70</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>spin slides</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>A</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/70/files#diff-0">interim-18-09/180918-QuicWG-SpinBit-Ihlar.pdf</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/70.patch'>https://github.com/quicwg/wg-materials/pull/70.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/70.diff'>https://github.com/quicwg/wg-materials/pull/70.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/wg-materials/pull/70">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_VPu3Ze1U-5T1zA8HwpdBJgHJ00ks5ucYROgaJpZM4WvIsr">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2ECZKZya5lolshZLCfJrRVVNnP5ks5ucYROgaJpZM4WvIsr.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"spin slides (#70)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/70"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/70",
"url": "https://github.com/quicwg/wg-materials/pull/70",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "spin slides (#70)",
"sections": [
{
"text": "",
"activityTitle": "**ihlar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ihlar",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "bf64212",
"value": "spin slides"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Added",
"value": "[interim-18-09/180918-QuicWG-SpinBit-Ihlar.pdf](https://github.com/quicwg/wg-materials/pull/70/files#diff-0) (0 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 70,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 70\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/70"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/70.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/70.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381455147\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba18ccea401e_50e13fb5514d45b85169a2--


From nobody Tue Sep 18 17:02:02 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 B4FF6130DE7 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 17:02:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 CgGEHHpDe4aO for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 17:01:59 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 83E54130DC4 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 17:01:59 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537315318; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=GMuZ1LSWvyyf9Kc3QJTNtb0jpu6+RGEhOFw9T9s83gg=; b=IrJTtHGsEnofE84quVzWCT4MH0oPoy/LHOvx9UOhc1zSW/D4ZKmzih1a3Kj+xLcjM0vzHEzq pOUoIQNvIb7LgEYfcg7Pnu1AZBuSn0FSvFSRTxzl9hWEIdGqv4enQWAHkSMn80pNRcJw0LTU zNXzGBs11nfpuB396y5MDaqORxk=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5ba191f5.7f86540ef450-smtp-out-n01; Wed, 19 Sep 2018 00:01:57 -0000 (UTC)
Date: Tue, 18 Sep 2018 17:01:57 -0700
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5ba191f5cc6d2_74472afd38e7aecc763bb@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] bf6421: spin slides
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba191f5cc27d_74472afd38e7aecc76220"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DZ7RVIFNWCCvNuuAiXnHMg5ghpA>
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, 19 Sep 2018 00:02:02 -0000

----==_mimepart_5ba191f5cc27d_74472afd38e7aecc76220
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: bf642121c3222755fc4da76f7267de9f477c2f57
      https://github.com/quicwg/wg-materials/commit/bf642121c3222755fc4da76f7267de9f477c2f57
  Author: mihl <marcus@ihlar.se>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    A interim-18-09/180918-QuicWG-SpinBit-Ihlar.pdf

  Log Message:
  -----------
  spin slides


  Commit: 3befe3557e4c0af03a06daccbdafef0873182367
      https://github.com/quicwg/wg-materials/commit/3befe3557e4c0af03a06daccbdafef0873182367
  Author: Lars Eggert <lars@eggert.org>
  Date:   2018-09-18 (Tue, 18 Sep 2018)

  Changed paths:
    A interim-18-09/180918-QuicWG-SpinBit-Ihlar.pdf

  Log Message:
  -----------
  Merge pull request #70 from ihlar/master

spin slides


Compare: https://github.com/quicwg/wg-materials/compare/3587826c92cf...3befe3557e4c
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba191f5cc27d_74472afd38e7aecc76220--


From nobody Tue Sep 18 17:02:09 2018
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 DE91D130E0E for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 17:02:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 jxn4sBXm3QJY for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 17:02:01 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8D2F5130DDD for <quic-issues@ietf.org>; Tue, 18 Sep 2018 17:02:01 -0700 (PDT)
Date: Tue, 18 Sep 2018 17:02:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537315320; bh=VlDVSWxbeKyqTRde+SmfREhTgzEkAklLm09OJzI421w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jSiHJ6FUmfGpA0/3xNdeaBhnOg5VkDdTT301F6/jLBh3M53TKUO8EVSlUedlgez4Y A6v6cdrduqL/wd3y9W2p5fBItl9SrbflZIJtxiBz+d6IvNG1cJI1YcUezqbL6r1CTQ Tw0gK3syyi4C6aNw1wzy7j4Wg95Bp/xe9KPGdBFA=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abcaad6e79550ac1465d1b791d9b46a3a02154528792cf0000000117b953f892a169ce158c6894@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/70/issue_event/1853765207@github.com>
In-Reply-To: <quicwg/wg-materials/pull/70@github.com>
References: <quicwg/wg-materials/pull/70@github.com>
Subject: Re: [quicwg/wg-materials] spin slides (#70)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba191f84b1d8_73223f96050d45b4794794"; 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/Pcchmk2A3p2WVbL-8bHjR389inA>
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, 19 Sep 2018 00:02:04 -0000

----==_mimepart_5ba191f84b1d8_73223f96050d45b4794794
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #70 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/wg-materials/pull/70#event-1853765207
----==_mimepart_5ba191f84b1d8_73223f96050d45b4794794
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361523348" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/70" href="https://github.com/quicwg/wg-materials/pull/70">#70</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/wg-materials/pull/70#event-1853765207">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0hhCCk2-frC16Xrg5_Y_3l27E6Hks5ucYl4gaJpZM4WvIsr">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq00U_SFR2mriGAZPJxWqLlN16zdaks5ucYl4gaJpZM4WvIsr.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #70 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/70#event-1853765207"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/70#event-1853765207",
"url": "https://github.com/quicwg/wg-materials/pull/70#event-1853765207",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] spin slides (#70)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/70#event-1853765207"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381455147\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba191f84b1d8_73223f96050d45b4794794--


From nobody Tue Sep 18 17:02:18 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 8E0D6130EAB for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 17:02:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 JtnRHS8Lq_s4 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 17:02:09 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B1330130DC4 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 17:02:09 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537315329; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=WOKQOWX2Diq2jVUOqTYDo2xpoYwMtRVkV7UnQHr7d6w=; b=IK14qYPxdqU14M+RKpfDWgbyB3SnCMd1QvUsXSKpP8O55YHU++OgJvCQM0qjz6iFOvOrT3Ho CuSGovwDSE8kUzM1EMLYkbwNBP1LCvBMkth4fDc/xpoe8oAUjuCJQB1X9QWvI/6Z/47fP+j+ ECn5BFBYLAFq+pAG19zjrJlVA28=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5ba19201.7f3d44fc2870-smtp-out-n02; Wed, 19 Sep 2018 00:02:09 -0000 (UTC)
Date: Tue, 18 Sep 2018 17:02:08 -0700
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5ba19200e66b1_11ae2b037f07eec0369cb@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] a5b3fb: QPACK wrapping preso
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba19200e6341_11ae2b037f07eec036827"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YSuLCSjTwYf2Rhr7AbSsneRPKyc>
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, 19 Sep 2018 00:02:12 -0000

----==_mimepart_5ba19200e6341_11ae2b037f07eec036827
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: a5b3fb28392bdd5d3740ba3a99eab5b81370f0b5
      https://github.com/quicwg/wg-materials/commit/a5b3fb28392bdd5d3740ba3a99eab5b81370f0b5
  Author: afrind <afrind@users.noreply.github.com>
  Date:   2018-09-18 (Tue, 18 Sep 2018)

  Changed paths:
    A interim-18-09/qpack wrapping.pdf

  Log Message:
  -----------
  QPACK wrapping preso


  Commit: d5dcf7a470a58265e1d93726c2f57a78c0913c71
      https://github.com/quicwg/wg-materials/commit/d5dcf7a470a58265e1d93726c2f57a78c0913c71
  Author: Lars Eggert <lars@eggert.org>
  Date:   2018-09-18 (Tue, 18 Sep 2018)

  Changed paths:
    A interim-18-09/qpack wrapping.pdf

  Log Message:
  -----------
  Merge pull request #69 from afrind/master

QPACK wrapping preso


Compare: https://github.com/quicwg/wg-materials/compare/3befe3557e4c...d5dcf7a470a5
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba19200e6341_11ae2b037f07eec036827--


From nobody Tue Sep 18 17:02:25 2018
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 16EE8130DC4 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 17:02:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 uRY3GZP9Lbmi for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 17:02:13 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 17698130E0E for <quic-issues@ietf.org>; Tue, 18 Sep 2018 17:02:13 -0700 (PDT)
Date: Tue, 18 Sep 2018 17:02:10 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537315330; bh=AvsDoH/XVer0eZFZSkBfL6H4vhOsHE4j7ZNQ39ykhv4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GeYtib/1DwPiw3UKsD2ysiAn8bZ3X/xAnTNcTwJbANJKDj+kqj1Pd2c1OSzFzNT8j ZKTaSaFrnHEP/aRe7nlbkwF0ZS4fBqXgHQR+Lpxa7rVW5ojdi+ttcsj1614WfiTpih adyRa51/JObo8gJNG/ngbkMX0UPnsJIWun3pNweY=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab0809f1e709dd159d094d03db246dddb17d0b411792cf0000000117b9540292a169ce158bbe28@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/69/issue_event/1853765481@github.com>
In-Reply-To: <quicwg/wg-materials/pull/69@github.com>
References: <quicwg/wg-materials/pull/69@github.com>
Subject: Re: [quicwg/wg-materials] QPACK wrapping preso (#69)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba19202e8fbf_73a33f96050d45b44811d0"; 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/4X4_OvIJ7SgjQeYWj2_O01gRjRA>
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, 19 Sep 2018 00:02:15 -0000

----==_mimepart_5ba19202e8fbf_73a33f96050d45b44811d0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #69 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/wg-materials/pull/69#event-1853765481
----==_mimepart_5ba19202e8fbf_73a33f96050d45b44811d0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361479720" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/69" href="https://github.com/quicwg/wg-materials/pull/69">#69</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/wg-materials/pull/69#event-1853765481">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7NXnuOioQH0t3puhgHpfiqBk8btks5ucYmCgaJpZM4WuumL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwHzqavixOaG0Ah5oXJWllVcSl-6ks5ucYmCgaJpZM4WuumL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #69 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/69#event-1853765481"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/69#event-1853765481",
"url": "https://github.com/quicwg/wg-materials/pull/69#event-1853765481",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] QPACK wrapping preso (#69)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/69#event-1853765481"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381348235\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba19202e8fbf_73a33f96050d45b44811d0--


From nobody Tue Sep 18 20:32:55 2018
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 AE85F130DCB for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 20:32:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 U4m-UPc7LLz2 for <quic-issues@ietfa.amsl.com>; Tue, 18 Sep 2018 20:32:51 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 56595130DD5 for <quic-issues@ietf.org>; Tue, 18 Sep 2018 20:32:51 -0700 (PDT)
Date: Tue, 18 Sep 2018 20:32:50 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537327970; bh=9wPuSM98toXDkQIohBftRVcYhVUccR+VpF8AV7CYoyQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=pWk+A6hXIw8ipCrB0YVoTnwKMsQ/ZlgOou2yOqpB3enEPHVUlbQ+0vGO0AcFSxcol 2NC1s6VtOx5W/AVY9RRmSxc3UwlzMzq9Yazyr5M2RskT3EF99rTrWAOBUUpqBsN+rm KzbNOU4RN82ARN47fc7kCdXhRTqK/zoobNGJthIU=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abc02778546da2151766689b522c054aea174df9e492cf0000000117b9856292a169ce158d0a67@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/71@github.com>
Subject: [quicwg/wg-materials] Add ACK delay slides (#71)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba1c3623b488_70413fefee6d45c02594e"; 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/xeyg8PQcDejQJ82I2DX6DUG50hc>
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, 19 Sep 2018 03:32:54 -0000

----==_mimepart_5ba1c3623b488_70413fefee6d45c02594e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/wg-materials/pull/71

-- Commit Summary --

  * Add ACK delay slides

-- File Changes --

    A interim-18-09/ack-delay.pdf (0)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/71.patch
https://github.com/quicwg/wg-materials/pull/71.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/wg-materials/pull/71

----==_mimepart_5ba1c3623b488_70413fefee6d45c02594e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/wg-materials/pull/71'>https://github.com/quicwg/wg-materials/pull/71</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Add ACK delay slides</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>A</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/71/files#diff-0">interim-18-09/ack-delay.pdf</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/71.patch'>https://github.com/quicwg/wg-materials/pull/71.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/71.diff'>https://github.com/quicwg/wg-materials/pull/71.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/wg-materials/pull/71">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-yQ3NdrbMEiw02gCuuJa_vqtRfmks5ucbrigaJpZM4WvWXG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1epV9x4aPqsXL13cYXxfgKksTqhks5ucbrigaJpZM4WvWXG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Add ACK delay slides (#71)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/71"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/71",
"url": "https://github.com/quicwg/wg-materials/pull/71",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Add ACK delay slides (#71)",
"sections": [
{
"text": "",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "f315e42",
"value": "Add ACK delay slides"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Added",
"value": "[interim-18-09/ack-delay.pdf](https://github.com/quicwg/wg-materials/pull/71/files#diff-0) (0 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 71,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 71\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/71"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/71.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/71.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381511110\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba1c3623b488_70413fefee6d45c02594e--


From nobody Wed Sep 19 01:48:02 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 F0BB9130FCB for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 01:48:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.66
X-Spam-Level: 
X-Spam-Status: No, score=-1.66 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, URIBL_BLOCKED=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 QuD_6IwsBLXJ for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 01:47:59 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 44BDC130E58 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 01:47:59 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537346878; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=07Hv3SIBIjfEGOSxkuj9CQ3nqReqTxWVkgeDV4UcYCM=; b=a1sVevbMMDDsfYJDSHro0oPiB7X207ceLW9oryxLROg4jy9/crgrQuhurYcIZT5ovrlUoWtU bW5ZJjxeZXJLykrxYOyEzoNPn/aIZFFNZTHl7/Kg26w3tV0Mo8cwsGyKLg3aFFfub84d13+j R43Tyw1LsqXxZYkvuREOjFtEvfY=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5ba20d3e.7fbdd0759bd0-smtp-out-n03; Wed, 19 Sep 2018 08:47:58 -0000 (UTC)
Date: Wed, 19 Sep 2018 01:47:58 -0700
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5ba20d3e8b96_50de2ae782a12ec877782@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] f315e4: Add ACK delay slides
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba20d3e8822_50de2ae782a12ec8776db"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1d5eK8_b8_RMEdb_e6pB7Frv-fk>
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, 19 Sep 2018 08:48:01 -0000

----==_mimepart_5ba20d3e8822_50de2ae782a12ec8776db
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: f315e42117c6bf24fcf9cec1b4a4e88ea4cc18ce
      https://github.com/quicwg/wg-materials/commit/f315e42117c6bf24fcf9cec1b4a4e88ea4cc18ce
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2018-09-18 (Tue, 18 Sep 2018)

  Changed paths:
    A interim-18-09/ack-delay.pdf

  Log Message:
  -----------
  Add ACK delay slides


  Commit: 6c198045c30324580f8c5b7130ff09631a05efff
      https://github.com/quicwg/wg-materials/commit/6c198045c30324580f8c5b7130ff09631a05efff
  Author: Lars Eggert <lars@eggert.org>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    A interim-18-09/ack-delay.pdf

  Log Message:
  -----------
  Merge pull request #71 from janaiyengar/master

Add ACK delay slides


Compare: https://github.com/quicwg/wg-materials/compare/d5dcf7a470a5...6c198045c303
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba20d3e8822_50de2ae782a12ec8776db--


From nobody Wed Sep 19 01:48:33 2018
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 E4AEE130E58 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 01:48:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 ZDMs2qlskxL1 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 01:48:30 -0700 (PDT)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 56CE0130DDE for <quic-issues@ietf.org>; Wed, 19 Sep 2018 01:48:30 -0700 (PDT)
Date: Wed, 19 Sep 2018 01:48:29 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537346909; bh=Kh1EI0VU68P5OukSg1ne3NqvLIYOJpBhpRVOttJ3j3U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ibcYoVEdPJmg+IRCdAFntSwmya/Z/NYFVBOOEMpO5vOa5D/DONfDal8ux1sXa+nMt XEIKTtjp0yIIr+QdfVdS0RMuGennCj6T7SRAUuntfqSy8TZhvtWRweMqaVjwASQQOg LulgGl6ltoPkp2xRTstAtb7boAsdI94O5T+ePoNY=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab364aa09a2ec2f4fe5dddebc9aefac72819cb29de92cf0000000117b9cf5d92a169ce158d0a67@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/71/issue_event/1854429244@github.com>
In-Reply-To: <quicwg/wg-materials/pull/71@github.com>
References: <quicwg/wg-materials/pull/71@github.com>
Subject: Re: [quicwg/wg-materials] Add ACK delay slides (#71)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba20d5d8af31_1ed33f9ca58d45c4543114"; 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/dDp2F9YGh3MkhSaAlhzod3BVhHA>
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, 19 Sep 2018 08:48:32 -0000

----==_mimepart_5ba20d5d8af31_1ed33f9ca58d45c4543114
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #71 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/wg-materials/pull/71#event-1854429244
----==_mimepart_5ba20d5d8af31_1ed33f9ca58d45c4543114
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361564775" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/71" href="https://github.com/quicwg/wg-materials/pull/71">#71</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/wg-materials/pull/71#event-1854429244">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6FzWEcggc_DT-vJc_goxByFHwgvks5ucgTdgaJpZM4WvWXG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyu-uvRqu5nCsuQ36ByBQ9BMs8IXks5ucgTdgaJpZM4WvWXG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #71 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/71#event-1854429244"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/71#event-1854429244",
"url": "https://github.com/quicwg/wg-materials/pull/71#event-1854429244",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] Add ACK delay slides (#71)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/71#event-1854429244"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381511110\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba20d5d8af31_1ed33f9ca58d45c4543114--


From nobody Wed Sep 19 01:58:47 2018
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 66FAD130E58 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 01:58:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 SiX-bgwFPf0H for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 01:58:42 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8914B130DDE for <quic-issues@ietf.org>; Wed, 19 Sep 2018 01:58:42 -0700 (PDT)
Date: Wed, 19 Sep 2018 01:58:41 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537347521; bh=faHBtsQ42uJtnYcNWWLDKeMJaH0cXrBAYFYVolrhW8g=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=19N6+t/CQGuzyStppiOENjvU82EOC8mojJvroRnN/cDhISdVieNNR4duHKLGU3znq cxufXXbJw5TWiOigxfPLuw9RnSEFFllBKf/pKZy+cuPD3sJZ73CDcl6GIqJp/n+crK ywUHQ7lh3dPsmPDfp/9C6f1cuQIXrII+x1PQKAyE=
From: Daan De Meyer <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbeb3388b630d94ad1775c6f0ff30802985d132b892cf0000000117b9d1c192a169ce158e498d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1768@github.com>
Subject: [quicwg/base-drafts] Fix spelling inconsistency (#1768)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba20fc150192_12523fe9e5ed45b8735d6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DaanDeMeyer
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/AWbjrbl6adET8Zz1TppK5BPenYU>
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, 19 Sep 2018 08:58:45 -0000

----==_mimepart_5ba20fc150192_12523fe9e5ed45b8735d6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

"Data are retransmitted -> Data is retransmitted" which is consistent with the next line where "Application data is retransmitted" is used.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1768

-- Commit Summary --

  * Fix spelling inconsistency

-- File Changes --

    M draft-ietf-quic-transport.md (2)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1768.patch
https://github.com/quicwg/base-drafts/pull/1768.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/1768

----==_mimepart_5ba20fc150192_12523fe9e5ed45b8735d6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>"Data are retransmitted -&gt; Data is retransmitted" which is consistent with the next line where "Application data is retransmitted" is used.</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/1768'>https://github.com/quicwg/base-drafts/pull/1768</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fix spelling inconsistency</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1768/files#diff-0">draft-ietf-quic-transport.md</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1768.patch'>https://github.com/quicwg/base-drafts/pull/1768.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1768.diff'>https://github.com/quicwg/base-drafts/pull/1768.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/1768">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_eE0rfzczNZwRXkjh1ZKoaO82b0ks5ucgdBgaJpZM4WvtsV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8me_gELdDy1b2cT3VBj4ERW-4G3ks5ucgdBgaJpZM4WvtsV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Fix spelling inconsistency (#1768)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1768"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1768",
"url": "https://github.com/quicwg/base-drafts/pull/1768",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Fix spelling inconsistency (#1768)",
"sections": [
{
"text": "",
"activityTitle": "**Daan De Meyer**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@DaanDeMeyer",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "5368bc9",
"value": "Fix spelling inconsistency"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1768/files#diff-0) (2 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1768,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1768\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1768"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1768.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1768.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381606677\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba20fc150192_12523fe9e5ed45b8735d6--


From nobody Wed Sep 19 07:00:19 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 DC5AF1310BC for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:00:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.66
X-Spam-Level: 
X-Spam-Status: No, score=-1.66 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, URIBL_BLOCKED=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 jnVEqZWrEKEh for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:00:11 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BD24F1310BF for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:00:10 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537365609; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=6wYXT6i21TJa88f1NTCadZ2kornHa4zfeNqTtxEt1qw=; b=BRK83BoOYnNwxnv//8HgpGl+hw/EjtwoxlAyFLU0DzQJDp/RIILooW0r7eh4ZO/plI24CgFk VVjKdPi/dA6EGBACy0VA6BrFOrHq7w2+g6fbZ287DMCngmV8jK48DE/MT08FrK+BgU0xCUoL 0p/B1gsYYeIpW5q91JF63NO5Q10=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5ba25669.7f9238480960-smtp-out-n02; Wed, 19 Sep 2018 14:00:09 -0000 (UTC)
Date: Wed, 19 Sep 2018 07:00:08 -0700
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5ba25668230ef_5b852aace586aecc631dc@hookshot-fe-cace476.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] 7e8b07: Add files via upload
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba2566822d3b_5b852aace586aecc63065"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6rs7FjB52dgzJMJMwQjl9xZZ_MM>
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, 19 Sep 2018 14:00:18 -0000

----==_mimepart_5ba2566822d3b_5b852aace586aecc63065
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 7e8b078f6a0cbc53569f870623631297317220a6
      https://github.com/quicwg/wg-materials/commit/7e8b078f6a0cbc53569f870623631297317220a6
  Author: Lars Eggert <lars@eggert.org>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    A interim-18-09/Spin bit and beyond @ Orange v1.pdf

  Log Message:
  -----------
  Add files via upload



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba2566822d3b_5b852aace586aecc63065--


From nobody Wed Sep 19 07:14:03 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 EE86613101F for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:14:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.602
X-Spam-Level: 
X-Spam-Status: No, score=-0.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 BoayyXp-bEUV for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:14:00 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3604612F1A6 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:14:00 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537366439; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=m3fQNKVcyptS+15BljL5h04NBt5mKuMXYP7vCimzXLM=; b=dkYUwJUss3FYpfeG2JDZGaAPPYKyoKO0KrQ1pq/esPq7S0kHhvXMLL188vlBaLtsOQuLhgBw NQL7UQw4kKgoNQfmCgs67EZG9w9vrhhOsFyDI7h1craTuWZ4y8p+Pycyt7y5LUM35Sutie18 5a8LNIzLBEtsKay1jKx/Um63QVc=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5ba259a7.7fed643724b0-smtp-out-n02; Wed, 19 Sep 2018 14:13:59 -0000 (UTC)
Date: Wed, 19 Sep 2018 07:13:58 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba259a6cc62a_1aae2acba9e84ed83776d@hookshot-fe-6b2eebc.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 03f8a2: Permit closing frames in all packets
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba259a6cc2af_1aae2acba9e84ed837687"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Yg96t3LrXVtxMWmAjq7YoEOngCU>
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, 19 Sep 2018 14:14:02 -0000

----==_mimepart_5ba259a6cc2af_1aae2acba9e84ed837687
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/issue1766
  Home:   https://github.com/quicwg/base-drafts
  Commit: 03f8a2f3124ce2c0493f62873e72d90c5909020d
      https://github.com/quicwg/base-drafts/commit/03f8a2f3124ce2c0493f62873e72d90c5909020d
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Permit closing frames in all packets

Closes #1766.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba259a6cc2af_1aae2acba9e84ed837687--


From nobody Wed Sep 19 07:15:02 2018
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 2FC3C130DD9 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:15:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 U-FIVtVDXRwe for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:14:59 -0700 (PDT)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 62A7612F1A6 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:14:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=xOqeFFFxu+lEHKtKI8+DbCWplDY=; b=b/fA8xv+jZgSe/XT xfo4rEL9rEROdq45p4RmFt9bP/2MPePMBXN1sfBOSrqYXYM4PND0XLUyX5q/m9f0 jsdW6nsSs5J2VqhtprhREDcq+s0fXPutU+e/1zdRksXtddrfnMc+nJLmZ7roJrS9 l9J2QM2XfLwl0hh4E3fVMjLtPts=
Received: by filter0502p1iad2.sendgrid.net with SMTP id filter0502p1iad2-8653-5BA259E1-49 2018-09-19 14:14:57.849746117 +0000 UTC m=+1094800.930517689
Received: from github-lowworker-fc273f0.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id SCtImJeWQ7KWOxTkkjRvrg for <quic-issues@ietf.org>; Wed, 19 Sep 2018 14:14:57.843 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-fc273f0.cp1-iad.github.net (Postfix) with ESMTP id BA950C0A8B for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:14:57 -0700 (PDT)
Date: Wed, 19 Sep 2018 14:14:58 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab63041db51ae8fdaac96f63ba69326e59440db93492cf0000000117ba1be192a169ce15902c26@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1769@github.com>
Subject: [quicwg/base-drafts] Permit closing frames in all packets (#1769)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba259e1b5e6e_2d593fe707ad45c057938"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2J0hw55zejbyw2kQHpPDyhTeycH0UGClsSNd 9sY1u+cKV1HxugL3eixzAldNV2VD/CqbclZ4kAzxf/O17C4s3KcXZw4cz92Kx+0v/HdRhrxlcgxg4R xmZz/2ZNCLvRQUaWXIRYn4egJz3rzbrTMdj8G95Dj5GBidANBxHrMFB3yoAGsjpt/PTwV6k3hHuP4L g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/w_GV54bh2bawbubYJHhuxqJPJBY>
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, 19 Sep 2018 14:15:01 -0000

----==_mimepart_5ba259e1b5e6e_2d593fe707ad45c057938
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closes #1766.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1769

-- Commit Summary --

  * Permit closing frames in all packets

-- File Changes --

    M draft-ietf-quic-transport.md (10)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1769.patch
https://github.com/quicwg/base-drafts/pull/1769.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/1769

----==_mimepart_5ba259e1b5e6e_2d593fe707ad45c057938
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 #1766.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361419578" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1766" href="https://github.com/quicwg/base-drafts/issues/1766">#1766</a>.</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/1769'>https://github.com/quicwg/base-drafts/pull/1769</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Permit closing frames in all packets</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1769/files#diff-0">draft-ietf-quic-transport.md</a>
    (10)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1769.patch'>https://github.com/quicwg/base-drafts/pull/1769.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1769.diff'>https://github.com/quicwg/base-drafts/pull/1769.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/1769">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8CKGCxWLMM30IAkTTnl8LDKMpjgks5uclFhgaJpZM4WwQtf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwr0F8MquI08Y8JspfrHeR8nokwvks5uclFhgaJpZM4WwQtf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Permit closing frames in all packets (#1769)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1769"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1769",
"url": "https://github.com/quicwg/base-drafts/pull/1769",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Permit closing frames in all packets (#1769)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "03f8a2f",
"value": "Permit closing frames in all packets"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1769/files#diff-0) (10 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1769,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1769\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1769"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1769.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1769.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381750111\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba259e1b5e6e_2d593fe707ad45c057938--


From nobody Wed Sep 19 07:20:50 2018
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 48A5613101F for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:20:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Yg1ZfbAOnMSa for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:20:47 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 99CB2130E10 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:20:47 -0700 (PDT)
Date: Wed, 19 Sep 2018 07:20:46 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537366846; bh=3AJHN2jU93az4R6JBxeilizMwQXY6IayhbTLON94uGo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0fZkTBj09oYeUtxh+kIgfo5MiOAlpXgXhN+SZ2DGeRk/QUwDaeYvZJIiFHWhHYg3W XLZnKwu+p1LRXX0aA1/5j6jI1ingaqfa0TAJdjNAEBHTrCDRpugt/B+SViUZw2uu7n Rc9SP+JuMiAC1d1683tUdMbhOt+BNmHHh/Brz3Bk=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab20830feb1d5ea4e5ab95006af0c597f60e5456b792cf0000000117ba1d3e92a169ce158b312f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1767/422822441@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1767@github.com>
References: <quicwg/base-drafts/issues/1767@github.com>
Subject: Re: [quicwg/base-drafts] Initial header table size of QPACK (#1767)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba25b3e6ed19_37aa3fc5f96d45bc2491c8"; 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/fwPELh11UEpaHFAZRp2v4eYxxCI>
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, 19 Sep 2018 14:20:49 -0000

----==_mimepart_5ba25b3e6ed19_37aa3fc5f96d45bc2491c8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

In hq, endpoints can't send requests until they have received SETTINGS.  There is no uncertainty if you wait for 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/1767#issuecomment-422822441
----==_mimepart_5ba25b3e6ed19_37aa3fc5f96d45bc2491c8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>In hq, endpoints can't send requests until they have received SETTINGS.  There is no uncertainty if you wait for 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/1767#issuecomment-422822441">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzbK5EId7CuAeysifdwyurD53bxgks5uclK-gaJpZM4WukSP">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2JTol7Z60fkVmJ7NDiKZkgk8rISks5uclK-gaJpZM4WukSP.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1767: In hq, endpoints can't send requests until they have received SETTINGS.  There is no uncertainty if you wait for that."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1767#issuecomment-422822441"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment-422822441",
"url": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment-422822441",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Initial header table size of QPACK (#1767)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1767,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1767\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment-422822441"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381305999\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba25b3e6ed19_37aa3fc5f96d45bc2491c8--


From nobody Wed Sep 19 07:23:50 2018
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 DF5A5130E10 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:23:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.605
X-Spam-Level: 
X-Spam-Status: No, score=-6.605 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 O8ZFkQ9JvLvs for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:23:47 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 574A0130DFA for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:23:47 -0700 (PDT)
Date: Wed, 19 Sep 2018 07:23:46 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537367026; bh=+A9BgNL1CCR2W3sFtxJdxw+2iTMnQn2D+AjqxJctc1g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cRHqctibjTYBMBYYjax78ytmFiw/IPE0EY12nbmkodB0UCssgZT7rg4O+Bt0yGRFO Q6C9okoZMWA6WT/bYstFk1lC6OBXX8tWhLgg9/hNPUYu0Fh6R/Bq+0aYpl19QZ9FyQ cCS4pG2MSGkyuC4QKV31iglu9xMDaFSa/2sbcG2g=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9adf839fac5fc9913ea9b0a9b2bbc0ae45566ea592cf0000000117ba1df292a169ce15902c26@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1769/review/156847398@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1769@github.com>
References: <quicwg/base-drafts/pull/1769@github.com>
Subject: Re: [quicwg/base-drafts] Permit closing frames in all packets (#1769)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba25bf26e618_2fbf3fe2aced45bc274296"; 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/EKJkk_Xg_yyBGsJXfxjVtvhtjiw>
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, 19 Sep 2018 14:23:49 -0000

----==_mimepart_5ba25bf26e618_2fbf3fe2aced45bc274296
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/1769#pullrequestreview-156847398
----==_mimepart_5ba25bf26e618_2fbf3fe2aced45bc274296
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<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/1769#pullrequestreview-156847398">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5Um0mgMHxcbAP9ITkT21kIyVv0Wks5uclNygaJpZM4WwQtf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxQaMfwmUR4JxzOr1OTIfUzWLA-qks5uclNygaJpZM4WwQtf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #1769"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1769#pullrequestreview-156847398"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1769#pullrequestreview-156847398",
"url": "https://github.com/quicwg/base-drafts/pull/1769#pullrequestreview-156847398",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett approved 1769",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1769#pullrequestreview-156847398"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381750111\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba25bf26e618_2fbf3fe2aced45bc274296--


From nobody Wed Sep 19 07:27:22 2018
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 1E7C5130E10 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:27:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 cGBbiNMxENRt for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:27:18 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B92E0131038 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:27:17 -0700 (PDT)
Date: Wed, 19 Sep 2018 07:27:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537367235; bh=cwgkmFdfLdTvsHpOQuojDNUm0P5Xr/TUAT3WZ5tSRK8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=r+tQvbQQo/06Zm26VTzeFywKMvnVvY6WI1zFa2A8QEc63SDbbts/3bp49Ai0/IOWj +V5wcHPiiR5xPhcq7ubcGTAKI9VkRviVEFC91pSzGf5Y6d9Heng7SIIDtu2+Vp2Tfk Rda6yd8VdsFhK0+wz6JWvLIzlOQlf9+RHLm3aPvo=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba1895c20f6f3df72b0b5a27b6f1c96b075a6f54492cf0000000117ba1ec392a169ce15902c26@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1769/review/156849297@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1769@github.com>
References: <quicwg/base-drafts/pull/1769@github.com>
Subject: Re: [quicwg/base-drafts] Permit closing frames in all packets (#1769)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba25cc33f0cb_1b4f3f831ced45c0178384"; 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/y9JLNPv7wHTn5S1Lj-nBGNV0h4U>
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, 19 Sep 2018 14:27:21 -0000

----==_mimepart_5ba25cc33f0cb_1b4f3f831ced45c0178384
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks approved this pull request.

I think this is fine, but a few of us had a conversation related to APPLICATION_CLOSE before you have actually negotiated the ALPN. How can you interpret the error code in the APPLICATION_CLOSE frame before 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/1769#pullrequestreview-156849297
----==_mimepart_5ba25cc33f0cb_1b4f3f831ced45c0178384
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@nibanks</b> approved this pull request.</p>

<p>I think this is fine, but a few of us had a conversation related to APPLICATION_CLOSE before you have actually negotiated the ALPN. How can you interpret the error code in the APPLICATION_CLOSE frame before 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/1769#pullrequestreview-156849297">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6idxBNiVFkvZwUoyzWXNS1UEL-iks5uclRDgaJpZM4WwQtf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_25X3449eDQLjmhPygBgcYcpFxXks5uclRDgaJpZM4WwQtf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks approved #1769"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1769#pullrequestreview-156849297"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1769#pullrequestreview-156849297",
"url": "https://github.com/quicwg/base-drafts/pull/1769#pullrequestreview-156849297",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@nibanks approved 1769",
"sections": [
{
"text": "I think this is fine, but a few of us had a conversation related to APPLICATION_CLOSE before you have actually negotiated the ALPN. How can you interpret the error code in the APPLICATION_CLOSE frame before that?",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1769#pullrequestreview-156849297"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381750111\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba25cc33f0cb_1b4f3f831ced45c0178384--


From nobody Wed Sep 19 07:27:38 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 3500313101F for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:27:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.602
X-Spam-Level: 
X-Spam-Status: No, score=-0.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 KxYjxXbtdzQb for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:27:36 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 27426130E10 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:27:36 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537367255; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=LgFVgyfGdecR3u93Zurlwi/uRUi6vOwqqH+XSbdugPs=; b=OpZr2VUxYcwlORQvaoWeHvtNsRmLvpvHNWjSY8h9siclZuyIp6SX2t6AyTzwCggTEsg7VP7G dzdfGQj1AGW2sW6k7qDYKJ6gY3I7Ah98rBFdG5rW3VDot4KhkM9wbLTQ4XGsmmgP41b7sxTE sQCcsWcMewNgpYveqc0jVj8qmBs=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5ba25cd7.7f12340f4450-smtp-out-n03; Wed, 19 Sep 2018 14:27:35 -0000 (UTC)
Date: Wed, 19 Sep 2018 07:27:35 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba25cd76bb25_1dac2adbf5876ecc21738@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 55065b: Make Idle Timeout Optional
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba25cd76b77d_1dac2adbf5876ecc21692"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/HhuOWCRAl8awok2t5WihFf-SJWM>
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, 19 Sep 2018 14:27:37 -0000

----==_mimepart_5ba25cd76b77d_1dac2adbf5876ecc21692
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 55065ba4b9c184370479c053dad5a84c13f3deed
      https://github.com/quicwg/base-drafts/commit/55065ba4b9c184370479c053dad5a84c13f3deed
  Author: Nick Banks <nibanks@microsoft.com>
  Date:   2018-09-18 (Tue, 18 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Make Idle Timeout Optional


  Commit: a8887333bae9c84337578810e5c85a2c30e1901f
      https://github.com/quicwg/base-drafts/commit/a8887333bae9c84337578810e5c85a2c30e1901f
  Author: Nick Banks <nibanks@microsoft.com>
  Date:   2018-09-18 (Tue, 18 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Fix typo


  Commit: 5f5421d8de2e34c6e736b84590d460b8b65d8557
      https://github.com/quicwg/base-drafts/commit/5f5421d8de2e34c6e736b84590d460b8b65d8557
  Author: Nick Banks <nibanks@microsoft.com>
  Date:   2018-09-18 (Tue, 18 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Address Martins comments


  Commit: fbac6ec53ec4c99246ab24e1f672befb853f22f5
      https://github.com/quicwg/base-drafts/commit/fbac6ec53ec4c99246ab24e1f672befb853f22f5
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #1765 from nibanks/pr/optional-idle-timeout

Optional Idle Timeout


Compare: https://github.com/quicwg/base-drafts/compare/ff9954ff5dfc...fbac6ec53ec4
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba25cd76b77d_1dac2adbf5876ecc21692--


From nobody Wed Sep 19 07:28:09 2018
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 1746A130F17 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:28:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 UlAK0Pn8_s7l for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:28:06 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2F12A130E10 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:28:06 -0700 (PDT)
Date: Wed, 19 Sep 2018 07:28:05 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537367285; bh=traNlEUmhSH3Qk+s9c77t+iYPHYKdgCdejAUhG6KXvs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JFvgw8LJ14ZlM74SBWnsBvtHPRijcHTouAY2pKZA8stXeFONH8n6V1qYyRc/znNV6 USi05OeV5cWdZqEbdF/zLS4ksfIWVRGDtkodqIOZ4v83KzpOluSbCcO7b02++z/dr7 cPnghwodYj4nP19H0XsPWXcQWaKjDZSLcbpGzSag=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbbabc455f7f32cb156f40130e8a5db246f7d1f5592cf0000000117ba1ef592a169ce158a0a4f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1765/issue_event/1855215798@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1765@github.com>
References: <quicwg/base-drafts/pull/1765@github.com>
Subject: Re: [quicwg/base-drafts] Optional Idle Timeout (#1765)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba25cf5582f9_351c3fa3278d45b4218dc"; 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/VpO24gFQyx-RidCiKOnBmkjub_o>
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, 19 Sep 2018 14:28:08 -0000

----==_mimepart_5ba25cf5582f9_351c3fa3278d45b4218dc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1765 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/1765#event-1855215798
----==_mimepart_5ba25cf5582f9_351c3fa3278d45b4218dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361368143" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1765" href="https://github.com/quicwg/base-drafts/pull/1765">#1765</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/1765#event-1855215798">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0F8kCWW1vWjiWxVVqJ1Czs2hjO7ks5uclR1gaJpZM4WuN2U">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq73W4NE1devticyVEeeWYuWIMRQIks5uclR1gaJpZM4WuN2U.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1765 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1765#event-1855215798"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1765#event-1855215798",
"url": "https://github.com/quicwg/base-drafts/pull/1765#event-1855215798",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Optional Idle Timeout (#1765)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1765#event-1855215798"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381214100\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba25cf5582f9_351c3fa3278d45b4218dc--


From nobody Wed Sep 19 07:28:25 2018
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 34FDE130E10 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:28:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.008
X-Spam-Level: 
X-Spam-Status: No, score=-3.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 BDOGWVCqzwAj for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:28:23 -0700 (PDT)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B0F70130E1D for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:28:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=l/1WckT5hGx3C46dSz+Gg5TWsd8=; b=CoRFyuhiY23L2q0V wGGTV0QI8LG+3l/rGk7T/1CIFVoA0s2t1EAfLqXOg56LWGdlyRYgsG1XThC08LI/ lZpD8QZnJl0Sy+UlSPh3+F/Bb7frxcYKjmL49MqcQ5nmo5SdR7ZIPYpiVWrxAIZN DXN7hzY7lwX6aKwtN131XKERMnA=
Received: by filter0630p1iad2.sendgrid.net with SMTP id filter0630p1iad2-19805-5BA25D04-29 2018-09-19 14:28:20.545039857 +0000 UTC m=+1095249.927886111
Received: from github-lowworker-56a5eb2.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0013p1iad2.sendgrid.net (SG) with ESMTP id HyNQWIjET2uZAlAZS5Fx1Q for <quic-issues@ietf.org>; Wed, 19 Sep 2018 14:28:20.545 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-56a5eb2.cp1-iad.github.net (Postfix) with ESMTP id 86B36C007C for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:28:20 -0700 (PDT)
Date: Wed, 19 Sep 2018 14:28:21 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6cadd3deffbe90429f8160e41b53b19c566b4d9e92cf0000000117ba1f0492a169ce158a0a4f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1765/c422825163@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1765@github.com>
References: <quicwg/base-drafts/pull/1765@github.com>
Subject: Re: [quicwg/base-drafts] Optional Idle Timeout (#1765)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba25d0481806_58a33ff9898d45c470936"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0DDzR7HOwjfeEOjYWK+lQHRBizgWy+kgw52C aKsgYdcfA9L4F0/jpILTaMYICxf2dHdr0mW2aWyk947G+aahVkaewazPulswDqQ//8PEeniQU04fmD u9t86fbwXFbzojeLbkBkAMhenexmBIziURCbCNnt2FON1jx8IvJrkrAuOhCzpnxITr96KyNsxbQOi5 w=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/cqDv2XsGtRZfzCdzK85Rq9cTfI0>
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, 19 Sep 2018 14:28:24 -0000

----==_mimepart_5ba25d0481806_58a33ff9898d45c470936
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks

-- 
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/1765#issuecomment-422825163
----==_mimepart_5ba25d0481806_58a33ff9898d45c470936
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks</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/1765#issuecomment-422825163">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_2ZNK-0kOF1AB8OwaAiRLtowtYiks5uclSEgaJpZM4WuN2U">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-wKZ3vyVhCxrXj9BcziI6Ii5reEks5uclSEgaJpZM4WuN2U.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1765: Thanks"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1765#issuecomment-422825163"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1765#issuecomment-422825163",
"url": "https://github.com/quicwg/base-drafts/pull/1765#issuecomment-422825163",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Optional Idle Timeout (#1765)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1765,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1765#issuecomment-422825163"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381214100\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba25d0481806_58a33ff9898d45c470936--


From nobody Wed Sep 19 07:41:25 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 62C0E13104F for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:41:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.602
X-Spam-Level: 
X-Spam-Status: No, score=-0.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 pniMBUxEUnrv for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:41:21 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A4A0D13104B for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:41:21 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537368080; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=UBSceI1PSFvVoKaUb6uBA3+Mb9SkDeCO0EhKCL5EAPo=; b=LJeWr42TTH+iaIM1AlQo5Vl5kO+C42eI/dyvAMjM6SbDsP9KWJ19hIHUyHWaER3+mOrMZ7f2 BARrGnTQD150PgLafEGOt6PyfkYRZN8wHnEy5u12EuZMFDuJizNuy65f1O+o6vV0GSXE9Dcv QiSU+LEJ59xtLhJzZlDDOkcLJuk=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5ba26010.7f24ba95d1e0-smtp-out-n02; Wed, 19 Sep 2018 14:41:20 -0000 (UTC)
Date: Wed, 19 Sep 2018 07:41:20 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba2601037957_58712ad940520ec427613@hookshot-fe-cace476.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 5368bc: Fix spelling inconsistency
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba260103759d_58712ad940520ec42756b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sFgL6nbxHAPe0GRyVeCfdzXVL64>
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, 19 Sep 2018 14:41:24 -0000

----==_mimepart_5ba260103759d_58712ad940520ec42756b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 5368bc9dc14bdf53f3a9bfee822cb4879d9884ad
      https://github.com/quicwg/base-drafts/commit/5368bc9dc14bdf53f3a9bfee822cb4879d9884ad
  Author: Daan De Meyer <DaanDeMeyer@users.noreply.github.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Fix spelling inconsistency

"Data are retransmitted -> Data is retransmitted" which is consistent with the next line where "Application data is retransmitted" is used.


  Commit: d6525065057bdbe433ca9da01a109d493dc5c2cf
      https://github.com/quicwg/base-drafts/commit/d6525065057bdbe433ca9da01a109d493dc5c2cf
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #1768 from DaanDeMeyer/patch-1

Fix spelling inconsistency


Compare: https://github.com/quicwg/base-drafts/compare/fbac6ec53ec4...d6525065057b
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba260103759d_58712ad940520ec42756b--


From nobody Wed Sep 19 07:42:07 2018
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 58768130F17 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:41:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 uxeRb2anUCc5 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:41:53 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 32E1B131071 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:41:53 -0700 (PDT)
Date: Wed, 19 Sep 2018 07:41:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537368112; bh=YBkZerLt+Eknh/ZDb3YhzbzwhcTz6TzLSbmXyD6hN/8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bd97JI9eTY2kHyLaBu+gW2Z0o7LZeteweBkSM51I60dyaq9BLq57Q6xlQBA3qQrvz 98UOxtwMzLGkIx82WOcAO25q8CwmwFehDZEuJm3/kofJ/a9zsM2drzomVn0CZpThkb elnprm8BPrOM2TMmlVFia9vXws7EDT21ZWgkwa2I=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4d0f9b6b72e4e1b5c9b3292d4383c58e60e7154592cf0000000117ba222f92a169ce158e498d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1768/issue_event/1855255491@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1768@github.com>
References: <quicwg/base-drafts/pull/1768@github.com>
Subject: Re: [quicwg/base-drafts] Fix spelling inconsistency (#1768)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2602fee0af_7a4c3ffa8d6d45bc59936"; 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/G-DYnnWpP9rcittYvs7RhKC47Qk>
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, 19 Sep 2018 14:42:04 -0000

----==_mimepart_5ba2602fee0af_7a4c3ffa8d6d45bc59936
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1768 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/1768#event-1855255491
----==_mimepart_5ba2602fee0af_7a4c3ffa8d6d45bc59936
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361646477" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1768" href="https://github.com/quicwg/base-drafts/pull/1768">#1768</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/1768#event-1855255491">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8qfTmskc0hc1SOLUxOv-VST17plks5uclevgaJpZM4WvtsV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_9eN6WJUZ-0IVWDfX4oLntmFW_eks5uclevgaJpZM4WvtsV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1768 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1768#event-1855255491"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1768#event-1855255491",
"url": "https://github.com/quicwg/base-drafts/pull/1768#event-1855255491",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Fix spelling inconsistency (#1768)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1768#event-1855255491"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381606677\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba2602fee0af_7a4c3ffa8d6d45bc59936--


From nobody Wed Sep 19 07:43:37 2018
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 0DBFB13104F for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:43:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 NYr1TQrwjvLh for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:43:31 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 829A113104B for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:43:31 -0700 (PDT)
Date: Wed, 19 Sep 2018 07:43:30 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537368210; bh=wc/rmA6uqaPeVPpQVygIt5PojBXjqlNMKa3i0IuOa+I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jchIQJ03jbW77BT8Rp8YAsVSHJHWqOzQSgf7geUvfmyApx6lyul/7MAIdyW3mwkvs G1n2gUQcBoNtswpMeLzoiB9sy3dexzqHZb0QloXPRJ1+VbbKEn8IRP0YUuAjXhz9rP +wSlUvrRXNyjd9c9hG09+cnOHivrd52QHe2Q4UI0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb48da3d861adedf9e5670b07bc6dbc4f5c35c96e92cf0000000117ba229292a169ce15902c26@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1769/c422830885@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1769@github.com>
References: <quicwg/base-drafts/pull/1769@github.com>
Subject: Re: [quicwg/base-drafts] Permit closing frames in all packets (#1769)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba260928bf73_9c63fa2364d45b412853"; 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/mxcI_iPtdJ1L3NkxnQEfKpavs1g>
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, 19 Sep 2018 14:43:33 -0000

----==_mimepart_5ba260928bf73_9c63fa2364d45b412853
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Oh, that's a good point.  I think that makes the use of APPLICATION_CLOSE in Initial hard (Handshake is OK).  I'll adjust.

-- 
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/1769#issuecomment-422830885
----==_mimepart_5ba260928bf73_9c63fa2364d45b412853
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Oh, that's a good point.  I think that makes the use of APPLICATION_CLOSE in Initial hard (Handshake is OK).  I'll adjust.</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/1769#issuecomment-422830885">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy5txQ5q-s3M6ZYyh8-dhd87gqHGks5uclgSgaJpZM4WwQtf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_k5NOu0N3oxWoOxN0llACRGgiJbks5uclgSgaJpZM4WwQtf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1769: Oh, that's a good point.  I think that makes the use of APPLICATION_CLOSE in Initial hard (Handshake is OK).  I'll adjust."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1769#issuecomment-422830885"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1769#issuecomment-422830885",
"url": "https://github.com/quicwg/base-drafts/pull/1769#issuecomment-422830885",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Permit closing frames in all packets (#1769)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1769,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1769\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1769#issuecomment-422830885"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381750111\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba260928bf73_9c63fa2364d45b412853--


From nobody Wed Sep 19 07:44:31 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 EEE5A13104F for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:44:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.602
X-Spam-Level: 
X-Spam-Status: No, score=-0.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 6CDl9rqP__h0 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:44:28 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8C1C6130F17 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:44:28 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537368267; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=tbyZXXKKq5DMZ3CZcI6oR+ujTHVI8FhguVgovfm7jFI=; b=amOcUl71SX3Dw6wGkUIhaLqFj0/MBs6KAwdDtqCchDKWkubZsGrHdSaZqnbugetmpw18AvT/ TtfB0YBivoD3h2xJ5c6qVmRvuFdIGh1md6cFLRWTJTt+TUWyYUTdunmmn0AvDFwlEJRdRoNL SXghl5Av7zzam+GomagV4C4ytxI=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5ba260cb.7f3b58720180-smtp-out-n02; Wed, 19 Sep 2018 14:44:27 -0000 (UTC)
Date: Wed, 19 Sep 2018 07:44:26 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba260cab5232_5ab52ac8f62b6ecc911da@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] c3975c: APPLICATION_CLOSE in Initial doesn't work
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba260cab4eb4_5ab52ac8f62b6ecc9109c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Qj7I1Kdhv3e3D0Y5TJp1wvZDjbU>
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, 19 Sep 2018 14:44:30 -0000

----==_mimepart_5ba260cab4eb4_5ab52ac8f62b6ecc9109c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/issue1766
  Home:   https://github.com/quicwg/base-drafts
  Commit: c3975c0bd30cdc647d4322c12f5f8e57a638c41e
      https://github.com/quicwg/base-drafts/commit/c3975c0bd30cdc647d4322c12f5f8e57a638c41e
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  APPLICATION_CLOSE in Initial doesn't work

... because neither peer knows what the application is at that point.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba260cab4eb4_5ab52ac8f62b6ecc9109c--


From nobody Wed Sep 19 07:44:46 2018
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 CBBEC13104B for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:44:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 EAWqoLfjhcxz for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:44:41 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7848F130F17 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:44:41 -0700 (PDT)
Date: Wed, 19 Sep 2018 07:44:40 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537368280; bh=GXfGlF8R68fOvxXawZgAO3T4Xc/7axkCRKI4Y0WumOI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iboEheVarNHLkdWhtWW2BRwotUbf4yVsNLTqbqqJGnFd8SgplI2bwFguj7ANK/hxT F/4eiECwU/DOsKU6TSTkWMjs0I64zzxQmth6PbzT4bEbY5qV+Q+pobJL8QQuRAOE/K DlsBbJjo+g/G25BfWMquTfwd2I4cRfOJQfGJvzVA=
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/1769/push/2889959968@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1769@github.com>
References: <quicwg/base-drafts/pull/1769@github.com>
Subject: Re: [quicwg/base-drafts] Permit closing frames in all packets (#1769)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba260d8b4cee_2f553ff1ea4d45c4182928"; 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/qAaSVgHKeXo9Vzacn6pZ5rwORNE>
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, 19 Sep 2018 14:44:44 -0000

----==_mimepart_5ba260d8b4cee_2f553ff1ea4d45c4182928
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

c3975c0  APPLICATION_CLOSE in Initial doesn't work


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1769/files/03f8a2f3124ce2c0493f62873e72d90c5909020d..c3975c0bd30cdc647d4322c12f5f8e57a638c41e

----==_mimepart_5ba260d8b4cee_2f553ff1ea4d45c4182928
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/c3975c0">c3975c0</a>  APPLICATION_CLOSE in Initial doesn&#39;t work</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/1769/files/03f8a2f3124ce2c0493f62873e72d90c5909020d..c3975c0bd30cdc647d4322c12f5f8e57a638c41e">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9RGUCzoRgp7R8y2AYEHfDsigmbfks5uclhYgaJpZM4WwQtf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwdL_LQr36PrpelGl7vX0_-CyJdkks5uclhYgaJpZM4WwQtf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1769"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1769/files/03f8a2f3124ce2c0493f62873e72d90c5909020d..c3975c0bd30cdc647d4322c12f5f8e57a638c41e"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1769/files/03f8a2f3124ce2c0493f62873e72d90c5909020d..c3975c0bd30cdc647d4322c12f5f8e57a638c41e",
"url": "https://github.com/quicwg/base-drafts/pull/1769/files/03f8a2f3124ce2c0493f62873e72d90c5909020d..c3975c0bd30cdc647d4322c12f5f8e57a638c41e",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1769",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1769:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "c3975c0",
"value": "APPLICATION_CLOSE in Initial doesn't work"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1769/files/03f8a2f3124ce2c0493f62873e72d90c5909020d..c3975c0bd30cdc647d4322c12f5f8e57a638c41e"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381750111\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba260d8b4cee_2f553ff1ea4d45c4182928--


From nobody Wed Sep 19 07:45:14 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 84A6F13104B for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:45:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.602
X-Spam-Level: 
X-Spam-Status: No, score=-0.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 3TaKMjnT9ryt for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:45:10 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0B9C9130F17 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:45:09 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537368309; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=n7Wh5cDOpm8HRhsscT+OikhtSCDkWGyr/tCyHD9xBAU=; b=e+cuKmOSEAbww+jlUR2pVogp1KRBjtS283lcjr4kmGsFRVxSgnheniEB6pEcDHUaH/1fYv8l 3nC4jsj4NiSoB6hs0JkmTCU+9Ge8awFCGGWO8WIU0ECmLhGinr20fuEikiiBDNGA3OLConwg 7KS0hkN3opgvi8EOFXxY/OINemY=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5ba260f5.7f7d6caf8360-smtp-out-n01; Wed, 19 Sep 2018 14:45:09 -0000 (UTC)
Date: Wed, 19 Sep 2018 07:45:09 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba260f584c6_16742adfd671eedc104ab@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 03f8a2: Permit closing frames in all packets
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba260f57f3d_16742adfd671eedc1038a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kcJRoAzx5dqJxhtwHC0cXok5X38>
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, 19 Sep 2018 14:45:12 -0000

----==_mimepart_5ba260f57f3d_16742adfd671eedc1038a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 03f8a2f3124ce2c0493f62873e72d90c5909020d
      https://github.com/quicwg/base-drafts/commit/03f8a2f3124ce2c0493f62873e72d90c5909020d
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Permit closing frames in all packets

Closes #1766.


  Commit: c3975c0bd30cdc647d4322c12f5f8e57a638c41e
      https://github.com/quicwg/base-drafts/commit/c3975c0bd30cdc647d4322c12f5f8e57a638c41e
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  APPLICATION_CLOSE in Initial doesn't work

... because neither peer knows what the application is at that point.


  Commit: 405c1f442036fbce6ec56c254d266ee3660fdf62
      https://github.com/quicwg/base-drafts/commit/405c1f442036fbce6ec56c254d266ee3660fdf62
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #1769 from quicwg/issue1766

Permit closing frames in all packets


Compare: https://github.com/quicwg/base-drafts/compare/d6525065057b...405c1f442036
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba260f57f3d_16742adfd671eedc1038a--


From nobody Wed Sep 19 07:45:22 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 6A59913104F for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:45:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.798
X-Spam-Level: 
X-Spam-Status: No, score=0.798 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 8HkUpVMkWgmk for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:45:15 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2F0FA131070 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:45:15 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537368315; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=P6AgVRSr6pAyEHKIvnnNE5kCJMiNCEcYHGXvu9fLJrs=; b=S+FyPKuKtKHjIl90Y1BnWNGuLrfzW2FpllMktpSVoIu4OdpwChCEeAWHSnGomp0RL3UUQJAN GF7y7sIihKBD79U3gYOYa1+McEitTkjrLytWFemI4vH+e9fYu2joCJ68111YlvdOqTt3Fkbt O5iKY07hqso4K7+1e8kn2nLo6FQ=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5ba260fa.7f11580b0690-smtp-out-n01; Wed, 19 Sep 2018 14:45:14 -0000 (UTC)
Date: Wed, 19 Sep 2018 07:45:13 -0700
From: martinthomson <martin.thomson@gmail.com>
Reply-To: martinthomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba260f9e2f2b_57cf2af76a32aec4669ce@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba260f9e291d_57cf2af76a32aec46684"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/F6HWQWFh3BClyHcX8qgQM2svaTU>
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, 19 Sep 2018 14:45:17 -0000

----==_mimepart_5ba260f9e291d_57cf2af76a32aec46684
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/issue1766
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba260f9e291d_57cf2af76a32aec46684--


From nobody Wed Sep 19 07:45:28 2018
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 84A66131054 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:45:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 mwfBcksC-gPy for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:45:15 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 02ADE13106A for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:45:15 -0700 (PDT)
Date: Wed, 19 Sep 2018 07:45:14 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537368314; bh=cWMjtESnsejbVmbuL80FMvgDfmatG3//lka5ZkBoo68=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=P4sSGb8poYoUfWDLsju2AAojXQlsdw1jVkfSzlq+dvKr5sUt3xFrpQwbTUuMcQJbB bke4gg8hDMet3xJOnqZ+qTslc6jXwT1zxOfc06eADAn6T6SURpOVlHzR3SzQBvbbph K5fY2Y/cbIez8bSynRsgk7V4mPzKxvet1fmdf2AQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbf9feae2c3fbea722e09de342c45937782b950aa92cf0000000117ba22fa92a169ce158ad33a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1766/issue_event/1855266517@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1766@github.com>
References: <quicwg/base-drafts/issues/1766@github.com>
Subject: Re: [quicwg/base-drafts] Allowed Frame Types in different Contexts (#1766)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba260fa18761_6e73ff5772d45b8265819"; 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/wvqReGvP_mkHU0VyxNvzZPnhY-w>
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, 19 Sep 2018 14:45:17 -0000

----==_mimepart_5ba260fa18761_6e73ff5772d45b8265819
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1766 via #1769.

-- 
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/1766#event-1855266517
----==_mimepart_5ba260fa18761_6e73ff5772d45b8265819
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361419578" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1766" href="https://github.com/quicwg/base-drafts/issues/1766">#1766</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361770022" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1769" href="https://github.com/quicwg/base-drafts/pull/1769">#1769</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/1766#event-1855266517">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx-ilrEy72Pm6dKCfHuQvgUzTcdjks5uclh6gaJpZM4WudNc">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6ZzGpVCMKgI-43xRUuOipt3ozQIks5uclh6gaJpZM4WudNc.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1766 via #1769."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1766#event-1855266517"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1766#event-1855266517",
"url": "https://github.com/quicwg/base-drafts/issues/1766#event-1855266517",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Allowed Frame Types in different Contexts (#1766)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1766#event-1855266517"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381277020\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba260fa18761_6e73ff5772d45b8265819--


From nobody Wed Sep 19 07:45:32 2018
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 B517A13104B for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:45:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 4X8ZlP2rz28g for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 07:45:18 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 10F1C130F17 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 07:45:18 -0700 (PDT)
Date: Wed, 19 Sep 2018 07:45:17 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537368317; bh=aDjTnt4XSW6esIkixT7HPvN/oYm0uQzbdY6uUns4Ltk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wPKHKeEtxl6oz4IgLic0jSt8fcd3n+WbSzjlWsmmwR3Z/UGOd6G2SeVDFnPBoocVv 69B+egZzoYRjgd3laFxUWfzTYob3gEE7ijYeiaVR85N15ao4+yRI5qcyw0VXpSuVLs QXVZx4kj43VS5eZSFrXK0lw7HP6rSqZMkiJQZJQw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8cd1aacc53b94ac8620e610dbe9d9ad9f2049ba292cf0000000117ba22fd92a169ce15902c26@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1769/issue_event/1855266510@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1769@github.com>
References: <quicwg/base-drafts/pull/1769@github.com>
Subject: Re: [quicwg/base-drafts] Permit closing frames in all packets (#1769)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba260fd59c17_27d83fc2724d45bc41901b"; 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/VC6yvmuwB8NN5i4TctyOipVkxs8>
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, 19 Sep 2018 14:45:20 -0000

----==_mimepart_5ba260fd59c17_27d83fc2724d45bc41901b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1769 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/1769#event-1855266510
----==_mimepart_5ba260fd59c17_27d83fc2724d45bc41901b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361770022" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1769" href="https://github.com/quicwg/base-drafts/pull/1769">#1769</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/1769#event-1855266510">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8umX7AEDUGq7YQE5ZYCr6oBk2sBks5uclh9gaJpZM4WwQtf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyXl3tXDy0BeXSEQqmC0V8v9mc2Uks5uclh9gaJpZM4WwQtf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1769 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1769#event-1855266510"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1769#event-1855266510",
"url": "https://github.com/quicwg/base-drafts/pull/1769#event-1855266510",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Permit closing frames in all packets (#1769)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1769#event-1855266510"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381750111\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba260fd59c17_27d83fc2724d45bc41901b--


From nobody Wed Sep 19 08:07:09 2018
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 5502A130E78 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 08:07:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 S6n2JuoDOC_M for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 08:07:06 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DD93C130E27 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 08:07:03 -0700 (PDT)
Date: Wed, 19 Sep 2018 08:07:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537369622; bh=Dytiw/WBXqJ4br65OwFrUCs7+vpHOXzNzfe79ROwzgc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MvQSefAnxXdTG3D8qdvHvOlJQWgFeehoQLxb+SuDp45CQLinBIuIGvptk7zXhVNj6 jemzSw7tDsJDgvnLfG+aiFUG6FUBpmSd24FJhDhaP1ALwdavoIs16kXSWmUeNNULT5 /1nsoprF5gGMJJTHE6M7DO9hPWNc395KuIXSxGtU=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba5134b377443a35437a3e696aa71db156a8d608e92cf0000000117ba281692a169ce15902c26@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1769/c422839097@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1769@github.com>
References: <quicwg/base-drafts/pull/1769@github.com>
Subject: Re: [quicwg/base-drafts] Permit closing frames in all packets (#1769)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba26616b17b3_1da53fc65f6d45c4266548"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/aMjEWPBPp6d8fmhRLQ6zYf1fE9Y>
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, 19 Sep 2018 15:07:09 -0000

----==_mimepart_5ba26616b17b3_1da53fc65f6d45c4266548
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I don't think this completely addresses #1766. There should probably be some MUSTs or MUST NOTs. Furthermore, we should explain what to do with invalid frames in packets. I imagine we should drop silently in the case of Initial and throw PROTOCOL_VIOLATION in the other contexts.

-- 
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/1769#issuecomment-422839097
----==_mimepart_5ba26616b17b3_1da53fc65f6d45c4266548
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I don't think this completely addresses <a class=3D"issue-link js-issu=
e-link" data-error-text=3D"Failed to load issue title" data-id=3D"3614195=
78" data-permission-text=3D"Issue title is private" data-url=3D"https://g=
ithub.com/quicwg/base-drafts/issues/1766" href=3D"https://github.com/quic=
wg/base-drafts/issues/1766">#1766</a>. There should probably be some MUST=
s or MUST NOTs. Furthermore, we should explain what to do with invalid fr=
ames in packets. I imagine we should drop silently in the case of Initial=
 and throw PROTOCOL_VIOLATION in the other contexts.</p>

<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/1769#issuecomment-422839097">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyfMBn=
15LO8c7985oZZenhGfh6TYks5ucl2WgaJpZM4WwQtf">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq7-Zyxuhyp3Bsw7OoPEAfGo4hP88=
ks5ucl2WgaJpZM4WwQtf.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
induke in #1769: I don't think this completely addresses #1766. There sho=
uld probably be some MUSTs or MUST NOTs. Furthermore, we should explain w=
hat to do with invalid frames in packets. I imagine we should drop silent=
ly in the case of Initial and throw PROTOCOL_VIOLATION in the other conte=
xts."}],"action":{"name":"View Pull Request","url":"https://github.com/qu=
icwg/base-drafts/pull/1769#issuecomment-422839097"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1769#issuecomment-4=
22839097",
"url": "https://github.com/quicwg/base-drafts/pull/1769#issuecomment-4228=
39097",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Permit closing frames in all packets (=
#1769)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1769,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1769#issuecomment-4228=
39097"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3817501=
11\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba26616b17b3_1da53fc65f6d45c4266548--


From nobody Wed Sep 19 08:27:15 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 D093913105D for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 08:27:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.602
X-Spam-Level: 
X-Spam-Status: No, score=-0.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 DBV4KM70qDpN for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 08:27:12 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2A21F13105F for <quic-issues@ietf.org>; Wed, 19 Sep 2018 08:27:12 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537370831; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=knuIg5pkWn3ih0rWJGLSwa8YYW/0U+UbmL7wLr9kL+I=; b=XEjyBeW6KdOHxykI2ZCG+H/LVtQ2U4j3LrBThOH3hfRE1FHQiA8AJAGyJ/L07Uzcd6TRO9qF F4xeGRnVQIGB8OHl3FMC0jyYikHAsHW3YoDAEotQ0jsaqDbdeTGGWB0Fox2ePJYzVxKal6l1 H2567jMX+/7Ol+VRKYxCdaLT/LA=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5ba26ace.7fc55b078630-smtp-out-n02; Wed, 19 Sep 2018 15:27:10 -0000 (UTC)
Date: Wed, 19 Sep 2018 08:27:10 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba26aced6d2a_1ce3e2b0c26612ecc6891@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 234bc4: Consequences for packets with illegal frames
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba26aced69f0_1ce3e2b0c26612ecc68819"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/S5CujXeXp1DnsnGQVyDrgBes17k>
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, 19 Sep 2018 15:27:14 -0000

----==_mimepart_5ba26aced69f0_1ce3e2b0c26612ecc68819
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/issue1766
  Home:   https://github.com/quicwg/base-drafts
  Commit: 234bc4d7c81091e3ad0551995b19bcd144319d41
      https://github.com/quicwg/base-drafts/commit/234bc4d7c81091e3ad0551995b19bcd144319d41
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Consequences for packets with illegal frames

For #1766.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba26aced69f0_1ce3e2b0c26612ecc68819--


From nobody Wed Sep 19 08:28:02 2018
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 85D5313105D for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 08:27:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 m4mor5gH2v6t for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 08:27:57 -0700 (PDT)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 59E981292AD for <quic-issues@ietf.org>; Wed, 19 Sep 2018 08:27:57 -0700 (PDT)
Date: Wed, 19 Sep 2018 08:27:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537370876; bh=J8lUlMrhKyMjM2K5AOTnlt+PDq8XYDR3RcY5ixFIF5Y=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=PDlf061GJNC35mAMx1jf70N1Q4Y4sGeF0LLkfafIQmISi8N59J9eGOkGGg8qSk6np T2bT+EJlNzSHoOSmoyfyiu3S9WaKqWDwGfQhpRyaYXQJ/jSOnsDn5XPd+xAiNeVee5 gdQAHPYip9u9P2pUrlSeVRG8NiZtE64JiXwAMOl4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc2a5bf9b678f63cf915ac9b098d57317758c9e8d92cf0000000117ba2cfc92a169ce1590aeda@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1770@github.com>
Subject: [quicwg/base-drafts] Consequences for packets with illegal frames (#1770)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba26afc2695a_50d43f8c7aed45b8238120"; 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/dd0KeQH-oMfhIf7fUPTF-3pcw_w>
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, 19 Sep 2018 15:27:59 -0000

----==_mimepart_5ba26afc2695a_50d43f8c7aed45b8238120
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

For #1766.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1770

-- Commit Summary --

  * Consequences for packets with illegal frames

-- File Changes --

    M draft-ietf-quic-tls.md (4)
    M draft-ietf-quic-transport.md (11)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1770.patch
https://github.com/quicwg/base-drafts/pull/1770.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/1770

----==_mimepart_5ba26afc2695a_50d43f8c7aed45b8238120
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>For <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361419578" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1766" href="https://github.com/quicwg/base-drafts/issues/1766">#1766</a>.</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/1770'>https://github.com/quicwg/base-drafts/pull/1770</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Consequences for packets with illegal frames</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1770/files#diff-0">draft-ietf-quic-tls.md</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1770/files#diff-1">draft-ietf-quic-transport.md</a>
    (11)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1770.patch'>https://github.com/quicwg/base-drafts/pull/1770.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1770.diff'>https://github.com/quicwg/base-drafts/pull/1770.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/1770">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzZlz6T4DvZZavMd_GgYrtHNcq12ks5ucmJ8gaJpZM4WwamI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9Xs_XqC6bWXq-iX6ITmKZdEANj8ks5ucmJ8gaJpZM4WwamI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Consequences for packets with illegal frames (#1770)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1770"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1770",
"url": "https://github.com/quicwg/base-drafts/pull/1770",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Consequences for packets with illegal frames (#1770)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "234bc4d",
"value": "Consequences for packets with illegal frames"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-tls.md](https://github.com/quicwg/base-drafts/pull/1770/files#diff-0) (4 changes)"
},
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1770/files#diff-1) (11 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1770,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1770\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1770"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1770.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1770.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381790600\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba26afc2695a_50d43f8c7aed45b8238120--


From nobody Wed Sep 19 08:36:29 2018
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 A8319130E7A for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 08:36:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 KhEvPzLs1l9D for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 08:36:25 -0700 (PDT)
Received: from o5.sgmail.github.com (o5.sgmail.github.com [192.254.113.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2E2341292AD for <quic-issues@ietf.org>; Wed, 19 Sep 2018 08:36:24 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=n7Z/UPsppiOYD6ZOSxnq3ovM0tE=; b=XU+Zq1SNz1uGSHhi yn4AsQqBAbTDkUel8TUZ5UOoVM0gF8sMwelP92uBrPRBPP3dfICsspUyUNZJUQBK 2ZhcULtmOW5y4r84xiz35IMgrjMhKbWVcBAYh/61+kEsnvMBkmzfURoK1LD1F5oq 6g+uFFBQD233FX+QYdCaRlLXg4E=
Received: by filter0050p1iad2.sendgrid.net with SMTP id filter0050p1iad2-22572-5BA26CF6-23 2018-09-19 15:36:22.578351667 +0000 UTC m=+1098958.575972459
Received: from github-lowworker-63e61ec.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0013p1iad2.sendgrid.net (SG) with ESMTP id 39T1AY52TaiVD6aPSNf7vg for <quic-issues@ietf.org>; Wed, 19 Sep 2018 15:36:22.573 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-63e61ec.cp1-iad.github.net (Postfix) with ESMTP id 8AC3A2A1298 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 08:36:22 -0700 (PDT)
Date: Wed, 19 Sep 2018 15:36:22 +0000 (UTC)
From: Daan De Meyer <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1288297d4a4bed9b083d67c65c5a47872a20cf1692cf0000000117ba2ef692a169ce1590be4f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1771@github.com>
Subject: [quicwg/base-drafts] Fix spelling error (#1771)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba26cf688b19_73cc3f805ded45b4369e7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DaanDeMeyer
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0ktje4psfC4LGCZehoqksr4hBrROXw1/C3vX ystGo+2mZhYA+1I+8poNIrQ9hWbOIbsVRUKFxV5aivcQOww4Jf2gjkq8t7o5+kU2Ca0uGn4B8d8QBb FueNCF+K8aE5kNFeNuM47imyi0rPgM4rhwLmbOuz4Ly8jlBhzCqrO1LqQMgvkB8kM62MRHlCE6dm4D s=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sCh40ROqKdyPuoCkw52q3PHswhE>
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, 19 Sep 2018 15:36:28 -0000

----==_mimepart_5ba26cf688b19_73cc3f805ded45b4369e7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

"is permitted to initiated" -> "is permitted to initiate"
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1771

-- Commit Summary --

  * Fix spelling error

-- File Changes --

    M draft-ietf-quic-transport.md (2)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1771.patch
https://github.com/quicwg/base-drafts/pull/1771.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/1771

----==_mimepart_5ba26cf688b19_73cc3f805ded45b4369e7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>"is permitted to initiated" -&gt; "is permitted to initiate"</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/1771'>https://github.com/quicwg/base-drafts/pull/1771</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fix spelling error</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1771/files#diff-0">draft-ietf-quic-transport.md</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1771.patch'>https://github.com/quicwg/base-drafts/pull/1771.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1771.diff'>https://github.com/quicwg/base-drafts/pull/1771.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/1771">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-AdELVasOMJ7h6BgtW8emDacLIOks5ucmR2gaJpZM4Wwbtw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1Jf6JFD0hAHk6Me2fVcVdENKFgsks5ucmR2gaJpZM4Wwbtw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Fix spelling error (#1771)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1771"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1771",
"url": "https://github.com/quicwg/base-drafts/pull/1771",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Fix spelling error (#1771)",
"sections": [
{
"text": "",
"activityTitle": "**Daan De Meyer**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@DaanDeMeyer",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "4224a46",
"value": "Fix spelling error"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1771/files#diff-0) (2 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1771,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1771\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1771"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1771.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1771.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381795184\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba26cf688b19_73cc3f805ded45b4369e7--


From nobody Wed Sep 19 08:37:24 2018
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 68666131074 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 08:37:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 xNzq-vR9_KoS for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 08:37:20 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 23A101310C9 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 08:37:20 -0700 (PDT)
Date: Wed, 19 Sep 2018 08:37:18 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537371438; bh=w/nAQGltXcLv9yeryLmm9yiZ5tg5BsiXwd6OwRjCQ3c=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=z+V/sHCJHg/VjxszxwEWudMTlH62EywvzVYzZks0iPmQfig+WDX+a9rVL8EHC1zqS 6R4jJTYtyHQqluWD7veV86MyC7SV+Q7wKjFD6cRt6Mfqqxw/KIC40qAIDXAt8DJMfb DmUC92BrKeA1hf7QFkarJHOF7sQX0hlSBRZfATJE=
From: Daan De Meyer <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab22acadb95e96a8796623386fabd1e7ba5e2bbc3f92cf0000000117ba2f2e92a169ce1590bff0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1772@github.com>
Subject: [quicwg/base-drafts] Fix spelling error (#1772)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba26d2ed1190_5e213f9b216d45c43963b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DaanDeMeyer
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/YXHkZ4rd6qmoCTWaKkk0btITajI>
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, 19 Sep 2018 15:37:23 -0000

----==_mimepart_5ba26d2ed1190_5e213f9b216d45c43963b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Not entirely sure about this one but I think it should be "the flow control window"
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1772

-- Commit Summary --

  * Fix spelling error

-- File Changes --

    M draft-ietf-quic-transport.md (2)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1772.patch
https://github.com/quicwg/base-drafts/pull/1772.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/1772

----==_mimepart_5ba26d2ed1190_5e213f9b216d45c43963b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Not entirely sure about this one but I think it should be "the flow control window"</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/1772'>https://github.com/quicwg/base-drafts/pull/1772</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fix spelling error</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1772/files#diff-0">draft-ietf-quic-transport.md</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1772.patch'>https://github.com/quicwg/base-drafts/pull/1772.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1772.diff'>https://github.com/quicwg/base-drafts/pull/1772.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/1772">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-4JjDW-l6A1P03CbomVdRCU7A2nks5ucmSugaJpZM4Wwb2F">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxU3Ub2FvpRhwfPFEnGRLRU-2-yxks5ucmSugaJpZM4Wwb2F.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Fix spelling error (#1772)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1772"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1772",
"url": "https://github.com/quicwg/base-drafts/pull/1772",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Fix spelling error (#1772)",
"sections": [
{
"text": "",
"activityTitle": "**Daan De Meyer**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@DaanDeMeyer",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "f61c10b",
"value": "Fix spelling error"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1772/files#diff-0) (2 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1772,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1772\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1772"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1772.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1772.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381795717\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba26d2ed1190_5e213f9b216d45c43963b--


From nobody Wed Sep 19 08:42:54 2018
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 96E131310E5 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 08:42:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.008
X-Spam-Level: 
X-Spam-Status: No, score=-3.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 goUIRitqhs2e for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 08:42:42 -0700 (PDT)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BC4C21310AD for <quic-issues@ietf.org>; Wed, 19 Sep 2018 08:42:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=24FFMbrN25zwnHItFx54tM41AI8=; b=XzsIgVAu2DRon9RA 9S7ZTJEkzbKnRmu8eyVTN8mgkb+Zvt+D85pDoIjQiahlGe4XDVy8GIMtflOSqZ4d YE/PHwwSkndDd6ElRWRZHpqCDgZeUJ0mTUPpwjLxl1xRhXQFOZBU+TlFSL61ZNtU IzSBBGcUicocKfR9qGMems52lVw=
Received: by filter0061p1iad2.sendgrid.net with SMTP id filter0061p1iad2-465-5BA26E6F-13 2018-09-19 15:42:39.524713572 +0000 UTC m=+1099823.534531415
Received: from github-lowworker-f6df7df.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0021p1iad2.sendgrid.net (SG) with ESMTP id JGsBJrxZSlauU5molhjGlg for <quic-issues@ietf.org>; Wed, 19 Sep 2018 15:42:39.522 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-f6df7df.cp1-iad.github.net (Postfix) with ESMTP id 832E23E0246 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 08:42:39 -0700 (PDT)
Date: Wed, 19 Sep 2018 15:42:39 +0000 (UTC)
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc7d7ea7de64a74785fee4790de0e69e00ebc51de92cf0000000117ba306f92a169ce1590aeda@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1770/review/156889463@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1770@github.com>
References: <quicwg/base-drafts/pull/1770@github.com>
Subject: Re: [quicwg/base-drafts] Consequences for packets with illegal frames (#1770)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba26e6f80f1d_3d303f87e1ad45b4183333"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1f9IwITHdW2OI6e8cZ4X9uCRKid1JFbd5Uv0 AgRGyzB/JxH3fuC6vZ3qYvI6yeUowvMIDRtl+tUMLF4TxVEzS4Kz51N1j5TBJUShs3w9C9TOUyIaSS rhjtWYVMmPjKyqSBdYFtn1kRt0UJALMTPH4BeU9JhJbymclC2nANwng0Z8FntTMJ/aXlZI+qGjijDL Q=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/veRCIJz0aW-tAqvcqgsll7yvw_8>
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, 19 Sep 2018 15:42:53 -0000

----==_mimepart_5ba26e6f80f1d_3d303f87e1ad45b4183333
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



> @@ -324,8 +324,8 @@ encryption levels
 
 - CRYPTO frames MAY appear in packets of any encryption level.
 
-- CONNECTION_CLOSE MAY appear in packets of any encryption level other than
-  0-RTT.
+- CONNECTION_CLOSE and APPLICATION_CLOSE MAY appear in packets of any encryption
+  level other than 0-RTT.

... and INITIAL (for APPLICATION_CLOSE).

-- 
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/1770#pullrequestreview-156889463
----==_mimepart_5ba26e6f80f1d_3d303f87e1ad45b4183333
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1770#discussion_r218857152">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -324,8 +324,8 @@ encryption levels
 
 - CRYPTO frames MAY appear in packets of any encryption level.
 
-- CONNECTION_CLOSE MAY appear in packets of any encryption level other than
-  0-RTT.
+- CONNECTION_CLOSE and APPLICATION_CLOSE MAY appear in packets of any encryption
+  level other than 0-RTT.
</pre>
<p>... and INITIAL (for APPLICATION_CLOSE).</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/1770#pullrequestreview-156889463">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7H2heVdw2bpNVVuRutGV375rpA0ks5ucmXvgaJpZM4WwamI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6FuJET33iTakDPoHnO6RIA_lIyMks5ucmXvgaJpZM4WwamI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #1770"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1770#pullrequestreview-156889463"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1770#pullrequestreview-156889463",
"url": "https://github.com/quicwg/base-drafts/pull/1770#pullrequestreview-156889463",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@marten-seemann commented on 1770",
"sections": [
{
"text": "",
"activityTitle": "**Marten Seemann**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@marten-seemann",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1770#pullrequestreview-156889463"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381790600\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba26e6f80f1d_3d303f87e1ad45b4183333--


From nobody Wed Sep 19 09:46:53 2018
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 F00BF130EB1 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 09:46:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.605
X-Spam-Level: 
X-Spam-Status: No, score=-6.605 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Y4BmB34VkNFM for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 09:46:50 -0700 (PDT)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 07EAF130E12 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 09:46:49 -0700 (PDT)
Date: Wed, 19 Sep 2018 09:46:49 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537375609; bh=EXnnDIuWP2/9fAt+GGymqb2olndGftta9wb8FbITa4g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IONUY3cU+au3lfuo+Wt1cVLx2q8S68UfCZZTFQ3vtxy5DMHm81flEZzKmS45Ol0/6 qGKHSSkcaAjNT69bNQsI6HMbVy502wpj3sok122ExEc3+4rZ2mi37kERPuFmkLvYaX mnOv4XsK0HHQV372391xY5ECwz2a7fRTRMf8kiak=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab451394048221d2b71be5a7c0514795ba60b6edde92cf0000000117ba3f7992a169ce1590aeda@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1770/review/156918163@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1770@github.com>
References: <quicwg/base-drafts/pull/1770@github.com>
Subject: Re: [quicwg/base-drafts] Consequences for packets with illegal frames (#1770)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba27d79a7b8_42253feddc8d45b4444b9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/tOM-CfZ18g91U9VIvp5gHh_XYLo>
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, 19 Sep 2018 16:46:52 -0000

----==_mimepart_5ba27d79a7b8_42253feddc8d45b4444b9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinduke approved this pull request.

Looks good to me.



-- 
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/1770#pullrequestreview-156918163
----==_mimepart_5ba27d79a7b8_42253feddc8d45b4444b9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinduke</b> approved this pull request.</p>

<p>Looks good to me.</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/1770#pullrequestreview-156918163">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx_xOMMfUAPveZnStMuY9VIt6Gq1ks5ucnT5gaJpZM4WwamI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2wUdmoKw5856D_oiX8vKFmcnkvJks5ucnT5gaJpZM4WwamI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke approved #1770"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1770#pullrequestreview-156918163"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1770#pullrequestreview-156918163",
"url": "https://github.com/quicwg/base-drafts/pull/1770#pullrequestreview-156918163",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinduke approved 1770",
"sections": [
{
"text": "Looks good to me.",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1770#pullrequestreview-156918163"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381790600\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba27d79a7b8_42253feddc8d45b4444b9--


From nobody Wed Sep 19 09:55:48 2018
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 1B504130E17 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 09:55:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 n0lIkCypf7KD for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 09:55:45 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EFE29126DBF for <quic-issues@ietf.org>; Wed, 19 Sep 2018 09:55:44 -0700 (PDT)
Date: Wed, 19 Sep 2018 09:55:43 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537376143; bh=sXwNx8TVIVch96H3kczzmueip/ESDZAEDiwkvPEIxy4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hzUNkDcbg0SSCnC/H8e7VoxXvxltj5Vt3LGLF7SQpwmC2dZUXQTBy2tSgMTkkPef+ uscy6OQU8DgX2dWsOF832CUyh1Ig4IaLj4MqcGssJ7bCeYikaZQAbBk4ZojibMvyHJ /Y4R/u7pN7u64p6ZVP+32bfB1YkosGj+P9BIspMQ=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab78b42d5780910f6bbb7e855494587efa11948c5892cf0000000117ba418f92a169ce14f003c9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1668/422878159@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1668@github.com>
References: <quicwg/base-drafts/issues/1668@github.com>
Subject: Re: [quicwg/base-drafts] Greasing version negotiation (#1668)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba27f8fccdf3_291a3faedd6d45b811161"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/8mUYeDvBMoOIISFil7Shj2liJSY>
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, 19 Sep 2018 16:55:47 -0000

----==_mimepart_5ba27f8fccdf3_291a3faedd6d45b811161
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in NYC; there is still substantial support for this in the WG. Closing with no action. 

-- 
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/1668#issuecomment-422878159
----==_mimepart_5ba27f8fccdf3_291a3faedd6d45b811161
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in NYC; there is still substantial support for this in the WG. Closing with no action.</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/1668#issuecomment-422878159">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq86bTZvYmQE-6RK12_eoBPP2C5L5ks5ucncPgaJpZM4WAKi3">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq52H2ZYfZjMz5Pdt6DgUmIjDTr3fks5ucncPgaJpZM4WAKi3.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot in #1668: Discussed in NYC; there is still substantial support for this in the WG. Closing with no action. "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1668#issuecomment-422878159"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1668#issuecomment-422878159",
"url": "https://github.com/quicwg/base-drafts/issues/1668#issuecomment-422878159",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Greasing version negotiation (#1668)",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1668,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1668#issuecomment-422878159"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 369141943\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba27f8fccdf3_291a3faedd6d45b811161--


From nobody Wed Sep 19 09:55:54 2018
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 A08F5126DBF for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 09:55:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.008
X-Spam-Level: 
X-Spam-Status: No, score=-3.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 X0y5PirWTTdg for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 09:55:45 -0700 (PDT)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 23071130E12 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 09:55:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=qqUvy/iZpg1YTFEj+7AkbO98S+E=; b=ZDcrU4sfIqrXhf/y N5y0kkAB8QdlVegh9qyuU+l8+U7GkpE5tF1YkO2W4mjoZDkHoqKTlEVjJZ/viI0A qgI4DvSWwXa3Ar6luVTr6lg/rqKmaqCYat5wRr42J12gFNjW2I7Y4m9CSVGEZ+Av +6vxWozhvC4F/9m3kdYSKjLb5mA=
Received: by filter1137p1las1.sendgrid.net with SMTP id filter1137p1las1-21436-5BA27F8F-D 2018-09-19 16:55:43.373349264 +0000 UTC m=+1105477.891136000
Received: from github-lowworker-4f62d42.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id wwr5k_qWSsimnZrXDQknDg for <quic-issues@ietf.org>; Wed, 19 Sep 2018 16:55:43.234 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-4f62d42.cp1-iad.github.net (Postfix) with ESMTP id 3781FC0DEB for <quic-issues@ietf.org>; Wed, 19 Sep 2018 09:55:43 -0700 (PDT)
Date: Wed, 19 Sep 2018 16:55:43 +0000 (UTC)
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab78b42d5780910f6bbb7e855494587efa11948c5892cf0000000117ba418f92a169ce14f003c9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1668/issue_event/1855602559@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1668@github.com>
References: <quicwg/base-drafts/issues/1668@github.com>
Subject: Re: [quicwg/base-drafts] Greasing version negotiation (#1668)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba27f8f338a7_57463fed80ad45b4175658"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3IO09SvBBOLlXbgNvWqUFeRM/8wzAfFn5xv4 V8tmPIUbTHJT7nsc5JWcMN0dpzI/amClL+OlD2/Kdbo4TdmKAER6CBWH3yh1LDlqFlM8mAks4ems03 8UgjN9hAM8XgsKkXSnsX0nQJP978K0aaz42YWxGby+PKITY6VTstzlOlKGiFIomOEoOk8mOho6hf1v k=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_mezl8aeJrFpvJ79K80goAfipbs>
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, 19 Sep 2018 16:55:48 -0000

----==_mimepart_5ba27f8f338a7_57463fed80ad45b4175658
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1668.

-- 
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/1668#event-1855602559
----==_mimepart_5ba27f8f338a7_57463fed80ad45b4175658
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="351273929" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1668" href="https://github.com/quicwg/base-drafts/issues/1668">#1668</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/1668#event-1855602559">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq86bTZvYmQE-6RK12_eoBPP2C5L5ks5ucncPgaJpZM4WAKi3">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq52H2ZYfZjMz5Pdt6DgUmIjDTr3fks5ucncPgaJpZM4WAKi3.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1668."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1668#event-1855602559"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1668#event-1855602559",
"url": "https://github.com/quicwg/base-drafts/issues/1668#event-1855602559",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Greasing version negotiation (#1668)",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1668#event-1855602559"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 369141943\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba27f8f338a7_57463fed80ad45b4175658--


From nobody Wed Sep 19 09:57:16 2018
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 8EA5E130DE9 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 09:57:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.008
X-Spam-Level: 
X-Spam-Status: No, score=-3.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 ua-DRQk4VHJu for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 09:57:13 -0700 (PDT)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 25DB2126DBF for <quic-issues@ietf.org>; Wed, 19 Sep 2018 09:57:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=N/XlSOGsXUgr/Lw4BB0Ms9OFCOU=; b=XnuM5frw9/zbGnBJ aeUd+11WqpSoUPZH4DtSsSKYicMIE/bvZgI6K0UBv66kmZgwO4lh3C5STT3j3Jtu z3AZ+43HTGEeP3+LyA+5Thwq0C7zubqKi9AuzZFcCikj9UV9YT+Vr8KGL4Q1NNZ4 q4f0GEuk/iUqv1v8Gq9YNNTcg60=
Received: by filter0540p1iad2.sendgrid.net with SMTP id filter0540p1iad2-2320-5BA27FE6-19 2018-09-19 16:57:10.862339112 +0000 UTC m=+1103804.370677539
Received: from github-lowworker-e51511d.cp1-iad.github.net (unknown [192.30.252.34]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id hJ5Fr2g1QYS6En0HclVMrA for <quic-issues@ietf.org>; Wed, 19 Sep 2018 16:57:10.773 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e51511d.cp1-iad.github.net (Postfix) with ESMTP id BA1E08005F for <quic-issues@ietf.org>; Wed, 19 Sep 2018 09:57:10 -0700 (PDT)
Date: Wed, 19 Sep 2018 16:57:12 +0000 (UTC)
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab609d4bd955991f14dc4a0f92c3ddec5f5ae4b4a692cf0000000117ba41e692a169ce14a3a07f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1620/422878718@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1620@github.com>
References: <quicwg/base-drafts/issues/1620@github.com>
Subject: Re: [quicwg/base-drafts] CANCEL_PUSH, MAX_PUSH_ID and GOAWAY specify the length of the ID twice (#1620)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba27fe6ad129_7a723f876bcd45c429880"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2kw3SZkRBmBxd0T6EbFENDYMeq/17Mvx6jVo wTjZIgSlVm6wVDVJMu8s54mWdHyxBI2tHyNJMpdLI3F0gR8KGTlspZaoe0qeahPbFBNCWpw01+TGzT LcPpn6H8QnUcBIlO7ZuoV/4O8Cw/y1oIT0+w9RR2v7P5WDfVO5RGogwDL+QZFex6G2gCPF1yB0t0ym c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/37jVV-JCtcBTchdd8CiONQJmiso>
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, 19 Sep 2018 16:57:15 -0000

----==_mimepart_5ba27fe6ad129_7a723f876bcd45c429880
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in NYC; comfort with closing with no action.

-- 
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/1620#issuecomment-422878718
----==_mimepart_5ba27fe6ad129_7a723f876bcd45c429880
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in NYC; comfort with closing with no action.</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/1620#issuecomment-422878718">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_fJ7dO3DaMu1hj2aRGzrZOXMoEwks5ucndmgaJpZM4VonGe">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_lsZY3lWRoZtE47Tkn2A9-gTbGjks5ucndmgaJpZM4VonGe.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot in #1620: Discussed in NYC; comfort with closing with no action."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1620#issuecomment-422878718"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1620#issuecomment-422878718",
"url": "https://github.com/quicwg/base-drafts/issues/1620#issuecomment-422878718",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] CANCEL_PUSH, MAX_PUSH_ID and GOAWAY specify the length of the ID twice (#1620)",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1620,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1620#issuecomment-422878718"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 362967454\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba27fe6ad129_7a723f876bcd45c429880--


From nobody Wed Sep 19 09:57:22 2018
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 9BCCB126DBF for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 09:57:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.008
X-Spam-Level: 
X-Spam-Status: No, score=-3.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 ciJVHuw064it for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 09:57:16 -0700 (PDT)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [167.89.101.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 67D8B130E2D for <quic-issues@ietf.org>; Wed, 19 Sep 2018 09:57:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=1LZcyVppsbiGJ5Q80y7JZDRrPb0=; b=bUwrNVVMFGo2H2Zb oFlnSK8MJPaQomYV9wIMAAVnJbRoNG0y0Db4cq4t/p8nUdImAMlCZJE4cp2B4gfL x5zypKInzxeRacXiWc3rjKF5qKvZpRfmzc+EgX+pUuQnHLJ73K0DfkCwdaBxt5Eq L47NC0XMouLTR6DUQkpfBZFGo1E=
Received: by filter0373p1iad2.sendgrid.net with SMTP id filter0373p1iad2-11298-5BA27FE8-23 2018-09-19 16:57:12.537514067 +0000 UTC m=+1103810.146557916
Received: from github-lowworker-e8fa9ff.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0014p1iad2.sendgrid.net (SG) with ESMTP id GbHde1z5SpqiaPnC6HUCVA for <quic-issues@ietf.org>; Wed, 19 Sep 2018 16:57:12.583 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e8fa9ff.cp1-iad.github.net (Postfix) with ESMTP id 81E32420384 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 09:57:12 -0700 (PDT)
Date: Wed, 19 Sep 2018 16:57:13 +0000 (UTC)
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab60e047f15b4c5cd3331e96d941a870db6f72a94192cf0000000117ba41e892a169ce14a3a07f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1620/issue_event/1855605844@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1620@github.com>
References: <quicwg/base-drafts/issues/1620@github.com>
Subject: Re: [quicwg/base-drafts] CANCEL_PUSH, MAX_PUSH_ID and GOAWAY specify the length of the ID twice (#1620)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba27fe87bf91_584f3fa6c8cd45c0143841"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1C1V1P6j+XFeAxb+wurBgKrkyjRC+2gRXA4v dvD0m6HI98G8z+wsGcCRAOlQorHTWHo70QW1cAUYkNhdYvpwiCLC81aKAtqSrr7ZSjiEER9ufCrKiL 9UJ2hIYR+QvovKYl0RM/WUXRVBh6FmXVPRK7yRXV7nSjV/3qWoGKRM6Y9KodGiIHCKc2PFfscpsk0M Y=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UJS2VhkYbQfkw9-smK0Cm1onYdc>
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, 19 Sep 2018 16:57:19 -0000

----==_mimepart_5ba27fe87bf91_584f3fa6c8cd45c0143841
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1620.

-- 
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/1620#event-1855605844
----==_mimepart_5ba27fe87bf91_584f3fa6c8cd45c0143841
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="346267775" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1620" href="https://github.com/quicwg/base-drafts/issues/1620">#1620</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/1620#event-1855605844">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq82IAPzTUR57DAJek441uZK4fIpiks5ucndogaJpZM4VonGe">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-ZgLIGtIr_RSJ9Rsa6MnwklAWrtks5ucndogaJpZM4VonGe.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1620."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1620#event-1855605844"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1620#event-1855605844",
"url": "https://github.com/quicwg/base-drafts/issues/1620#event-1855605844",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] CANCEL_PUSH, MAX_PUSH_ID and GOAWAY specify the length of the ID twice (#1620)",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1620#event-1855605844"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 362967454\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba27fe87bf91_584f3fa6c8cd45c0143841--


From nobody Wed Sep 19 10:01:11 2018
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 53AFD126DBF for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:01:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 VLn2hphH8Xx5 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:01:08 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CB2F5130DE9 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:01:07 -0700 (PDT)
Date: Wed, 19 Sep 2018 10:01:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537376466; bh=DBCAgmbkeZXgJ+t790AzU4RRsVLDYDzCz+WHEBx9fok=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=C5+b+fhx9H5+s23Kqiok/TXPqLpMcwBH3MGMTwnZHI0aaB2KLNNin2pExvltthOAz euFaFn14MsrwDs2qDRy4ttt/UCqrUpWequvQp3xl1x3+154646QK5QYvRXkgqec6IK f9zpgsFljjQiCr07xgRFWG4+vYvJRYEJdtYE2TSA=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab19a64f481796f216c80c491403cdb9eeb2f18cd292cf0000000117ba42d292a169ce1498f380@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1608/422880167@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1608@github.com>
References: <quicwg/base-drafts/issues/1608@github.com>
Subject: Re: [quicwg/base-drafts] Varints for numeric transport parameters (#1608)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba280d27185b_39763fc4b30d45b4203728"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/OY6q_9v9Pl3QLRSDaNOjUX4ZtBs>
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, 19 Sep 2018 17:01:10 -0000

----==_mimepart_5ba280d27185b_39763fc4b30d45b4203728
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in NYC; @marten-seemann to drive to a conclusion by 15/10.

-- 
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/1608#issuecomment-422880167
----==_mimepart_5ba280d27185b_39763fc4b30d45b4203728
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in NYC; <a class="user-mention" data-hovercard-user-id="1478487" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/marten-seemann">@marten-seemann</a> to drive to a conclusion by 15/10.</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/1608#issuecomment-422880167">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzSAM7x6DIpZ_aUkgZOYiAvfp1zhks5ucnhSgaJpZM4Vll4A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq79IDuGrKJsIsR0l9oRk3s2D-OHbks5ucnhSgaJpZM4Vll4A.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot in #1608: Discussed in NYC; @marten-seemann to drive to a conclusion by 15/10."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1608#issuecomment-422880167"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1608#issuecomment-422880167",
"url": "https://github.com/quicwg/base-drafts/issues/1608#issuecomment-422880167",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Varints for numeric transport parameters (#1608)",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1608,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1608\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1608#issuecomment-422880167"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 362176000\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba280d27185b_39763fc4b30d45b4203728--


From nobody Wed Sep 19 10:01:54 2018
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 D866E130DE9 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:01:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Vz7BrGv_FU9j for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:01:51 -0700 (PDT)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A2EED126DBF for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:01:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=8CrTUdLH0YmNGVXoMQq3MYHyac0=; b=XLUdktRWa3h5f3qg 4JoaNlMHxaPVSJFJeqeVFP/LhlrgaIi8a2vBRywizHaMZ3gc6CsxTah9cY9PMYMJ HpVBGuJKLcPZPrJykOTsr8DDIm+qVzz3spxUrZE44YC2BwEXcZ2W2AWCHo4kSnR5 eo5+Fn/gVe8sTSm3uKOeGlV1kkI=
Received: by filter0332p1iad2.sendgrid.net with SMTP id filter0332p1iad2-16021-5BA280FD-3 2018-09-19 17:01:49.145834689 +0000 UTC m=+1103589.020256117
Received: from github-lowworker-89d05ac.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id 9I46-lLNQYaJxz-KgNKgmw for <quic-issues@ietf.org>; Wed, 19 Sep 2018 17:01:49.068 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-89d05ac.cp1-iad.github.net (Postfix) with ESMTP id 0E3BBAE030E for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:01:49 -0700 (PDT)
Date: Wed, 19 Sep 2018 17:01:49 +0000 (UTC)
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab933a3323e4a010c5de98962b46ce33f9cf94861992cf0000000117ba42fd92a169ce159141e8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1773@github.com>
Subject: [quicwg/base-drafts] Build a version negotiation mechanism that mostly doesn't add round trips (#1773)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba280fd6023_ebc3fe767cd45b82149ac"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1TRJEea+1wGIMvqNTLYv5omrTzu+GSqwHnbj 9P4qoN7OMPwrhAg6g4r3Jx3JYM6bC86EnNhcs7n0ahdKFswp/VknEVuOQamYtxnfwwgtNiIR3FwGW1 z/GXvfMdeLYiscy599hJVEFHf74ra8Ip8ZTdXjzb4p8uA8E9NPxi3nhtpQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/l6gJBdPyJw4AlKmY4lGR41XbLfA>
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, 19 Sep 2018 17:01:53 -0000

----==_mimepart_5ba280fd6023_ebc3fe767cd45b82149ac
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

In QUIC, version upgrade doesn't work w/o aditional RTs.

Consider the case where the client and server start out supporting version N. Then the client starts supporting N+1. If it offers N+1, then it's going to basically take an extra RT with every server, so it has to offer N, but then when the server upgrades to N+1, you have to take a RT to get to N+1. See #1755 for one such design

-- 
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/1773
----==_mimepart_5ba280fd6023_ebc3fe767cd45b82149ac
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>In QUIC, version upgrade doesn't work w/o aditional RTs.</p>
<p>Consider the case where the client and server start out supporting version N. Then the client starts supporting N+1. If it offers N+1, then it's going to basically take an extra RT with every server, so it has to offer N, but then when the server upgrades to N+1, you have to take a RT to get to N+1. See <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360935502" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1755" href="https://github.com/quicwg/base-drafts/pull/1755">#1755</a> for one such design</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/1773">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_Y8d82ZpH0_Wz5UDWmfuKNDamZtks5ucnh9gaJpZM4WwlYU">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4KcxgaS3PP4uXK7Zp4G0e12cllgks5ucnh9gaJpZM4WwlYU.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Build a version negotiation mechanism that mostly doesn't add round trips (#1773)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1773"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1773",
"url": "https://github.com/quicwg/base-drafts/issues/1773",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Build a version negotiation mechanism that mostly doesn't add round trips (#1773)",
"sections": [
{
"text": "",
"activityTitle": "**ekr**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ekr",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1773
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1773,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1773\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1773"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381834772\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba280fd6023_ebc3fe767cd45b82149ac--


From nobody Wed Sep 19 10:02:51 2018
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 98FDD130E12 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:02:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 C6WaQI8c57Xr for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:02:47 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C4624126DBF for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:02:46 -0700 (PDT)
Date: Wed, 19 Sep 2018 10:02:45 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537376565; bh=2w6/rijKgFCcg8Kvh/AlZ0LQujhvpSiIiNE+IPQhLSU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MsWJ1A7h2201jBYqRg6qyj5KFO7sJxt/9sspZfz9K5brdDlnmqNarArwhUwL+rjTy mEJ4CvjrbS2GsnZK4/Vvv4kY40al2bMGax7gbNscuk7pmVkXZKhWJs0jm97dAN6sJS JT+oBUeSzutkOAgInhQZ1RzX48Msry0fPudHfDWA=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab37c6fcfb059e58fcd1f4b3131359538accb0de6092cf0000000117ba433592a169ce14832871@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1600/issue_event/1855618533@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1600@github.com>
References: <quicwg/base-drafts/issues/1600@github.com>
Subject: Re: [quicwg/base-drafts] Indicate support for PRIORITY (#1600)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba28135cc999_13b43ffceb6d45c035229f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/tXZazmzsYeqv1h_ZdWq5BSvZiyY>
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, 19 Sep 2018 17:02:49 -0000

----==_mimepart_5ba28135cc999_13b43ffceb6d45c035229f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1600.

-- 
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/1600#event-1855618533
----==_mimepart_5ba28135cc999_13b43ffceb6d45c035229f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="344139889" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1600" href="https://github.com/quicwg/base-drafts/issues/1600">#1600</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/1600#event-1855618533">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9zQyRqYhSXe0rGcrDyG6zoz3vtwks5ucni1gaJpZM4VdLz7">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwb9_-YXTKoCDIE6kdx9stkzSb-Oks5ucni1gaJpZM4VdLz7.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1600."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1600#event-1855618533"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1600#event-1855618533",
"url": "https://github.com/quicwg/base-drafts/issues/1600#event-1855618533",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Indicate support for PRIORITY (#1600)",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1600#event-1855618533"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 359972091\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba28135cc999_13b43ffceb6d45c035229f--


From nobody Wed Sep 19 10:02:57 2018
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 7951C126DBF for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:02:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 XsQZQyGojsxA for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:02:47 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1603C130DE9 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:02:47 -0700 (PDT)
Date: Wed, 19 Sep 2018 10:02:46 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537376566; bh=6fzA9PsnFxbPUX0VI9zWXTTj3ObDsgz6yjroMuoJVdM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hYYui3LjfZpzHr0ehXbYWYatr3StpAAKV1ZK+NVSvuRcu5xpdQnr5i8HzMsEkccEu n9aLNRcmtnpkqw7dkWYF9xG3oWvTRn5rXUhNUmRNw+9/TDBBOwzGjHRq5iIh4OEzg8 D175hS+4itfd7lBtx9as0/WXIYcfJCN5G3Jjgo1Q=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab37c6fcfb059e58fcd1f4b3131359538accb0de6092cf0000000117ba433592a169ce14832871@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1600/422880723@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1600@github.com>
References: <quicwg/base-drafts/issues/1600@github.com>
Subject: Re: [quicwg/base-drafts] Indicate support for PRIORITY (#1600)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba28135f1aa4_295d3faedd6d45b814756"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/n7P9nelrpK1H6sydU3trGBQ1P38>
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, 19 Sep 2018 17:02:50 -0000

----==_mimepart_5ba28135f1aa4_295d3faedd6d45b814756
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in NYC; agreement to close with no action.

-- 
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/1600#issuecomment-422880723
----==_mimepart_5ba28135f1aa4_295d3faedd6d45b814756
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in NYC; agreement to close with no action.</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/1600#issuecomment-422880723">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9zQyRqYhSXe0rGcrDyG6zoz3vtwks5ucni1gaJpZM4VdLz7">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwb9_-YXTKoCDIE6kdx9stkzSb-Oks5ucni1gaJpZM4VdLz7.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot in #1600: Discussed in NYC; agreement to close with no action."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1600#issuecomment-422880723"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1600#issuecomment-422880723",
"url": "https://github.com/quicwg/base-drafts/issues/1600#issuecomment-422880723",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Indicate support for PRIORITY (#1600)",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1600,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1600#issuecomment-422880723"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 359972091\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba28135f1aa4_295d3faedd6d45b814756--


From nobody Wed Sep 19 10:05:07 2018
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 5DDFE130E12 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:05:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 au0kAYt8gGpb for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:05:05 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0CB68126DBF for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:05:05 -0700 (PDT)
Date: Wed, 19 Sep 2018 10:05:04 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537376704; bh=O3IUSUD0gqkIPiRW3fOJ/cblRR9i+66XIJjQ+hd8S4Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TkEdsJ/vEUyPNeObVThnw34yPb9YNBLQ8sQPoBkgf7Psm0fYd8Ntwr2SNJt1CTt1J ZGQJRx2oz1jMnwcY8GbflAvqqUewe5fSfQKZvIj0RkUgIWDItTAgUHw5o5ua9oQxuq KmXIWAh3ZH0V+TMdguRvKhFl9zEmJG/PYZDDQeLE=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdb44e5f3138e1dc5859bf9edfc07ae11d31b5f6692cf0000000117ba43c092a169ce14638397@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1579/422881517@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1579@github.com>
References: <quicwg/base-drafts/issues/1579@github.com>
Subject: Re: [quicwg/base-drafts] Go Back to Single Packet Number Space (#1579)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba281c05405b_60003fc0e10d45bc1945ea"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/ANcERtF842OINJ3b7souero6sy8>
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, 19 Sep 2018 17:05:07 -0000

----==_mimepart_5ba281c05405b_60003fc0e10d45bc1945ea
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in NYC; agreement to close with no action.

-- 
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/1579#issuecomment-422881517
----==_mimepart_5ba281c05405b_60003fc0e10d45bc1945ea
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in NYC; agreement to close with no action.</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/1579#issuecomment-422881517">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2zKmlBDr4JCwsrf0xy-u_RskkVvks5ucnlAgaJpZM4VTfDt">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_RsOhqhoFaNtxMe6XVCvPjtVJ91ks5ucnlAgaJpZM4VTfDt.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot in #1579: Discussed in NYC; agreement to close with no action."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1579#issuecomment-422881517"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1579#issuecomment-422881517",
"url": "https://github.com/quicwg/base-drafts/issues/1579#issuecomment-422881517",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Go Back to Single Packet Number Space (#1579)",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1579,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1579#issuecomment-422881517"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 357429485\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba281c05405b_60003fc0e10d45bc1945ea--


From nobody Wed Sep 19 10:05:16 2018
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 621CE131071 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:05:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 oNoy9_1wWeRF for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:05:08 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E271B126DBF for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:05:07 -0700 (PDT)
Date: Wed, 19 Sep 2018 10:05:07 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537376707; bh=Hx1HJct8NOGW72FDZd094ahBP7z+b18xWTacmtiJ7DQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=leOs3CqDbgVAap/TT3KpsL+GwtKS6oJiYDuHiosRguMGpWQ5sWkZdeWltOdixnrx2 qwbhTMvHUlweVLRx4QZ0wJ6OfewNzz+PadSPyyXRZYngKn5AYVdQy1bYyMQEX/dqri g+VdKTpByjdNvfSD+jSFSV4UAXGdEOrtkMsH9uwU=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf4259337716504acc8c2f5944bca57a23a53dd0d92cf0000000117ba43c392a169ce14638397@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1579/issue_event/1855623680@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1579@github.com>
References: <quicwg/base-drafts/issues/1579@github.com>
Subject: Re: [quicwg/base-drafts] Go Back to Single Packet Number Space (#1579)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba281c32d2f2_29103faedd6d45b82813f1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/wBWv2tMx68ynwyQO5wN0pa6YqKo>
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, 19 Sep 2018 17:05:09 -0000

----==_mimepart_5ba281c32d2f2_29103faedd6d45b82813f1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1579.

-- 
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/1579#event-1855623680
----==_mimepart_5ba281c32d2f2_29103faedd6d45b82813f1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="342066071" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1579" href="https://github.com/quicwg/base-drafts/issues/1579">#1579</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/1579#event-1855623680">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-QqjsdUOsXi0nv6EUYBTWN9e0rBks5ucnlDgaJpZM4VTfDt">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx14vFh8M_XeO8UL-nwfKL4gFADlks5ucnlDgaJpZM4VTfDt.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1579."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1579#event-1855623680"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1579#event-1855623680",
"url": "https://github.com/quicwg/base-drafts/issues/1579#event-1855623680",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Go Back to Single Packet Number Space (#1579)",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1579#event-1855623680"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 357429485\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba281c32d2f2_29103faedd6d45b82813f1--


From nobody Wed Sep 19 10:06:52 2018
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 6837C130E17 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:06:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 0o_pg5LCRQpQ for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:06:49 -0700 (PDT)
Received: from o6.sgmail.github.com (o6.sgmail.github.com [192.254.113.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 01454130E12 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:06:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=qXPYTBdrtShFM0cX8X31b90Zn4Q=; b=JQ0xoIqZT1vjce8O G4c7ZZ+w3esgLufHnXfzC+jUcGDiKXjeCITraAOqMiIibU3QPU4JXcJzc0xf1fcK 6+qfxpFu4m4wSOKuyAo3t0ndNSfUGi1chjNi7DUqfSxpfYSt6Ku+nuBFoHePufUI VqEzIvsEj9okkB8CYlVvUZbfVzw=
Received: by filter1204p1las1.sendgrid.net with SMTP id filter1204p1las1-768-5BA28226-35 2018-09-19 17:06:47.014673259 +0000 UTC m=+1105879.929501239
Received: from github-lowworker-56a5eb2.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id seSaGouCRX6hRsyKz5Zysg for <quic-issues@ietf.org>; Wed, 19 Sep 2018 17:06:46.898 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-56a5eb2.cp1-iad.github.net (Postfix) with ESMTP id D97DDC0D0F for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:06:46 -0700 (PDT)
Date: Wed, 19 Sep 2018 17:06:47 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf08c1c52dc486329bcb3dd4d106b9a731c2e118f92cf0000000117ba442692a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c422882041@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba28226d78d7_6a303fd3edad45c01100fb"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3TQupwctu2RBW5krAIYOIun/hbFskOKeM+XW 5/vW0LIk8p2+dLK82TFxJMk9bC0Gbxrsb2twFn+5zyuepPz8q7SiKNBigMbo3Z7wOyWHKdRNYAlMXM ZA0SfczWv2VdhhCqUr0E9QhBA9Krp14UBN0Um2W5gZs+p7laXfKgropzojHumQuQLNjR1k5jcTiMiI Q=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YFEPiUQJrIT_bIomqq5FgXSKYsM>
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, 19 Sep 2018 17:06:51 -0000

----==_mimepart_5ba28226d78d7_6a303fd3edad45c01100fb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm not strongly opposed to this as an optimization, but it doesn't feel necessary for QUICv1.  You remove a lot of text, but it's adding a second layer of version negotiation -- I would expect that it needs more text, and I'm not convinced the text you removed is obsoleted by adding a second way to negotiate.

-- 
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/1755#issuecomment-422882041
----==_mimepart_5ba28226d78d7_6a303fd3edad45c01100fb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I'm not strongly opposed to this as an optimization, but it doesn't feel=
 necessary for QUICv1.  You remove a lot of text, but it's adding a second =
layer of version negotiation -- I would expect that it needs more text, and=
 I'm not convinced the text you removed is obsoleted by adding a second way=
 to negotiate.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/1755#issuecomment-422882041">view it on GitHub</a>, or <a hre=
f=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7eG7OSevWNhmaHR=
LiOax0kEfPMZks5ucnmmgaJpZM4WsOSC">mute the thread</a>.<img src=3D"https://g=
ithub.com/notifications/beacon/AWbkq5wUNsJMO0kiu-UdLVGgAf6EAxAhks5ucnmmgaJp=
ZM4WsOSC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #1755:=
 I'm not strongly opposed to this as an optimization, but it doesn't feel n=
ecessary for QUICv1.  You remove a lot of text, but it's adding a second la=
yer of version negotiation -- I would expect that it needs more text, and I=
'm not convinced the text you removed is obsoleted by adding a second way t=
o negotiate."}],"action":{"name":"View Pull Request","url":"https://github.=
com/quicwg/base-drafts/pull/1755#issuecomment-422882041"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422=
882041",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422882=
041",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mecha=
nism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\":=
 \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-422882=
041"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380691586=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba28226d78d7_6a303fd3edad45c01100fb--


From nobody Wed Sep 19 10:07:07 2018
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 3BE83130E18 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:07:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 PXjrZYo7H2dy for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:07:03 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9BA38130E12 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:07:03 -0700 (PDT)
Date: Wed, 19 Sep 2018 10:07:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537376822; bh=GpJhZ3lBoVfj+YJTZ6d2PC5qWl03IG/F+IoPwe9YMos=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Z5jpDLF3gYY7pEVaL+eji0pCvHO0mfogPPRJ3qnaFekg6l3zde2RqLzQd+rjU0zFZ SerbLxISMoeyIQ9q/jxXhD6v9/4Py5Xv8kC9eTpd5bWF/+1BO064y+Q3Go/7oV2hpb tanOoF/mFLCZYYhzBcy5+0dTQG0RwwBgpqNPpHFQ=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abae600d7d92f5a424fca78f6de65651142060e78e92cf0000000117ba443692a169ce146285ff@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1578/422882160@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1578@github.com>
References: <quicwg/base-drafts/issues/1578@github.com>
Subject: Re: [quicwg/base-drafts] Keep PN out of AEAD (#1578)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba28236e099c_76ed3fd3edad45c0256239"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/uHMumbkuMUWPkrbh9G1EOnSD180>
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, 19 Sep 2018 17:07:05 -0000

----==_mimepart_5ba28236e099c_76ed3fd3edad45c0256239
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in NYC; substantial resistance to this change. Closing with no action.

-- 
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/1578#issuecomment-422882160
----==_mimepart_5ba28236e099c_76ed3fd3edad45c0256239
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in NYC; substantial resistance to this change. Closing with no action.</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/1578#issuecomment-422882160">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4U5UfpfVa4THNscLjyFhJZMcJmhks5ucnm2gaJpZM4VTM64">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4EeE3WD9dlxKHK3pNdfVpREVFuoks5ucnm2gaJpZM4VTM64.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot in #1578: Discussed in NYC; substantial resistance to this change. Closing with no action."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1578#issuecomment-422882160"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1578#issuecomment-422882160",
"url": "https://github.com/quicwg/base-drafts/issues/1578#issuecomment-422882160",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Keep PN out of AEAD (#1578)",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1578,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1578#issuecomment-422882160"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 357355192\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba28236e099c_76ed3fd3edad45c0256239--


From nobody Wed Sep 19 10:07:13 2018
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 46F62130E12 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:07:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 lXVmrCBvxk-j for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:07:06 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9D08A130EB1 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:07:06 -0700 (PDT)
Date: Wed, 19 Sep 2018 10:07:05 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537376825; bh=sH6F7hlRr6kQs9Y55yKcd4rtnjnwnh8Yx1stWsjDcvI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=c6yjiUBKa/DYdcsQQZQQ8bz+vKWdAqjIrA7YhRJzDDkbV+0eCk9gkFEbidx0vF86X NztkusrlU1dc1SWMHS23eK/RLWIeWpby/D28ZaQ0x9iX1gkWZn2cAS+hakP/Wh2EXr ykXBL3z02ypOE58UW2i3wcH//KaJ6fYzImTHMphI=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc3e403f48804f367407abd6cf46585a5a531711a92cf0000000117ba443992a169ce146285ff@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1578/issue_event/1855627854@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1578@github.com>
References: <quicwg/base-drafts/issues/1578@github.com>
Subject: Re: [quicwg/base-drafts] Keep PN out of AEAD (#1578)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba28239d959c_19ba3f91948d45b830849b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/pWpE-zI9t1dgGj9hznwRjh1mxV8>
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, 19 Sep 2018 17:07:08 -0000

----==_mimepart_5ba28239d959c_19ba3f91948d45b830849b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1578.

-- 
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/1578#event-1855627854
----==_mimepart_5ba28239d959c_19ba3f91948d45b830849b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="342001151" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1578" href="https://github.com/quicwg/base-drafts/issues/1578">#1578</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/1578#event-1855627854">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7gEJXMWTTIV-oIcPG7JscuW3PE2ks5ucnm5gaJpZM4VTM64">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_XiSDS0ZZ9SUV_BVXEu4LqeuSA2ks5ucnm5gaJpZM4VTM64.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1578."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1578#event-1855627854"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1578#event-1855627854",
"url": "https://github.com/quicwg/base-drafts/issues/1578#event-1855627854",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Keep PN out of AEAD (#1578)",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1578#event-1855627854"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 357355192\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba28239d959c_19ba3f91948d45b830849b--


From nobody Wed Sep 19 10:10:23 2018
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 9B7A7126DBF for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:10:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 ApE78M4D0GjZ for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:10:19 -0700 (PDT)
Received: from o6.sgmail.github.com (o6.sgmail.github.com [192.254.113.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A31CE130E17 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:10:19 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=Dw76FeBpaLUkZOTE9ajSN0uHn8M=; b=IlM72YQxHBXckiav rCATNxraFCS0QIraKFLp5sRXp6RN2b6oDXnRjZFT8RUcqUDdr3kO27SNNP7E1qG5 w28RtejfnxhhhdF4mUNYMrQluVJzXpdS1Ibnhfbrve7vJAWjjrVitp1D9+ik7x3L FIEeWTjFEau5PxysAEFVwXCkkR8=
Received: by filter0650p1las1.sendgrid.net with SMTP id filter0650p1las1-29736-5BA282F9-48 2018-09-19 17:10:18.032202402 +0000 UTC m=+1106183.340731661
Received: from github-lowworker-63e61ec.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id nXoeJfpUQZS2J1eSOAwigw for <quic-issues@ietf.org>; Wed, 19 Sep 2018 17:10:17.823 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-63e61ec.cp1-iad.github.net (Postfix) with ESMTP id C7FC62A06B9 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:10:17 -0700 (PDT)
Date: Wed, 19 Sep 2018 17:10:18 +0000 (UTC)
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abec063d11a0619e13468f867338f33ecfa166c93392cf0000000117ba44f992a169ce14620d9d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1575/422883263@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1575@github.com>
References: <quicwg/base-drafts/issues/1575@github.com>
Subject: Re: [quicwg/base-drafts] Consider simplifying Packet Number Encryption (#1575)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba282f9c55cd_75cd3febe06d45b4118041"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0uDttZ0bBED/w0Ay6NGmc4DqZdaP2Upcv6id WoYq6i3AkhtJv71nvGx7TjGB3vXZcVsTLE+b8xLQu4aSmW8Y8liOX6wgtew3AjRoL1acWkecIHgyUH RiZwuXxCtd0/CYW5AYf5aopz5tpzNGpSY10IgWLRAnjvVKM8aGVQDzbVHfTIfqVvIQCIbNYyrfuCFY 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kvTQNqlrzTRTnIUw-2YzFiwE2dc>
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, 19 Sep 2018 17:10:22 -0000

----==_mimepart_5ba282f9c55cd_75cd3febe06d45b4118041
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in NYC; @ekr to follow up with @DavidSchinazi within two weeks.

-- 
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/1575#issuecomment-422883263
----==_mimepart_5ba282f9c55cd_75cd3febe06d45b4118041
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in NYC; <a class="user-mention" data-hovercard-user-id="1111457" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ekr">@ekr</a> to follow up with <a class="user-mention" data-hovercard-user-id="5599133" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/DavidSchinazi">@DavidSchinazi</a> within two weeks.</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/1575#issuecomment-422883263">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7rT3FA7PoWmN-UyWq7K87WYfsGcks5ucnp5gaJpZM4VTEWJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9aRkseDn-R4kP-J_D6UX6pSTWsnks5ucnp5gaJpZM4VTEWJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot in #1575: Discussed in NYC; @ekr to follow up with @DavidSchinazi within two weeks."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1575#issuecomment-422883263"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1575#issuecomment-422883263",
"url": "https://github.com/quicwg/base-drafts/issues/1575#issuecomment-422883263",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Consider simplifying Packet Number Encryption (#1575)",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1575,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1575\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1575#issuecomment-422883263"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 357320073\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba282f9c55cd_75cd3febe06d45b4118041--


From nobody Wed Sep 19 10:12:53 2018
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 3E1EC130EB1 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:12:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 1.991
X-Spam-Level: *
X-Spam-Status: No, score=1.991 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, GB_SUMOF=5, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, URIBL_BLOCKED=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 urAhaFZEGZdz for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:12:51 -0700 (PDT)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E69B9130E17 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:12:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=rv0MSQxI7B1JqVIaXiPV86eQ+ac=; b=j0M6vSMq1I59CV41 p5iH9DjZ8FeUJ4k7H9KRuhW1KuzvvbjvWgKy825mnkVfGQcq+Ukt40xmd8s2xXtq zPc1UssHLhs0R5B24dHlSYNIZex/VLojTXWE8PD9gONDtsLRXNb6V0TuZjiqvwfo FCn47MIQ+JsgLW+xARVurL0Kjko=
Received: by filter0371p1iad2.sendgrid.net with SMTP id filter0371p1iad2-9033-5BA28391-26 2018-09-19 17:12:49.856807197 +0000 UTC m=+1104787.199407273
Received: from github-lowworker-05ceafd.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id _GKbXLo3R8mkyK7aAlugGQ for <quic-issues@ietf.org>; Wed, 19 Sep 2018 17:12:49.753 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-05ceafd.cp1-iad.github.net (Postfix) with ESMTP id B365A4600EB for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:12:49 -0700 (PDT)
Date: Wed, 19 Sep 2018 17:12:49 +0000 (UTC)
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd697719955c4f9ccf413f918c2b3f4a5ed3b1b0492cf0000000117ba459192a169ce14620d9d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1575/422884131@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1575@github.com>
References: <quicwg/base-drafts/issues/1575@github.com>
Subject: Re: [quicwg/base-drafts] Consider simplifying Packet Number Encryption (#1575)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba28391abe36_29053faedd6d45b830033f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2o90ohCdaotmGBq4s4EFgq7q9h9ksDvle7U+ 7/16H9bC/SaslJ3X7frZ/TENXdFdwh62xLRbSZJE02P02KMLNZJ2PGnw+wzJY80BaPYDWY9JkkhogN ItqcfMoMwfh0NM61vzisozFqWRoyOnV2oBg4iBePFhBmz/pdUk5HAgx/udA/qjLr23MtoSxhNNrRN8 g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/R7pwIjkYP0yi5TXIj0BJyjntCQ4>
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, 19 Sep 2018 17:12:52 -0000

----==_mimepart_5ba28391abe36_29053faedd6d45b830033f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I prefer the current approach.

IIUC, the proposal is to have a conditional branch that tests if the sum of PN length and payload is below 20 octets, then create a zero-padded copy for sampling.

I do not think that is simpler than the current approach that uses a conditional branch to determine the sampling offset.

-- 
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/1575#issuecomment-422884131
----==_mimepart_5ba28391abe36_29053faedd6d45b830033f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I prefer the current approach.</p>
<p>IIUC, the proposal is to have a conditional branch that tests if the sum=
 of PN length and payload is below 20 octets, then create a zero-padded cop=
y for sampling.</p>
<p>I do not think that is simpler than the current approach that uses a con=
ditional branch to determine the sampling offset.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/1575#issuecomment-422884131">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8jZmMSGee-sT1=
o3Amq3ZLZ2LoyRks5ucnsRgaJpZM4VTEWJ">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq14ftaf9sh8VhNez0Ig1qO8ro2u6ks5ucnsRga=
JpZM4VTEWJ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #1575: I p=
refer the current approach.\r\n\r\nIIUC, the proposal is to have a conditio=
nal branch that tests if the sum of PN length and payload is below 20 octet=
s, then create a zero-padded copy for sampling.\r\n\r\nI do not think that =
is simpler than the current approach that uses a conditional branch to dete=
rmine the sampling offset."}],"action":{"name":"View Issue","url":"https://=
github.com/quicwg/base-drafts/issues/1575#issuecomment-422884131"}}}</scrip=
t>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1575#issuecomment-4=
22884131",
"url": "https://github.com/quicwg/base-drafts/issues/1575#issuecomment-4228=
84131",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Consider simplifying Packet Number Encry=
ption (#1575)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1575,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"qui=
cwg/base-drafts\",\n\"issueId\": 1575\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1575#issuecomment-4228=
84131"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 357320073=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba28391abe36_29053faedd6d45b830033f--


From nobody Wed Sep 19 10:24:50 2018
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 A3839128CFD for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:24:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.008
X-Spam-Level: 
X-Spam-Status: No, score=-3.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 x5HdqtP3Vdjr for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:24:48 -0700 (PDT)
Received: from o8.sgmail.github.com (o8.sgmail.github.com [167.89.101.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 21929126DBF for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:24:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=L1tyoIwdylUp8d5CCkjLToGUtaM=; b=rvneLhWiCR1RNHkI I7ZEY8GjZB5oU9LT+xBauRArPkCaulgt3YhBxR8jvGP0y1JmZ1MG0+fSoENUXtRt 1KGoVT0uUu2E2he0lbpOPDy8d4VRxRxNEjyqu4p0fwJ1Emf8Ew0Ul5v1/Gm1md6C LulvG7HLu1Uo57WnIqCNfEdnH/0=
Received: by filter0055p1iad2.sendgrid.net with SMTP id filter0055p1iad2-31917-5BA2865F-1 2018-09-19 17:24:47.026318649 +0000 UTC m=+1105860.096126833
Received: from github-lowworker-63e61ec.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0025p1iad2.sendgrid.net (SG) with ESMTP id XT-c8bv6RWCTS88XVSWhVw for <quic-issues@ietf.org>; Wed, 19 Sep 2018 17:24:47.003 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-63e61ec.cp1-iad.github.net (Postfix) with ESMTP id F05712A12A4 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:24:46 -0700 (PDT)
Date: Wed, 19 Sep 2018 17:24:47 +0000 (UTC)
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7f75fe10729f8b09ff092b58582a952b6a3e855692cf0000000117ba485e92a169ce14218572@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1513/issue_event/1855666677@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1513@github.com>
References: <quicwg/base-drafts/issues/1513@github.com>
Subject: Re: [quicwg/base-drafts] 0-RTT DCID Routing (#1513)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2865eee7be_48143ff239cd45b810777b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0yH97a3xe/a9fIYT7ZQ99+sXi5dWwUSg7TZb agLQw7j0DsHKQSOZfyflcm6q60s8EmHRfVhtcSOY7gSXbEhECWmAIvGGspO96+1pAWBtDHcuxOiw96 cbE7m8THDlZdb8mE00mbb0a4WQ35EjFkG05k7ehHp6n+iCLmwKkOHEnoTGZdRwm1hj3UuMmQqFcGmJ 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/xsQjp5LJIJbt-Ok_dPCsa6z8a2M>
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, 19 Sep 2018 17:24:50 -0000

----==_mimepart_5ba2865eee7be_48143ff239cd45b810777b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1513.

-- 
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/1513#event-1855666677
----==_mimepart_5ba2865eee7be_48143ff239cd45b810777b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="337741170" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1513" href="https://github.com/quicwg/base-drafts/issues/1513">#1513</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/1513#event-1855666677">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzqiy2zEMRKGqp4GoTp0EjA0LTmRks5ucn3egaJpZM4VARmu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_-Wv8T3F-9sEVNswGNM5h9e-ixwks5ucn3egaJpZM4VARmu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1513."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1513#event-1855666677"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1513#event-1855666677",
"url": "https://github.com/quicwg/base-drafts/issues/1513#event-1855666677",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] 0-RTT DCID Routing (#1513)",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1513#event-1855666677"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 352393646\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba2865eee7be_48143ff239cd45b810777b--


From nobody Wed Sep 19 10:24:57 2018
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 7CD1B130EF5 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:24:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Dh3bEllltbMC for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:24:50 -0700 (PDT)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ADA8A130EE2 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:24:49 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=IUSMOEH65kgWPf2bfDSE8umcnrA=; b=QP1gnSFbnohJ2D9U OIX2v0UV7/e6yfrpJ+p8EwngSxvNcQN25jbICdSpKrVzTUjk2YScgV4jizuSW6QL v1jX1Vc21ieiOrPQhvaz0R65VAlVgZFQW7AvtUPXpPDDy/aQr5lADzFbbkLNXkak oKeGOszoVIm70Yo11a+tg3k+id0=
Received: by filter0565p1iad2.sendgrid.net with SMTP id filter0565p1iad2-7253-5BA28660-2A 2018-09-19 17:24:48.843206188 +0000 UTC m=+82227.300594661
Received: from github-lowworker-39ccb07.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id DEPBQB9QQBKes8_UVJb_gw for <quic-issues@ietf.org>; Wed, 19 Sep 2018 17:24:48.654 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-39ccb07.cp1-iad.github.net (Postfix) with ESMTP id 9C659400942 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:24:48 -0700 (PDT)
Date: Wed, 19 Sep 2018 17:24:48 +0000 (UTC)
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7c4e17ddae5fcc2c1be0d7844bb3fbdd8ad7fada92cf0000000117ba486092a169ce14218572@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1513/422888557@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1513@github.com>
References: <quicwg/base-drafts/issues/1513@github.com>
Subject: Re: [quicwg/base-drafts] 0-RTT DCID Routing (#1513)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba28660943f5_30c73f872ead45b827978"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak276z/M8stP03HpwHz82Zvp/NF57X8Z/zuy8f gVhz6g1ht5NIyqLrxBfZNalDNi7A24pAZflkiQ/WerjJ3q7GOQ1uS/tHwRFEvYydBXL4FDoDcu7zor M1LWNMiZLVXD4yeDl3NDmeIivkzEBzoVmN9RrMbw1Qpy/vnv3BtNp17HjP3/SkdWlg+QUmLXTxrnHq I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6tTfZa_sn-zGhLFgfjrj33xDn-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: Wed, 19 Sep 2018 17:24:52 -0000

----==_mimepart_5ba28660943f5_30c73f872ead45b827978
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in NYC; WG members had concerns about the viability of this, and there was little interest in pursuing it. 

Closing as a result. If you disagree, please take it to the list.

-- 
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/1513#issuecomment-422888557
----==_mimepart_5ba28660943f5_30c73f872ead45b827978
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in NYC; WG members had concerns about the viability of this, and there was little interest in pursuing it.</p>
<p>Closing as a result. If you disagree, please take it to the list.</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/1513#issuecomment-422888557">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq76v5rku1x6PsCxvI3G_z34QlFgYks5ucn3ggaJpZM4VARmu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq69Mh11wTK33nFCu-zGsZ8AlkwrYks5ucn3ggaJpZM4VARmu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot in #1513: Discussed in NYC; WG members had concerns about the viability of this, and there was little interest in pursuing it. \r\n\r\nClosing as a result. If you disagree, please take it to the list."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1513#issuecomment-422888557"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1513#issuecomment-422888557",
"url": "https://github.com/quicwg/base-drafts/issues/1513#issuecomment-422888557",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] 0-RTT DCID Routing (#1513)",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1513,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1513#issuecomment-422888557"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 352393646\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba28660943f5_30c73f872ead45b827978--


From nobody Wed Sep 19 10:28:01 2018
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 DD880126DBF for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:27:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 s6LyoJIPRNK8 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:27:57 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 13EF6128CFD for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:27:57 -0700 (PDT)
Date: Wed, 19 Sep 2018 10:27:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537378076; bh=9Ybcf6JMCiB+unAkGlnFqC4v0r7knmfcCYp/XzB2q1I=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=KeSZoHkMuUOfpQQbbyHxp4MP/4MtATiDBUJYBXgfbEABlCWxFbWkA+rt+VYQTB2gE FoPbpUjMog/taMG/V1iwDzmwJYWtO6/tjNirf4HSAtJvobSm5uUX/H+sXEgpaMclR+ WokmmIlW3wNrHwmQHZ/K+NKekdyd/eSAkjPpFz0k=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab900e8be6fac6287b89ce139689f0efa7b9ddaca492cf0000000117ba491c92a169ce1591644f@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/72@github.com>
Subject: [quicwg/wg-materials] Add #1570 to agenda (#72)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2871cd95b_59cf3fd422cd45c019978d"; 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/6ExEYtdPuQaGTZsnfuU_b-9FfRY>
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, 19 Sep 2018 17:27:59 -0000

----==_mimepart_5ba2871cd95b_59cf3fd422cd45c019978d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/wg-materials/pull/72

-- Commit Summary --

  * Add #1570 to agenda

-- File Changes --

    M interim-18-09/agenda.md (3)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/72.patch
https://github.com/quicwg/wg-materials/pull/72.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/wg-materials/pull/72

----==_mimepart_5ba2871cd95b_59cf3fd422cd45c019978d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/wg-materials/pull/72'>https://github.com/quicwg/wg-materials/pull/72</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Add #1570 to agenda</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/72/files#diff-0">interim-18-09/agenda.md</a>
    (3)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/72.patch'>https://github.com/quicwg/wg-materials/pull/72.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/72.diff'>https://github.com/quicwg/wg-materials/pull/72.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/wg-materials/pull/72">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7Ao_chbqLvZA33aSO5ucT4YFjKFks5ucn6cgaJpZM4Wwn5Z">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6pXLLHq32nShZrXPd8pR-XWRNRlks5ucn6cgaJpZM4Wwn5Z.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Add #1570 to agenda (#72)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/72"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/72",
"url": "https://github.com/quicwg/wg-materials/pull/72",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Add #1570 to agenda (#72)",
"sections": [
{
"text": "",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "cf80c87",
"value": "Add #1570 to agenda"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[interim-18-09/agenda.md](https://github.com/quicwg/wg-materials/pull/72/files#diff-0) (3 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 72,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 72\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/72"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/72.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/72.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381845081\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba2871cd95b_59cf3fd422cd45c019978d--


From nobody Wed Sep 19 10:29:58 2018
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 582A2128CFD for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:29:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.605
X-Spam-Level: 
X-Spam-Status: No, score=-6.605 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 y8E_oNrG2LWa for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:29:56 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AB2F1126DBF for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:29:55 -0700 (PDT)
Date: Wed, 19 Sep 2018 10:29:54 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537378194; bh=bVE0u/gr+Mbz6b2ksHQZu0voVS/paoOtQklkJh9zeOg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DamWxKbXqE9zraxAtPQqPxvVeF2N7iiVRj8kqoHBlgh2si8st3B96e2QqIgie0P+6 cLWNDVaGTq/k/XxVEwLDSFRaquLk6IMgfBRsemRKGcERkOdXQCnb6CQWEZldoa5x+d 0DXU55a4t2Tb7kt9FI0jTxwBLdy7Dz9WuL+vroTY=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abbb8fc196d8bf7a4c12e036f6375eecb9063d07ff92cf0000000117ba499292a169ce1591644f@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/72/review/156936022@github.com>
In-Reply-To: <quicwg/wg-materials/pull/72@github.com>
References: <quicwg/wg-materials/pull/72@github.com>
Subject: Re: [quicwg/wg-materials] Add #1570 to agenda (#72)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba28792e7446_236d3fe75f8d45c47714e"; 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/wH0bcyBa2ZP22v_OMl7pJQiJ-Dg>
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, 19 Sep 2018 17:29:57 -0000

----==_mimepart_5ba28792e7446_236d3fe75f8d45c47714e
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/wg-materials/pull/72#pullrequestreview-156936022
----==_mimepart_5ba28792e7446_236d3fe75f8d45c47714e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<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/wg-materials/pull/72#pullrequestreview-156936022">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2PGPVQ8F44qgE1fV2Yc4mUibcFOks5ucn8SgaJpZM4Wwn5Z">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwWB9xZjZ1byPGS-ur-cZSCTzontks5ucn8SgaJpZM4Wwn5Z.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann approved #72"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/72#pullrequestreview-156936022"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/72#pullrequestreview-156936022",
"url": "https://github.com/quicwg/wg-materials/pull/72#pullrequestreview-156936022",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@marten-seemann approved 72",
"sections": [
{
"text": "",
"activityTitle": "**Marten Seemann**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@marten-seemann",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/72#pullrequestreview-156936022"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381845081\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba28792e7446_236d3fe75f8d45c47714e--


From nobody Wed Sep 19 10:32:31 2018
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 A7E8E128CFD for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:32:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 rHT2ELykDGEY for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:32:28 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D43ED126DBF for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:32:27 -0700 (PDT)
Date: Wed, 19 Sep 2018 10:32:26 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537378346; bh=F62KNCPfWUbQw08epblKxY4KcijTJly6vQJK4ynDT0o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qIwQW1OlI6gFAvVv3Afhi96nNCmW9PkIyYCMhkCImRtxbNkKDUj/i2kh4JgNuyT45 ra5OsgnzUsqq/LEQX5wdaYeLuWA36pahp+MzN59aENQ3Vx5RnVCAnRfiUdb3CN8Jju /HAtBCwzoem1shmnP9OAvEpORSYlWTdljcNA7WDY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe17dabc265bcdadd464f55aa0ce252afb78a940f92cf0000000117ba4a2a92a169ce14218572@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1513/422891253@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1513@github.com>
References: <quicwg/base-drafts/issues/1513@github.com>
Subject: Re: [quicwg/base-drafts] 0-RTT DCID Routing (#1513)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2882ac51b0_f4b3fc22aad45b824232a"; 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/J4Gr_y_Da-sOGU2mNHZ3f8IHjIA>
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, 19 Sep 2018 17:32:30 -0000

----==_mimepart_5ba2882ac51b0_f4b3fc22aad45b824232a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@siyengar Also suggested one could now use the Token field in the INITIAL as a way to accomplish this feature.

-- 
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/1513#issuecomment-422891253
----==_mimepart_5ba2882ac51b0_f4b3fc22aad45b824232a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-user-id="1054756" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/siyengar">@siyengar</a> Also suggested one could now use the Token field in the INITIAL as a way to accomplish this feature.</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/1513#issuecomment-422891253">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4FuK8XAx7pjP3WyyyWawUoD9KDrks5ucn-qgaJpZM4VARmu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2ZTc-pTm82EEAdhLYPa_lJJA56Kks5ucn-qgaJpZM4VARmu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1513: @siyengar Also suggested one could now use the Token field in the INITIAL as a way to accomplish this feature."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1513#issuecomment-422891253"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1513#issuecomment-422891253",
"url": "https://github.com/quicwg/base-drafts/issues/1513#issuecomment-422891253",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] 0-RTT DCID Routing (#1513)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1513,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1513#issuecomment-422891253"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 352393646\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba2882ac51b0_f4b3fc22aad45b824232a--


From nobody Wed Sep 19 10:33:34 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 C91A0130F5B for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:33:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.66
X-Spam-Level: 
X-Spam-Status: No, score=-1.66 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, URIBL_BLOCKED=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 EnrHNFj9uOBT for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:33:26 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1A229128CFD for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:33:26 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537378405; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=lkAGgFNgO8a8+jgKJDGQ5tHLHVZE+6bqIwWfNfMRaso=; b=T39wJPZXqPRb16mhkx+1snXPe1Za3Ug3jPy9+Wyq9krr7uZ6fyegMR4bd6c7IKe0fQEH+9+E NmqtFapZCajrxQ+Lqyl0y+wfTOcQydjViiXS//8jruB7syskxDWklv+rzRfnMDif+te5EUkk byhyxT1d6swWUTFl5g+A7xvKIhU=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mnot=mnot.net@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5ba28864.7fc71c496e10-smtp-out-n02; Wed, 19 Sep 2018 17:33:24 -0000 (UTC)
Date: Wed, 19 Sep 2018 10:33:23 -0700
From: Mark Nottingham <mnot@mnot.net>
Reply-To: Mark Nottingham <mnot@mnot.net>
To: quic-issues@ietf.org
Message-ID: <5ba28863e4bb8_3a212af4dafaaec05609f@hookshot-fe-cace476.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] cf80c8: Add #1570 to agenda
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba28863e4805_3a212af4dafaaec0559c3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/oG6YGdCJBIUmx0ZOHvzhSGl1Zhk>
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, 19 Sep 2018 17:33:29 -0000

----==_mimepart_5ba28863e4805_3a212af4dafaaec0559c3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: cf80c879ec7918b2193e9e7970218595a3a10d75
      https://github.com/quicwg/wg-materials/commit/cf80c879ec7918b2193e9e7970218595a3a10d75
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M interim-18-09/agenda.md

  Log Message:
  -----------
  Add #1570 to agenda


  Commit: 06486a7ef01d74c187945b021b13648cf0e8ee41
      https://github.com/quicwg/wg-materials/commit/06486a7ef01d74c187945b021b13648cf0e8ee41
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M interim-18-09/agenda.md

  Log Message:
  -----------
  Merge pull request #72 from janaiyengar/master

Add #1570 to agenda


Compare: https://github.com/quicwg/wg-materials/compare/7e8b078f6a0c...06486a7ef01d
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba28863e4805_3a212af4dafaaec0559c3--


From nobody Wed Sep 19 10:33:39 2018
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 74F50131072 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:33:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Gu_WK8POcJ2z for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:33:27 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3698A130E67 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:33:27 -0700 (PDT)
Date: Wed, 19 Sep 2018 10:33:26 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537378406; bh=Lk7i8yq4WvliMbBilPMSy1SZKrh+LwMvZxS19BCCsdE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fgwFoP1qmwOQa16PB9yega97MUR+JQOSsr5r4c8KIpv/hsnaFE25OUAi8zbgSxaaI wc0TSk5MRyWPazYnucf8u/GNnhpZzO5IA9wJQPx8Swtq4OkZ7GU+YWHV5JuqxPXzGJ esrBL0t/sSQ8J5X4ESGwttPrMDspyjfkxEv0wGEk=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab7df714109a34e29b669a7f4ed25aad5b0020555392cf0000000117ba4a6692a169ce1591644f@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/72/issue_event/1855685865@github.com>
In-Reply-To: <quicwg/wg-materials/pull/72@github.com>
References: <quicwg/wg-materials/pull/72@github.com>
Subject: Re: [quicwg/wg-materials] Add #1570 to agenda (#72)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba288668124f_359d3f97ca8d45b813737e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/UAkIasFdtl907ZOKqNhZibKWnMM>
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, 19 Sep 2018 17:33:31 -0000

----==_mimepart_5ba288668124f_359d3f97ca8d45b813737e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #72 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/wg-materials/pull/72#event-1855685865
----==_mimepart_5ba288668124f_359d3f97ca8d45b813737e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361849935" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/72" href="https://github.com/quicwg/wg-materials/pull/72">#72</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/wg-materials/pull/72#event-1855685865">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9PIVbcicyArf4kezL-T5xYuwsMjks5ucn_mgaJpZM4Wwn5Z">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4B6EM1Rcc2rgqDjP4ZcWfLZ2rVIks5ucn_mgaJpZM4Wwn5Z.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #72 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/72#event-1855685865"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/72#event-1855685865",
"url": "https://github.com/quicwg/wg-materials/pull/72#event-1855685865",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] Add #1570 to agenda (#72)",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/72#event-1855685865"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381845081\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba288668124f_359d3f97ca8d45b813737e--


From nobody Wed Sep 19 10:39:37 2018
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 EC9AB130DF5 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:39:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 ZMgjHycZ_tzZ for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:39:33 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 928DA127333 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:39:33 -0700 (PDT)
Date: Wed, 19 Sep 2018 10:39:32 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537378772; bh=EUxwJrTrY/l2+/5+xvs+eM/mRQXIoMtLYQ1CjidnZ8k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RNb00Ut7NLZatSHke6tBkLJIBndaX7pm35a1xyRtQxCNhuhItJ9QLcD+fBxFnITGg dU8Z4JWNLT/ApviL7+TMckSeKaD98yTCcAUk0WdajW00CKRh2V0FmjmSv4LmSVqNbt B8P9wugXsErz/aQ2yQUKQ+vg8xIZLHyuPmNcK+6s=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab11d90de475ed269d5244cd1e3f21fdcdb22d2a2792cf0000000117ba4bd492a169ce14218572@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1513/422893684@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1513@github.com>
References: <quicwg/base-drafts/issues/1513@github.com>
Subject: Re: [quicwg/base-drafts] 0-RTT DCID Routing (#1513)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba289d4b1fb5_1bb23fc22aad45b81980c3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/9HFmAVQ6PI7_b4YODXLRrM0iy4o>
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, 19 Sep 2018 17:39:35 -0000

----==_mimepart_5ba289d4b1fb5_1bb23fc22aad45b81980c3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yes that would make sense - it could even be a relatively slow distributed token lookup to land at the right place, then get a fresh DCID that matches live infrastructure.

-- 
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/1513#issuecomment-422893684
----==_mimepart_5ba289d4b1fb5_1bb23fc22aad45b81980c3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yes that would make sense - it could even be a relatively slow distributed token lookup to land at the right place, then get a fresh DCID that matches live infrastructure.</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/1513#issuecomment-422893684">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq44R3UCBrlyIktKBELyS9ooAafGYks5ucoFUgaJpZM4VARmu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7lDg5Ebw9pAWmKLqBnD5v414nivks5ucoFUgaJpZM4VARmu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1513: Yes that would make sense - it could even be a relatively slow distributed token lookup to land at the right place, then get a fresh DCID that matches live infrastructure."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1513#issuecomment-422893684"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1513#issuecomment-422893684",
"url": "https://github.com/quicwg/base-drafts/issues/1513#issuecomment-422893684",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] 0-RTT DCID Routing (#1513)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1513,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1513#issuecomment-422893684"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 352393646\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba289d4b1fb5_1bb23fc22aad45b81980c3--


From nobody Wed Sep 19 10:48:37 2018
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 B1A671310AE for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:48:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 jXWteg1af5bZ for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:48:31 -0700 (PDT)
Received: from o1.sgmail.github.com (o1.sgmail.github.com [192.254.114.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E0089131111 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:48:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=zxki5l7nAN+Vv58BqFje/hcDsVE=; b=i05+/ZSYiRAr6gLo WAK04tRq0vU7XEoGSsrBrAU+6vbWCEKNcr31wkqeC0n+ZebIx0IYcSavueky9ZmX /8wdDIz27Zkq4bdps8rzTmUeoY5hK2dSivRm4G8kkAa9VZT4x4IBgD6x6hZrqejj e0QNiDr3MyvOFNej34A4tB+EhxQ=
Received: by filter1216p1las1.sendgrid.net with SMTP id filter1216p1las1-22317-5BA28BEA-1B 2018-09-19 17:48:26.930261405 +0000 UTC m=+1108684.232281709
Received: from github-lowworker-5909e27.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id FV1WyQyKQ2-wfFLEaUgNYg for <quic-issues@ietf.org>; Wed, 19 Sep 2018 17:48:26.830 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-5909e27.cp1-iad.github.net (Postfix) with ESMTP id C8B273E0D20 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:48:26 -0700 (PDT)
Date: Wed, 19 Sep 2018 17:48:27 +0000 (UTC)
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab110b37bc214ca0e61c9571d341fd9993b9641a1d92cf0000000117ba4dea92a169ce159180b3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1774@github.com>
Subject: [quicwg/base-drafts] OnPacketAcked issue (#1774)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba28beac0051_29f53f92e50d45b41274ca"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0NFzRFhu/knvGzAk7/rfmh8zH1nuqu/dUR6Q 9JBQgKnq3+46lpyyLbiOugahRGGzeGY7122zzexrJ2Wi245PE1KUtKEAWhamAiGnWuQQ6feHNv+GrO Ot/+bKGuHaORPJuts9bJWlJWjxZZYk20N1wsBb7RhQDm5tOtxq1CFm/DbcHNft67Y7x5sEWyDlHvqH g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/EPGN24KuoP92ozE4hkRjihJAac8>
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, 19 Sep 2018 17:48:36 -0000

----==_mimepart_5ba28beac0051_29f53f92e50d45b41274ca
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Issue for what I described to @ianswett at dinner yesterday.

When `OnRetransmissionTimeoutVerified` is called from `OnPacketAcked` for the highest ACK in a block, all earlier packets are marked as lost, even if they are contained in that same block. That seems suboptimal.

-- 
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/1774
----==_mimepart_5ba28beac0051_29f53f92e50d45b41274ca
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Issue for what I described to <a class="user-mention" data-hovercard-user-id="20072817" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ianswett">@ianswett</a> at dinner yesterday.</p>
<p>When <code>OnRetransmissionTimeoutVerified</code> is called from <code>OnPacketAcked</code> for the highest ACK in a block, all earlier packets are marked as lost, even if they are contained in that same block. That seems suboptimal.</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/1774">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2ubFSvNw4TZVpl-E-TolRDIWTQMks5ucoNqgaJpZM4Wwp_S">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0b06nPjvCXR7gzau-Qeqc14ZvDOks5ucoNqgaJpZM4Wwp_S.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"OnPacketAcked issue (#1774)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1774"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1774",
"url": "https://github.com/quicwg/base-drafts/issues/1774",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "OnPacketAcked issue (#1774)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1774
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1774,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1774\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1774"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381853650\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba28beac0051_29f53f92e50d45b41274ca--


From nobody Wed Sep 19 10:52:04 2018
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 C733A130EF5 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:52:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 nYA1NjHnDfJA for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 10:52:01 -0700 (PDT)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1F9B4130DF5 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:52:01 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=t8r/WbsjpanhxI5qSf9ICyhMM6A=; b=LLy233oMapvFs39g Q4mFTCFnTieBeiG9OO+t158mpB5bmV0JRUkvh5Gg4RNbwEjtC12TwH13W7FiYYHN 6dr6XEReB5VK82CRzEAvDYqqIP9pk+oExc6V/tZAVoy2ODRMdknZTD8lN1oJzHOB rEFJ5RabxY/GeKcpnAYx13RFvnc=
Received: by filter0124p1iad2.sendgrid.net with SMTP id filter0124p1iad2-21251-5BA28CBF-21 2018-09-19 17:51:59.769160793 +0000 UTC m=+1105931.260501291
Received: from github-lowworker-e51511d.cp1-iad.github.net (unknown [192.30.252.34]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id vO6afoO1RkKtS5NXHB0GmA for <quic-issues@ietf.org>; Wed, 19 Sep 2018 17:51:59.661 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e51511d.cp1-iad.github.net (Postfix) with ESMTP id 9F6C380079 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 10:51:59 -0700 (PDT)
Date: Wed, 19 Sep 2018 17:51:59 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab237311d49e5f12037bacacab8c8422c66e53084e92cf0000000117ba4ebf92a169ce159180b3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1774/422897792@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1774@github.com>
References: <quicwg/base-drafts/issues/1774@github.com>
Subject: Re: [quicwg/base-drafts] OnRetransmissionTimeoutVerified issue (#1774)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba28cbf973a5_9283fac7a8d45bc124355"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak152oPN3TmJIVdNBrRMkM3byOWQL5i9wjb+lB DEGwllwkFFqW9Lk5o57pgFg1X7yat3M7TCkDXE60QCqqOqedJ5gg5zE/FspxJLGKJa8FAkuU4W9CzK VIfo0KPa4+uSNFy0DdqvF2T24jPhWRHYd7cDkP1MxEio4jzhf6PKb6rLzS16HJyyo44NXsua1gmFkA Y=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pmE5Kk-uNvm3actSFvBZVN8Qg_M>
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, 19 Sep 2018 17:52:03 -0000

----==_mimepart_5ba28cbf973a5_9283fac7a8d45bc124355
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yeah, this is not intended behavior, so I'll clarify that both the text and pseudocode.

-- 
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/1774#issuecomment-422897792
----==_mimepart_5ba28cbf973a5_9283fac7a8d45bc124355
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yeah, this is not intended behavior, so I'll clarify that both the text and pseudocode.</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/1774#issuecomment-422897792">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3cfc55B83um7gjlPYuQk3YeRaOFks5ucoQ_gaJpZM4Wwp_S">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1v2L7TTF5UsjjAN-Rcoed1hqciJks5ucoQ_gaJpZM4Wwp_S.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1774: Yeah, this is not intended behavior, so I'll clarify that both the text and pseudocode."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1774#issuecomment-422897792"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1774#issuecomment-422897792",
"url": "https://github.com/quicwg/base-drafts/issues/1774#issuecomment-422897792",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] OnRetransmissionTimeoutVerified issue (#1774)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1774,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1774\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1774#issuecomment-422897792"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381853650\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba28cbf973a5_9283fac7a8d45bc124355--


From nobody Wed Sep 19 11:16:13 2018
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 5C7E2130E84 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 11:16:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 2Iy0W2TCxNHL for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 11:16:07 -0700 (PDT)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 86492130E6A for <quic-issues@ietf.org>; Wed, 19 Sep 2018 11:16:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=o+WEG5g1F/rqd6qhkJ2YTParnB8=; b=TGOoenIG7qna3hHU SquLDNBpfFgTxvPLeEQ8VL2d5WkTkwxBg7PVJRPBXRW6m0l/Gsr4jfAhM7p+p+eX 7HAOsuBqRfNrRJiMaNSf1CCKJcjI3wQ8Za6YitS3Xgd+bJGe/rNim6vlReXI7TW4 FN/0NJzqe7DG0ehUkWhJJVJA49M=
Received: by filter0787p1las1.sendgrid.net with SMTP id filter0787p1las1-25996-5BA29266-2 2018-09-19 18:16:06.138699386 +0000 UTC m=+503374.248560481
Received: from github-lowworker-1c220e1.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id RFwXHB-WRPm5jzYZthKhZA for <quic-issues@ietf.org>; Wed, 19 Sep 2018 18:16:05.971 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1c220e1.cp1-iad.github.net (Postfix) with ESMTP id DB112160861 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 11:16:05 -0700 (PDT)
Date: Wed, 19 Sep 2018 18:16:06 +0000 (UTC)
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab61047eee5f6799b826d0f7b80ed446b56f1a533d92cf0000000117ba546592a169ce158602f3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1762/review/156955394@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1762@github.com>
References: <quicwg/base-drafts/pull/1762@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: make TSS=0 a connection error (#1762)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba29265d657f_5bc13f99788d45b81009d0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2Wr/o+FF1esL6qbLndnrEsfyRfHBrPfIXM8U CZ3y6AQei+Imdem+WuxHjzhV/h32Q8T4AcGQUe8oMSPgcR57pM/rrQhWpKYBlR/XD14xrpxgJVoisc B3nc7QIVKPiMKa3TPjAgyB3wkgh6XY/SRktBgZjYA2TIub79fmSNszLvVw==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/42MxZLGPiHPZ3uaa0HimXGl7TwE>
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, 19 Sep 2018 18:16:11 -0000

----==_mimepart_5ba29265d657f_5bc13f99788d45b81009d0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

afrind commented on this pull request.



> @@ -587,9 +587,10 @@ entries might cause a stream to become blocked, as described in
 ~~~~~~~~~~
 {:#fig-size-sync title="Table State Synchronize"}
 
-An encoder that receives an Insert Count that is greater than the number of
-dynamic table entries beyond the current Largest Known Received entry MUST treat
-this as a connection error of type `HTTP_QPACK_DECODER_STREAM_ERROR`.
+An encoder that receives an Insert Count equal to zero, or that is greater than

The constraint is tighter than < Largest Known Received, the text here captures it.  LKR + IC must be < Base Index

-- 
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/1762#discussion_r218910561
----==_mimepart_5ba29265d657f_5bc13f99788d45b81009d0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@afrind</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1762#discussion_r218910561">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -587,9 +587,10 @@ entries might cause a stream to become blocked, as described in
 ~~~~~~~~~~
 {:#fig-size-sync title=&quot;Table State Synchronize&quot;}
 
-An encoder that receives an Insert Count that is greater than the number of
-dynamic table entries beyond the current Largest Known Received entry MUST treat
-this as a connection error of type `HTTP_QPACK_DECODER_STREAM_ERROR`.
+An encoder that receives an Insert Count equal to zero, or that is greater than
</pre>
<p>The constraint is tighter than &lt; Largest Known Received, the text here captures it.  LKR + IC must be &lt; Base Index</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/1762#discussion_r218910561">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyk_OIlZqX2fsnMxj51UHL0roPDKks5uconlgaJpZM4WtBC2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_ldkHOpQz08914c3XjTJqyrFaOCks5uconlgaJpZM4WtBC2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind commented on #1762"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1762#discussion_r218910561"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1762#discussion_r218910561",
"url": "https://github.com/quicwg/base-drafts/pull/1762#discussion_r218910561",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@afrind commented on 1762",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1762#discussion_r218910561"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380899510\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba29265d657f_5bc13f99788d45b81009d0--


From nobody Wed Sep 19 11:20:07 2018
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 8A43A127B92 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 11:20:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Q42ljFuhsNrn for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 11:20:03 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A6235128BAC for <quic-issues@ietf.org>; Wed, 19 Sep 2018 11:20:03 -0700 (PDT)
Date: Wed, 19 Sep 2018 11:20:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537381202; bh=ytZUv8jrumZmjJuCk9I1trLYFrFXMqsHs3xWunGrlFY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IWjna34kjFoadXaMQDDLFSsJOpQrMBbBoNBaa0xx1CDe3RLr/ANGHTSWEAdWcwFSr GviISrYMaPYZUFcutnPGitNcquMnM1OPpXM/BPMTugJZqNovVkn4YNRB0ihR65wP3c UctIYtFkasn49zNXj8fKAQHd3xVuVo1o5F3ieyW0=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab45427cc283e8d0621242cc9352dfac7148ea448692cf0000000117ba555292a169ce158602f3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1762/review/156956919@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1762@github.com>
References: <quicwg/base-drafts/pull/1762@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: make TSS=0 a connection error (#1762)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2935290f63_3a393fd3c58d45b8790f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
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/AGxm6Oz1-VVwYCd5wbHEXtX4vzk>
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, 19 Sep 2018 18:20:05 -0000

----==_mimepart_5ba2935290f63_3a393fd3c58d45b8790f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

dtikhonov commented on this pull request.



> @@ -587,9 +587,10 @@ entries might cause a stream to become blocked, as described in
 ~~~~~~~~~~
 {:#fig-size-sync title="Table State Synchronize"}
 
-An encoder that receives an Insert Count that is greater than the number of
-dynamic table entries beyond the current Largest Known Received entry MUST treat
-this as a connection error of type `HTTP_QPACK_DECODER_STREAM_ERROR`.
+An encoder that receives an Insert Count equal to zero, or that is greater than

OK, mine was just an example.  I'd split the sentence into two to make it unambiguous and easier to read.

-- 
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/1762#discussion_r218911754
----==_mimepart_5ba2935290f63_3a393fd3c58d45b8790f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@dtikhonov</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1762#discussion_r218911754">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -587,9 +587,10 @@ entries might cause a stream to become blocked, as described in
 ~~~~~~~~~~
 {:#fig-size-sync title=&quot;Table State Synchronize&quot;}
 
-An encoder that receives an Insert Count that is greater than the number of
-dynamic table entries beyond the current Largest Known Received entry MUST treat
-this as a connection error of type `HTTP_QPACK_DECODER_STREAM_ERROR`.
+An encoder that receives an Insert Count equal to zero, or that is greater than
</pre>
<p>OK, mine was just an example.  I'd split the sentence into two to make it unambiguous and easier to read.</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/1762#discussion_r218911754">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8TV5QX0XiiR0nU42pNSkHh9I1bqks5ucorSgaJpZM4WtBC2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq49lpYPKAS-MipNtklzNfe3EoLXYks5ucorSgaJpZM4WtBC2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov commented on #1762"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1762#discussion_r218911754"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1762#discussion_r218911754",
"url": "https://github.com/quicwg/base-drafts/pull/1762#discussion_r218911754",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@dtikhonov commented on 1762",
"sections": [
{
"text": "",
"activityTitle": "**Dmitri Tikhonov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@dtikhonov",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1762#discussion_r218911754"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380899510\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba2935290f63_3a393fd3c58d45b8790f--


From nobody Wed Sep 19 13:41:33 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 E5FF0130E5A for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:41:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.602
X-Spam-Level: 
X-Spam-Status: No, score=-0.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 YsDfZ5bnBOHQ for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:41:30 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D2B7E130E35 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 13:41:29 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537389689; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=+31U/cD5pYtP0Cv4TdoixBNVqcKMsuR+uhdC0CiG4Jc=; b=o/qx59VWGZB9R2oKC/jPvVQZmDxLbcWjHMklgPUdOn1h5rRBCBLanO6WbQAkS/GTnT+BQH3k Jpw55IKZmDZ0UHUM2xiv4ouOXcvqxjXUkpO4CrY69DhscQUAYMpCMD2N5SwW4rJfHThDTOgF Ar85bsHVQioOmIpi3f5uFZbiSGQ=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5ba2b478.7fc0a021fcf0-smtp-out-n03; Wed, 19 Sep 2018 20:41:28 -0000 (UTC)
Date: Wed, 19 Sep 2018 13:41:27 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba2b477ecd32_473d2aaf77710ed414584@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 90d0cd: Remove length restrictions on connection IDs
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba2b477ec8de_473d2aaf77710ed414453"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Lp90qckBsiJtMdGPWMbtSx0yzXY>
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, 19 Sep 2018 20:41:32 -0000

----==_mimepart_5ba2b477ec8de_473d2aaf77710ed414453
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/erase-short-cid-sizes
  Home:   https://github.com/quicwg/base-drafts
  Commit: 90d0cd48ab8873de7874f0d67adbab6229038584
      https://github.com/quicwg/base-drafts/commit/90d0cd48ab8873de7874f0d67adbab6229038584
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M draft-ietf-quic-invariants.md

  Log Message:
  -----------
  Remove length restrictions on connection IDs

Closes #1570.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba2b477ec8de_473d2aaf77710ed414453--


From nobody Wed Sep 19 13:41:46 2018
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 747BF130E5E for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:41:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 BiYZsRIYEmzi for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:41:43 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8FC4A130E35 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 13:41:43 -0700 (PDT)
Date: Wed, 19 Sep 2018 13:41:42 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537389702; bh=euW+/yg9E7/c8v+iuu1Rs5dBjDGjDZW54NWp82rEZCY=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=DsBO3JrReL3ETqdsUqh0SB//GiwJ38tGGK1mOPwHG2EUplLS6usrc1Sfdv7/8Q/dY cFi9YWjiNUxAxRWsY/FqZIpvilb9ZF6p5HtHbJRAxynhNYL02jlR5D4OHNK2px8e0E sWXDYpKakLFLfVOrXBYHXvjgTIjqbUw1SPxLus48=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfd89318a2a2ba8d0743ba6cb9b43a7012baea64b92cf0000000117ba768692a169ce159272c8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1775@github.com>
Subject: [quicwg/base-drafts] Remove length restrictions on connection IDs (#1775)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2b48638bad_3e5f3f8968cd45c08866d"; 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/GIALTPXT6EBBGQoSLGoL86g9JxM>
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, 19 Sep 2018 20:41:46 -0000

----==_mimepart_5ba2b48638bad_3e5f3f8968cd45c08866d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closes #1570.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1775

-- Commit Summary --

  * Remove length restrictions on connection IDs

-- File Changes --

    M draft-ietf-quic-invariants.md (14)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1775.patch
https://github.com/quicwg/base-drafts/pull/1775.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/1775

----==_mimepart_5ba2b48638bad_3e5f3f8968cd45c08866d
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 #1570.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="341341798" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1570" href="https://github.com/quicwg/base-drafts/issues/1570">#1570</a>.</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/1775'>https://github.com/quicwg/base-drafts/pull/1775</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Remove length restrictions on connection IDs</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1775/files#diff-0">draft-ietf-quic-invariants.md</a>
    (14)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1775.patch'>https://github.com/quicwg/base-drafts/pull/1775.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1775.diff'>https://github.com/quicwg/base-drafts/pull/1775.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/1775">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwt-klpGjgOLt7oT6c3GpvLnTOjgks5ucqwGgaJpZM4Ww7xv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_u1CkU4K01ifLv0CWPHmjSYV3TKks5ucqwGgaJpZM4Ww7xv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Remove length restrictions on connection IDs (#1775)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1775"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1775",
"url": "https://github.com/quicwg/base-drafts/pull/1775",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Remove length restrictions on connection IDs (#1775)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "90d0cd4",
"value": "Remove length restrictions on connection IDs"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-invariants.md](https://github.com/quicwg/base-drafts/pull/1775/files#diff-0) (14 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1775,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1775\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1775"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1775.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1775.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381926511\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba2b48638bad_3e5f3f8968cd45c08866d--


From nobody Wed Sep 19 13:44:36 2018
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 96DF4131095 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:44:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 SL__BsK-1k5i for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:44:26 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9B6EA130F11 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 13:44:26 -0700 (PDT)
Date: Wed, 19 Sep 2018 13:44:25 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537389865; bh=pwwEJct8XbFWoqNT9U4mNOKD800QGbsS7zW/af5Vmgk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iLxtz1UCagWD+pdhDuwHjJgoB6vcMwA7jKjeTDfocF6OD2LQhgIfwqutYxhdY5b4I 7XWQW/FP97N3asbX8InpkOP00Ku0X07Nci98lFWH8jhLURvJgj8bc5KxUbO2codpTv Akm1qHku7Jp2e5os9RCJ9RtdfDQc5vxlqh5YmYb8=
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/1775/push/2891013702@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1775@github.com>
References: <quicwg/base-drafts/pull/1775@github.com>
Subject: Re: [quicwg/base-drafts] Remove length restrictions on connection IDs (#1775)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2b529ae821_4dfa3fbe0b2d45c0157948"; 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/hnK3BvoVbqDipcm6hL9Rc79Lrmg>
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, 19 Sep 2018 20:44:34 -0000

----==_mimepart_5ba2b529ae821_4dfa3fbe0b2d45c0157948
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

2cedb19  Don't use 'header field'


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1775/files/90d0cd48ab8873de7874f0d67adbab6229038584..2cedb19dd337d469e7fb70d2adbe10fad2424ab7

----==_mimepart_5ba2b529ae821_4dfa3fbe0b2d45c0157948
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/2cedb19">2cedb19</a>  Don&#39;t use &#39;header field&#39;</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/1775/files/90d0cd48ab8873de7874f0d67adbab6229038584..2cedb19dd337d469e7fb70d2adbe10fad2424ab7">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxaNk8XDINdouWwufzOGxXvYSDbfks5ucqypgaJpZM4Ww7xv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-un6qu17yaR_qavcFivVtZLNuoYks5ucqypgaJpZM4Ww7xv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1775"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1775/files/90d0cd48ab8873de7874f0d67adbab6229038584..2cedb19dd337d469e7fb70d2adbe10fad2424ab7"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1775/files/90d0cd48ab8873de7874f0d67adbab6229038584..2cedb19dd337d469e7fb70d2adbe10fad2424ab7",
"url": "https://github.com/quicwg/base-drafts/pull/1775/files/90d0cd48ab8873de7874f0d67adbab6229038584..2cedb19dd337d469e7fb70d2adbe10fad2424ab7",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1775",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1775:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "2cedb19",
"value": "Don't use 'header field'"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1775/files/90d0cd48ab8873de7874f0d67adbab6229038584..2cedb19dd337d469e7fb70d2adbe10fad2424ab7"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381926511\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba2b529ae821_4dfa3fbe0b2d45c0157948--


From nobody Wed Sep 19 13:45:28 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 B3B51130E5A for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:45:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.602
X-Spam-Level: 
X-Spam-Status: No, score=-0.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 EHQUUVzMxwTj for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:45:25 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 120C2130E35 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 13:45:25 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537389924; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=9uMtsrZzmlkEWqAC8gAAj+XUayhYaVWh0sHxOUI86C8=; b=BImrGhgLRI69Q2zh0rX7fLmBEB85KthTlrCDG+cMg9HDm/HYF6xxtCiYaYk2GdOOqd5nWoDz gGJ0w7OJrN7HdHi2zYQFWoeDUhFBr0BOnTF2FFokiSCHgj5DKstuf5llpodRaIDwA7rG0AY6 RvQwqdKs3zchDm+bShtkjcVWswI=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5ba2b563.7fcff4042e70-smtp-out-n01; Wed, 19 Sep 2018 20:45:23 -0000 (UTC)
Date: Wed, 19 Sep 2018 13:45:22 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba2b562ed417_71b02ac47bdbaec49d3@hookshot-fe-31feec6.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ba8e6c: Just remove the 4-18 thing
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba2b562ed04b_71b02ac47bdbaec4848"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/55RsgKwQuFm7F7pWSQ34o3iK3Ag>
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, 19 Sep 2018 20:45:27 -0000

----==_mimepart_5ba2b562ed04b_71b02ac47bdbaec4848
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/erase-short-cid-sizes
  Home:   https://github.com/quicwg/base-drafts
  Commit: ba8e6cb032f9bdcc137b0e2541a9b29aa2de17b6
      https://github.com/quicwg/base-drafts/commit/ba8e6cb032f9bdcc137b0e2541a9b29aa2de17b6
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M draft-ietf-quic-invariants.md

  Log Message:
  -----------
  Just remove the 4-18 thing



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba2b562ed04b_71b02ac47bdbaec4848--


From nobody Wed Sep 19 13:45:35 2018
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 7B294130E66 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:45:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 eMGLqSMOXMNn for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:45:28 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 90CC5130E5A for <quic-issues@ietf.org>; Wed, 19 Sep 2018 13:45:28 -0700 (PDT)
Date: Wed, 19 Sep 2018 13:45:27 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537389927; bh=I/nRvJQxbnWzppGA8D5+cf5dZt/laXgk+KE4x83JwGQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=skbJI/18GJ3TsmA3EkRGBjEuhEuofWIymGyudpJ5R8goSYgK9w5EyadHhFH3utfpe WTVigNDO1x9PVikBn6mw/F8B0EdiEqSrpO+AFg0sUwyizWACEZHn2G4nv2uSlGqhfT AGrr1QVrl3adQIor2rQi3UTNiELDmoeoAaV/f4Co=
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/1775/push/2891016612@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1775@github.com>
References: <quicwg/base-drafts/pull/1775@github.com>
Subject: Re: [quicwg/base-drafts] Remove length restrictions on connection IDs (#1775)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2b56798975_5b003fdcef4d45c0160171"; 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/XQ4-DDRfOQWKzGzad3sitq0vjIg>
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, 19 Sep 2018 20:45:31 -0000

----==_mimepart_5ba2b56798975_5b003fdcef4d45c0160171
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

ba8e6cb  Just remove the 4-18 thing


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1775/files/2cedb19dd337d469e7fb70d2adbe10fad2424ab7..ba8e6cb032f9bdcc137b0e2541a9b29aa2de17b6

----==_mimepart_5ba2b56798975_5b003fdcef4d45c0160171
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/ba8e6cb">ba8e6cb</a>  Just remove the 4-18 thing</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/1775/files/2cedb19dd337d469e7fb70d2adbe10fad2424ab7..ba8e6cb032f9bdcc137b0e2541a9b29aa2de17b6">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8IT_FQ0oiPDU5BQVIQMy0F56yn6ks5ucqzngaJpZM4Ww7xv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1Xqrwr6tqaiSedWRhJEB43d4qi3ks5ucqzngaJpZM4Ww7xv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1775"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1775/files/2cedb19dd337d469e7fb70d2adbe10fad2424ab7..ba8e6cb032f9bdcc137b0e2541a9b29aa2de17b6"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1775/files/2cedb19dd337d469e7fb70d2adbe10fad2424ab7..ba8e6cb032f9bdcc137b0e2541a9b29aa2de17b6",
"url": "https://github.com/quicwg/base-drafts/pull/1775/files/2cedb19dd337d469e7fb70d2adbe10fad2424ab7..ba8e6cb032f9bdcc137b0e2541a9b29aa2de17b6",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1775",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1775:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "ba8e6cb",
"value": "Just remove the 4-18 thing"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1775/files/2cedb19dd337d469e7fb70d2adbe10fad2424ab7..ba8e6cb032f9bdcc137b0e2541a9b29aa2de17b6"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381926511\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba2b56798975_5b003fdcef4d45c0160171--


From nobody Wed Sep 19 13:46:06 2018
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 ECE6E130E5E for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:46:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.605
X-Spam-Level: 
X-Spam-Status: No, score=-6.605 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 NKWfwKda9xih for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:46:03 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 84FDC130E35 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 13:46:03 -0700 (PDT)
Date: Wed, 19 Sep 2018 13:46:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537389962; bh=SM1rWzyg6Qn844DRx7QwIcpA5/xPhQ3r1s0vA5/e3NY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GTRjfueMakkOtVeSYyQQGyMZr1Y/NQRk4+IhJ5cE84MXt5WrKdOXGSLoxJ3tHsyce ismh3L1Ss7f3mOHlyCKRwXysGX2ImuVDh1lq3pxU4jFJ1JYZJtrgTBe19VzoBtHjrd 3K/cmvcaQ44VL++IKTESrewb1WM05TrNG2+GrIH8=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0d6f58c916829f80ba81279b252071f64278b78a92cf0000000117ba778a92a169ce159272c8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1775/review/157014269@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1775@github.com>
References: <quicwg/base-drafts/pull/1775@github.com>
Subject: Re: [quicwg/base-drafts] Remove length restrictions on connection IDs (#1775)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2b58aa80ca_57683fa1eced45b8896b8"; 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/FpnogMkuqN908mgyWDzviRAiVuI>
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, 19 Sep 2018 20:46:05 -0000

----==_mimepart_5ba2b58aa80ca_57683fa1eced45b8896b8
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/1775#pullrequestreview-157014269
----==_mimepart_5ba2b58aa80ca_57683fa1eced45b8896b8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<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/1775#pullrequestreview-157014269">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx4LCEfb1AqQ9YMVfmdcwzeAbtuaks5ucq0KgaJpZM4Ww7xv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8Rwg_132UauKTtpzULOrE9UI435ks5ucq0KgaJpZM4Ww7xv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann approved #1775"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1775#pullrequestreview-157014269"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1775#pullrequestreview-157014269",
"url": "https://github.com/quicwg/base-drafts/pull/1775#pullrequestreview-157014269",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@marten-seemann approved 1775",
"sections": [
{
"text": "",
"activityTitle": "**Marten Seemann**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@marten-seemann",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1775#pullrequestreview-157014269"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381926511\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba2b58aa80ca_57683fa1eced45b8896b8--


From nobody Wed Sep 19 13:52:27 2018
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 59383128BAC for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:52:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.008
X-Spam-Level: 
X-Spam-Status: No, score=-3.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 86eWLQi832wW for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:52:23 -0700 (PDT)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 33CCA127332 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 13:52:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=Rfkw5bh6UxIVRJVrGKP2+u+Ss4k=; b=Cp90v98xt/k9Em4k U0pe5/AsElUxAIPN8ZF7I5sxNo7OJKPmcl3aUWZA9xtXhpAmk7lcxuL6eLpcCvdF 2ceJWiu9JEoeotcMhJv5be1reKeB1z+uxkYn8Oa056tl+TqQlNMPwclCgIRmO9b1 AOZwd24V8xPsBN0Tnb27K9L6BEg=
Received: by filter0056p1iad2.sendgrid.net with SMTP id filter0056p1iad2-24525-5BA2B705-9 2018-09-19 20:52:21.593255611 +0000 UTC m=+1118295.974124155
Received: from github-lowworker-1ffe0ab.cp1-iad.github.net (unknown [192.30.252.38]) by ismtpd0013p1iad2.sendgrid.net (SG) with ESMTP id HB1ni3q7RR6fbl3Ipj1nmA for <quic-issues@ietf.org>; Wed, 19 Sep 2018 20:52:21.584 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1ffe0ab.cp1-iad.github.net (Postfix) with ESMTP id 8FDB3380045 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 13:52:21 -0700 (PDT)
Date: Wed, 19 Sep 2018 20:52:21 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf962594caa466c6ed0064cb33bf69ab31c3c242992cf0000000117ba790592a169ce159272c8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1775/review/157016723@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1775@github.com>
References: <quicwg/base-drafts/pull/1775@github.com>
Subject: Re: [quicwg/base-drafts] Remove length restrictions on connection IDs (#1775)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2b70588660_74403fd8624d45c01609d6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2QkvwTEUEwyA3InDAEJaTCclZCBleYgzDFnL xJeR9wUFh9Vip4k+zn7k2vTMuTnHZKtr4G36225ec/iOF4st1yYLVWyw30FtKhFAJBIHC+qIV8hSEl oqaCXi6pserHpc8sFiI2EtLSyNefuHWvJZMr2fYkBiTW433OexrXjSaowQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dFD8j6ehV1lTF0q2vGKXe317FG8>
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, 19 Sep 2018 20:52:26 -0000

----==_mimepart_5ba2b70588660_74403fd8624d45c01609d6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -189,7 +189,7 @@ version-specific semantics are marked with an X.
 +-+-+-+-+-+-+-+-+
 |0|X X X X X X X|
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-|                Destination Connection ID (0..144)           ...
+|                 Destination Connection ID (*)               ...

What about DCIL and long headers?

-- 
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/1775#pullrequestreview-157016723
----==_mimepart_5ba2b70588660_74403fd8624d45c01609d6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1775#discussion_r218959634">draft-ietf-quic-invariants.md</a>:</p>
<pre style='color:#555'>&gt; @@ -189,7 +189,7 @@ version-specific semantics are marked with an X.
 +-+-+-+-+-+-+-+-+
 |0|X X X X X X X|
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-|                Destination Connection ID (0..144)           ...
+|                 Destination Connection ID (*)               ...
</pre>
<p>What about DCIL and long headers?</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/1775#pullrequestreview-157016723">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6cJ-BmjoWR2gDkS0_MWF7g56xRdks5ucq6FgaJpZM4Ww7xv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5avQ-ryyv77u5uv6WLmGct9EGskks5ucq6FgaJpZM4Ww7xv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1775"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1775#pullrequestreview-157016723"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1775#pullrequestreview-157016723",
"url": "https://github.com/quicwg/base-drafts/pull/1775#pullrequestreview-157016723",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1775",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1775#pullrequestreview-157016723"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381926511\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba2b70588660_74403fd8624d45c01609d6--


From nobody Wed Sep 19 13:52:48 2018
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 3E25C130E65 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:52:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.008
X-Spam-Level: 
X-Spam-Status: No, score=-3.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 xPJNVx9O_cL0 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:52:45 -0700 (PDT)
Received: from o5.sgmail.github.com (o5.sgmail.github.com [192.254.113.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 50173127332 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 13:52:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=AJJhX70yLZiwHybrm27qy+JW1w4=; b=tp5AB3IMsxTOGm8P UbdUcTojD9+b6XsGvFqZW3wspUAy87lWk/8JRSzjLKBzxOYuJOl3F3Ckf/tyPdVK 69DswsrGfsI3qBgA2TeJ3hq/ytIPhbP7zYyc1cvaedpCcVFzRL8IXQyb1Sv5/dvt Xn0CwfOKgCvAoMD5kJhmdQrQVCk=
Received: by filter0580p1iad2.sendgrid.net with SMTP id filter0580p1iad2-8408-5BA2B71A-20 2018-09-19 20:52:43.028849405 +0000 UTC m=+1118498.004587091
Received: from github-lowworker-cd52d7b.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id c4oLHvqQQvi6JOSpA6sjew for <quic-issues@ietf.org>; Wed, 19 Sep 2018 20:52:42.955 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-cd52d7b.cp1-iad.github.net (Postfix) with ESMTP id E71E692006B for <quic-issues@ietf.org>; Wed, 19 Sep 2018 13:52:42 -0700 (PDT)
Date: Wed, 19 Sep 2018 20:52:44 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8c96861ed08f8a0e9101ff40a1c5d8c65272c66592cf0000000117ba791a92a169ce159272c8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1775/review/157016871@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1775@github.com>
References: <quicwg/base-drafts/pull/1775@github.com>
Subject: Re: [quicwg/base-drafts] Remove length restrictions on connection IDs (#1775)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2b71add947_19ee3f8b436d45bc160ea"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3JxcWmcJten0GbH9O+XS6yz+JKHQsKa35hSu 3d1fqyjJ5+PBBBu1w+Th61dkmy9OajrfWIEeRmmh1vE/rZ/ca3MkTKIc//+kCyg8lvi9XYCaXvfoYV 9UGj6KP+gN1Em3vtuMStYIgrKbg8G7MOnTXnArKDc+YHE/yMO9xj+0Zjy/FCvqd6ArMkRgASjuqzga 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ygnccyb5GrXgvfDcWfAWpsJRnzw>
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, 19 Sep 2018 20:52:47 -0000

----==_mimepart_5ba2b71add947_19ee3f8b436d45bc160ea
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -189,7 +189,7 @@ version-specific semantics are marked with an X.
 +-+-+-+-+-+-+-+-+
 |0|X X X X X X X|
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-|                Destination Connection ID (0..144)           ...
+|                 Destination Connection ID (*)               ...

This is the short header only.  See the section header.

-- 
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/1775#discussion_r218959748
----==_mimepart_5ba2b71add947_19ee3f8b436d45bc160ea
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1775#discussion_r218959748">draft-ietf-quic-invariants.md</a>:</p>
<pre style='color:#555'>&gt; @@ -189,7 +189,7 @@ version-specific semantics are marked with an X.
 +-+-+-+-+-+-+-+-+
 |0|X X X X X X X|
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-|                Destination Connection ID (0..144)           ...
+|                 Destination Connection ID (*)               ...
</pre>
<p>This is the short header only.  See the section header.</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/1775#discussion_r218959748">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw7Zkf9q6HrhgKVG9g_uL5HCRukjks5ucq6agaJpZM4Ww7xv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5r_73SeZqnobheVbSlyNt8sn1Ypks5ucq6agaJpZM4Ww7xv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1775"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1775#discussion_r218959748"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1775#discussion_r218959748",
"url": "https://github.com/quicwg/base-drafts/pull/1775#discussion_r218959748",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1775",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1775#discussion_r218959748"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381926511\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba2b71add947_19ee3f8b436d45bc160ea--


From nobody Wed Sep 19 13:54:25 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 9959312D7EA for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:54:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.602
X-Spam-Level: 
X-Spam-Status: No, score=-0.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 NNh-X5aT6PbI for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:54:22 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4A9C0127332 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 13:54:22 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537390461; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=5nj6L+lGdIqOY2cUhTDvow+MkpHcoXDI4FV37CPkXMc=; b=Rj9tZsZV4HgedenMo3vG+R6n9QeJ2GVGuO3qPOoU71nLOBHee/2EMKd/i0PXXzSG9xkDksW0 +0Ig67jpS0q5mtPHZFr3H8ynnOz9NBDPvvfnu9b1C68+rE24GeBBWsUScwvX3cEbrlWpV9ss 3KjYx/gOKxB6zsgSX5lWoNiEjk8=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5ba2b524.7f91f8221600-smtp-out-n01; Wed, 19 Sep 2018 20:44:20 -0000 (UTC)
Date: Wed, 19 Sep 2018 13:44:20 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba2b52482c06_130f2afa30608ec0197d9@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 2cedb1: Don't use 'header field'
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba2b5248279f_130f2afa30608ec0196cd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/m4ofou8aKpanYg_8IjXola7BQ30>
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, 19 Sep 2018 20:54:24 -0000

----==_mimepart_5ba2b5248279f_130f2afa30608ec0196cd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/erase-short-cid-sizes
  Home:   https://github.com/quicwg/base-drafts
  Commit: 2cedb19dd337d469e7fb70d2adbe10fad2424ab7
      https://github.com/quicwg/base-drafts/commit/2cedb19dd337d469e7fb70d2adbe10fad2424ab7
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M draft-ietf-quic-invariants.md

  Log Message:
  -----------
  Don't use 'header field'



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba2b5248279f_130f2afa30608ec0196cd--


From nobody Wed Sep 19 13:54:31 2018
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 D69A612D7EA for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:54:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 I0t6DP9SdoIq for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 13:54:28 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1EDB1127332 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 13:54:28 -0700 (PDT)
Date: Wed, 19 Sep 2018 13:54:27 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537390467; bh=psMhsGgnMgE1WMNms1X4Ys/mzfCZ+Fsrs8N90Dt5Djs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Dka3gJC+DR9bwxekPlPn/6PIi8FNiX+qI6XZWQ03kjSgQ8UH1Hyyly7BU1/Cw68Uh 09F9R+Kf+Z/fy4DmNNHwIVWzSvudvj2Bk7lQuR4tdw5zFhwTEC+gbkkUi+//g2lwdu Kj7ZflFr+c4oaxOxXOmoG2iQWvxWR9lCFVWATOqc=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd026a5c334a2394e7ea0421dc3f656e9fc833a5f92cf0000000117ba798392a169ce159272c8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1775/review/157017561@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1775@github.com>
References: <quicwg/base-drafts/pull/1775@github.com>
Subject: Re: [quicwg/base-drafts] Remove length restrictions on connection IDs (#1775)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2b78328415_2d23ffa264d45bc19667d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/3MKgK9g6W7WRGmWa67A_iN3Vfms>
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, 19 Sep 2018 20:54:30 -0000

----==_mimepart_5ba2b78328415_2d23ffa264d45bc19667d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -189,7 +189,7 @@ version-specific semantics are marked with an X.
 +-+-+-+-+-+-+-+-+
 |0|X X X X X X X|
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-|                Destination Connection ID (0..144)           ...
+|                 Destination Connection ID (*)               ...

yes, but why are short header CID's arbitrary when long headers are not? Isn't the short header CID length the same as those in the long header?

-- 
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/1775#discussion_r218960286
----==_mimepart_5ba2b78328415_2d23ffa264d45bc19667d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1775#discussion_r218960286">draft-ietf-quic-invariants.md</a>:</p>
<pre style='color:#555'>&gt; @@ -189,7 +189,7 @@ version-specific semantics are marked with an X.
 +-+-+-+-+-+-+-+-+
 |0|X X X X X X X|
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-|                Destination Connection ID (0..144)           ...
+|                 Destination Connection ID (*)               ...
</pre>
<p>yes, but why are short header CID's arbitrary when long headers are not? Isn't the short header CID length the same as those in the long header?</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/1775#discussion_r218960286">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7xbpNGSLayG_XUxiRBe4Gbc9xNiks5ucq8DgaJpZM4Ww7xv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8WYqxggRSxX0HzCwh80PrNOUoDwks5ucq8DgaJpZM4Ww7xv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1775"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1775#discussion_r218960286"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1775#discussion_r218960286",
"url": "https://github.com/quicwg/base-drafts/pull/1775#discussion_r218960286",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1775",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1775#discussion_r218960286"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381926511\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba2b78328415_2d23ffa264d45bc19667d--


From nobody Wed Sep 19 14:23:05 2018
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 ADA9F130E6F for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 14:23:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 f-uHpYykuCXc for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 14:23:02 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0CCF1130E59 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 14:23:02 -0700 (PDT)
Date: Wed, 19 Sep 2018 14:23:01 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537392181; bh=XLSLya3M/AuUWqYxIcxlQ+D1GQ1f5x6HLb0ndv65LKI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NDsv0RmKKCG30OUE7pflAHXK6irA0jFdWjhTdmScbvOuxiNIAZEiyaeCcExM/2kkF IztmZM7Psi+Fshup/QS4R+AsDyrbF/DbsEQdJwY743YVW18KQb050c1mBPrsOpJRlH OL99Hbt9s32TMXtewsCBJz6oKsgbp9BdYfHJX6C0=
From: MikkelFJ <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/1750/push/2891113897@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1750@github.com>
References: <quicwg/base-drafts/pull/1750@github.com>
Subject: Re: [quicwg/base-drafts] Make connection ID appear random (#1750)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2be3565de_5583fb0240d45bc27246"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/Je0kG1_hfutPXTxeeXxUSLQPYr8>
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, 19 Sep 2018 21:23:04 -0000

----==_mimepart_5ba2be3565de_5583fb0240d45bc27246
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@mikkelfj pushed 1 commit.

6199003  Remove random requirement


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1750/files/df0d6a8b64e6c4f77e6d807d98de5848abdc8486..619900395c500eb0db83290b8cdc7ffa1cb22cc9

----==_mimepart_5ba2be3565de_5583fb0240d45bc27246
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/mikkelfj" class="user-mention">@mikkelfj</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/6199003">6199003</a>  Remove random requirement</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/1750/files/df0d6a8b64e6c4f77e6d807d98de5848abdc8486..619900395c500eb0db83290b8cdc7ffa1cb22cc9">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxfIlzJ2d2xRKACSB4wNdXEfRCkEks5ucrW1gaJpZM4Wqtyw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq857EIZUkBw-PD39vl7fTRCRbT0iks5ucrW1gaJpZM4Wqtyw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj pushed 1 commit in #1750"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1750/files/df0d6a8b64e6c4f77e6d807d98de5848abdc8486..619900395c500eb0db83290b8cdc7ffa1cb22cc9"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1750/files/df0d6a8b64e6c4f77e6d807d98de5848abdc8486..619900395c500eb0db83290b8cdc7ffa1cb22cc9",
"url": "https://github.com/quicwg/base-drafts/pull/1750/files/df0d6a8b64e6c4f77e6d807d98de5848abdc8486..619900395c500eb0db83290b8cdc7ffa1cb22cc9",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj pushed 1 commit in #1750",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1750:",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [
{
"name": "6199003",
"value": "Remove random requirement"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1750/files/df0d6a8b64e6c4f77e6d807d98de5848abdc8486..619900395c500eb0db83290b8cdc7ffa1cb22cc9"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380296368\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba2be3565de_5583fb0240d45bc27246--


From nobody Wed Sep 19 14:24:27 2018
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 C9143130E6F for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 14:24:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 tfIKS_0hXDc5 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 14:24:25 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6986F130E47 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 14:24:25 -0700 (PDT)
Date: Wed, 19 Sep 2018 14:24:24 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537392264; bh=nIhemeFD0VRzYPcO7UoTt+kpfq+vumj0LkSDp9ZKa0I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1V3AHzkqUh/+prcd+CWebIAJta4uw6SCYRmZWYQk39cAanbSTUDZovwTS79GNB7LX TnCf5TxeANZTnbcKlPG4t4cxLT2HymjC6q4xFPxi1JD+QlIzz4sbux7Ww1y3txWDqq dBCol/isUwjGQKeNxKcBZGkttVMBd2bbWlYJR/4o=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6d77d79ccd1ef411b2f09556510dff767656f18a92cf0000000117ba808892a169ce157e7de0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1750/c422963742@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1750@github.com>
References: <quicwg/base-drafts/pull/1750@github.com>
Subject: Re: [quicwg/base-drafts] Make connection ID appear random (#1750)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2be884bda7_43893f91b58d45c41216e5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/wEihAblCj67Nh7oYF87eHSn4Usc>
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, 19 Sep 2018 21:24:27 -0000

----==_mimepart_5ba2be884bda7_43893f91b58d45c41216e5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Removed text that required the ID to be random and just asked for it to prevent correlation. There is no mention of correlation across connections.

-- 
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/1750#issuecomment-422963742
----==_mimepart_5ba2be884bda7_43893f91b58d45c41216e5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Removed text that required the ID to be random and just asked for it to prevent correlation. There is no mention of correlation across connections.</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/1750#issuecomment-422963742">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxs7aZOi25GHGgm9hMXCQgUPPAoUks5ucrYIgaJpZM4Wqtyw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3MBhy4bkGYS8EhLtvIZKxkUq2t8ks5ucrYIgaJpZM4Wqtyw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1750: Removed text that required the ID to be random and just asked for it to prevent correlation. There is no mention of correlation across connections."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1750#issuecomment-422963742"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1750#issuecomment-422963742",
"url": "https://github.com/quicwg/base-drafts/pull/1750#issuecomment-422963742",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make connection ID appear random (#1750)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1750,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1750\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1750#issuecomment-422963742"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380296368\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba2be884bda7_43893f91b58d45c41216e5--


From nobody Wed Sep 19 14:25:50 2018
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 6239B130E82 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 14:25:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 ysk2Ogv2xxTD for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 14:25:47 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A823A130E6F for <quic-issues@ietf.org>; Wed, 19 Sep 2018 14:25:47 -0700 (PDT)
Date: Wed, 19 Sep 2018 14:25:46 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537392346; bh=ld9zXBIMJ0auxYmCpP2suKDqBTv+u4kFCPtVqsDOHkM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NNhAoyXNBmXUXTXSqMA1UiOpcbkfpR2gqMKFQ7v/I7De/81GS0CREPKuFzo7w1NRl L2lcWI6btJ291lq1wpas58bdWZZCnUXJl+TTeaTjil6pDo+V6I1BdB8yYyB5ZCyGMw 4iELCl60XkxFbkLu0Sz32I91OI3W112OURZKjeM4=
From: MikkelFJ <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/1750/push/2891120941@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1750@github.com>
References: <quicwg/base-drafts/pull/1750@github.com>
Subject: Re: [quicwg/base-drafts] Make connection ID appear random (#1750)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2bedad4fc4_2cfc3fcb0ded45b41378bc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/c-JTHu1gZT_WLdJ9CCpzjo0_u8A>
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, 19 Sep 2018 21:25:50 -0000

----==_mimepart_5ba2bedad4fc4_2cfc3fcb0ded45b41378bc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@mikkelfj pushed 1 commit.

137543c  typo


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1750/files/619900395c500eb0db83290b8cdc7ffa1cb22cc9..137543c47b68d6a3e727f5227788c7ee9414d6a3

----==_mimepart_5ba2bedad4fc4_2cfc3fcb0ded45b41378bc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/mikkelfj" class="user-mention">@mikkelfj</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/137543c">137543c</a>  typo</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/1750/files/619900395c500eb0db83290b8cdc7ffa1cb22cc9..137543c47b68d6a3e727f5227788c7ee9414d6a3">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4rnWptmm8HC4FpsZEpFIcCgYWRfks5ucrZagaJpZM4Wqtyw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_0gHkeS_nD_6zub9-zOrkpsqJyPks5ucrZagaJpZM4Wqtyw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj pushed 1 commit in #1750"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1750/files/619900395c500eb0db83290b8cdc7ffa1cb22cc9..137543c47b68d6a3e727f5227788c7ee9414d6a3"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1750/files/619900395c500eb0db83290b8cdc7ffa1cb22cc9..137543c47b68d6a3e727f5227788c7ee9414d6a3",
"url": "https://github.com/quicwg/base-drafts/pull/1750/files/619900395c500eb0db83290b8cdc7ffa1cb22cc9..137543c47b68d6a3e727f5227788c7ee9414d6a3",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj pushed 1 commit in #1750",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1750:",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [
{
"name": "137543c",
"value": "typo"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1750/files/619900395c500eb0db83290b8cdc7ffa1cb22cc9..137543c47b68d6a3e727f5227788c7ee9414d6a3"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380296368\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba2bedad4fc4_2cfc3fcb0ded45b41378bc--


From nobody Wed Sep 19 14:27:05 2018
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 0A857130E6F for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 14:27:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 BVLrL3EZMiBx for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 14:27:01 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ADB74130E47 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 14:27:01 -0700 (PDT)
Date: Wed, 19 Sep 2018 14:27:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537392420; bh=14cz7uhYYTLCQ0E++Fku4ANoCE+jmTd5uh5qnSQXGYM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ySXKgL7oQZamL+iSpkUMtU3ii5kIIxbAxNd6K0Zzo+mY5RihYvRBOPPsnkYWHuioi at/Sl0kFBHMv+r1uh/YKuTWa4yoj5Vk4nhF/QW+mfJgZBXlrYBvQbVt4oII8BfCJC9 Aws3Tfxjhgoe2MEmfKkc+y3trEjATnMXdwFgR67Y=
From: MikkelFJ <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/1750/push/2891124023@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1750@github.com>
References: <quicwg/base-drafts/pull/1750@github.com>
Subject: Re: [quicwg/base-drafts] Make connection ID appear random (#1750)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2bf2455a63_4a0d3fcc684d45bc367672"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/xent7C0fjTgWS0Ey67NSvZwmL5U>
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, 19 Sep 2018 21:27:03 -0000

----==_mimepart_5ba2bf2455a63_4a0d3fcc684d45bc367672
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@mikkelfj pushed 1 commit.

990b6f3  To be or not to be


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1750/files/137543c47b68d6a3e727f5227788c7ee9414d6a3..990b6f38e635c6afe5a00e0c41436b395d47b09f

----==_mimepart_5ba2bf2455a63_4a0d3fcc684d45bc367672
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/mikkelfj" class="user-mention">@mikkelfj</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/990b6f3">990b6f3</a>  To be or not to be</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/1750/files/137543c47b68d6a3e727f5227788c7ee9414d6a3..990b6f38e635c6afe5a00e0c41436b395d47b09f">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8s63D-42YkQTYGkRN1Rkpk_nF0uks5ucrakgaJpZM4Wqtyw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1f9RcgHMBCbwxTKL06Xo20bZ8XNks5ucrakgaJpZM4Wqtyw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj pushed 1 commit in #1750"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1750/files/137543c47b68d6a3e727f5227788c7ee9414d6a3..990b6f38e635c6afe5a00e0c41436b395d47b09f"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1750/files/137543c47b68d6a3e727f5227788c7ee9414d6a3..990b6f38e635c6afe5a00e0c41436b395d47b09f",
"url": "https://github.com/quicwg/base-drafts/pull/1750/files/137543c47b68d6a3e727f5227788c7ee9414d6a3..990b6f38e635c6afe5a00e0c41436b395d47b09f",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj pushed 1 commit in #1750",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1750:",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [
{
"name": "990b6f3",
"value": "To be or not to be"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1750/files/137543c47b68d6a3e727f5227788c7ee9414d6a3..990b6f38e635c6afe5a00e0c41436b395d47b09f"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380296368\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba2bf2455a63_4a0d3fcc684d45bc367672--


From nobody Wed Sep 19 14:27:11 2018
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 07E73130ECB for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 14:27:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.605
X-Spam-Level: 
X-Spam-Status: No, score=-6.605 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 iwDrwz4acRM4 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 14:27:04 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4ADA1130E47 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 14:27:04 -0700 (PDT)
Date: Wed, 19 Sep 2018 14:27:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537392423; bh=TUOXK/3wxPunOOsEo+ZNpvyjcSipneNO3qoze4YXCBA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Tv0APvK2wUy7fmoh80oR9AP7/q/xjsVu/5npbOQbaeC80/1KVo8s+giMFgD4g1WnQ /IgAffw9cH2A89HGFHE6OB/LQCl2QmY2Q52PdE06sLYgn630IFPnbTkDte2HJ8kW2i W2mf88sFc7fNPxKUS+So/koZlqIeXxvT6qskjJsM=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab795669365ade49ec835659ea425633104f46448792cf0000000117ba812792a169ce159272c8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1775/review/157029441@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1775@github.com>
References: <quicwg/base-drafts/pull/1775@github.com>
Subject: Re: [quicwg/base-drafts] Remove length restrictions on connection IDs (#1775)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2bf2749e37_65533fc2c4ad45b42368b0"; 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/a-zH8ya7TPUIpe7eBbaaTkNCyUk>
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, 19 Sep 2018 21:27:07 -0000

----==_mimepart_5ba2bf2749e37_65533fc2c4ad45b42368b0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.

Well that simplifies things.



-- 
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/1775#pullrequestreview-157029441
----==_mimepart_5ba2bf2749e37_65533fc2c4ad45b42368b0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>

<p>Well that simplifies things.</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/1775#pullrequestreview-157029441">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3YklsDbUVDlfZ-uVfLOvi319YnJks5ucrangaJpZM4Ww7xv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxKov7xOLElp7vfK04ChxEYVUt8Tks5ucrangaJpZM4Ww7xv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #1775"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1775#pullrequestreview-157029441"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1775#pullrequestreview-157029441",
"url": "https://github.com/quicwg/base-drafts/pull/1775#pullrequestreview-157029441",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett approved 1775",
"sections": [
{
"text": "Well that simplifies things.",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1775#pullrequestreview-157029441"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381926511\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba2bf2749e37_65533fc2c4ad45b42368b0--


From nobody Wed Sep 19 14:34:15 2018
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 A8282130E6F for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 14:34:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 MirORiBNhyTH for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 14:34:13 -0700 (PDT)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 10D4E130E02 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 14:34:12 -0700 (PDT)
Date: Wed, 19 Sep 2018 14:34:12 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537392852; bh=kzfFgspBHGbQK6yUwogffYZ7H9wZTubGz1tQ9isY1zA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=K4Q8H9KOkXDzgFfo8Cx3yolrX8mNmXxbmyWgDqCdYQ5frOgMx3RXlCSExbu+BmKpr 3y5zDE9Oa+IeTSYJCgg9dHpG+GWAYrn5Ky0+2JUmGAFJxAx3Kj/Jk1FVjN1ihf9r1o SRtetznxRMwRHlMC5qbQKguAmK+0dYUXh9nMdvMQ=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2bb811804d04b30e4049a4c85e9a7b0cd7bc1bad92cf0000000117ba82d492a169ce159272c8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1775/review/157031849@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1775@github.com>
References: <quicwg/base-drafts/pull/1775@github.com>
Subject: Re: [quicwg/base-drafts] Remove length restrictions on connection IDs (#1775)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2c0d42986d_48c53f7f318d45c43005c0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/Z90jC6JULM26HUsyetZd6OHib0Q>
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, 19 Sep 2018 21:34:15 -0000

----==_mimepart_5ba2c0d42986d_48c53f7f318d45c43005c0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -189,7 +189,7 @@ version-specific semantics are marked with an X.
 +-+-+-+-+-+-+-+-+
 |0|X X X X X X X|
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-|                Destination Connection ID (0..144)           ...
+|                 Destination Connection ID (*)               ...

OK, I see - invariants, not transport - and negotatied CIDs can change length, just not in long headers.

-- 
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/1775#discussion_r218971668
----==_mimepart_5ba2c0d42986d_48c53f7f318d45c43005c0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1775#discussion_r218971668">draft-ietf-quic-invariants.md</a>:</p>
<pre style='color:#555'>&gt; @@ -189,7 +189,7 @@ version-specific semantics are marked with an X.
 +-+-+-+-+-+-+-+-+
 |0|X X X X X X X|
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-|                Destination Connection ID (0..144)           ...
+|                 Destination Connection ID (*)               ...
</pre>
<p>OK, I see - invariants, not transport - and negotatied CIDs can change length, just not in long headers.</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/1775#discussion_r218971668">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq58wwWvnrhRMq6ZDEzMiI80Z_dY0ks5ucrhUgaJpZM4Ww7xv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3n8kg0BMxhiLvSqf5by_igwKtewks5ucrhUgaJpZM4Ww7xv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1775"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1775#discussion_r218971668"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1775#discussion_r218971668",
"url": "https://github.com/quicwg/base-drafts/pull/1775#discussion_r218971668",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1775",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1775#discussion_r218971668"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381926511\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba2c0d42986d_48c53f7f318d45c43005c0--


From nobody Wed Sep 19 16:08:21 2018
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 844E61311B2 for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 16:08:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 o5QnO46XVMAr for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 16:08:09 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7A05E131180 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 16:08:05 -0700 (PDT)
Date: Wed, 19 Sep 2018 16:08:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537398482; bh=qv4WhX7Jdvg6Al3PprILKlg1bT+4a9XBr4SbxCLlUf8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IQJtUQRXZCdv3IMqqqxbRanVeTY2GeoWYLaZxJc09RxA/YABiQoSahTbZOEf5OyuD E68iKqfa/HVRivl6EWpRSjaozHU4RuRNuDAu+zsLt5U2Ugo5YYxJPes3My3sBFfVrM kPz44+aiSqOsoyoZmhBS9t7b00VWPxWff9xDCgJI=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab659b7898d0a8849a068c853de507c479f6341aac92cf0000000117ba98d292a169ce158b312f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1767/422987495@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1767@github.com>
References: <quicwg/base-drafts/issues/1767@github.com>
Subject: Re: [quicwg/base-drafts] Initial header table size of QPACK (#1767)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2d6d2e14e5_63ee3fed904d45b4501a3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/9paRQvSSjEvn1NufqgF7Ifqt7iI>
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, 19 Sep 2018 23:08:20 -0000

----==_mimepart_5ba2d6d2e14e5_63ee3fed904d45b4501a3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The issue here is inefficiency.

Consider the case where the receiver advertised 1MB (using SETTINGS) and sender decided to use 4KB. Current specification does not require the sender to notify *it's* initial header table size. Then, the receiver will keep 1MB table even though 1020KB of it is a garbage.

That is the reason I prefer sending Dynamic Table Size Update as the first instruction. The alternative approach will be to send the sender's max header table size *also* as a SETTINGS frame; and then, memory-constrained devices can advertise that it's both send *and* receive max header table size is zero to omit the creation of *all* QPACK streams...

-- 
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/1767#issuecomment-422987495
----==_mimepart_5ba2d6d2e14e5_63ee3fed904d45b4501a3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The issue here is inefficiency.</p>
<p>Consider the case where the receiver advertised 1MB (using SETTINGS) a=
nd sender decided to use 4KB. Current specification does not require the =
sender to notify <em>it's</em> initial header table size. Then, the recei=
ver will keep 1MB table even though 1020KB of it is a garbage.</p>
<p>That is the reason I prefer sending Dynamic Table Size Update as the f=
irst instruction. The alternative approach will be to send the sender's m=
ax header table size <em>also</em> as a SETTINGS frame; and then, memory-=
constrained devices can advertise that it's both send <em>and</em> receiv=
e max header table size is zero to omit the creation of <em>all</em> QPAC=
K streams...</p>

<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/1767#issuecomment-422987495">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq100=
CV2p9ik3_CMCUw8MDlaV9uJfks5ucs5SgaJpZM4WukSP">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5Ed5ULNKo3umPtDDC1_dcdn=
20-Lks5ucs5SgaJpZM4WukSP.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1767: The issue here is inefficiency.\r\n\r\nConsider the case whe=
re the receiver advertised 1MB (using SETTINGS) and sender decided to use=
 4KB. Current specification does not require the sender to notify *it's* =
initial header table size. Then, the receiver will keep 1MB table even th=
ough 1020KB of it is a garbage.\r\n\r\nThat is the reason I prefer sendin=
g Dynamic Table Size Update as the first instruction. The alternative app=
roach will be to send the sender's max header table size *also* as a SETT=
INGS frame; and then, memory-constrained devices can advertise that it's =
both send *and* receive max header table size is zero to omit the creatio=
n of *all* QPACK streams..."}],"action":{"name":"View Issue","url":"https=
://github.com/quicwg/base-drafts/issues/1767#issuecomment-422987495"}}}</=
script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment=
-422987495",
"url": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment-42=
2987495",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Initial header table size of QPACK (#1=
767)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1767,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1767\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment-42=
2987495"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3813059=
99\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba2d6d2e14e5_63ee3fed904d45b4501a3--


From nobody Wed Sep 19 18:52:32 2018
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 6DBA712D7EA for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 18:52:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 2oF7_6Sj9pox for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 18:52:29 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A17B2128C65 for <quic-issues@ietf.org>; Wed, 19 Sep 2018 18:52:29 -0700 (PDT)
Date: Wed, 19 Sep 2018 18:52:28 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537408348; bh=V4Dx40kWHE7rwi/1bHvNspnrPWpVOJEstyfuuU/hXS4=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=w6HJO+aPlzreP8d2NjkqboR2PrWGbDbCHO0M3oaMu9XnUcMBup09HY3w+uO7u29Sr B63KqJg384l3dX4HaZ6neGvJmibnYbEhBYC27/DkfljDDFpP0tntM8HQwaGftpG/Ux T0KrXQ3HqiXtJiK4gp3XNO43YyHomVTSqry8MlWI=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab6385645fe3c6e5172b2c4c4efb4503d490bcb17f92cf0000000117babf5c92a169ce1593812b@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/73@github.com>
Subject: [quicwg/wg-materials] Add QUIC transport interface slides (#73)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba2fd5c674be_23f13fbc2ecd45b861731"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/NDwG3ItKpUz532EqwzirzOf_9Fo>
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, 20 Sep 2018 01:52:32 -0000

----==_mimepart_5ba2fd5c674be_23f13fbc2ecd45b861731
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

(Already on agenda as time permitting)
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/wg-materials/pull/73

-- Commit Summary --

  * Add QUIC interface slides

-- File Changes --

    A interim-18-09/quic-transport-interface.pdf (0)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/73.patch
https://github.com/quicwg/wg-materials/pull/73.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/wg-materials/pull/73

----==_mimepart_5ba2fd5c674be_23f13fbc2ecd45b861731
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>(Already on agenda as time permitting)</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/wg-materials/pull/73'>https://github.com/quicwg/wg-materials/pull/73</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Add QUIC interface slides</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>A</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/73/files#diff-0">interim-18-09/quic-transport-interface.pdf</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/73.patch'>https://github.com/quicwg/wg-materials/pull/73.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/73.diff'>https://github.com/quicwg/wg-materials/pull/73.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/wg-materials/pull/73">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7SmmyF0ndlYlrv_a03g1v80Rhjhks5ucvTcgaJpZM4WxPpc">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9lkFYN1w8mc6aCMWIwRTHmr-TcXks5ucvTcgaJpZM4WxPpc.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Add QUIC transport interface slides (#73)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/73"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/73",
"url": "https://github.com/quicwg/wg-materials/pull/73",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Add QUIC transport interface slides (#73)",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "4c8b9fa",
"value": "Add QUIC interface slides"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Added",
"value": "[interim-18-09/quic-transport-interface.pdf](https://github.com/quicwg/wg-materials/pull/73/files#diff-0) (0 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 73,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 73\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/73"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/73.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/73.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382007900\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba2fd5c674be_23f13fbc2ecd45b861731--


From nobody Wed Sep 19 19:41:31 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 97B51130DCA for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 19:41:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 DmjfZtHC_UEO for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 19:41:28 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1167E130D7A for <quic-issues@ietf.org>; Wed, 19 Sep 2018 19:41:28 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537411287; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=oRADI4KRDpvjCIxLq9Yjiz2iIiuvad3vvNLW170ANnE=; b=icKtkxiZI+APaPLg+seHCXxqr7uA+Fifq1SqYI0vZ8wTu07aB4eBZY6dE2H4huCKAX61+gOW /qxOuihar+7mUDHZuLoGR6Bg/uI0ts+ePPW84gYSof4dtzLN8o3uAMTrb2aLTdM3VULVmIZq vd6Wu6OeGAq6HBc9whhFoTKUqas=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5ba308d6.7fe768466330-smtp-out-n01; Thu, 20 Sep 2018 02:41:26 -0000 (UTC)
Date: Wed, 19 Sep 2018 19:41:26 -0700
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5ba308d6babe7_71402b27bfb6cecc8017a@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] 4c8b9f: Add QUIC interface slides
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba308d6ba7f9_71402b27bfb6cecc800c4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/k2vtF8wsKVOxbFDPnsv76gwYtls>
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, 20 Sep 2018 02:41:30 -0000

----==_mimepart_5ba308d6ba7f9_71402b27bfb6cecc800c4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 4c8b9fad940223b8e06d5c2b08bd5df047749ec6
      https://github.com/quicwg/wg-materials/commit/4c8b9fad940223b8e06d5c2b08bd5df047749ec6
  Author: Eric Kinnear <ekinnear@apple.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    A interim-18-09/quic-transport-interface.pdf

  Log Message:
  -----------
  Add QUIC interface slides


  Commit: b1d3daf77be7c4a644594ec889d4e88aaf4eaa43
      https://github.com/quicwg/wg-materials/commit/b1d3daf77be7c4a644594ec889d4e88aaf4eaa43
  Author: Lars Eggert <lars@eggert.org>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    A interim-18-09/quic-transport-interface.pdf

  Log Message:
  -----------
  Merge pull request #73 from erickinnear/quic-interface-slides

Add QUIC transport interface slides


Compare: https://github.com/quicwg/wg-materials/compare/06486a7ef01d...b1d3daf77be7
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba308d6ba7f9_71402b27bfb6cecc800c4--


From nobody Wed Sep 19 19:41:39 2018
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 86C84130E3F for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 19:41:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 UGfiKczcNNlH for <quic-issues@ietfa.amsl.com>; Wed, 19 Sep 2018 19:41:31 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BFE01130D7A for <quic-issues@ietf.org>; Wed, 19 Sep 2018 19:41:30 -0700 (PDT)
Date: Wed, 19 Sep 2018 19:41:29 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537411289; bh=KyjrdjOsJ9y7v0ijK/f54PyuE479nf7zCRqfYXC3xN8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1WA0Per9gvS+HEb6HUgXsKk41UaYT6qHekoSJOkX14Fghtr2mvH8+CqVUfu2h3pkb yjL4MRTrsQrfYFLSbtKWdjxalUdYnNOtAkzaDz8rWthCImoJJS573p3RdKx93+yNfI g7inNlve6BW+EJHCmEwBZgf3Z6YzgBraVx/d+fHI=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab137947a9547af46c30ade8a372c2efeccb61208892cf0000000117bacad992a169ce1593812b@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/73/issue_event/1856551834@github.com>
In-Reply-To: <quicwg/wg-materials/pull/73@github.com>
References: <quicwg/wg-materials/pull/73@github.com>
Subject: Re: [quicwg/wg-materials] Add QUIC transport interface slides (#73)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba308d91da4e_5d5f3ff5966d45b8172826"; 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/FTpiEAybseY05oAEe4STLCk5-O8>
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, 20 Sep 2018 02:41:33 -0000

----==_mimepart_5ba308d91da4e_5d5f3ff5966d45b8172826
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #73 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/wg-materials/pull/73#event-1856551834
----==_mimepart_5ba308d91da4e_5d5f3ff5966d45b8172826
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361988395" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/73" href="https://github.com/quicwg/wg-materials/pull/73">#73</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/wg-materials/pull/73#event-1856551834">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8X7GJTyVzkCR9RhdvtYftR421goks5ucwBZgaJpZM4WxPpc">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq64iidV3NSc5-phEdg8R4jUzvv4Tks5ucwBZgaJpZM4WxPpc.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #73 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/73#event-1856551834"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/73#event-1856551834",
"url": "https://github.com/quicwg/wg-materials/pull/73#event-1856551834",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] Add QUIC transport interface slides (#73)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/73#event-1856551834"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382007900\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba308d91da4e_5d5f3ff5966d45b8172826--


From nobody Thu Sep 20 01:04:53 2018
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 45427130E3C for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 01:04:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 h2L9o-AlzqJu for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 01:04:49 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A94A1124C04 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 01:04:49 -0700 (PDT)
Date: Thu, 20 Sep 2018 01:04:48 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537430688; bh=Rc21o7O4r3aebot+/O5iPUECMPhLzYIp7eyQXmk/sUk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=fgZStji9CMWt0WNDrMgaMoojyI3o01hoke1JF/10lpa61Idkn13Zt4xehGjJ9ptAc uRTGItVAaiT6pFj76fo7eKkFyJregykmUfDAPkg8LBeAETUcpP4u9Tz2Ltd3g4EVuY A4pLNuOcuBezCEe2gj8bqX3lLPMlL1C5EN84bTm8=
From: Julian Reschke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbc174216c6a9e94e9fcb2b1e9b560dd29b64944592cf0000000117bb16a092a169ce1594ae40@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1776@github.com>
Subject: [quicwg/base-drafts] quick-transport has dangling reference to Section 5.1.1 of quic-tls (#1776)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba354a09e800_1e5a3fb2a62d45b8375520"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: reschke
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/Jobrxr-E5vXMkRVb65c2ApYFALI>
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, 20 Sep 2018 08:04:51 -0000

----==_mimepart_5ba354a09e800_1e5a3fb2a62d45b8375520
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



-- 
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/1776
----==_mimepart_5ba354a09e800_1e5a3fb2a62d45b8375520
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<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/1776">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2-F8zmOdaO0HcL3k5jX8nptcMJzks5uc0wggaJpZM4WxlqY">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8lAvCTwdiVV8yGiPFnpZC1KoSEtks5uc0wggaJpZM4WxlqY.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"quick-transport has dangling reference to Section 5.1.1 of quic-tls (#1776)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1776"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1776",
"url": "https://github.com/quicwg/base-drafts/issues/1776",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "quick-transport has dangling reference to Section 5.1.1 of quic-tls (#1776)",
"sections": [
{
"text": "",
"activityTitle": "**Julian Reschke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@reschke",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1776
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1776,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1776\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1776"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382098072\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba354a09e800_1e5a3fb2a62d45b8375520--


From nobody Thu Sep 20 05:12:13 2018
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 C6481130F12 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 05:12:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 A8sIdM5RTPht for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 05:12:02 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B155F130EA5 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 05:12:02 -0700 (PDT)
Date: Thu, 20 Sep 2018 05:12:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537445520; bh=5/h3o3wObcix5EfRi9AEhb9BWtoMl3CzaoKr9AuGryI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lw+1iifDAfh9+Tf6RV8Rhnk5xjS31mrFSS1N+bWT6M6pU/P5Io/eX+8K0QQh0y/ms bhIYHQhUzEEC6ivTftnTUCErv/j9A8N3yJq5QsBshg9xEIiSILiZSIT0K5v3p+kfM8 wasYsJK7X8FPIJELPd6BXIPk3AVe4LEktrffMd60=
From: Daan De Meyer <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6c1eee8dbae0838468a16726c909d5aa4f0c643092cf0000000117bb509092a169ce1590bff0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1772/c423160019@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1772@github.com>
References: <quicwg/base-drafts/pull/1772@github.com>
Subject: Re: [quicwg/base-drafts] Fix spelling error (#1772)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba38e907ee44_71bb3ff0844d45b8165279"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DaanDeMeyer
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/K_AffqwCumo1RPgxgi0pr4lILQE>
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, 20 Sep 2018 12:12:12 -0000

----==_mimepart_5ba38e907ee44_71bb3ff0844d45b8165279
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Is it ok to make separate pull requests for each spelling error I find or should I fix any other spelling errors in a single 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/1772#issuecomment-423160019
----==_mimepart_5ba38e907ee44_71bb3ff0844d45b8165279
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Is it ok to make separate pull requests for each spelling error I find or should I fix any other spelling errors in a single 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/1772#issuecomment-423160019">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-2duheE2h74Zf2O4kRUHEwNvgC4ks5uc4YQgaJpZM4Wwb2F">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4g02y91mK6NpLEz2s8GiZErHYvWks5uc4YQgaJpZM4Wwb2F.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DaanDeMeyer in #1772: Is it ok to make separate pull requests for each spelling error I find or should I fix any other spelling errors in a single pull request?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1772#issuecomment-423160019"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1772#issuecomment-423160019",
"url": "https://github.com/quicwg/base-drafts/pull/1772#issuecomment-423160019",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Fix spelling error (#1772)",
"sections": [
{
"text": "",
"activityTitle": "**Daan De Meyer**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@DaanDeMeyer",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1772,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1772\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1772#issuecomment-423160019"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381795717\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba38e907ee44_71bb3ff0844d45b8165279--


From nobody Thu Sep 20 06:16:50 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 56EAD130EFA for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 06:16:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 7bTHNkWBmCPJ for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 06:16:37 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 18BA5130F5C for <quic-issues@ietf.org>; Thu, 20 Sep 2018 06:16:34 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537449394; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=DEwjPwaQTT5EsChdKgmhOiNfoGl4StmMvnGXSvsBYV4=; b=dPvISiWeUTdg3qobRmOBxHNblzt5Xt1eiHwEIdzZ+CbA51S8CAFJ4+vkYm3e8YGwY/Xg4sNu kB7d6Y1o1IX9G1y/hYgKx+HNef9Tcpjt0EDnJqglH+zfAlZmawwkDWAQ/BRkDMP9yY35MkRN JfKGF58XXkr49DZy92LqOAJnkP0=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5ba39db1.7f06647e0960-smtp-out-n02; Thu, 20 Sep 2018 13:16:33 -0000 (UTC)
Date: Thu, 20 Sep 2018 06:16:33 -0700
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5ba39db18a507_121c2b2756e60ed0528a@hookshot-fe-7191cb1.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] 5095cb: Reorder agenda
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba39db18a1b8_121c2b2756e60ed05278c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4LkKI-7QwN9zqNrqhXvJHlIhjtk>
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, 20 Sep 2018 13:16:48 -0000

----==_mimepart_5ba39db18a1b8_121c2b2756e60ed05278c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 5095cb33415ddd810e05e4b54084fcf315fbdd1d
      https://github.com/quicwg/wg-materials/commit/5095cb33415ddd810e05e4b54084fcf315fbdd1d
  Author: Lars Eggert <lars@eggert.org>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M interim-18-09/agenda.md

  Log Message:
  -----------
  Reorder agenda



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba39db18a1b8_121c2b2756e60ed05278c--


From nobody Thu Sep 20 06:31:38 2018
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 68C00130DEA for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 06:31:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 eCRbsgTZRV8G for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 06:31:35 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 88CDF130DE8 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 06:31:35 -0700 (PDT)
Date: Thu, 20 Sep 2018 06:31:34 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537450294; bh=/NbQv5p08XDHv+6H3Eek03d27c2F++xIbUtvot9XrkA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xUTb6VWv7hd9Y+Xtoam1LyeNINIZQNGpqOEz/HfDmLsB2BoYfsjJ5o32t98kdQtgd 41849IV7HndcS/AVPXCNMHjn80vzyuJMPEgqzA14sONew/RsyA8B6COvLaDfjKaW00 LzMsgG8O9qfDl8cgMYs5fdSFEUDFwguXAo2YiKp0=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8d0e14d86b40e340a1c524b6a8eb3a8e275aeb0392cf0000000117bb633692a169ce158b312f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1767/423183767@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1767@github.com>
References: <quicwg/base-drafts/issues/1767@github.com>
Subject: Re: [quicwg/base-drafts] Initial header table size of QPACK (#1767)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba3a136537ad_ab63fd48f4d45c4300959"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
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/ftbxGHo5stZfZ_CCgpytYaNr_I0>
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, 20 Sep 2018 13:31:37 -0000

----==_mimepart_5ba3a136537ad_ab63fd48f4d45c4300959
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The encoder can't just decide to use 4KB and not tell the decoder about it: the protocol would not work.  The table sizes must be the same.

-- 
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/1767#issuecomment-423183767
----==_mimepart_5ba3a136537ad_ab63fd48f4d45c4300959
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The encoder can't just decide to use 4KB and not tell the decoder about it: the protocol would not work.  The table sizes must be the same.</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/1767#issuecomment-423183767">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7grxazC6KdnccImjVxrTcPvZ4xvks5uc5i2gaJpZM4WukSP">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7UTQB3xAIw-GY7wUQ2EbPBaxRGJks5uc5i2gaJpZM4WukSP.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov in #1767: The encoder can't just decide to use 4KB and not tell the decoder about it: the protocol would not work.  The table sizes must be the same."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1767#issuecomment-423183767"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment-423183767",
"url": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment-423183767",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Initial header table size of QPACK (#1767)",
"sections": [
{
"text": "",
"activityTitle": "**Dmitri Tikhonov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@dtikhonov",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1767,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1767\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment-423183767"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381305999\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba3a136537ad_ab63fd48f4d45c4300959--


From nobody Thu Sep 20 06:36:40 2018
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 BCEC8130DE8 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 06:36:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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-GKAqe_g05C for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 06:36:37 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 37216129C6B for <quic-issues@ietf.org>; Thu, 20 Sep 2018 06:36:37 -0700 (PDT)
Date: Thu, 20 Sep 2018 06:36:36 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537450596; bh=jjiXQp3tFxFCUZcNTYI0SKdflI54J7WqVFLAUhfGP+w=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=a8s8IZUp2wZjXvBT4rwoumgYmu07EBNqCGX53zc4GOqLl+IfcQlazoBVb88caaHxB iOgoLT27wtll1AoD1QYqy0SMy2UQAYs42FYjMLyY6OkTNWE0V1fgT5urhX6H0vV0Lz tLqvHIL9UhZgzQem29WB7ury9G/FuLMnxqsOh43k=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abba0dcaa24e049d55331d39a00856d795a3778cb092cf0000000117bb646492a169ce15969986@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/74@github.com>
Subject: [quicwg/wg-materials] ACN ECN slides (#74)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba3a2644d9e2_67573fe3c72d45c0579624"; 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/HE4kpz8HdgRdjnRj8PNH80fRqAo>
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, 20 Sep 2018 13:36:39 -0000

----==_mimepart_5ba3a2644d9e2_67573fe3c72d45c0579624
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/wg-materials/pull/74

-- Commit Summary --

  * ACN ECN slides

-- File Changes --

    A interim-18-09/ack-ecn.pdf (0)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/74.patch
https://github.com/quicwg/wg-materials/pull/74.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/wg-materials/pull/74

----==_mimepart_5ba3a2644d9e2_67573fe3c72d45c0579624
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/wg-materials/pull/74'>https://github.com/quicwg/wg-materials/pull/74</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>ACN ECN slides</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>A</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/74/files#diff-0">interim-18-09/ack-ecn.pdf</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/74.patch'>https://github.com/quicwg/wg-materials/pull/74.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/74.diff'>https://github.com/quicwg/wg-materials/pull/74.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/wg-materials/pull/74">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyjCNnv4Kt6o_bmU-dLAe8-vvJmxks5uc5nkgaJpZM4WyJOS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq74mSNnI31PKFV6Q_uuPWB7kvDtZks5uc5nkgaJpZM4WyJOS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"ACN ECN slides (#74)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/74"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/74",
"url": "https://github.com/quicwg/wg-materials/pull/74",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "ACN ECN slides (#74)",
"sections": [
{
"text": "",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "c0eba85",
"value": "ACN ECN slides"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Added",
"value": "[interim-18-09/ack-ecn.pdf](https://github.com/quicwg/wg-materials/pull/74/files#diff-0) (0 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 74,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 74\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/74"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/74.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/74.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382243730\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba3a2644d9e2_67573fe3c72d45c0579624--


From nobody Thu Sep 20 06:37:14 2018
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 E51D5130DE8 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 06:37:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 xulSG054qq02 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 06:37:11 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3925E129C6B for <quic-issues@ietf.org>; Thu, 20 Sep 2018 06:37:11 -0700 (PDT)
Date: Thu, 20 Sep 2018 06:37:10 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537450630; bh=hcgf4RaiTJBYt8PN1kf6JIvpenL3+7Y/S56l3O7c9UE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=menqBV8gUzUgDmPWRHSUBR2Ql2nlUfpnWr2Er9KXbQlnDGsepkywI4k2z5SCuN6Le MhbbRkBfchEbcsRVkYLvOO2RJLKLidFSzy0mU4WU0Cl2GYha/f+qd0+SsJdowBc9Os 625EA4q+XbF28M1ACkwhTgouUbSE/FIClOYQl8U8=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab15123e1e11896e49c09358de15ab956e305dad6792cf0000000117bb648692a169ce15969aad@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/75@github.com>
Subject: [quicwg/wg-materials] Add flow control slides (#75)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba3a2867481b_29e83fbed86d45bc7516b5"; 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/2RqxhIq0mR7NFFlWCgQO641B_h8>
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, 20 Sep 2018 13:37:13 -0000

----==_mimepart_5ba3a2867481b_29e83fbed86d45bc7516b5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/wg-materials/pull/75

-- Commit Summary --

  * Add flow control slides

-- File Changes --

    A interim-18-09/flowcontrol.pdf (0)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/75.patch
https://github.com/quicwg/wg-materials/pull/75.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/wg-materials/pull/75

----==_mimepart_5ba3a2867481b_29e83fbed86d45bc7516b5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/wg-materials/pull/75'>https://github.com/quicwg/wg-materials/pull/75</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Add flow control slides</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>A</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/75/files#diff-0">interim-18-09/flowcontrol.pdf</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/75.patch'>https://github.com/quicwg/wg-materials/pull/75.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/75.diff'>https://github.com/quicwg/wg-materials/pull/75.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/wg-materials/pull/75">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-MTxYHj5cOsorEYr9MHj0vKSZKTks5uc5oGgaJpZM4WyJT9">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyseHb6Ayp1nlwd99KUnllD9lyAKks5uc5oGgaJpZM4WyJT9.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Add flow control slides (#75)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/75"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/75",
"url": "https://github.com/quicwg/wg-materials/pull/75",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Add flow control slides (#75)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "3ea99a5",
"value": "Add flow control slides"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Added",
"value": "[interim-18-09/flowcontrol.pdf](https://github.com/quicwg/wg-materials/pull/75/files#diff-0) (0 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 75,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 75\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/75"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/75.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/75.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382244093\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba3a2867481b_29e83fbed86d45bc7516b5--


From nobody Thu Sep 20 06:45:38 2018
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 700CF130DE8 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 06:45:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 jyopBCkPTxZb for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 06:45:34 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A45E0129619 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 06:45:34 -0700 (PDT)
Date: Thu, 20 Sep 2018 06:45:33 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537451133; bh=oDhYctMMx4rdDFKOn+DBNSdDY7VgpLJc0YPQos1CpsQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=G4E0zGYkJSxeCQasJ4Lo+d2JrO+wiIF951r9vu9/1joKZ9Q07EDQm893Pb7KBMQxM 6kAYiQkl90nOwLPwOalBGtv+4tQ7vguyi1Bwug6wd7luNzK3NErh9v22C7mCmPgiu2 Qmeem8x0Fpxg0HdvpJ/l41B0uequ+wXmDmmT+ZBE=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9cb0ee59e43123c4e6d247c3a9c327f3fbc7f70892cf0000000117bb667d92a169ce158b312f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1767/423188726@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1767@github.com>
References: <quicwg/base-drafts/issues/1767@github.com>
Subject: Re: [quicwg/base-drafts] Initial header table size of QPACK (#1767)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba3a47dd8865_34883fe98a4d45b436983a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/88AQlFa7PcyLH3svjQ7QWHluFX0>
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, 20 Sep 2018 13:45:36 -0000

----==_mimepart_5ba3a47dd8865_34883fe98a4d45b436983a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think we need to include the language from HPACK:  If the encoder changes its size it must immediately send the Table Size Update instruction on the encoder stream.  If there is no default size (and there doesn't seem to be one) then it also needs to send a TSU as the first instruction as well.

-- 
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/1767#issuecomment-423188726
----==_mimepart_5ba3a47dd8865_34883fe98a4d45b436983a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think we need to include the language from HPACK:  If the encoder ch=
anges its size it must immediately send the Table Size Update instruction=
 on the encoder stream.  If there is no default size (and there doesn't s=
eem to be one) then it also needs to send a TSU as the first instruction =
as well.</p>

<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/1767#issuecomment-423188726">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwMv=
MCRkIG-uPP_mttxNlzf8RNKyks5uc5v9gaJpZM4WukSP">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-bSzniNFYWtEwpFzlE8m5H_=
w1BYks5uc5v9gaJpZM4WukSP.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afri=
nd in #1767: I think we need to include the language from HPACK:  If the =
encoder changes its size it must immediately send the Table Size Update i=
nstruction on the encoder stream.  If there is no default size (and there=
 doesn't seem to be one) then it also needs to send a TSU as the first in=
struction as well."}],"action":{"name":"View Issue","url":"https://github=
.com/quicwg/base-drafts/issues/1767#issuecomment-423188726"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment=
-423188726",
"url": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment-42=
3188726",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Initial header table size of QPACK (#1=
767)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1767,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1767\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment-42=
3188726"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3813059=
99\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba3a47dd8865_34883fe98a4d45b436983a--


From nobody Thu Sep 20 06:47:57 2018
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 9B5A8130DCC for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 06:47:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 S1rnqK15MXJe for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 06:47:53 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BECCE129C6B for <quic-issues@ietf.org>; Thu, 20 Sep 2018 06:47:53 -0700 (PDT)
Date: Thu, 20 Sep 2018 06:47:53 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537451273; bh=oN7IJiBK/Kgel4GhlktpEtlKYxgl4lYGXh6VkLWrozU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Lk9KWIs1i+xvOfgmJw4g50wVK0+v6EtAGDJzBXOwWp8it9ng30QzmZUNx3UDPj1Rp ix6teOFj29dTWmvU0BuFqaUFMrFwnBqVe+6T6HH6DUP3izjJhpVZK9gBY31zYNdJpi Q6mh4OYvIYUBut9MHUqzSO/RPWUUzFReMMrGgm9k=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb9073d4fa0988d6b46046b7710d22ac0f68a27b392cf0000000117bb670892a169ce158b312f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1767/423189597@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1767@github.com>
References: <quicwg/base-drafts/issues/1767@github.com>
Subject: Re: [quicwg/base-drafts] Initial header table size of QPACK (#1767)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba3a5098566_12213fed9dad45c454348"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/FVOQfPshnEZu_GmPfwgsv4-L-lE>
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, 20 Sep 2018 13:47:56 -0000

----==_mimepart_5ba3a5098566_12213fed9dad45c454348
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I guess @martinthomson is suggesting that the initial value is the max from SETTINGS, since you are required to wait for it before sending.  If the encoder is using the decoder max it may omit the TSU.

-- 
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/1767#issuecomment-423189597
----==_mimepart_5ba3a5098566_12213fed9dad45c454348
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I guess <a class="user-mention" data-hovercard-user-id="67641" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a> is suggesting that the initial value is the max from SETTINGS, since you are required to wait for it before sending.  If the encoder is using the decoder max it may omit the TSU.</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/1767#issuecomment-423189597">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1yhM2G7HNqq-FHSdo7eZElbYit0ks5uc5yJgaJpZM4WukSP">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzpeZGn4CtBQeCaIupaBnR0iFkRlks5uc5yJgaJpZM4WukSP.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind in #1767: I guess @martinthomson is suggesting that the initial value is the max from SETTINGS, since you are required to wait for it before sending.  If the encoder is using the decoder max it may omit the TSU."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1767#issuecomment-423189597"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment-423189597",
"url": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment-423189597",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Initial header table size of QPACK (#1767)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1767,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1767\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment-423189597"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381305999\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba3a5098566_12213fed9dad45c454348--


From nobody Thu Sep 20 07:11:45 2018
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 F2E48130ECD for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 07:11:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.031
X-Spam-Level: 
X-Spam-Status: No, score=-7.031 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 4XTjiFpm9CGY for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 07:11:33 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C418C130EA3 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 07:11:33 -0700 (PDT)
Date: Thu, 20 Sep 2018 07:11:32 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537452692; bh=a06arw5QFiNzmzw0FloQruvcRwfYTlKkXas9XMl3NsA=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=DLwLrwaT9VAzD6QBgwZTu7gXURiN8gxkz43j3pu3y2b7zXPkSsXMFO/Aow1PJG+xC E6+uF1Q0fhMTjAN8uWG2/6jM5jDv9gbrlZvALfDDRsSVgWjqG2nHJ6P7KcaE99cWds pQNwIRGrPSNZ/9qABNLGq7bCpkzUB+EOTOJO4UB8=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8b4f75ec4e50758527dc27ecc9b3b825b8bc5d5692cf0000000117bb6c9492a169ce1596d6ec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1777@github.com>
Subject: [quicwg/base-drafts] Specify direction of data flow on unidirectional streams. (#1777)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba3aa94cc183_756f3f83c62d45b83703f3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/UJQknZILbKsZGtUQjy7LFOKUa1o>
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, 20 Sep 2018 14:11:44 -0000

----==_mimepart_5ba3aa94cc183_756f3f83c62d45b83703f3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I am not very familiar with this draft so I'm sorry if this is entirely bogus.  I did not find anything in the current draft on which direction data is allowed to flow on an unidirectional stream.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1777

-- Commit Summary --

  * Specify direction of data flow on unidirectional streams.

-- File Changes --

    M draft-ietf-quic-transport.md (9)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1777.patch
https://github.com/quicwg/base-drafts/pull/1777.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/1777

----==_mimepart_5ba3aa94cc183_756f3f83c62d45b83703f3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I am not very familiar with this draft so I'm sorry if this is entirel=
y bogus.  I did not find anything in the current draft on which direction=
 data is allowed to flow on an unidirectional stream.</p>

<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/1777=
'>https://github.com/quicwg/base-drafts/pull/1777</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Specify direction of data flow on unidirectional streams.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href=3D"https://github.com/quicwg/base-drafts/pull/1777/files#diff=
-0">draft-ietf-quic-transport.md</a>
    (9)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href=3D'https://github.com/quicwg/base-drafts/pull/1777.patch'>h=
ttps://github.com/quicwg/base-drafts/pull/1777.patch</a></li>
  <li><a href=3D'https://github.com/quicwg/base-drafts/pull/1777.diff'>ht=
tps://github.com/quicwg/base-drafts/pull/1777.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/1777">view it on GitHub</a>, or <a href=3D"https://gi=
thub.com/notifications/unsubscribe-auth/AWbkq1jMH6yH7lmZxIJwWJFW_xVb4VwPk=
s5uc6IUgaJpZM4WyNy5">mute the thread</a>.<img src=3D"https://github.com/n=
otifications/beacon/AWbkq6uADmDaQlZhGKViBp8-bNnO8D0Nks5uc6IUgaJpZM4WyNy5.=
gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"=
Specify direction of data flow on unidirectional streams. (#1777)"}],"act=
ion":{"name":"View Pull Request","url":"https://github.com/quicwg/base-dr=
afts/pull/1777"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1777",
"url": "https://github.com/quicwg/base-drafts/pull/1777",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Specify direction of data flow on unidirectional streams. (#177=
7)",
"sections": [
{
"text": "",
"activityTitle": "**Bence B=C3=A9ky**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@bencebeky",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "101f394",
"value": "Specify direction of data flow on unidirectional streams."
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-d=
rafts/pull/1777/files#diff-0) (9 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1777,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1777\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1777"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1777.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1777.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3822624=
57\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba3aa94cc183_756f3f83c62d45b83703f3--


From nobody Thu Sep 20 07:13:49 2018
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 0C600130DF1 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 07:13:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 CwmUviR4Mzmh for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 07:13:39 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F40FA130EF1 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 07:13:38 -0700 (PDT)
Date: Thu, 20 Sep 2018 07:13:38 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537452818; bh=pQA0MuReXX9TvgZUt71uAKffweygErAEksl9fpX34/8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=kyPEXA/LQbpM3XHAHCibh3fngo6a9nZmCdIo7em/R6VMKmCYlkBgZpfDCXUbRp8te Fkkv9YvWixTejHf1IwD16MNr+6Njk2Br8uc0bpF3b53j2xIfyMkxUrlHCLgrhEuwoA 7Iatw+KRZtipMUUxWEFlIaRW9NzZ0crtvyWoDA/w=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab102555451837ab86d9674edae44e95ae7b3ce5c892cf0000000117bb6d1292a169ce1596db16@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1778@github.com>
Subject: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1778)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba3ab12454e4_74fb3f83c62d45b8271891"; 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/Ak5TmU8FO-VEANH1lWK8yrGn5zE>
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, 20 Sep 2018 14:13:48 -0000

----==_mimepart_5ba3ab12454e4_74fb3f83c62d45b8271891
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in NYC, we agreed to keep the current design, but make an editorial change so that there is only one name.

-- 
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/1778
----==_mimepart_5ba3ab12454e4_74fb3f83c62d45b8271891
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in NYC, we agreed to keep the current design, but make an editorial change so that there is only one name.</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/1778">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4f-UH7l7VZ0WFi7uWpddrabNtj6ks5uc6KSgaJpZM4WyOGn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2Ex9VQ0nJmx2X3CVDviGZX__aEoks5uc6KSgaJpZM4WyOGn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merge ACK and ACK_ECN (#1778)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1778"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1778",
"url": "https://github.com/quicwg/base-drafts/issues/1778",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Merge ACK and ACK_ECN (#1778)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1778
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1778,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1778\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1778"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382263719\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba3ab12454e4_74fb3f83c62d45b8271891--


From nobody Thu Sep 20 07:18:22 2018
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 5B22A130EAA for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 07:18:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ClRx8wH_FQh8 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 07:18:19 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 94553130DF1 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 07:18:19 -0700 (PDT)
Date: Thu, 20 Sep 2018 07:18:18 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537453098; bh=MkLlq4FChMKe7iYbJn7nAYlVptJtRFdmx18BA57Ak/c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NDRqIcKgte8gdEOZ6hqa/qFJVr1YnDUulm1BgrSq+JkaSPmsLGFeUIZnFPbRXbjp5 B0fQvSa39DazbVlAIs6AY/ilfpeyFpX6NHPMFd7E8YHgO0pIhCXYRuFARPei5/to63 /abbQGbgb3hdnv6Qed2sSfLLjIxLHEcoEMVPuA8o=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1f9a5a503620ad91c699dafa1cf12352cc7aee5e92cf0000000117bb6e2a92a169ce158477a2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1757/423200560@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1757@github.com>
References: <quicwg/base-drafts/issues/1757@github.com>
Subject: Re: [quicwg/base-drafts] Does DCID change after HelloRetryRequest? (#1757)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba3ac2a86411_c243f82808d45b829759f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/9wUnjPOrXjA--qk87aHKfd2VkBo>
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, 20 Sep 2018 14:18:21 -0000

----==_mimepart_5ba3ac2a86411_c243f82808d45b829759f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

There is no such thing as a HelloRetryRequest in Quic. There are just some bits produced by the TLS component, telling QUIC to please send this over Initial or Handshakes packet. So the answer to the question is very simple: NO, the CID should not change.

-- 
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/1757#issuecomment-423200560
----==_mimepart_5ba3ac2a86411_c243f82808d45b829759f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>There is no such thing as a HelloRetryRequest in Quic. There are just some bits produced by the TLS component, telling QUIC to please send this over Initial or Handshakes packet. So the answer to the question is very simple: NO, the CID should not change.</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/1757#issuecomment-423200560">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_Nw4P5bZM_5GrrIsPdwJY2m8z4eks5uc6OqgaJpZM4Wsh9c">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7bQEM-E7B1AkwvLGumY0gzoZG82ks5uc6OqgaJpZM4Wsh9c.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #1757: There is no such thing as a HelloRetryRequest in Quic. There are just some bits produced by the TLS component, telling QUIC to please send this over Initial or Handshakes packet. So the answer to the question is very simple: NO, the CID should not change."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1757#issuecomment-423200560"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1757#issuecomment-423200560",
"url": "https://github.com/quicwg/base-drafts/issues/1757#issuecomment-423200560",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Does DCID change after HelloRetryRequest? (#1757)",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1757,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1757\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1757#issuecomment-423200560"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380772188\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba3ac2a86411_c243f82808d45b829759f--


From nobody Thu Sep 20 07:24:59 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 6CED1130E64 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 07:24:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 vVNE4b7H3Y8T for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 07:24:56 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 930BE130E09 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 07:24:56 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537453495; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=GV6nNLlOkHT89zhH7K5umWdCfKLxxYaIGoOO1ccdpKs=; b=QI18VB6UPd3zHFzP0HFbOTZWxRB51oNBIBB74FRVJOMAxtPOtUpHmuezvRAGt59q5lbB5sO1 qlj8+uujEs+Y7kyrak0NTmqIpZC+/JWc6kBTWWJQ4TxR4PQDF2ExpfAhsvPj7HUXyL//Pc5y g3buw0p4jYKWRrNxBE/LHFUC3HM=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5ba3adb6.7f58e83d2e40-smtp-out-n01; Thu, 20 Sep 2018 14:24:54 -0000 (UTC)
Date: Thu, 20 Sep 2018 07:24:54 -0700
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5ba3adb6bea5d_76d02ac92d3b0ecc844e7@hookshot-fe-6b2eebc.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] c0eba8: ACN ECN slides
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba3adb6be69d_76d02ac92d3b0ecc84386"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5JzXrx8I8olwYFp-XCw2iR0DP5A>
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, 20 Sep 2018 14:24:58 -0000

----==_mimepart_5ba3adb6be69d_76d02ac92d3b0ecc84386
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: c0eba85805140a3159aab356272a963dd5f17883
      https://github.com/quicwg/wg-materials/commit/c0eba85805140a3159aab356272a963dd5f17883
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    A interim-18-09/ack-ecn.pdf

  Log Message:
  -----------
  ACN ECN slides


  Commit: 58ef41fe05b71d9ec8b590dc4db6fae1ec381b34
      https://github.com/quicwg/wg-materials/commit/58ef41fe05b71d9ec8b590dc4db6fae1ec381b34
  Author: Lars Eggert <lars@eggert.org>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    A interim-18-09/ack-ecn.pdf

  Log Message:
  -----------
  Merge pull request #74 from janaiyengar/master

ACN ECN slides


Compare: https://github.com/quicwg/wg-materials/compare/c0a4f5aba09d...58ef41fe05b7
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba3adb6be69d_76d02ac92d3b0ecc84386--


From nobody Thu Sep 20 07:25:42 2018
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 AA17D130ECD for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 07:25:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 tDbuLqEeHJfv for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 07:25:32 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F343C130E0C for <quic-issues@ietf.org>; Thu, 20 Sep 2018 07:25:31 -0700 (PDT)
Date: Thu, 20 Sep 2018 07:25:31 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537453531; bh=cV55dpRbGfKTJmBKIy4IHevTq3sm0S4+KHF85p6+/U4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PhaSSn5IeSK/JfqYA0EnaGdOnx/QZZY1jtWFpeo9VtdH2yW6nFvyHgLMOS0xyOMGw BHTHrzhUsXvil7PEo1HR854uAWSCI5iWztgnK5wh5alOxb7GcZETK6z1kEQUm9c6I8 iHLGPwTfLgW1PJ/b+FH3GY8TxmWFvM9HDVhsSQyo=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab569b1021a409ea820d7681f7cbc7223667d7555592cf0000000117bb6fda92a169ce15969aad@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/75/issue_event/1857848079@github.com>
In-Reply-To: <quicwg/wg-materials/pull/75@github.com>
References: <quicwg/wg-materials/pull/75@github.com>
Subject: Re: [quicwg/wg-materials] Add flow control slides (#75)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba3addbca18_1eb03f8a4f8d45b4629a3"; 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/twndTErSn-S2n4rflzFShB5CvM0>
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, 20 Sep 2018 14:25:40 -0000

----==_mimepart_5ba3addbca18_1eb03f8a4f8d45b4629a3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #75 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/wg-materials/pull/75#event-1857848079
----==_mimepart_5ba3addbca18_1eb03f8a4f8d45b4629a3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362191533" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/75" href="https://github.com/quicwg/wg-materials/pull/75">#75</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/wg-materials/pull/75#event-1857848079">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxFndEnlKbIWrppV9HLD7_AB8tc0ks5uc6VbgaJpZM4WyJT9">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4hhic4WDWiGDgpTXQxzMfY6H9Wnks5uc6VbgaJpZM4WyJT9.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #75 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/75#event-1857848079"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/75#event-1857848079",
"url": "https://github.com/quicwg/wg-materials/pull/75#event-1857848079",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] Add flow control slides (#75)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/75#event-1857848079"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382244093\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba3addbca18_1eb03f8a4f8d45b4629a3--


From nobody Thu Sep 20 07:25:53 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 7395B130F28 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 07:25:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 y2_QnaIWfTtQ for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 07:25:43 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 95567130F33 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 07:25:43 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537453542; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=4wiIshLw29kobqGsrCyOSaV8iVJcF2wXd+a78uaBKcs=; b=F7q0xX6awq+lFM5QJ1gTG83PRooUJKt1zyNPMqx8fZ+qkqfEfiGnYAqo/rSSsmnD2OeruVIv aKvFnUTP2i7QNDQAiYiXb4FOIv+mRZuwP9qw3NOj7S7OkZnUcgGpvTgsr9CNdpPwgjxg+X7W 9e7la+f+Hz2/GIlDbhuCR34X36E=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 5ba3ade6.7f50783be300-smtp-out-n03; Thu, 20 Sep 2018 14:25:42 -0000 (UTC)
Date: Thu, 20 Sep 2018 07:25:41 -0700
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5ba3ade5b4688_22e82ae2fe014ecc7469b@hookshot-fe-d2afb11.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] 2623c4: remove duplicate
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba3ade5b42d2_22e82ae2fe014ecc745b3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/uAhoZF2ahu4PTZcbI-klgIz_jJY>
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, 20 Sep 2018 14:25:52 -0000

----==_mimepart_5ba3ade5b42d2_22e82ae2fe014ecc745b3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 2623c41167d0b6eb9f31be2e5580ed582e5e6635
      https://github.com/quicwg/wg-materials/commit/2623c41167d0b6eb9f31be2e5580ed582e5e6635
  Author: Lars Eggert <lars@eggert.org>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    R interim-18-09/ACK and ACK_ECN - New York Interim.pdf

  Log Message:
  -----------
  remove duplicate



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba3ade5b42d2_22e82ae2fe014ecc745b3--


From nobody Thu Sep 20 07:26:03 2018
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 6632F130EC7 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 07:25:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 NZXBVx4-GqIb for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 07:25:44 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BCD51130F1D for <quic-issues@ietf.org>; Thu, 20 Sep 2018 07:25:43 -0700 (PDT)
Date: Thu, 20 Sep 2018 07:25:43 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537453543; bh=1oD6pcpGrYopZXYMMZC+m8R6uYeTbqW8ARQKb5Dnk9k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SnPJzNtsjJ6XaZKfpEc7JnHK25sthCKYvsIIqalsGgVw3scBxTFsslx82QWc6sDIe xMB9lRqesNounJW5KZfzkiqoeHOjFZR/vnItblC6ECmzHkn8m5PnfWq2YCzptYSBjS LiEI/MFHepSgIr5iVzhxXzzG2rzWemMNmyClcCjg=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab114c12b2aa1796eab07963655cede5ed15103f1892cf0000000117bb6fe792a169ce15969986@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/74/issue_event/1857848747@github.com>
In-Reply-To: <quicwg/wg-materials/pull/74@github.com>
References: <quicwg/wg-materials/pull/74@github.com>
Subject: Re: [quicwg/wg-materials] ACN ECN slides (#74)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba3ade7190bc_ebd3fe5b42d45b86592a"; 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/eCYjv0BETFKnekRFBK-uUKTScF4>
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, 20 Sep 2018 14:25:54 -0000

----==_mimepart_5ba3ade7190bc_ebd3fe5b42d45b86592a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #74 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/wg-materials/pull/74#event-1857848747
----==_mimepart_5ba3ade7190bc_ebd3fe5b42d45b86592a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362191238" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/74" href="https://github.com/quicwg/wg-materials/pull/74">#74</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/wg-materials/pull/74#event-1857848747">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6nQkkr4hL6EHTWQRzYISC6KuAPMks5uc6VngaJpZM4WyJOS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5BZ-Bd0vT71gEOTVIj9B30M4JfZks5uc6VngaJpZM4WyJOS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #74 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/74#event-1857848747"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/74#event-1857848747",
"url": "https://github.com/quicwg/wg-materials/pull/74#event-1857848747",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] ACN ECN slides (#74)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/74#event-1857848747"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382243730\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba3ade7190bc_ebd3fe5b42d45b86592a--


From nobody Thu Sep 20 10:13:49 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 AEDA5130E13 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 10:13:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 QCumpqwjrWXP for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 10:13:46 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EFB75130E12 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 10:13:45 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537463624; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=0VjpFvfpfgCm9vkqwtylUvYyUTs45ZAYiVmHI9Un//w=; b=PmKqOERig1HXrJltpdcgYh60894tE71eDV/SFFHZ4cnALekKVkeKdyTnHYj6jchrXfWM0xFM D2HikPOhxVqUB7m2mhP8QwTcJvzmx8GXEgaayvI8+hggyTLiWaLV5EJ7sHHQInq8WkUyfRDq Z3jfdjobcPFJarrOH9PttfokIyA=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5ba3d548.7f9700288630-smtp-out-n01; Thu, 20 Sep 2018 17:13:44 -0000 (UTC)
Date: Thu, 20 Sep 2018 10:13:43 -0700
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5ba3d547c8050_51412b0bc9662ec021510@hookshot-fe-cace476.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] b0a70e: Add handshake deadlock (#1764)
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba3d547c766a_51412b0bc9662ec021423"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/XkL9cD1RYXZc8Gi8wi09IvpF6_U>
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, 20 Sep 2018 17:13:48 -0000

----==_mimepart_5ba3d547c766a_51412b0bc9662ec021423
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: b0a70ef969c62ca1546b682f11a9622bff4f080c
      https://github.com/quicwg/wg-materials/commit/b0a70ef969c62ca1546b682f11a9622bff4f080c
  Author: Lars Eggert <lars@eggert.org>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M interim-18-09/agenda.md

  Log Message:
  -----------
  Add handshake deadlock (#1764)



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba3d547c766a_51412b0bc9662ec021423--


From nobody Thu Sep 20 10:15:38 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 2946A130E12 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 10:15:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 VJYp-VWDe9hX for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 10:15:35 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9C0BF130DF4 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 10:15:35 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537463734; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=ZXUOba8qcvGhI9XgbTtr2PcctkgYRsexmLSHA3SFDQ0=; b=eV8v7kZy1cshQK3cH/7E3KI3l7/xvP1F+d4BW88bKvCyb5Y6PZEIwEqEJtRdjKv6iuXJfLzw FdWQhZ7WNkQWoJbDKb09lH5INWRkxnWTrJ8i6e86BuCr4Cr+NocTGGMFNG2RD+a2WsP4SZkZ PeYN2jsoXHPahLpZUT/rm8S21YU=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 5ba3d5b6.7fcb0c680990-smtp-out-n02; Thu, 20 Sep 2018 17:15:34 -0000 (UTC)
Date: Thu, 20 Sep 2018 10:15:33 -0700
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5ba3d5b5b068e_ecb2ae0261daed045926@hookshot-fe-5a11256.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] d8ba6a: Add files via upload
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba3d5b5afd72_ecb2ae0261daed045837"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/O_-OhFe9FfBLkNo2S8c4h8zr4Y8>
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, 20 Sep 2018 17:15:37 -0000

----==_mimepart_5ba3d5b5afd72_ecb2ae0261daed045837
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: d8ba6a3b4d40e0fec4da230e16f9ea34dfb860de
      https://github.com/quicwg/wg-materials/commit/d8ba6a3b4d40e0fec4da230e16f9ea34dfb860de
  Author: Lars Eggert <lars@eggert.org>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    A interim-18-09/Handshake deadlock %2F DoS mitigation (#1764).pdf

  Log Message:
  -----------
  Add files via upload



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba3d5b5afd72_ecb2ae0261daed045837--


From nobody Thu Sep 20 10:20:36 2018
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 372F3130E12 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 10:20:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 7GQ_qRHb4i9v for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 10:20:30 -0700 (PDT)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A5A12130DF4 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 10:20:30 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=vxrUaruMuXnNVf3vOgObfkl1J+E=; b=YRIdqmpkYpnw/bmO bahn+jBdVZM+GDGj1DMFE+71juzul6Gr+sMFoHzms/hCqtlN06n8sNOHVSWfxNq4 DZWEvK6ewOsOXZrjAurxYUdawJcPX1j+zXuGK/xJ1oa5bgSA5MeIpOcGhO2swgga A1eGpN9sLNCi9QB4Z5HfWtmZFVA=
Received: by filter1526p1mdw1.sendgrid.net with SMTP id filter1526p1mdw1-11242-5BA3D6DC-18 2018-09-20 17:20:28.321464984 +0000 UTC m=+1196038.298458960
Received: from github-lowworker-3c598a3.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id -iWdQKa7QYCk_WMfA7Mxpg for <quic-issues@ietf.org>; Thu, 20 Sep 2018 17:20:28.263 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-3c598a3.cp1-iad.github.net (Postfix) with ESMTP id 3CE9FA80254 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 10:20:28 -0700 (PDT)
Date: Thu, 20 Sep 2018 17:20:28 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb2988f222968eba7172765e1849c0f0aa072ea8f92cf0000000117bb98dc92a169ce158b312f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1767/423264693@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1767@github.com>
References: <quicwg/base-drafts/issues/1767@github.com>
Subject: Re: [quicwg/base-drafts] Initial header table size of QPACK (#1767)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba3d6dc378b9_c6a3fa7a1ad45c01039ca"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0VRZlPQ0uu2Dji5GY2Vj6njnR3rkVbonxRBr VevCptQhB00X6cvaomHq+OzfZzGgOXTpWZRiZG7/6NYDFsyOooZRqnbxj0TYyHXpNOQHLmmvZJh6mz bGK/xH2ARimmyt96oLn8vvHrs/oMjcPnCh6oZ7bdfuuXS01HsfzbYyDO7zZk57pUBqK4AStfMmhTaA c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/d0IcJKwzZ94gSNc_pqittzywPRQ>
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, 20 Sep 2018 17:20:33 -0000

----==_mimepart_5ba3d6dc378b9_c6a3fa7a1ad45c01039ca
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

That's what we agreed in #1530, yes.

-- 
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/1767#issuecomment-423264693
----==_mimepart_5ba3d6dc378b9_c6a3fa7a1ad45c01039ca
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>That's what we agreed in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="338804271" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1530" href="https://github.com/quicwg/base-drafts/issues/1530">#1530</a>, yes.</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/1767#issuecomment-423264693">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzXW70AM28hMR4I7ky5GI5f1TJOnks5uc85cgaJpZM4WukSP">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4GPrCzioH4xdFLjetfV3xXat_mzks5uc85cgaJpZM4WukSP.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #1767: That's what we agreed in #1530, yes."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1767#issuecomment-423264693"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment-423264693",
"url": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment-423264693",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Initial header table size of QPACK (#1767)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1767,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1767\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment-423264693"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381305999\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba3d6dc378b9_c6a3fa7a1ad45c01039ca--


From nobody Thu Sep 20 10:26:26 2018
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 B36EF130E3D for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 10:26:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 5KmZFoxgjqGm for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 10:26:23 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 19E5C130E13 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 10:26:23 -0700 (PDT)
Date: Thu, 20 Sep 2018 10:26:21 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537464381; bh=/wKBxGp9wwKokIea9kqej/1V3tAcVBgXJdOWPo2yN2o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=P+Jmu4118zM0JXI3Cj03nsEQ/vewEJoRRffR0kge78EdUc10jSvt9ByhuqgkQaxAP 8196mVWPXQTSv1BBmWKpTcdoJrD+Q5bte6UR339Uv+gnaly0s6Rb5JRjRVzKPgqF+K 1aWTsA14jQSwecT9a89iFJaPPJFDMIxmevg5YzA8=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab487631a774bf79ee7dc97e2bf9097ca40a1cada692cf0000000117bb9a3d92a169ce1590bff0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1772/c423266574@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1772@github.com>
References: <quicwg/base-drafts/pull/1772@github.com>
Subject: Re: [quicwg/base-drafts] Fix spelling error (#1772)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba3d83dcc44e_d293fe15dcd45b41440ca"; 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/mhfkZdZhlRUv5HzhhHoINLCP_-o>
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, 20 Sep 2018 17:26:25 -0000

----==_mimepart_5ba3d83dcc44e_d293fe15dcd45b41440ca
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Either is fine.  A single PR with lots of spelling issues is easy to merge, but the more lines it touches the more likely it is to be broken by other changes if it doesn't get merged immediately.  If you start changing anything substantive, use separate PRs for each idea.

-- 
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/1772#issuecomment-423266574
----==_mimepart_5ba3d83dcc44e_d293fe15dcd45b41440ca
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Either is fine.  A single PR with lots of spelling issues is easy to m=
erge, but the more lines it touches the more likely it is to be broken by=
 other changes if it doesn't get merged immediately.  If you start changi=
ng anything substantive, use separate PRs for each idea.</p>

<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/1772#issuecomment-423266574">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyjDVU=
ih_V2bgRPyOuh__-gwLGl8ks5uc8-9gaJpZM4Wwb2F">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqw4Xx3C_LxHi4xLbzuRd2cB1alBk=
ks5uc8-9gaJpZM4Wwb2F.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Mike=
Bishop in #1772: Either is fine.  A single PR with lots of spelling issue=
s is easy to merge, but the more lines it touches the more likely it is t=
o be broken by other changes if it doesn't get merged immediately.  If yo=
u start changing anything substantive, use separate PRs for each idea."}]=
,"action":{"name":"View Pull Request","url":"https://github.com/quicwg/ba=
se-drafts/pull/1772#issuecomment-423266574"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1772#issuecomment-4=
23266574",
"url": "https://github.com/quicwg/base-drafts/pull/1772#issuecomment-4232=
66574",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Fix spelling error (#1772)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1772,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1772\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1772#issuecomment-4232=
66574"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3817957=
17\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba3d83dcc44e_d293fe15dcd45b41440ca--


From nobody Thu Sep 20 11:04:23 2018
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 C79B1130DD9 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 11:04:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 n7TVFFpI0uJ6 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 11:04:16 -0700 (PDT)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 18C3D130E12 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 11:04:16 -0700 (PDT)
Date: Thu, 20 Sep 2018 11:04:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537466655; bh=5Dby0ACtwddYfg5RmXPYVinwf6FI/MMgNhyryM5XZ4g=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=fioI+am1FJEoKLzsSLY6Xm2LN8zrGrTE8pq/nRrHem9J8kWGxPwCnzAq8lmsH3AZl chD+uPkYrpQAFrcb30nl0UG9A6wFAggbYfbbWBaQXJ5l0NkS7jm3+zVhoNSCQT86f4 K0PwJgonYaNrPeRIM2T1/6+Kc2TgSG/Xs6kuVbfg=
From: Daan De Meyer <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4af572429313fe04a991e6af13ee2096eaa7c8ac92cf0000000117bba31f92a169ce1598442a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1779@github.com>
Subject: [quicwg/base-drafts] Spelling: "connection ID -> connection IDs" (#1779)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba3e11f7c631_4c563fea6f2d45bc167661"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DaanDeMeyer
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/e0ucg-uNDNSZr5DocCWKexpHTSY>
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, 20 Sep 2018 18:04:18 -0000

----==_mimepart_5ba3e11f7c631_4c563fea6f2d45bc167661
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Since there are two connection ids in an Initial packet I think "connection IDs" should be used in this case.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1779

-- Commit Summary --

  * Fix spelling error

-- File Changes --

    M draft-ietf-quic-tls.md (2)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1779.patch
https://github.com/quicwg/base-drafts/pull/1779.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/1779

----==_mimepart_5ba3e11f7c631_4c563fea6f2d45bc167661
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Since there are two connection ids in an Initial packet I think "connection IDs" should be used in this case.</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/1779'>https://github.com/quicwg/base-drafts/pull/1779</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fix spelling error</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1779/files#diff-0">draft-ietf-quic-tls.md</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1779.patch'>https://github.com/quicwg/base-drafts/pull/1779.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1779.diff'>https://github.com/quicwg/base-drafts/pull/1779.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/1779">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq58jm1xm-uTaKQVmJ4j8L17SsOh0ks5uc9ifgaJpZM4WypPN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx0AeL5msVZ2eDrHoKMLH0bjGb1Eks5uc9ifgaJpZM4WypPN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Spelling: \"connection ID -\u003e connection IDs\" (#1779)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1779"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1779",
"url": "https://github.com/quicwg/base-drafts/pull/1779",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Spelling: \"connection ID -\u003e connection IDs\" (#1779)",
"sections": [
{
"text": "",
"activityTitle": "**Daan De Meyer**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@DaanDeMeyer",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "fe79e34",
"value": "Fix spelling error"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-tls.md](https://github.com/quicwg/base-drafts/pull/1779/files#diff-0) (2 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1779,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1779\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1779"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1779.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1779.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382374861\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba3e11f7c631_4c563fea6f2d45bc167661--


From nobody Thu Sep 20 11:06:39 2018
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 43294130E2D for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 11:06:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 nVN9urw2Qp6L for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 11:06:36 -0700 (PDT)
Received: from o6.sgmail.github.com (o6.sgmail.github.com [192.254.113.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B949B130DD9 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 11:06:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=pityX2DyFAdmYyKz2WpS9n6AZ8Q=; b=qTMoSytWyA48divD dz49qvE+EnIf5eHYcYNsNSTzCCvtu/9ltrLAFbNxGKZL6CUsLSifx8WztQlpV39g I1vX2J68RA2JSyS8ec3iV/laChBwpPp/PYTdk/oP6Sgf+RPwxljqy4SJlvXQ1iS5 h4dxbkLOpTLZKI4YcuT2Z0jQLEo=
Received: by filter0269p1iad2.sendgrid.net with SMTP id filter0269p1iad2-22834-5BA3E1AA-1E 2018-09-20 18:06:34.374798082 +0000 UTC m=+1195088.956545577
Received: from github-lowworker-1ffe0ab.cp1-iad.github.net (unknown [192.30.252.38]) by ismtpd0019p1iad2.sendgrid.net (SG) with ESMTP id 8_KY0aTtRf60wMxwEy0TDw for <quic-issues@ietf.org>; Thu, 20 Sep 2018 18:06:34.332 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1ffe0ab.cp1-iad.github.net (Postfix) with ESMTP id 5E76E380865 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 11:06:34 -0700 (PDT)
Date: Thu, 20 Sep 2018 18:06:34 +0000 (UTC)
From: Daan De Meyer <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab15532f975cd15d9fa24422def36748bac12a0b3c92cf0000000117bba3aa92a169ce159846f7@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1780@github.com>
Subject: [quicwg/base-drafts] Spelling: "reciving" => "receiving" (#1780)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba3e1aa5925a_6dce3fa17c4d45c41515b5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DaanDeMeyer
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2dCmjflpCKn8hpXRjEj8oZFQeY5viq6ixkxa t7rGho6bqKw+l+as2264wX1Ab7zrt5MC4I7UtGCkftuLhwuQ0FeUOFha4FOKHDTxox9UiEDGXVoT0T b8ZYVogub43fC7QnbHj2Acg9W7oWKfJ44km3ULoG8zg0dXkZ/oGJi4zmpiRwzfNdLaGBBjiI7iMpdH g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-RD9CW6rNMoogeREzYE9wIEtOKM>
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, 20 Sep 2018 18:06:37 -0000

----==_mimepart_5ba3e1aa5925a_6dce3fa17c4d45c41515b5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1780

-- Commit Summary --

  * Fix spelling error

-- File Changes --

    M draft-ietf-quic-tls.md (2)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1780.patch
https://github.com/quicwg/base-drafts/pull/1780.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/1780

----==_mimepart_5ba3e1aa5925a_6dce3fa17c4d45c41515b5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<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/1780'>https://github.com/quicwg/base-drafts/pull/1780</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fix spelling error</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1780/files#diff-0">draft-ietf-quic-tls.md</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1780.patch'>https://github.com/quicwg/base-drafts/pull/1780.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1780.diff'>https://github.com/quicwg/base-drafts/pull/1780.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/1780">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1hRNxR_M_6kZEwkDrxkDPG1je1Nks5uc9kqgaJpZM4Wypdm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-O_CMZuZ6SMzRUMC2qGiNgcMb6nks5uc9kqgaJpZM4Wypdm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Spelling: \"reciving\" =\u003e \"receiving\" (#1780)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1780"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1780",
"url": "https://github.com/quicwg/base-drafts/pull/1780",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Spelling: \"reciving\" =\u003e \"receiving\" (#1780)",
"sections": [
{
"text": "",
"activityTitle": "**Daan De Meyer**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@DaanDeMeyer",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "7bfdc46",
"value": "Fix spelling error"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-tls.md](https://github.com/quicwg/base-drafts/pull/1780/files#diff-0) (2 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1780,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1780\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1780"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1780.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1780.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382375782\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba3e1aa5925a_6dce3fa17c4d45c41515b5--


From nobody Thu Sep 20 11:10:57 2018
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 9C1B3130E17 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 11:10:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 C5YSB1S9bFWx for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 11:10:53 -0700 (PDT)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D1C59130E12 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 11:10:53 -0700 (PDT)
Date: Thu, 20 Sep 2018 11:10:52 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537467053; bh=56qLtyQhZo3DZFrlK07KNKuTiVS0025Ibkj69n8FqxE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=j3AxNUZh/HAgu6C0DjxUQqAl18gLyUkcO9Um3tqGuGNPpgT84c9OmtqRVSuViM0vx xHIxg+H8TZP7elrAS3XZ8CIBD6zoY7HSDkzoL063OmiC97tYCN3S41vbtpaaAgNb21 YWAV6ZnnGUcgSxGuuwK2+rBOKmOl+s7+8r8QWWAs=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd1180931639920ea38642f0b5facfee41e26dd9092cf0000000117bba4ac92a169ce158b312f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1767/423280767@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1767@github.com>
References: <quicwg/base-drafts/issues/1767@github.com>
Subject: Re: [quicwg/base-drafts] Initial header table size of QPACK (#1767)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba3e2acebf48_1ef43fc319ed45c419382a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8PDvsZ4Cm_OzQOoC7mNbc1CTCqU>
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, 20 Sep 2018 18:10:56 -0000

----==_mimepart_5ba3e2acebf48_1ef43fc319ed45c419382a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm fine with @afrind says in 
https://github.com/quicwg/base-drafts/issues/1767#issuecomment-423189597.

And thanks to Mike for pointing me to #1530. I now see that the necessary text exists (see #1642), and consider that this issue can be closed as duplicate of #1530.

-- 
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/1767#issuecomment-423280767
----==_mimepart_5ba3e2acebf48_1ef43fc319ed45c419382a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I'm fine with <a class=3D"user-mention" data-hovercard-user-id=3D"8259=
689" data-octo-click=3D"hovercard-link-click" data-octo-dimensions=3D"lin=
k_type:self" href=3D"https://github.com/afrind">@afrind</a> says in<br>
<a class=3D"issue-link js-issue-link" data-error-text=3D"Failed to load i=
ssue title" data-id=3D"361443631" data-permission-text=3D"Issue title is =
private" data-url=3D"https://github.com/quicwg/base-drafts/issues/1767" h=
ref=3D"https://github.com/quicwg/base-drafts/issues/1767#issuecomment-423=
189597">#1767 (comment)</a>.</p>
<p>And thanks to Mike for pointing me to <a class=3D"issue-link js-issue-=
link" data-error-text=3D"Failed to load issue title" data-id=3D"338804271=
" data-permission-text=3D"Issue title is private" data-url=3D"https://git=
hub.com/quicwg/base-drafts/issues/1530" href=3D"https://github.com/quicwg=
/base-drafts/issues/1530">#1530</a>. I now see that the necessary text ex=
ists (see <a class=3D"issue-link js-issue-link" data-error-text=3D"Failed=
 to load issue title" data-id=3D"348926266" data-permission-text=3D"Issue=
 title is private" data-url=3D"https://github.com/quicwg/base-drafts/issu=
es/1642" href=3D"https://github.com/quicwg/base-drafts/pull/1642">#1642</=
a>), and consider that this issue can be closed as duplicate of <a class=3D=
"issue-link js-issue-link" data-error-text=3D"Failed to load issue title"=
 data-id=3D"338804271" data-permission-text=3D"Issue title is private" da=
ta-url=3D"https://github.com/quicwg/base-drafts/issues/1530" href=3D"http=
s://github.com/quicwg/base-drafts/issues/1530">#1530</a>.</p>

<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/1767#issuecomment-423280767">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9W5=
x5cV7MibVtYA8IN5XLMAk8lpks5uc9osgaJpZM4WukSP">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5ARV2NeWqsLRXkaUqOa894h=
ubyHks5uc9osgaJpZM4WukSP.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1767: I'm fine with @afrind says in \r\nhttps://github.com/quicwg/=
base-drafts/issues/1767#issuecomment-423189597.\r\n\r\nAnd thanks to Mike=
 for pointing me to #1530. I now see that the necessary text exists (see =
#1642), and consider that this issue can be closed as duplicate of #1530.=
"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-d=
rafts/issues/1767#issuecomment-423280767"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment=
-423280767",
"url": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment-42=
3280767",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Initial header table size of QPACK (#1=
767)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1767,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1767\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1767#issuecomment-42=
3280767"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3813059=
99\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba3e2acebf48_1ef43fc319ed45c419382a--


From nobody Thu Sep 20 11:18:02 2018
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 049BD130E17 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 11:18:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 DQYrU9hTMam5 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 11:17:59 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 67FF4130E2D for <quic-issues@ietf.org>; Thu, 20 Sep 2018 11:17:59 -0700 (PDT)
Date: Thu, 20 Sep 2018 11:17:59 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537467479; bh=i77BfV6sSy64ibasZePt2P9mS6myZVzl2AYDFuve43g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rzvQmIdGGI3i18bjDLM7r7SLk2qkDwh/n1BEUwyOsPwrSAFXzOITvYO/pB26fkby+ wTAy7SFtclM+i3SMk9YZIM0Hoqo6C2jvNavEXhhFqV3VV6Ehsi0bkt7AUPPSKAVLg1 iezZlToJ4e7GtWi0SJb/WB3PyAp5tDdVm5iwdzh8=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4230c33a81d4b7c290646773e8dc8e6aa543a0ff92cf0000000117bba65692a169ce158b312f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1767/issue_event/1858421922@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1767@github.com>
References: <quicwg/base-drafts/issues/1767@github.com>
Subject: Re: [quicwg/base-drafts] Initial header table size of QPACK (#1767)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba3e45732a1_16803fe0a1ed45c41207a"; 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/Is2fUOENnpepNfrRYebVe0gJq-w>
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, 20 Sep 2018 18:18:01 -0000

----==_mimepart_5ba3e45732a1_16803fe0a1ed45c41207a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1767.

-- 
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/1767#event-1858421922
----==_mimepart_5ba3e45732a1_16803fe0a1ed45c41207a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361443631" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1767" href="https://github.com/quicwg/base-drafts/issues/1767">#1767</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/1767#event-1858421922">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8p8BmzQBRyBmMOlULIVsVLpSi2Hks5uc9vXgaJpZM4WukSP">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1K3IP7FHlmMdVfiGYZb0AXcuV-lks5uc9vXgaJpZM4WukSP.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1767."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1767#event-1858421922"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1767#event-1858421922",
"url": "https://github.com/quicwg/base-drafts/issues/1767#event-1858421922",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Initial header table size of QPACK (#1767)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1767#event-1858421922"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381305999\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba3e45732a1_16803fe0a1ed45c41207a--


From nobody Thu Sep 20 12:24:28 2018
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 5EFAD130E12 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 12:24:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 q--ZibknA9B5 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 12:24:25 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3A1E2130DD4 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 12:24:25 -0700 (PDT)
Date: Thu, 20 Sep 2018 12:24:23 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537471463; bh=gIo/1FweuHWgC3WrbcAwSdcTJljCuC5wcmtzcHPif4Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QVIYQW0FWMZmWhTbaF1UlKaXymI5V+h7eYPD6T0WYFVzfi2LHK5/10/jrpcJZe0pE 5akPO8EiHYPkoat/sDBN4u2GrS191wCztzbNsT6kQvj4R4Pl2i0T9lhMHh36judnyK pQUwplKQA9siwDQ3uNeD/X4qYn1fuDtZ9OerRcrw=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab81298756b2228c13a9a0e194adbe7ea30378026f92cf0000000117bbb5e792a169ce13ae108c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1428/423302870@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1428@github.com>
References: <quicwg/base-drafts/issues/1428@github.com>
Subject: Re: [quicwg/base-drafts] When the sender is using standard Reno congestion control, ack every ~2 packets (#1428)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba3f3e71e9ec_50f53fa5bd2d45b852323"; 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/ePXwMsb0wWlbwa2Vxkb7_ImTNXQ>
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, 20 Sep 2018 19:24:27 -0000

----==_mimepart_5ba3f3e71e9ec_50f53fa5bd2d45b852323
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The decision in New York is to ACK every two packets, except for the recvmmsg case when multiple may be received on a connection at once.

Another decision is we want to communicate explicit Max Ack Delay and stop trying to use a max filter to track Max Ack Delay for TLP and RTO.

As with TCP, any fraction of RTT approach besides the "no more than an RTT of delay" will be via experimental extension only.

-- 
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/1428#issuecomment-423302870
----==_mimepart_5ba3f3e71e9ec_50f53fa5bd2d45b852323
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The decision in New York is to ACK every two packets, except for the r=
ecvmmsg case when multiple may be received on a connection at once.</p>
<p>Another decision is we want to communicate explicit Max Ack Delay and =
stop trying to use a max filter to track Max Ack Delay for TLP and RTO.</=
p>
<p>As with TCP, any fraction of RTT approach besides the "no more than an=
 RTT of delay" will be via experimental extension only.</p>

<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/1428#issuecomment-423302870">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-8r=
UwGLMHu0cvmtAHKNfEVQZbcIks5uc-tngaJpZM4Ud_JF">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq33O6kJUHacEOQcSZRsQF-8e=
bixyks5uc-tngaJpZM4Ud_JF.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #1428: The decision in New York is to ACK every two packets, exce=
pt for the recvmmsg case when multiple may be received on a connection at=
 once.\r\n\r\nAnother decision is we want to communicate explicit Max Ack=
 Delay and stop trying to use a max filter to track Max Ack Delay for TLP=
 and RTO.\r\n\r\nAs with TCP, any fraction of RTT approach besides the \"=
no more than an RTT of delay\" will be via experimental extension only."}=
],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-dra=
fts/issues/1428#issuecomment-423302870"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment=
-423302870",
"url": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment-42=
3302870",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] When the sender is using standard Reno=
 congestion control, ack every ~2 packets (#1428)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1428,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1428\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment-42=
3302870"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3434051=
25\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba3f3e71e9ec_50f53fa5bd2d45b852323--


From nobody Thu Sep 20 13:09:28 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 50666130EB5 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:09:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 vHhmkMF2DUEe for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:09:18 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 917C0130E9C for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:09:18 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537474157; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=efASmHDRjer9DNxxG1+sOz3wEpDKQJ9XZiy2M3qf1qs=; b=SHVvYQ71xA33qE/ytcj46zHBwAVLhzNAjlKtGzVKu6q97RqmrZVhiwpjpCiCqsnRh9Vp7Yz8 i+RMQ7gKMeQ5/nxYE4z+uGZceU1zigPXtO/VqL3Spn+A2/x4Li3lk3YIXc1hWv8BN5O0sJkf sbEY89CsdrA9pWmOKvMwoKWbh+Y=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 5ba3fe6d.7fa014588c00-smtp-out-n01; Thu, 20 Sep 2018 20:09:17 -0000 (UTC)
Date: Thu, 20 Sep 2018 13:09:17 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba3fe6dc57e3_47f82b1eaeb80ec891697@hookshot-fe-5a11256.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 4224a4: Fix spelling error
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba3fe6dc545f_47f82b1eaeb80ec8915f2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5p9bYc0ecT47byVHheHVepZ76L8>
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, 20 Sep 2018 20:09:27 -0000

----==_mimepart_5ba3fe6dc545f_47f82b1eaeb80ec8915f2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4224a46f5ba6c52e6654f7c710112da7bd64c575
      https://github.com/quicwg/base-drafts/commit/4224a46f5ba6c52e6654f7c710112da7bd64c575
  Author: Daan De Meyer <DaanDeMeyer@users.noreply.github.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Fix spelling error

"is permitted to initiated" -> "is permitted to initiate"


  Commit: 6471450e1058779e2b73a889095dbbae3bbaa826
      https://github.com/quicwg/base-drafts/commit/6471450e1058779e2b73a889095dbbae3bbaa826
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-21 (Fri, 21 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #1771 from DaanDeMeyer/patch-2

Fix spelling error


Compare: https://github.com/quicwg/base-drafts/compare/405c1f442036...6471450e1058
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba3fe6dc545f_47f82b1eaeb80ec8915f2--


From nobody Thu Sep 20 13:09:34 2018
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 78FC9130E91 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:09:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Ip9hkqfyzW7N for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:09:27 -0700 (PDT)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7D719130E1C for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:09:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=i6k7QWYxOf/G8OlL3X3oxeA5T7Y=; b=TIyKvmYXBfW3fDk5 B77rixanOTs8Etvx1s7s1/wSMHIhIoGmLaDOl2Djjatc0rz0PUVJLsRquE9vMLx5 xiAWs2ND59ejfRFcIE9KcofiuIyWJCjbgwGzmHZzKFyuXK7P5LuJx8PFvWPHdrPe EHUnG31wVgrXzgAyYWwlnJ5tCc8=
Received: by filter0170p1iad2.sendgrid.net with SMTP id filter0170p1iad2-20069-5BA3FE75-8 2018-09-20 20:09:25.22791202 +0000 UTC m=+1201768.479502237
Received: from github-lowworker-5909e27.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0014p1iad2.sendgrid.net (SG) with ESMTP id -OtZLeSVRnK7D5HflFY-Tg for <quic-issues@ietf.org>; Thu, 20 Sep 2018 20:09:25.098 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-5909e27.cp1-iad.github.net (Postfix) with ESMTP id 1CD233E0095 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:09:25 -0700 (PDT)
Date: Thu, 20 Sep 2018 20:09:25 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5705d27e2370dd328d62f9f14b5b795fd10d2b5092cf0000000117bbc07592a169ce1590be4f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1771/issue_event/1858657139@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1771@github.com>
References: <quicwg/base-drafts/pull/1771@github.com>
Subject: Re: [quicwg/base-drafts] Fix spelling error (#1771)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba3fe7512141_1f0e3f86472d45bc15428c"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3QxMirggwMykrfqtSiTw37XTlTWXdICacuFk vANIYl8A0fdfIem3yOK2jP7tOvLFcA+wz7huM0+BxeAv3nziw5nSxbJK920kwDWw0ZnHh1js0Gkslq lGpctzMjYNfN5vT65uHqr1SkbPwlQI2F5wa/UsW3WFbE9pj2yIsrBxZYzY5X0428gBEp5nFZZo2bB3 Y=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/uO7UVgF5Do-nQyZimYrqRY0P46U>
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, 20 Sep 2018 20:09:30 -0000

----==_mimepart_5ba3fe7512141_1f0e3f86472d45bc15428c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1771 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/1771#event-1858657139
----==_mimepart_5ba3fe7512141_1f0e3f86472d45bc15428c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361807439" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1771" href="https://github.com/quicwg/base-drafts/pull/1771">#1771</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/1771#event-1858657139">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1KLE5Wfo5Hd0OoC4juT7C9DgTcyks5uc_X1gaJpZM4Wwbtw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2LSmhevTX7kepkXXhBRLqobVVpuks5uc_X1gaJpZM4Wwbtw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1771 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1771#event-1858657139"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1771#event-1858657139",
"url": "https://github.com/quicwg/base-drafts/pull/1771#event-1858657139",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Fix spelling error (#1771)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1771#event-1858657139"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381795184\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba3fe7512141_1f0e3f86472d45bc15428c--


From nobody Thu Sep 20 13:10:03 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 C8154130E36 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:10:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 YjB99ASJFub7 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:10:00 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7E0F3129C6A for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:10:00 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537474199; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=Yhde4vBZ0pe/2sDe9dk3lO9vJVITXHJwbs6e8WpBxbA=; b=OqEVutqi2XIO3p3k2ZdO29TIwlZs2veoWSecfChKxUsZ8I0U7hHcvnPn5wvVQ0Kq/4hD0+hm of+LL4CDsl/VB9NfsrYXMBA1jmKJpmOFua8ntICI46B8TYMI2gbH+rpjzIfBbn5JF6TnBLK1 ++YA2CMyRgB1IboA+W7w+V+uixs=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5ba3fe97.7fdfa861aba0-smtp-out-n01; Thu, 20 Sep 2018 20:09:59 -0000 (UTC)
Date: Thu, 20 Sep 2018 13:09:59 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba3fe974d7e7_354f2afe5eeb8ebc14824@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 234bc4: Consequences for packets with illegal frames
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba3fe974d0c3_354f2afe5eeb8ebc14792"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WWMXnARkIQCe1-SCFyXVrk7JL80>
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, 20 Sep 2018 20:10:02 -0000

----==_mimepart_5ba3fe974d0c3_354f2afe5eeb8ebc14792
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 234bc4d7c81091e3ad0551995b19bcd144319d41
      https://github.com/quicwg/base-drafts/commit/234bc4d7c81091e3ad0551995b19bcd144319d41
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Consequences for packets with illegal frames

For #1766.


  Commit: bbe43d47b579b751ee76d8ff63e7e565e9bea83d
      https://github.com/quicwg/base-drafts/commit/bbe43d47b579b751ee76d8ff63e7e565e9bea83d
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-21 (Fri, 21 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #1770 from quicwg/issue1766

Consequences for packets with illegal frames


Compare: https://github.com/quicwg/base-drafts/compare/6471450e1058...bbe43d47b579
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba3fe974d0c3_354f2afe5eeb8ebc14792--


From nobody Thu Sep 20 13:10:10 2018
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 AAEC4129C6A for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:10:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 f6DXs7tmpGpD for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:10:06 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5267C130E2D for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:10:06 -0700 (PDT)
Date: Thu, 20 Sep 2018 13:10:05 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537474205; bh=QgK4s6gdHqnCSG8onzE+aAD3pQGyw/uR6Fsgv3/nmIc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dKd7Qz8fIqNCXxrH2FLU8087Dkds2dDJGFOafCYPlQANEu9rWGmAEBCQ2DhGfHQ84 ki4TwYPPd3SbUrE3CZVdiGKCzHkehkTgoZyIa3vVjXcLhj9By6uMzoPs6uHSkNx/pu UtZwD3V9mPQ/orzhyJuVhCBkFR6hF0Cm0qd/33yc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab20de1147a4cff69e07645e780b61fcdb7dda4a8492cf0000000117bbc09d92a169ce1590aeda@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1770/issue_event/1858658597@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1770@github.com>
References: <quicwg/base-drafts/pull/1770@github.com>
Subject: Re: [quicwg/base-drafts] Consequences for packets with illegal frames (#1770)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba3fe9d474c6_50773fdca76d45c02355a8"; 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/6A-PaHQvjGH7zFOmlJ71LJRLjnI>
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, 20 Sep 2018 20:10:09 -0000

----==_mimepart_5ba3fe9d474c6_50773fdca76d45c02355a8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1770 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/1770#event-1858658597
----==_mimepart_5ba3fe9d474c6_50773fdca76d45c02355a8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361803482" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1770" href="https://github.com/quicwg/base-drafts/pull/1770">#1770</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/1770#event-1858658597">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6soEWYucXXf2ACivOSXm3rIqSmxks5uc_YdgaJpZM4WwamI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_TKpdGE4YQgbSlkA8oFoIh9b6u8ks5uc_YdgaJpZM4WwamI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1770 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1770#event-1858658597"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1770#event-1858658597",
"url": "https://github.com/quicwg/base-drafts/pull/1770#event-1858658597",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Consequences for packets with illegal frames (#1770)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1770#event-1858658597"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381790600\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba3fe9d474c6_50773fdca76d45c02355a8--


From nobody Thu Sep 20 13:16:16 2018
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 ECEC41200D6 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:16:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 koeAiPnZDHAB for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:16:13 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D1CE0130E2D for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:16:12 -0700 (PDT)
Date: Thu, 20 Sep 2018 13:16:12 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537474572; bh=xzKL3pNHJbnj8X+28SeWRsEB2hDg5z6VQJyKpNiNAYQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AO5tv1t4u6L3sZIxo6rn3NsZ9i4I7LAiyFc8POWLYIbaZbvDeuJULgwiG5AX9SBGa Yc6gnnlingpTQGn66QdZqcYNiwShGBTRuuRl82NIxixoaXt3czm2Z78M04LUsd7QgD DV2VGjXpTzLJHTPrFeC2pi7QFhW7MrqyA9FgGCT8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab14e57326339246c73ee5b93a2c761b6ab4de463892cf0000000117bbc20c92a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c423318212@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba4000c19611_1b983f92698d45c41988c3"; 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/41pdmCsFh66LHmlqtxDaTNgeOqM>
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, 20 Sep 2018 20:16:15 -0000

----==_mimepart_5ba4000c19611_1b983f92698d45c41988c3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The big loser here is the validation of version negotiation.  I think that most of that is stuff we want to lose.  By having all the client's supported versions available to the server we lose a lot of the complication that the text was addressing.  I think that we do need new text to describe the properties we are looking to obtain and how we obtain them, but that should be short.  It appears as though the proposed text is a little too lean (the rationale for having transport parameter format stability is gone, for instance).

-- 
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/1755#issuecomment-423318212
----==_mimepart_5ba4000c19611_1b983f92698d45c41988c3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The big loser here is the validation of version negotiation.  I think =
that most of that is stuff we want to lose.  By having all the client's s=
upported versions available to the server we lose a lot of the complicati=
on that the text was addressing.  I think that we do need new text to des=
cribe the properties we are looking to obtain and how we obtain them, but=
 that should be short.  It appears as though the proposed text is a littl=
e too lean (the rationale for having transport parameter format stability=
 is gone, for instance).</p>

<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/1755#issuecomment-423318212">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq14F5B=
czTX-qWrw8CyuM5ea_hNmOks5uc_eMgaJpZM4WsOSC">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq12afmOPGZ0ESa9vXw3Sb5_IsMSR=
ks5uc_eMgaJpZM4WsOSC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
inthomson in #1755: The big loser here is the validation of version negot=
iation.  I think that most of that is stuff we want to lose.  By having a=
ll the client's supported versions available to the server we lose a lot =
of the complication that the text was addressing.  I think that we do nee=
d new text to describe the properties we are looking to obtain and how we=
 obtain them, but that should be short.  It appears as though the propose=
d text is a little too lean (the rationale for having transport parameter=
 format stability is gone, for instance)."}],"action":{"name":"View Pull =
Request","url":"https://github.com/quicwg/base-drafts/pull/1755#issuecomm=
ent-423318212"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4=
23318212",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4233=
18212",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mec=
hanism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4233=
18212"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3806915=
86\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba4000c19611_1b983f92698d45c41988c3--


From nobody Thu Sep 20 13:20:08 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 31D2B129C6A for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:20:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 cBACcvD43I8H for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:20:05 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E76AF1200D7 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:20:04 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537474804; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=n/BxVZrFBQPPSRa+e2245XeEEJQw1NqQJpm+i2pbdn0=; b=pqq2NgZ4t6zrYoBdfAll4bhaE8EOrIKgFTJdWbl1CrBopduzGNGdcP1wA0rZz+gU04cslDJS ZX2OT50YS25XOU1MgGTPQRFdIWQJxt4Rc0/AA4rgPPGGY+hATkfpRFIwRrs07BTtY2HGMxqB I5MDRuikRrCmDmCvUrP/7yxZek0=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5ba3fe9b.7f8e00407b70-smtp-out-n02; Thu, 20 Sep 2018 20:10:03 -0000 (UTC)
Date: Thu, 20 Sep 2018 13:10:02 -0700
From: martinthomson <martin.thomson@gmail.com>
Reply-To: martinthomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba3fe9ad86e4_1be32ae563374ed4663c3@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba3fe9ad8343_1be32ae563374ed466281"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DI0851ewWoymlKuH6AzDPOnvnLY>
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, 20 Sep 2018 20:20:07 -0000

----==_mimepart_5ba3fe9ad8343_1be32ae563374ed466281
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/issue1766
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba3fe9ad8343_1be32ae563374ed466281--


From nobody Thu Sep 20 13:20:50 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 C09401200D7 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:20:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 LXK962G-8ne8 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:20:47 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8E6A81200D6 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:20:47 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537474846; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=/iuIJH+Q7FwdDsfOgNJxeQBN2o/1JmXxwsXAkBWzaCg=; b=nSFCLYAhgEXJQ2G6VSTjR/A+sEUfCCcZtU62+DROOJ3Mv1itDhwkxQWJrR48WHM0aHqc5Bkz 3HZeKB95vFcrce9i0zT++BwLs5dR0TpSN1zwHQHON05vVtd6J6drP1BXlbsj+lCobzXqIvHr hKyP1Hzwae73ikeiIgQj1dI+hEw=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5ba4011e.7f589c321900-smtp-out-n02; Thu, 20 Sep 2018 20:20:46 -0000 (UTC)
Date: Thu, 20 Sep 2018 13:20:46 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba4011ecfda2_150c2ac8ec476ec4811b8@hookshot-fe-31feec6.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 90d0cd: Remove length restrictions on connection IDs
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba4011ecf8c3_150c2ac8ec476ec481084"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LeVg5Y-WzxH_JPcr83-Fk_Ro8sc>
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, 20 Sep 2018 20:20:49 -0000

----==_mimepart_5ba4011ecf8c3_150c2ac8ec476ec481084
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 90d0cd48ab8873de7874f0d67adbab6229038584
      https://github.com/quicwg/base-drafts/commit/90d0cd48ab8873de7874f0d67adbab6229038584
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M draft-ietf-quic-invariants.md

  Log Message:
  -----------
  Remove length restrictions on connection IDs

Closes #1570.


  Commit: 2cedb19dd337d469e7fb70d2adbe10fad2424ab7
      https://github.com/quicwg/base-drafts/commit/2cedb19dd337d469e7fb70d2adbe10fad2424ab7
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M draft-ietf-quic-invariants.md

  Log Message:
  -----------
  Don't use 'header field'


  Commit: ba8e6cb032f9bdcc137b0e2541a9b29aa2de17b6
      https://github.com/quicwg/base-drafts/commit/ba8e6cb032f9bdcc137b0e2541a9b29aa2de17b6
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M draft-ietf-quic-invariants.md

  Log Message:
  -----------
  Just remove the 4-18 thing


  Commit: 068b395c884280e1ad79a7337c8bccfe8122d08c
      https://github.com/quicwg/base-drafts/commit/068b395c884280e1ad79a7337c8bccfe8122d08c
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-21 (Fri, 21 Sep 2018)

  Changed paths:
    M draft-ietf-quic-invariants.md

  Log Message:
  -----------
  Merge pull request #1775 from quicwg/erase-short-cid-sizes

Remove length restrictions on connection IDs


Compare: https://github.com/quicwg/base-drafts/compare/bbe43d47b579...068b395c8842
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba4011ecf8c3_150c2ac8ec476ec481084--


From nobody Thu Sep 20 13:21:02 2018
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 E5D96130E6C for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:20:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 hhaG0ZdUqTIa for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:20:53 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7F96E130E71 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:20:53 -0700 (PDT)
Date: Thu, 20 Sep 2018 13:20:52 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537474852; bh=3LlUoxCo8aw3J4LO2xYVIOSn/oMegG2S8ohfTfqcxlw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EyOoIjw2k7rZOBVHCcWa6t2eLj0O3mZrl3WT/v2VozH7I8SQdHC3v0r+qRCPacbVX VYh6HpVFk2QA2Y1B/Quot6UumspvvYv8bdy6+UGDk9NcT6TPOlNB9zN+Ev7wfeyaLj pPXF7TohdlKWqIV5QSyKLTRaH8oWiQQ5jqYdlOmc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb32bb0d547aadf43215c90107bef293966ea5db992cf0000000117bbc32492a169ce14587666@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1570/issue_event/1858681098@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1570@github.com>
References: <quicwg/base-drafts/issues/1570@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID lengths 1, 2 and 3 bytes can't be encoded (#1570)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba401246aea4_6cf63fc261ed45b42516d3"; 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/u4L_8phPSPTxipukPSE7d4qDIfw>
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, 20 Sep 2018 20:21:01 -0000

----==_mimepart_5ba401246aea4_6cf63fc261ed45b42516d3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1570 via #1775.

-- 
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/1570#event-1858681098
----==_mimepart_5ba401246aea4_6cf63fc261ed45b42516d3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="341341798" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1570" href="https://github.com/quicwg/base-drafts/issues/1570">#1570</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361919176" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1775" href="https://github.com/quicwg/base-drafts/pull/1775">#1775</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/1570#event-1858681098">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxGcVWWet4k43PHOCJm0JMrd4HUyks5uc_ikgaJpZM4VQV65">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6UH-CJtQa9cAgBuQOCRagPeaBDPks5uc_ikgaJpZM4VQV65.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1570 via #1775."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1570#event-1858681098"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1570#event-1858681098",
"url": "https://github.com/quicwg/base-drafts/issues/1570#event-1858681098",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID lengths 1, 2 and 3 bytes can't be encoded (#1570)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1570#event-1858681098"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 356605625\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba401246aea4_6cf63fc261ed45b42516d3--


From nobody Thu Sep 20 13:21:08 2018
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 C3950130EBA for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:20:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 uvCuoLi_fJmz for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:20:55 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A3367130E7A for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:20:53 -0700 (PDT)
Date: Thu, 20 Sep 2018 13:20:52 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537474853; bh=rR48+bfm9IiMKGC0qw8fy7TJBS+HFO5znRby2MMVmzU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=C7ykftd+4JIQAcsGgCO1M2oZARLsHZDe91ZREk745VlR5+cGMdjfcSKYSSLI1YBGx iBu3hAxm/dVKgK4NXNuu4XZlkakCcckSRrC3ogLGugidD3oPt/jc4M9O1UbciD3GrO JSayWuXVrVXjWGZROPuapDDF8AkSg501N7lduNKc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9ae994fb9c7ae2fa371fe6613e50ff05b43de57192cf0000000117bbc32492a169ce159272c8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1775/issue_event/1858681086@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1775@github.com>
References: <quicwg/base-drafts/pull/1775@github.com>
Subject: Re: [quicwg/base-drafts] Remove length restrictions on connection IDs (#1775)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba40124f01d7_68233f91ceed45b4409320"; 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/9HWS4ANMOmQz5oseA_7WEM94IlQ>
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, 20 Sep 2018 20:21:03 -0000

----==_mimepart_5ba40124f01d7_68233f91ceed45b4409320
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1775 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/1775#event-1858681086
----==_mimepart_5ba40124f01d7_68233f91ceed45b4409320
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361919176" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1775" href="https://github.com/quicwg/base-drafts/pull/1775">#1775</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/1775#event-1858681086">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3cHl2tVTqZTRqAQRXRbhXtG9y-Wks5uc_ikgaJpZM4Ww7xv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyKcOrdZKeftuyipPPlI-j8K9vv0ks5uc_ikgaJpZM4Ww7xv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1775 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1775#event-1858681086"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1775#event-1858681086",
"url": "https://github.com/quicwg/base-drafts/pull/1775#event-1858681086",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remove length restrictions on connection IDs (#1775)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1775#event-1858681086"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381926511\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba40124f01d7_68233f91ceed45b4409320--


From nobody Thu Sep 20 13:21:14 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 20191130E5F for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:20:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 5LFI6ZmQaQtt for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:20:56 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DA3A0130E9E for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:20:53 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537474853; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=e0Jb0v7HtCIDoYvq4wN/+UIPGh/CtR5Hnvtmsf8mNBE=; b=TCIo5DsnfXxO0p9p2KViDF9Ppfr8P/aa0yhEt1mDRwoMdyoY6ixL6BiU/d4b2+JNKSU2xRll Ba7su1aL7veVdkaAHuuUvc8EAtAxqlyn3c4j1DwhRBc7poqzn+O/O4bGqvAAnczMIihPuxc9 p9pu22CO7zF1gUK/w1C83pDEay8=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 5ba40125.7f9ae85b0d50-smtp-out-n02; Thu, 20 Sep 2018 20:20:53 -0000 (UTC)
Date: Thu, 20 Sep 2018 13:20:53 -0700
From: martinthomson <martin.thomson@gmail.com>
Reply-To: martinthomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba40125493f_23a22b05bcda2edc2138a@hookshot-fe-d2afb11.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba40125446f_23a22b05bcda2edc2123"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/uFj_BGHmczZQJgnqJLSAQsktDss>
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, 20 Sep 2018 20:21:06 -0000

----==_mimepart_5ba40125446f_23a22b05bcda2edc2123
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/erase-short-cid-sizes
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba40125446f_23a22b05bcda2edc2123--


From nobody Thu Sep 20 13:22:19 2018
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 D16FD129C6A for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:22:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 wYlYUH3JoE4L for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:22:16 -0700 (PDT)
Received: from o8.sgmail.github.com (o8.sgmail.github.com [167.89.101.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 76C591200D6 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:22:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=kia/Ek2C6fZskEoj4bwMLMjf3gI=; b=Ysh/FmOwlOx5eq43 wWniLoiZrC7Jd0ZrtJLb2W+MBZXTVjS/CvcjcmfrCCSDEm9IKA5QFsuilN9l9I1F RFF9somYivptHYmFr+aAOiR0LMXOR3YEGHIfYarxEBX016XPN/aQ9M/zZ34cy3BS UInklPq41BvYXkeRahkjDnLcO8g=
Received: by filter1178p1las1.sendgrid.net with SMTP id filter1178p1las1-21731-5BA40176-47 2018-09-20 20:22:14.972347837 +0000 UTC m=+597165.815311826
Received: from github-lowworker-89d05ac.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0011p1iad2.sendgrid.net (SG) with ESMTP id Ac8ozG7PROSjutVoOzEqCQ for <quic-issues@ietf.org>; Thu, 20 Sep 2018 20:22:14.866 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-89d05ac.cp1-iad.github.net (Postfix) with ESMTP id CEA61AE02F8 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:22:14 -0700 (PDT)
Date: Thu, 20 Sep 2018 20:22:15 +0000 (UTC)
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/1777/push/2894412934@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1777@github.com>
References: <quicwg/base-drafts/pull/1777@github.com>
Subject: Re: [quicwg/base-drafts] Specify direction of data flow on unidirectional streams. (#1777)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba40176c569f_3f983fe8a9cd45c0313834"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak10q4U6O5s3h0L3Hu3MV6KEg0JtlFuqA60ksR vQMY9x10auhkocKxVzA/5sL/4MXCgEbuYAstv2QyMSq3BEWc/fqn2l5LniNcOXSTbIzko1/kUr2POj fsPqYlizmBiMWZqyPzKMuYLMkekf/I/wk/2O+CRBSCM3ah/7uJErTQYfcTrVqxiWraRMYYzULrRfKN Y=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5qQVGCGHG89NOb5Fv7l220gxhVk>
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, 20 Sep 2018 20:22:18 -0000

----==_mimepart_5ba40176c569f_3f983fe8a9cd45c0313834
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

4189b96  don't need only


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1777/files/101f39411eb8e5295bd9bab3ec042fa6edbc1d9a..4189b9605586ff0065fcf4bf714bd4a642e9f997

----==_mimepart_5ba40176c569f_3f983fe8a9cd45c0313834
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/4189b96">4189b96</a>  don&#39;t need only</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/1777/files/101f39411eb8e5295bd9bab3ec042fa6edbc1d9a..4189b9605586ff0065fcf4bf714bd4a642e9f997">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyA3H9Wqiw5bWIrb0g95s5NoZ6KHks5uc_j2gaJpZM4WyNy5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxz4LzKMywH005Ix_Uf8-7jU4spZks5uc_j2gaJpZM4WyNy5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1777"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1777/files/101f39411eb8e5295bd9bab3ec042fa6edbc1d9a..4189b9605586ff0065fcf4bf714bd4a642e9f997"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1777/files/101f39411eb8e5295bd9bab3ec042fa6edbc1d9a..4189b9605586ff0065fcf4bf714bd4a642e9f997",
"url": "https://github.com/quicwg/base-drafts/pull/1777/files/101f39411eb8e5295bd9bab3ec042fa6edbc1d9a..4189b9605586ff0065fcf4bf714bd4a642e9f997",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1777",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1777:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "4189b96",
"value": "don't need only"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1777/files/101f39411eb8e5295bd9bab3ec042fa6edbc1d9a..4189b9605586ff0065fcf4bf714bd4a642e9f997"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382262457\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba40176c569f_3f983fe8a9cd45c0313834--


From nobody Thu Sep 20 13:22:27 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 9A08A130E36 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:22:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 nxrxEPA5Qq_r for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:22:18 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 97A711200D6 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:22:18 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537474938; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=XHga3bKIwJhXYhgW+jRPw3yYtQkGQljm13FSUarFiOo=; b=Lhb+qVe3yh3VjKouF39TEBoa9d81qw5uYnQ9nky3XjLsY1GF0QXKatYcPljDi9Gxs/1q3qS0 bs2jA6mcUHcpbzRpyeZb+qLNqBqyYcPsNrfpUdPvOz9ISh0O4iuod28CAv2BB3LcEvI+K0VV 9HmN+LP37Cn0YCSRybWdUt1IWgA=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5ba40179.7f2418da7d80-smtp-out-n01; Thu, 20 Sep 2018 20:22:17 -0000 (UTC)
Date: Thu, 20 Sep 2018 13:22:16 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba401787f54f_15d62addd7cf6edc545f6@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 101f39: Specify direction of data flow on unidirectional s...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba401787efa6_15d62addd7cf6edc544a3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ymmrh4TQYXb6cCLqcHMwJdR7sR0>
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, 20 Sep 2018 20:22:21 -0000

----==_mimepart_5ba401787efa6_15d62addd7cf6edc544a3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 101f39411eb8e5295bd9bab3ec042fa6edbc1d9a
      https://github.com/quicwg/base-drafts/commit/101f39411eb8e5295bd9ba=
b3ec042fa6edbc1d9a
  Author: Bence B=C3=A9ky <bnc@chromium.org>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Specify direction of data flow on unidirectional streams.


  Commit: 4189b9605586ff0065fcf4bf714bd4a642e9f997
      https://github.com/quicwg/base-drafts/commit/4189b9605586ff0065fcf4=
bf714bd4a642e9f997
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-21 (Fri, 21 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  don't need only


  Commit: 56763df9094d4fce427d61de555dd1465113e1f1
      https://github.com/quicwg/base-drafts/commit/56763df9094d4fce427d61=
de555dd1465113e1f1
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-21 (Fri, 21 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #1777 from bencebeky/unidirectional

Specify direction of data flow on unidirectional streams.


Compare: https://github.com/quicwg/base-drafts/compare/068b395c8842...567=
63df9094d
      **NOTE:** This service has been marked for deprecation: https://dev=
eloper.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019=
.

----==_mimepart_5ba401787efa6_15d62addd7cf6edc544a3--


From nobody Thu Sep 20 13:22:31 2018
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 2C8AC129C6A for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:22:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 BZzSdqw8ZsIX for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:22:23 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A352B1200D7 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:22:23 -0700 (PDT)
Date: Thu, 20 Sep 2018 13:22:22 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537474943; bh=noD28ogIFdCmD4LiK/HRx2t91/e+wp9cTKyjYmeI1R8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Z+0W8bbfiXHaX90nDog4LwmNKk9Xmo05N/5pF2/Mwev9sB0kAPyjbJSSNZ5QSzqR5 pSQOwpdOYZYGeT3q8zQYQIZvj9JGps24sd0InM+tT59rIG1VlkZqafrg5OGZJ1x08U pVdJQenFeVPpMh96FK7DTNCqOkPN7t32PzxyuZwU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab835449c14584cdfee31b9963c853e166efde4ae392cf0000000117bbc37e92a169ce1596d6ec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1777/issue_event/1858684638@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1777@github.com>
References: <quicwg/base-drafts/pull/1777@github.com>
Subject: Re: [quicwg/base-drafts] Specify direction of data flow on unidirectional streams. (#1777)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba4017eefa8c_376f3fd8cb6d45b4361539"; 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/w7tgIm1MLTsTO88wPOuanZHJVoM>
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, 20 Sep 2018 20:22:25 -0000

----==_mimepart_5ba4017eefa8c_376f3fd8cb6d45b4361539
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1777 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/1777#event-1858684638
----==_mimepart_5ba4017eefa8c_376f3fd8cb6d45b4361539
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362206956" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1777" href="https://github.com/quicwg/base-drafts/pull/1777">#1777</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/1777#event-1858684638">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9OhfgzZyWUmjSfN1OGbTBAy0SvPks5uc_j-gaJpZM4WyNy5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8xd6RkKV0l6eb762YYu6_B4aWwZks5uc_j-gaJpZM4WyNy5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1777 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1777#event-1858684638"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1777#event-1858684638",
"url": "https://github.com/quicwg/base-drafts/pull/1777#event-1858684638",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Specify direction of data flow on unidirectional streams. (#1777)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1777#event-1858684638"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382262457\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba4017eefa8c_376f3fd8cb6d45b4361539--


From nobody Thu Sep 20 13:23:22 2018
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 D4AD41200D6 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:23:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 i3Ii_XSHOCVM for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:23:20 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 521981200D7 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:23:20 -0700 (PDT)
Date: Thu, 20 Sep 2018 13:23:19 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537474999; bh=ERznHGZMrHDOvHQbmNo+smJ0yP8eSgJeOmN9PggJBP8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=O+jv+reeo6+Zc8TwOlFfaDnx/8Bw5sOsfjttXaxVDyqEUQQFdLw6b0DhmH/37KgI+ yjocsN2pavSeAWJFYQxGZv48OnHkB4KhnSwLmpqRdJOu4A+h8QMxlNyShTPZApOkaw /cX9xmhb2Z7dZpbPdAQx3TFDiO0Epkrtnui5JdPM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba97aba34d8c1c8211b6edac3c726c13236ac319d92cf0000000117bbc3b792a169ce1590bff0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1772/issue_event/1858686507@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1772@github.com>
References: <quicwg/base-drafts/pull/1772@github.com>
Subject: Re: [quicwg/base-drafts] Fix spelling error (#1772)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba401b779648_7fc53f9041ed45c0348192"; 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/R5mz8NKFU35JTxP_Vs5lw920pUQ>
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, 20 Sep 2018 20:23:22 -0000

----==_mimepart_5ba401b779648_7fc53f9041ed45c0348192
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1772 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/1772#event-1858686507
----==_mimepart_5ba401b779648_7fc53f9041ed45c0348192
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361807856" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1772" href="https://github.com/quicwg/base-drafts/pull/1772">#1772</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/1772#event-1858686507">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7tzt88jd_rqY6ksEuJd6rKo-AEoks5uc_k3gaJpZM4Wwb2F">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9M2HUR1xkOkZLjp1JIJZVjw9D-8ks5uc_k3gaJpZM4Wwb2F.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1772 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1772#event-1858686507"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1772#event-1858686507",
"url": "https://github.com/quicwg/base-drafts/pull/1772#event-1858686507",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Fix spelling error (#1772)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1772#event-1858686507"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381795717\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba401b779648_7fc53f9041ed45c0348192--


From nobody Thu Sep 20 13:24:08 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 659891200D7 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:24:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 HIHpDNcXgNJ5 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:24:03 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B32701200D6 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:24:03 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537475043; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=yn7eq6u2Hw/PDKt43ellztLa/mDaiBk5A1NfS/dyO/I=; b=d7MGZvJKFRzBmHAj7t1+kyHbMIHsbBT3hnA6i2e6a2ZFXhFumSrHS/nuVJvCK3h5M92KYru6 SbVLEypzsNruJo3Qi4b3CmMaWhkeYmPPINnmhB4oom3sXvKLSUjEWD29HIrgtwwrijLplCAI tSNU3NXXAwKyr8/Yj/0lDATZYPo=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5ba401e2.7f15ac3acde0-smtp-out-n02; Thu, 20 Sep 2018 20:24:02 -0000 (UTC)
Date: Thu, 20 Sep 2018 13:24:02 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba401e2cfad1_77f2ae0b436eed4249ef@hookshot-fe-da92815.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] fe79e3: Fix spelling error
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba401e2cf66a_77f2ae0b436eed42486e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RsDDjDLbZODY4xkAVF5FydNZLk4>
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, 20 Sep 2018 20:24:05 -0000

----==_mimepart_5ba401e2cf66a_77f2ae0b436eed42486e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: fe79e34f5dfb628f10c15339b0093998a18d7083
      https://github.com/quicwg/base-drafts/commit/fe79e34f5dfb628f10c15339b0093998a18d7083
  Author: Daan De Meyer <DaanDeMeyer@users.noreply.github.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Fix spelling error


  Commit: b1e903ce57094a5fd52e66fa048c2e818cfde12a
      https://github.com/quicwg/base-drafts/commit/b1e903ce57094a5fd52e66fa048c2e818cfde12a
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-21 (Fri, 21 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Merge pull request #1779 from DaanDeMeyer/patch-1

Spelling: "connection ID" -> "connection IDs"


Compare: https://github.com/quicwg/base-drafts/compare/7d734c60d6a6...b1e903ce5709
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba401e2cf66a_77f2ae0b436eed42486e--


From nobody Thu Sep 20 13:24:15 2018
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 9F1FE1200D7 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:24:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 J-MLXAYowhyf for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:24:11 -0700 (PDT)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 843781200D6 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:24:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=61XmkN9ucUkCRUfULX7puOoKmyg=; b=Jo8EdXtpGxj5vjyF MYCZOCjl38fhVfoKchvmAxUXhjk7Co4oyOkN1zuN1Gt46Y7ejbytCjDL4EpIMI4R 9qrDicf+ccN/4c1lNspadsUdx44xFioQ6f94YstioRCyIWi/cM8SqFvvcVdp9kt5 3e51BkQqfs6lH3PnJ4jxnmJnQa4=
Received: by filter1089p1las1.sendgrid.net with SMTP id filter1089p1las1-23148-5BA401E9-19 2018-09-20 20:24:09.780987227 +0000 UTC m=+1205277.265673669
Received: from github-lowworker-e55e3e3.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0018p1iad2.sendgrid.net (SG) with ESMTP id jEW5uUnbQeS5rV0KngMhCA for <quic-issues@ietf.org>; Thu, 20 Sep 2018 20:24:09.604 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e55e3e3.cp1-iad.github.net (Postfix) with ESMTP id 900B918005C for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:24:09 -0700 (PDT)
Date: Thu, 20 Sep 2018 20:24:10 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc933ea2e51065f8b1593b2a0eccc4a834c13b56992cf0000000117bbc3e992a169ce1598442a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1779/issue_event/1858688370@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1779@github.com>
References: <quicwg/base-drafts/pull/1779@github.com>
Subject: Re: [quicwg/base-drafts] Spelling: "connection ID" -> "connection IDs" (#1779)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba401e98a6da_12b43faa3f6d45c43426e4"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1+3FAUygYa8I+gkLbIVAtsD/VgeMyf8wh63f S4IOOAychkyKG2VVgHtYnyPX8OoW7ijZ/FahBIwvulV4ujo6+TPXY8SZbINhptkP3mNc9gZ/MMxUQk yUN6+4Gzka8pYMUv1mGpSPnsFaZF2GZ6ID4ZHSs6qg0T55bPsyN0QIWzyW3LVrnM77Iv4ijSjWyGfy 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/HuyXcLY9Mak2U2thfNnEqQKLWcg>
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, 20 Sep 2018 20:24:13 -0000

----==_mimepart_5ba401e98a6da_12b43faa3f6d45c43426e4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1779 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/1779#event-1858688370
----==_mimepart_5ba401e98a6da_12b43faa3f6d45c43426e4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362300458" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1779" href="https://github.com/quicwg/base-drafts/pull/1779">#1779</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/1779#event-1858688370">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq04gyY_xfakCrRkg7pFZ5kmZJ0kZks5uc_lpgaJpZM4WypPN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-ivsbv-o_61OO_vW4ihSanbMcGSks5uc_lpgaJpZM4WypPN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1779 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1779#event-1858688370"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1779#event-1858688370",
"url": "https://github.com/quicwg/base-drafts/pull/1779#event-1858688370",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Spelling: \"connection ID\" -\u003e \"connection IDs\" (#1779)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1779#event-1858688370"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382374861\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba401e98a6da_12b43faa3f6d45c43426e4--


From nobody Thu Sep 20 13:33:20 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 ECB2F1200D7 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:33:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 dHPEnvlCs0t3 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 13:33:16 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 902C11200D6 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 13:33:16 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537475596; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=Z//ZpwyYhoUHuqefsRKoTO312THROqdzakZ4G/PO440=; b=bhxebC7PI38kEDRXnfFXsb9KeoJdRjjJwm2mkFNm3Bc3jjmgd8P1Z/C3rURWDKcFjGl3z+L5 KCHCa0/e6Iem2+IgXT8vdo0W6x+odCb7oDkuz7VNm5JsjvjED9mSDMjMof/KyKlcJIFcEhzh Sm+lyi0lEcETazuGJNuQNd27F5k=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5ba401b2.7f33607f3720-smtp-out-n01; Thu, 20 Sep 2018 20:23:14 -0000 (UTC)
Date: Thu, 20 Sep 2018 13:23:13 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba401b1e6f36_2d6eb2acc71d40ec83367d@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] f61c10: Fix spelling error
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba401b1e6a3d_2d6eb2acc71d40ec8335f5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YRcrShiW4qr-toJhsr3g6HQ9jYE>
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, 20 Sep 2018 20:33:18 -0000

----==_mimepart_5ba401b1e6a3d_2d6eb2acc71d40ec8335f5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: f61c10b56c09f340bae820c271c6c0f1a4952354
      https://github.com/quicwg/base-drafts/commit/f61c10b56c09f340bae820c271c6c0f1a4952354
  Author: Daan De Meyer <DaanDeMeyer@users.noreply.github.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Fix spelling error


  Commit: 7d734c60d6a6d38f847a969a7edc3f250a909738
      https://github.com/quicwg/base-drafts/commit/7d734c60d6a6d38f847a969a7edc3f250a909738
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-21 (Fri, 21 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #1772 from DaanDeMeyer/patch-3

Fix spelling error


Compare: https://github.com/quicwg/base-drafts/compare/56763df9094d...7d734c60d6a6
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba401b1e6a3d_2d6eb2acc71d40ec8335f5--


From nobody Thu Sep 20 15:34:46 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 C28C1129AB8 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 15:34:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.911
X-Spam-Level: 
X-Spam-Status: No, score=-1.911 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 V_vATG5LGv-c for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 15:34:42 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C17A21294D0 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 15:34:42 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537482882; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=A5XOK9q+V0nX8YQmsAtHMJsOz/o6MJSCLGK+Qu3XVRs=; b=fsBF5UEq5fZCKKliMUUTQyiUvvO3vpi68IgIDMfyPYbIm1qNgo1ypUu+Rk5I39HkZB8J08/c AULs2e1jmi+AWs+Ei8GOZsArtoPnT03MnpUylcDmQOGtSG4aFhz01CC0x1fzy0Xi+des/W/T Cjm7U4NNcY8DOFPUzMWDVEppKS4=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5ba42081.7f8453f6fc60-smtp-out-n03; Thu, 20 Sep 2018 22:34:41 -0000 (UTC)
Date: Thu, 20 Sep 2018 15:34:40 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5ba420805a0dc_65c32ac335cbeecc3016c@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 3568a7: Add max_ack_delay transport parameter
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba4208059585_65c32ac335cbeecc300b5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kXgMWd9Yu3kTDNogWu6IXSEW8OU>
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, 20 Sep 2018 22:34:45 -0000

----==_mimepart_5ba4208059585_65c32ac335cbeecc300b5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-max-ack-delay
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3568a75a1e94a1c9227488ef60ca4c8f300bd848
      https://github.com/quicwg/base-drafts/commit/3568a75a1e94a1c9227488ef60ca4c8f300bd848
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Add max_ack_delay transport parameter

Fixes #981



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba4208059585_65c32ac335cbeecc300b5--


From nobody Thu Sep 20 15:35:40 2018
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 EA6521294D0 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 15:35:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Gshqp6tGc1jz for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 15:35:37 -0700 (PDT)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DD3DD127333 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 15:35:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=h8tb2zJSazD6htVfexEHMhFAEGI=; b=sIQSoyXEkuqBcaUX eA/HXpaDTOXtOGNgamT+aPonuedBY1z/hPKuJv2X34dquSSZaC4Zwbh+YBJHYito HDx4UP2TTDfwVk1ARCR5q5dN0rYWRHZiKjQDuYoMBYG6H3zwjSCJMOmXMJxn4V9Y XyAGUh/aSzjiTH9PHhescCyaTuM=
Received: by filter0467p1iad2.sendgrid.net with SMTP id filter0467p1iad2-987-5BA420B6-2F 2018-09-20 22:35:34.808511398 +0000 UTC m=+1210392.141312779
Received: from github-lowworker-baaab27.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id R6Gtc7dPTsCmRZX1VNI-Jg for <quic-issues@ietf.org>; Thu, 20 Sep 2018 22:35:34.700 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-baaab27.cp1-iad.github.net (Postfix) with ESMTP id A626980269 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 15:35:34 -0700 (PDT)
Date: Thu, 20 Sep 2018 22:35:35 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc36ab142e61a594d3e27df66cc4e7c79f2e473a992cf0000000117bbe2b692a169ce1599ab93@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1781@github.com>
Subject: [quicwg/base-drafts] Add max_ack_delay transport parameter (#1781)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba420b6a0363_3163f9a1d6d45c4190048"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3hcGh6+OzKu7J3962j5GMhylSySJdZSyz1gN +z9SNvcEoI4lJLUKuUBE8+lmPtwl+WD6577H3vOXkiMaw+BDO8B1QPaxpR4m7v/GsQQ225OWQYq4so ZTom+ZSVvtmphpsb4+cV65vMdK0NficLd1ElfGCsJjhus5HVAth3Y1aW3g==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rffESfqcTINvIx4WpKYQTMQlYGM>
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, 20 Sep 2018 22:35:39 -0000

----==_mimepart_5ba420b6a0363_3163f9a1d6d45c4190048
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #981
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1781

-- Commit Summary --

  * Add max_ack_delay transport parameter

-- File Changes --

    M draft-ietf-quic-transport.md (13)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1781.patch
https://github.com/quicwg/base-drafts/pull/1781.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/1781

----==_mimepart_5ba420b6a0363_3163f9a1d6d45c4190048
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 #981.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="278580242" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/981" href="https://github.com/quicwg/base-drafts/issues/981">#981</a></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/1781'>https://github.com/quicwg/base-drafts/pull/1781</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Add max_ack_delay transport parameter</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1781/files#diff-0">draft-ietf-quic-transport.md</a>
    (13)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1781.patch'>https://github.com/quicwg/base-drafts/pull/1781.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1781.diff'>https://github.com/quicwg/base-drafts/pull/1781.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/1781">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3Hka3S0DhIzcYYaggqrqc5P2xjgks5udBg2gaJpZM4WzJbW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5HPCPRwk_4F6ELHg8SUAEQ9Gcsdks5udBg2gaJpZM4WzJbW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Add max_ack_delay transport parameter (#1781)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1781"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1781",
"url": "https://github.com/quicwg/base-drafts/pull/1781",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Add max_ack_delay transport parameter (#1781)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "3568a75",
"value": "Add max_ack_delay transport parameter"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1781/files#diff-0) (13 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1781,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1781\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1781"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1781.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1781.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382506710\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba420b6a0363_3163f9a1d6d45c4190048--


From nobody Thu Sep 20 15:46:14 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 D50E1129AB8 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 15:46:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.911
X-Spam-Level: 
X-Spam-Status: No, score=-1.911 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 su5BpEDpphvz for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 15:46:11 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D51BF127333 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 15:46:10 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537483569; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=3SyjkvMq73a0EJ3mQL/gY0Bf+Ie9nr2r9fgadV170KA=; b=Pctp1EdX/0zm2p3jq4Bjq6oorYMckXnFxDdmjIVTBTFzGfEuD+xipX94QGZkYJlG4fmfOSUD AER5V7VYuTaHvHTH/CjoaTXAhhfU1YyesG73LO60EDGBwYJgo6M1DA+3YpRTFsmrVJ9Xnbu9 2p09ipabM0zx5soQziPhCZJRBgw=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5ba42331.7f5018217b70-smtp-out-n03; Thu, 20 Sep 2018 22:46:09 -0000 (UTC)
Date: Thu, 20 Sep 2018 15:46:08 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5ba4233046557_76f52ade9de28ec4527be@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] b0cbe9: Update draft-ietf-quic-transport.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba423304615a_76f52ade9de28ec4526d4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/MrCEgc-4QJJKBL8-qm8CJgFHNE8>
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, 20 Sep 2018 22:46:13 -0000

----==_mimepart_5ba423304615a_76f52ade9de28ec4526d4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-max-ack-delay
  Home:   https://github.com/quicwg/base-drafts
  Commit: b0cbe91ed75f99a14d1130df1cfc915b976824e9
      https://github.com/quicwg/base-drafts/commit/b0cbe91ed75f99a14d1130df1cfc915b976824e9
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba423304615a_76f52ade9de28ec4526d4--


From nobody Thu Sep 20 15:46:23 2018
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 CF8C2130E47 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 15:46:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 IkAMvhVQxztH for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 15:46:14 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C2C04130E02 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 15:46:14 -0700 (PDT)
Date: Thu, 20 Sep 2018 15:46:13 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537483573; bh=p1rA24M9/ERROMA/TjB6v3Zon+qB+HqiX0cfotkH4dk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ciUDgSd2ZzGPVOiGhnC382N4XLLsyzbwn6f6mKxd92WjjUCmqgHoCfqVQZV3B9EiJ nGKY/l6yuJho5BnCxz7Yis1eTESHEWF+17tJz2jhJTAjRouznsb04tck/AA78ZUYJz 5HRWiqLOdVDrZv0QTIN+VKJVKXR3DKKyfR7oEFMs=
From: ianswett <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/1781/push/2894743461@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1781@github.com>
References: <quicwg/base-drafts/pull/1781@github.com>
Subject: Re: [quicwg/base-drafts] Add max_ack_delay transport parameter (#1781)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba423358ef21_12c23ff72fad45c4571024"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/QTNLzlQORCcflHs2grZ1sma04jA>
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, 20 Sep 2018 22:46:17 -0000

----==_mimepart_5ba423358ef21_12c23ff72fad45c4571024
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

b0cbe91  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1781/files/3568a75a1e94a1c9227488ef60ca4c8f300bd848..b0cbe91ed75f99a14d1130df1cfc915b976824e9

----==_mimepart_5ba423358ef21_12c23ff72fad45c4571024
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/b0cbe91">b0cbe91</a>  Update draft-ietf-quic-transport.md</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/1781/files/3568a75a1e94a1c9227488ef60ca4c8f300bd848..b0cbe91ed75f99a14d1130df1cfc915b976824e9">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1Tb3HFEYDNSw-J4FqVMEgJndJeRks5udBq1gaJpZM4WzJbW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzehjTINR6k9JJjR8QFYrtCM27Nkks5udBq1gaJpZM4WzJbW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1781"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1781/files/3568a75a1e94a1c9227488ef60ca4c8f300bd848..b0cbe91ed75f99a14d1130df1cfc915b976824e9"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1781/files/3568a75a1e94a1c9227488ef60ca4c8f300bd848..b0cbe91ed75f99a14d1130df1cfc915b976824e9",
"url": "https://github.com/quicwg/base-drafts/pull/1781/files/3568a75a1e94a1c9227488ef60ca4c8f300bd848..b0cbe91ed75f99a14d1130df1cfc915b976824e9",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1781",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1781:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "b0cbe91",
"value": "Update draft-ietf-quic-transport.md"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1781/files/3568a75a1e94a1c9227488ef60ca4c8f300bd848..b0cbe91ed75f99a14d1130df1cfc915b976824e9"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382506710\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba423358ef21_12c23ff72fad45c4571024--


From nobody Thu Sep 20 15:47:36 2018
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 BA243130E4E for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 15:47:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 XKhBrXYHZRie for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 15:47:32 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BA3BB130E02 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 15:47:32 -0700 (PDT)
Date: Thu, 20 Sep 2018 15:47:31 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537483651; bh=eINpKo2PUTtWxWyapv+wRyjMIoWDopoN2IeKpYzJ83s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=f+nTlYWmTbMJ1vaonhYGRLV6FTt9yzD3D8R5OQqLEsS+zoagpC73Gc0tpzlOQ8VP0 QrcI5odDxvwyPbixR226UAn1GBg7PG+kgspWbotuA8AcjMJB5O8CMycL2jWvNQSAWs I/L/AhJC6FJv8lFj2wqzFkiaGKTXmTjs6lnPF92Q=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2c91159d0b538dd4678da77be63747c41c02403e92cf0000000117bbe58392a169ce1599ab93@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1781/review/157494057@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1781@github.com>
References: <quicwg/base-drafts/pull/1781@github.com>
Subject: Re: [quicwg/base-drafts] Add max_ack_delay transport parameter (#1781)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba42383a2aed_20273f8d05ad45b8226867"; 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/33xo3-9R1Fj9-lBvdprTJbMuYYM>
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, 20 Sep 2018 22:47:35 -0000

----==_mimepart_5ba42383a2aed_20273f8d05ad45b8226867
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



> @@ -1674,6 +1675,12 @@ disable_migration (0x0009):
   address other than that used to perform the handshake.  This parameter is a
   zero-length value.
 
+max_ack_delay (0x000c):
+
+: An 8 bit unsigned integer value indicating the maximum amount of time in

duration?

-- 
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/1781#pullrequestreview-157494057
----==_mimepart_5ba42383a2aed_20273f8d05ad45b8226867
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1781#discussion_r219340653">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1674,6 +1675,12 @@ disable_migration (0x0009):
   address other than that used to perform the handshake.  This parameter is a
   zero-length value.
 
+max_ack_delay (0x000c):
+
+: An 8 bit unsigned integer value indicating the maximum amount of time in
</pre>
<p>duration?</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/1781#pullrequestreview-157494057">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2v_hExuwc3lqAzlbezHuGrIznwJks5udBsDgaJpZM4WzJbW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_uSDGyVRh39aEIUzp2BkNtOAJpvks5udBsDgaJpZM4WzJbW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #1781"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1781#pullrequestreview-157494057"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1781#pullrequestreview-157494057",
"url": "https://github.com/quicwg/base-drafts/pull/1781#pullrequestreview-157494057",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@marten-seemann commented on 1781",
"sections": [
{
"text": "",
"activityTitle": "**Marten Seemann**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@marten-seemann",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1781#pullrequestreview-157494057"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382506710\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba42383a2aed_20273f8d05ad45b8226867--


From nobody Thu Sep 20 16:06:59 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 8823E130E53 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:06:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.911
X-Spam-Level: 
X-Spam-Status: No, score=-1.911 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 mGDSoQJcOl4n for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:06:55 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 837D9130E02 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 16:06:55 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537484814; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=rwivDt9dH2RdT8MwRai3bOh4g7Sd9hFr0G5bFs9hVOA=; b=wRU7WBm7uXn1T4bwFIYpQUqrBKUs1XvCsrMAjSsAXCnI56rOgnR4SHTELWv3lmPOZPb3IosS yXgZzyVClDNvl9+QwePwCGeYbGVFxFdpKsd5hDUN/UlFG8FqGxCePlARMkRHiTmEZPMmJlv6 LYT2kakK2Q7BK+PWrhtb4/fJUYM=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5ba4280d.7f58d87568d0-smtp-out-n02; Thu, 20 Sep 2018 23:06:53 -0000 (UTC)
Date: Thu, 20 Sep 2018 16:06:53 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5ba4280dc4835_5f342af4da820ed4987f9@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 7eac22: No longer use max_ack_delay in recovery
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba4280dc44cd_5f342af4da820ed498678"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/94bxZafPQ-Ir83CCQo0WY5TifMw>
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, 20 Sep 2018 23:06:58 -0000

----==_mimepart_5ba4280dc44cd_5f342af4da820ed498678
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-use-max-ack-delay
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7eac22823fa28930f85c43c909bddcf5325d14fb
      https://github.com/quicwg/base-drafts/commit/7eac22823fa28930f85c43c909bddcf5325d14fb
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  No longer use max_ack_delay in recovery

Fixes #1438



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba4280dc44cd_5f342af4da820ed498678--


From nobody Thu Sep 20 16:07:29 2018
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 6B1A0130E59 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:07:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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_YCTIqMW436 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:07:27 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D9058130E02 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 16:07:26 -0700 (PDT)
Date: Thu, 20 Sep 2018 16:07:25 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537484845; bh=q6NhGg/3c/n2IBiGpHGWCznqMq7i7An6dQp20X3NSIg=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=KTBaGwH+RCP+h//pZ4boMu2s/G+V6mkrm6XpMgsS/d++xijQN2qUlUrVx5IiNALv0 KKqJRbxGBjqMJPr4eJ4sWy6rkFYK6aM4yrzPQA2t3o3qMFlnhrlTU0AVjeeptUto2D oTGm5HvVYo1+y/IXxQthlnbhsWAsv3rzSQfNHkDU=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab458eb221a7a0dc47771fb02d22468ef2564dfee792cf0000000117bbea2d92a169ce1599c7ba@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1782@github.com>
Subject: [quicwg/base-drafts] No longer calculate max_ack_delay in recovery (#1782)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba4282dc9b14_54f13f880acd45c037141"; 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/TU7XHpPaGtqis27LIC5nBO8yd_Y>
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, 20 Sep 2018 23:07:28 -0000

----==_mimepart_5ba4282dc9b14_54f13f880acd45c037141
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Instead use the peer's value from transport parameters.

Fixes #1438
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1782

-- Commit Summary --

  * No longer use max_ack_delay in recovery

-- File Changes --

    M draft-ietf-quic-recovery.md (13)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1782.patch
https://github.com/quicwg/base-drafts/pull/1782.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/1782

----==_mimepart_5ba4282dc9b14_54f13f880acd45c037141
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Instead use the peer's value from transport parameters.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #1438.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="331377886" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1438" href="https://github.com/quicwg/base-drafts/issues/1438">#1438</a></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/1782'>https://github.com/quicwg/base-drafts/pull/1782</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>No longer use max_ack_delay in recovery</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1782/files#diff-0">draft-ietf-quic-recovery.md</a>
    (13)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1782.patch'>https://github.com/quicwg/base-drafts/pull/1782.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1782.diff'>https://github.com/quicwg/base-drafts/pull/1782.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/1782">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz83k6MWo6aGIFIzNqMamdC5DRgDks5udB-tgaJpZM4WzML_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyGxfUKjPnBuMtUMoWriAE7EdONiks5udB-tgaJpZM4WzML_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"No longer calculate max_ack_delay in recovery (#1782)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1782"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1782",
"url": "https://github.com/quicwg/base-drafts/pull/1782",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "No longer calculate max_ack_delay in recovery (#1782)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "7eac228",
"value": "No longer use max_ack_delay in recovery"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-recovery.md](https://github.com/quicwg/base-drafts/pull/1782/files#diff-0) (13 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1782,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1782\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1782"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1782.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1782.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382518015\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba4282dc9b14_54f13f880acd45c037141--


From nobody Thu Sep 20 16:08:37 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 6ED04130E02 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:08:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.911
X-Spam-Level: 
X-Spam-Status: No, score=-1.911 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 r-NMYwgUuzbE for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:08:33 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B2BB8130E2A for <quic-issues@ietf.org>; Thu, 20 Sep 2018 16:08:33 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537484913; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=BbHSDISdkYaAp5Oi+5gnsVjXxEE2V/7RDgHR9hdkIJ4=; b=QMmZYUlfz+9chIHOchRo9ul3lI4wCXD8DkKoKGTZWDlwWY8rM2uN5LLjB5tjMIDahNJOcoFI 4c2OlvO8exz6sbwpKJCrjezi4YMKHsLQ7oi5R4xxqknFqnC3edNgQAVKw1zZNXs5dBqHZTJB PQh6P1x6CY/FH5ziMbVz82HXFR4=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5ba42870.7f4b5014c1b0-smtp-out-n02; Thu, 20 Sep 2018 23:08:32 -0000 (UTC)
Date: Thu, 20 Sep 2018 16:08:32 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5ba428705d9e_39b62afc7c21ced035565@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] b011e5: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba428705a1c_39b62afc7c21ced0354cc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sN2qScmsKP7NYMYfhbsQ939oy7U>
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, 20 Sep 2018 23:08:36 -0000

----==_mimepart_5ba428705a1c_39b62afc7c21ced0354cc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-use-max-ack-delay
  Home:   https://github.com/quicwg/base-drafts
  Commit: b011e5d82bcfce601faff335b5c71cfc56363c54
      https://github.com/quicwg/base-drafts/commit/b011e5d82bcfce601faff335b5c71cfc56363c54
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba428705a1c_39b62afc7c21ced0354cc--


From nobody Thu Sep 20 16:08:43 2018
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 96674130E2A for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:08:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 kuAPHjGf6zt6 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:08:40 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F0731130E02 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 16:08:39 -0700 (PDT)
Date: Thu, 20 Sep 2018 16:08:38 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537484919; bh=Uw84bcRpi/pzKwqowzTJNiTMN91k6BoWPBb3lZTkCiw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UWmjXt+0KGuyNThOFYHZRVAEWY8xPzs4OqNr5ztKlmh/4rHpOK3iSVkk4n9TjQVnM BFiRU2pdp07nnMpE9cCM8wyXzU9HcTGLCpBWG6JtjnF9bNAjZbDh8ujwgDoCqCqz29 F0qii4JPpznbT2JGqwxsKJrTfzZF184ILasx/NKk=
From: ianswett <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/1782/push/2894783105@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1782@github.com>
References: <quicwg/base-drafts/pull/1782@github.com>
Subject: Re: [quicwg/base-drafts] No longer calculate max_ack_delay in recovery (#1782)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba42876ec297_31d3f7e774d45c44062f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/RPZnUt8r_dFb3ETXSxFCSB5DFkU>
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, 20 Sep 2018 23:08:41 -0000

----==_mimepart_5ba42876ec297_31d3f7e774d45c44062f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

b011e5d  Update draft-ietf-quic-recovery.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1782/files/7eac22823fa28930f85c43c909bddcf5325d14fb..b011e5d82bcfce601faff335b5c71cfc56363c54

----==_mimepart_5ba42876ec297_31d3f7e774d45c44062f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/b011e5d">b011e5d</a>  Update draft-ietf-quic-recovery.md</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/1782/files/7eac22823fa28930f85c43c909bddcf5325d14fb..b011e5d82bcfce601faff335b5c71cfc56363c54">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4ByHqEF-WJzVrTLZ6Ndu2WUfwgBks5udB_2gaJpZM4WzML_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0BznsSA_nrjtiMRcYqQ_w1vQsybks5udB_2gaJpZM4WzML_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1782"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1782/files/7eac22823fa28930f85c43c909bddcf5325d14fb..b011e5d82bcfce601faff335b5c71cfc56363c54"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1782/files/7eac22823fa28930f85c43c909bddcf5325d14fb..b011e5d82bcfce601faff335b5c71cfc56363c54",
"url": "https://github.com/quicwg/base-drafts/pull/1782/files/7eac22823fa28930f85c43c909bddcf5325d14fb..b011e5d82bcfce601faff335b5c71cfc56363c54",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1782",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1782:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "b011e5d",
"value": "Update draft-ietf-quic-recovery.md"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1782/files/7eac22823fa28930f85c43c909bddcf5325d14fb..b011e5d82bcfce601faff335b5c71cfc56363c54"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382518015\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba42876ec297_31d3f7e774d45c44062f--


From nobody Thu Sep 20 16:10:57 2018
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 E1A8D130E5F for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:10:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 R2S_lvTQbrOp for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:10:54 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 56D11130E2A for <quic-issues@ietf.org>; Thu, 20 Sep 2018 16:10:54 -0700 (PDT)
Date: Thu, 20 Sep 2018 16:10:53 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537485053; bh=iKikqETLNIvOP6Rw/ZDBEUgq/jt1z1V0y0QHNWRJzzk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cZV3s4AVy531nz/lXXX9om9tyxPKUrBYxJoFE0ZB45jKvVSG6GtMlB0ZeL6VuirYh FadvEf0ZlvatXXWE5HmIMJOMOwhiBy9uM1mhb34GK/2/pyqwnQ2nltWe0Lwji70uCi HvJnMOtzGc+MzyxxICsE4RV6oWADGRJvoowqFEW0=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc0d6ca95fc60b8c45bbd1cd9d849593201802e9492cf0000000117bbeafc92a169ce152ea636@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1715/c423363196@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1715@github.com>
References: <quicwg/base-drafts/pull/1715@github.com>
Subject: Re: [quicwg/base-drafts] Add max_bytes_before_ack to transport (#1715)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba428fcf33f0_7ef43fe7b30d45b4151282"; 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/jPOZWv3F-tE6EIqkee0MBehi4KU>
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, 20 Sep 2018 23:10:56 -0000

----==_mimepart_5ba428fcf33f0_7ef43fe7b30d45b4151282
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Based on today's discussion, I'm closing this.

-- 
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/1715#issuecomment-423363196
----==_mimepart_5ba428fcf33f0_7ef43fe7b30d45b4151282
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Based on today's discussion, I'm closing this.</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/1715#issuecomment-423363196">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9XEmbo6eC7ZwcD_KSIKMP3nYJ3Oks5udCB8gaJpZM4WSkod">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4ZIcoHo6IYDJofKixJbU1SLMAqGks5udCB8gaJpZM4WSkod.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1715: Based on today's discussion, I'm closing this."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1715#issuecomment-423363196"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-423363196",
"url": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-423363196",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add max_bytes_before_ack to transport (#1715)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1715,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1715#issuecomment-423363196"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 373967389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba428fcf33f0_7ef43fe7b30d45b4151282--


From nobody Thu Sep 20 16:11:05 2018
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 5CB13130E02 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:10:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 sOpQk3pYs4xr for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:10:55 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 96DC7130E5E for <quic-issues@ietf.org>; Thu, 20 Sep 2018 16:10:55 -0700 (PDT)
Date: Thu, 20 Sep 2018 16:10:54 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537485054; bh=THCzLdPEchZHHyOmTSSV0IUoFcL9KsviB6ah9sfkEek=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xLYs0K1NeXGJvnC0R1HaQJTYX32LzEHJqPOPdYDuiAGPrQdZjFYhMXb1FE8BK8UWX DqA0olPHKQPT6ZLA4IKKnJeSg5tW35Tfhda5MozwYeR7oKoTqsvMjDAoHPfwWWLrlp e0AA5PUMd6aNXUwVQq336GrVVw7x6h5chwsrjeYk=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab16ce2254fd9067f7263f20fe7093b595821d1c7a92cf0000000117bbeafe92a169ce152ea636@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1715/issue_event/1858970368@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1715@github.com>
References: <quicwg/base-drafts/pull/1715@github.com>
Subject: Re: [quicwg/base-drafts] Add max_bytes_before_ack to transport (#1715)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba428fee20ec_34863fe3214d45c471839"; 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/W-qcQXB5kf3DC4KtjnJPOEYjkD4>
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, 20 Sep 2018 23:10:57 -0000

----==_mimepart_5ba428fee20ec_34863fe3214d45c471839
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1715.

-- 
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/1715#event-1858970368
----==_mimepart_5ba428fee20ec_34863fe3214d45c471839
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="355378742" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1715" href="https://github.com/quicwg/base-drafts/pull/1715">#1715</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/1715#event-1858970368">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0m9i2Cu9ulhDtBAvoaM3schuDeaks5udCB-gaJpZM4WSkod">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_dNQSmzklFOCpYcHuPds1YL4rfnks5udCB-gaJpZM4WSkod.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1715."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1715#event-1858970368"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1715#event-1858970368",
"url": "https://github.com/quicwg/base-drafts/pull/1715#event-1858970368",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add max_bytes_before_ack to transport (#1715)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1715#event-1858970368"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 373967389\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba428fee20ec_34863fe3214d45c471839--


From nobody Thu Sep 20 16:12:49 2018
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 54C28130E2A for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:12:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.606
X-Spam-Level: 
X-Spam-Status: No, score=-6.606 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 n4SW09MhB68d for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:12:46 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6E8BB130E02 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 16:12:46 -0700 (PDT)
Date: Thu, 20 Sep 2018 16:12:45 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537485165; bh=1mlbgyKYTCw1ZFMs5M9LOrcjUJx49xXUwXBE05vRcxs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1D2sFPqQQizWK1vbbD4/Zs0FNu9UcQuvlz8YurjyjnygScsDQQ6GSbbTlcJn6IB9z 3S/3Rww9XIG+6OxQPkKFre0VCvLDFXgA2IedlOfpq48r9cVlcJSN+OgirFSh/eHpwl gAoEtpOup28302FwzidmVd9YFTfX2zyKwoIC90OA=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab452aaa09d89257c129337bc9a54eb6e5ddde52e492cf0000000117bbeb6d92a169ce1599ab93@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1781/review/157499530@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1781@github.com>
References: <quicwg/base-drafts/pull/1781@github.com>
Subject: Re: [quicwg/base-drafts] Add max_ack_delay transport parameter (#1781)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba4296dba135_4bc53fc0b20d45b42243fd"; 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/qSInHfuX8EpieZVTYXKlZHJmbUA>
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, 20 Sep 2018 23:12:48 -0000

----==_mimepart_5ba4296dba135_4bc53fc0b20d45b42243fd
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/1781#pullrequestreview-157499530
----==_mimepart_5ba4296dba135_4bc53fc0b20d45b42243fd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<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/1781#pullrequestreview-157499530">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1UcJdPLS6WppkTP0HQjrvGQniEaks5udCDtgaJpZM4WzJbW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4mnDk3niJNPsD1rXQJGbGDtw8zSks5udCDtgaJpZM4WzJbW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks approved #1781"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1781#pullrequestreview-157499530"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1781#pullrequestreview-157499530",
"url": "https://github.com/quicwg/base-drafts/pull/1781#pullrequestreview-157499530",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@nibanks approved 1781",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1781#pullrequestreview-157499530"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382506710\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba4296dba135_4bc53fc0b20d45b42243fd--


From nobody Thu Sep 20 16:13:08 2018
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 11EE412F1A5 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:13:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.606
X-Spam-Level: 
X-Spam-Status: No, score=-6.606 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 f50jnCg3zbuA for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:13:05 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 525AF124D68 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 16:13:05 -0700 (PDT)
Date: Thu, 20 Sep 2018 16:13:04 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537485184; bh=3uCn9LamuByy3yxKuDLxUyx7eW7L8yKWUIZwOLMp1Hk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=a/ABFXAT53GhTt8sJF9GZneKeX+XFRJkiFSlYb6p9KZ2NnxeVHK7pYgp6XtU8uNcT wDgKGKTuQ2O4zBzPuiDhkKp2svjSyINhiiKRGj+dLr25ShAJilPnT4vl4tPK2gLxFh wxPaWGqEUHrXnYKcs5MoO5eHjo0LybhUrGx0i9zc=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab514f212d5ee62b62fa4bde0a36609f3fa485b12c92cf0000000117bbeb8092a169ce1599c7ba@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1782/review/157499586@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1782@github.com>
References: <quicwg/base-drafts/pull/1782@github.com>
Subject: Re: [quicwg/base-drafts] No longer calculate max_ack_delay in recovery (#1782)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba4298090689_1b5d3ff8690d45c011806a"; 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/KsrhnDx3xcHLtPSXpl_UZNGhG1k>
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, 20 Sep 2018 23:13:07 -0000

----==_mimepart_5ba4298090689_1b5d3ff8690d45c011806a
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/1782#pullrequestreview-157499586
----==_mimepart_5ba4298090689_1b5d3ff8690d45c011806a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<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/1782#pullrequestreview-157499586">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8St1ZYpVEV94LDoL-6Xtv3FAIqpks5udCEAgaJpZM4WzML_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8OVIk4hIn1SI4mUwVOLAbjz5vEPks5udCEAgaJpZM4WzML_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks approved #1782"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1782#pullrequestreview-157499586"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1782#pullrequestreview-157499586",
"url": "https://github.com/quicwg/base-drafts/pull/1782#pullrequestreview-157499586",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@nibanks approved 1782",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1782#pullrequestreview-157499586"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382518015\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba4298090689_1b5d3ff8690d45c011806a--


From nobody Thu Sep 20 16:16:06 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 7B2D71286D9 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:16:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.911
X-Spam-Level: 
X-Spam-Status: No, score=-1.911 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 3JuC3hJAbCZQ for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:16:04 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DF253124D68 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 16:16:03 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537485363; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=e32sj0oIXba7AZJODYrc/SRR2riIsfIMDcJxAIv5lzA=; b=s0KiHm9IURgsPhYfSyoG6wQady8QcIgSA7KzG3RhfjXNn+oQ8aN17dqBMsVXHOTubHRl40vN rMUl1S2aXrPSCPuR9WkC3FZ0L8OMb9t7YRvoH5d3w6g1UoE6A7HHXQqxsFuA20FqclUJKbix UgHDf8YVrCWBaPqsTJv4IygJbNw=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5ba42a32.7f9410110f90-smtp-out-n01; Thu, 20 Sep 2018 23:16:02 -0000 (UTC)
Date: Thu, 20 Sep 2018 16:16:02 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5ba42a32ab45f_109c2afd5a75eec8265c3@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 0cfdc6: Merge ACK and ACK_ECN in recovery
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba42a32ab0ad_109c2afd5a75eec8264b2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Ap4evRNM-5XvFZ74L8z2-pRmy1Y>
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, 20 Sep 2018 23:16:06 -0000

----==_mimepart_5ba42a32ab0ad_109c2afd5a75eec8264b2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ack-ecn-merge
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0cfdc6b3120cbca9f18bcea37f627c8114108509
      https://github.com/quicwg/base-drafts/commit/0cfdc6b3120cbca9f18bcea37f627c8114108509
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Merge ACK and ACK_ECN in recovery



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba42a32ab0ad_109c2afd5a75eec8264b2--


From nobody Thu Sep 20 16:17:09 2018
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 2F911124D68 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:17:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 P2zSXA4LpRtu for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:17:05 -0700 (PDT)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 71FE31286D9 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 16:17:05 -0700 (PDT)
Date: Thu, 20 Sep 2018 16:17:04 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537485424; bh=TXBNE6AOUYMj+2GxmrQzeV7xG3ATMqg/0uu5fdoto6w=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=mjsbBnwlBLaN0sffhppZtTsOsmcOs/18/z0cBKMiCYk8oDewnAsM1X415t3uQSKEk DcUPq4+UHs8pII4qXZAi6nuhcoLGaOjshOzBsxOcF6HWl0FRbirapgZEig8anx5afV XLnNT3DJn8ogGT3hTlDNsZ5eq0oUmKvLib3Xy8LU=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3230f39dc54827a676fb78b71cafaf649a3e787292cf0000000117bbec7092a169ce1599cf69@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1783@github.com>
Subject: [quicwg/base-drafts] Merge ACK and ACK_ECN in recovery (#1783)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba42a70a4810_396f3ff3006d45c4813ed"; 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/JSg0OaH4334z2iEboCWz_mNNdB8>
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, 20 Sep 2018 23:17:07 -0000

----==_mimepart_5ba42a70a4810_396f3ff3006d45c4813ed
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merges ACK and ACK_ECN in recovery, in preparation for the same in transport.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1783

-- Commit Summary --

  * Merge ACK and ACK_ECN in recovery

-- File Changes --

    M draft-ietf-quic-recovery.md (17)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1783.patch
https://github.com/quicwg/base-drafts/pull/1783.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/1783

----==_mimepart_5ba42a70a4810_396f3ff3006d45c4813ed
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merges ACK and ACK_ECN in recovery, in preparation for the same in transport.</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/1783'>https://github.com/quicwg/base-drafts/pull/1783</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Merge ACK and ACK_ECN in recovery</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1783/files#diff-0">draft-ietf-quic-recovery.md</a>
    (17)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1783.patch'>https://github.com/quicwg/base-drafts/pull/1783.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1783.diff'>https://github.com/quicwg/base-drafts/pull/1783.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/1783">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwX8ezjYnj7Ft78BWjiRKqmtZ1qUks5udCHwgaJpZM4WzMwz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4qqhEGNL2Ae6_L8gmpeDEKo7pvSks5udCHwgaJpZM4WzMwz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merge ACK and ACK_ECN in recovery (#1783)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1783"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1783",
"url": "https://github.com/quicwg/base-drafts/pull/1783",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Merge ACK and ACK_ECN in recovery (#1783)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "0cfdc6b",
"value": "Merge ACK and ACK_ECN in recovery"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-recovery.md](https://github.com/quicwg/base-drafts/pull/1783/files#diff-0) (17 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1783,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1783\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1783"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1783.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1783.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382520371\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba42a70a4810_396f3ff3006d45c4813ed--


From nobody Thu Sep 20 16:21:53 2018
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 F15A6128BAC for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:21:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 MPMyALbsYMUX for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:21:48 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1342B124D68 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 16:21:48 -0700 (PDT)
Date: Thu, 20 Sep 2018 16:21:47 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537485707; bh=LXJvw5805SclP3gEnp6+yMzPBQN6Lv9qkxQZYPBYBt0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=d8cve4Yae3AwlEi+BoutByRCNavG9k8iEKhyivYSgIz8aeKq4ELUYdRaB5ZhTE4sR pYd4cLHLLZwItEDfWdKiE/5TQlcPWvCcgLnJ0Kghc4gsrtjSMQq0rINCLGPiANo08x 6S+9OYAD59z9v54OHyMMD9QSP5TtS9YPxrpaIuHM=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9bcf5018b1ab1da3144509e61f4ac659aeeb504792cf0000000117bbed8b92a169ce1599ab93@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1781/review/157501360@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1781@github.com>
References: <quicwg/base-drafts/pull/1781@github.com>
Subject: Re: [quicwg/base-drafts] Add max_ack_delay transport parameter (#1781)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba42b8b3f522_74cb3f977dcd45c072355"; 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/92mnnY4eRciTWDk60U6NxZDf3Xw>
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, 20 Sep 2018 23:21:50 -0000

----==_mimepart_5ba42b8b3f522_74cb3f977dcd45c072355
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -1674,6 +1675,12 @@ disable_migration (0x0009):
   address other than that used to perform the handshake.  This parameter is a
   zero-length value.
 
+max_ack_delay (0x000c):
+
+: An 8 bit unsigned integer value indicating the maximum amount of time in

To clarify, "the maximum duration in milliseconds..."?  I think both are fine, but do you think that's substantially clearer?

-- 
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/1781#discussion_r219346773
----==_mimepart_5ba42b8b3f522_74cb3f977dcd45c072355
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1781#discussion_r219346773">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1674,6 +1675,12 @@ disable_migration (0x0009):
   address other than that used to perform the handshake.  This parameter is a
   zero-length value.
 
+max_ack_delay (0x000c):
+
+: An 8 bit unsigned integer value indicating the maximum amount of time in
</pre>
<p>To clarify, "the maximum duration in milliseconds..."?  I think both are fine, but do you think that's substantially clearer?</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/1781#discussion_r219346773">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9yaCbG6nHhkFPwmqGsvAjCxsAPEks5udCMLgaJpZM4WzJbW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5m2FUiciTVajpHUszbddG7pXTKXks5udCMLgaJpZM4WzJbW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1781"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1781#discussion_r219346773"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1781#discussion_r219346773",
"url": "https://github.com/quicwg/base-drafts/pull/1781#discussion_r219346773",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1781",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1781#discussion_r219346773"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382506710\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba42b8b3f522_74cb3f977dcd45c072355--


From nobody Thu Sep 20 16:25:54 2018
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 824BB12DD85 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:25:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Z_JtQ-AKZFFP for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:25:51 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8393F128BAC for <quic-issues@ietf.org>; Thu, 20 Sep 2018 16:25:51 -0700 (PDT)
Date: Thu, 20 Sep 2018 16:25:50 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537485950; bh=hLiOP2nbmKFHI2EGhy+QdDLOK5HNJ+ejoRtjw6RYjAg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oSZgs5Mks76KHkTR1DuL8U9dStRvweg1no36jJRDTJ0MYpKyaAGIYwrf2YBWTQ8P/ efZKASXbY09NPTU2PD25PI6Q3N3V8mmsiR5WndhRT28Wuhg8AMmKDkVmuGbj6Ye/lR pmmvYHxm33YvHJlaDx8agK/mcRQ6O2dvNAKDP0to=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1ee263e58238aefb802b4dfbddaa08278e015aa292cf0000000117bbee7e92a169ce1599cf69@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1783/review/157501911@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1783@github.com>
References: <quicwg/base-drafts/pull/1783@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN in recovery (#1783)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba42c7e7413d_395c3ff3006d45c4995d"; 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/EJg27TdjGZNVPL7YUC0D-UH-qXQ>
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, 20 Sep 2018 23:25:54 -0000

----==_mimepart_5ba42c7e7413d_395c3ff3006d45c4995d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



> @@ -105,7 +100,7 @@ In-flight:
 
 Retransmittable Frames:
 
-: All frames besides ACK, ACK_ECN, or PADDING are considered
+: All frames besides ACK, or PADDING are considered

Is the `,` needed any more? Also, this can all fit on a single line now, right?

> @@ -133,13 +128,13 @@ acknowledged or declared lost and sent in new packets as necessary. The types
 of frames contained in a packet affect recovery and congestion control logic:
 
 * All packets are acknowledged, though packets that contain only ACK,
-  ACK_ECN, and PADDING frames are not acknowledged immediately.

Looks like the `,` after ACK isn't needed here either.

-- 
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/1783#pullrequestreview-157501911
----==_mimepart_5ba42c7e7413d_395c3ff3006d45c4995d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@nibanks</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1783#discussion_r219347224">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -105,7 +100,7 @@ In-flight:
 
 Retransmittable Frames:
 
-: All frames besides ACK, ACK_ECN, or PADDING are considered
+: All frames besides ACK, or PADDING are considered
</pre>
<p>Is the <code>,</code> needed any more? Also, this can all fit on a single line now, right?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1783#discussion_r219347320">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -133,13 +128,13 @@ acknowledged or declared lost and sent in new packets as necessary. The types
 of frames contained in a packet affect recovery and congestion control logic:
 
 * All packets are acknowledged, though packets that contain only ACK,
-  ACK_ECN, and PADDING frames are not acknowledged immediately.
</pre>
<p>Looks like the <code>,</code> after ACK isn't needed here either.</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/1783#pullrequestreview-157501911">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-4OtGnM4cWVizvX6OyRwKnuH8w8ks5udCP-gaJpZM4WzMwz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6a8fE2FdCUiVzdXjA1kGPaNKvrmks5udCP-gaJpZM4WzMwz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks commented on #1783"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1783#pullrequestreview-157501911"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1783#pullrequestreview-157501911",
"url": "https://github.com/quicwg/base-drafts/pull/1783#pullrequestreview-157501911",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@nibanks commented on 1783",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1783#pullrequestreview-157501911"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382520371\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba42c7e7413d_395c3ff3006d45c4995d--


From nobody Thu Sep 20 16:43:15 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 6377612DD85 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:43:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.011
X-Spam-Level: 
X-Spam-Status: No, score=-1.011 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 hBw0GCeEev2W for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:43:11 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 80CE3124D68 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 16:43:11 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537486990; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=XjpAffM+iXBq8md6GUTcoJqV/P8qfrTKbqwt7hdIx3E=; b=KHAmXqgUXqPAdorvA6N+1aYSKepxH/0AqYNNJUf50KrnnJDB8a3CRlmNOkiwN/6fbLw5R0vT UFKFLo5TUI2EfugnylNuq1clAHs+EfWcLjFpSao94ApSYUxI+tQxve76f3FVfJ8Gt86SlO1e UrfcbJV+yAd+lISvVZpKtjPu/K4=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5ba4308d.7f6fbc418d20-smtp-out-n01; Thu, 20 Sep 2018 23:43:09 -0000 (UTC)
Date: Thu, 20 Sep 2018 16:43:09 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5ba4308d9d649_d832b23bee32ecc30584@hookshot-fe-31feec6.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ebb022: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba4308d9d158_d832b23bee32ecc3049d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/xBAWQD86x6MRM2javf8E00AG4gY>
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, 20 Sep 2018 23:43:13 -0000

----==_mimepart_5ba4308d9d158_d832b23bee32ecc3049d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ack-ecn-merge
  Home:   https://github.com/quicwg/base-drafts
  Commit: ebb022360fb11a7f945e577f563553e1356c77be
      https://github.com/quicwg/base-drafts/commit/ebb022360fb11a7f945e577f563553e1356c77be
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba4308d9d158_d832b23bee32ecc3049d--


From nobody Thu Sep 20 16:43:22 2018
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 E2964130E02 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:43:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 sUwlKwumrRGA for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:43:16 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E878C130E60 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 16:43:15 -0700 (PDT)
Date: Thu, 20 Sep 2018 16:43:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537486995; bh=KTEw+RJuPnwabsxGrafiOMdnQIrz8CpO+UbuKqhG32o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FIr3D52ztEwAVvIgme7oYGZFQ+GeQ83M4+5fD0HUkiEgWa7Ixf3XakyD2hr0Bb7s7 TM7+OGxhJJX03CBeXCFMLC2GEP8fWTopsQMa1l5xRyYsoazUC3guANCGctcVuZlZfu jQqtP5LuTb5rrJzO7Ma1dQplSPvtjRIkgntmOpd8=
From: ianswett <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/1783/push/2894839257@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1783@github.com>
References: <quicwg/base-drafts/pull/1783@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN in recovery (#1783)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba43093e1b0_74b83ff6ba6d45c013567b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/7DZDN9-3Z8etyc7BIotvuNVXWQM>
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, 20 Sep 2018 23:43:18 -0000

----==_mimepart_5ba43093e1b0_74b83ff6ba6d45c013567b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

ebb0223  Update draft-ietf-quic-recovery.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1783/files/0cfdc6b3120cbca9f18bcea37f627c8114108509..ebb022360fb11a7f945e577f563553e1356c77be

----==_mimepart_5ba43093e1b0_74b83ff6ba6d45c013567b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/ebb0223">ebb0223</a>  Update draft-ietf-quic-recovery.md</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/1783/files/0cfdc6b3120cbca9f18bcea37f627c8114108509..ebb022360fb11a7f945e577f563553e1356c77be">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwarXXE_E-NuaiOEsJ_ZnVzyzl4eks5udCgTgaJpZM4WzMwz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9zmgL-toDtNxxr1Qc3TC7g4PWKgks5udCgTgaJpZM4WzMwz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1783"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1783/files/0cfdc6b3120cbca9f18bcea37f627c8114108509..ebb022360fb11a7f945e577f563553e1356c77be"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1783/files/0cfdc6b3120cbca9f18bcea37f627c8114108509..ebb022360fb11a7f945e577f563553e1356c77be",
"url": "https://github.com/quicwg/base-drafts/pull/1783/files/0cfdc6b3120cbca9f18bcea37f627c8114108509..ebb022360fb11a7f945e577f563553e1356c77be",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1783",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1783:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "ebb0223",
"value": "Update draft-ietf-quic-recovery.md"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1783/files/0cfdc6b3120cbca9f18bcea37f627c8114108509..ebb022360fb11a7f945e577f563553e1356c77be"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382520371\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba43093e1b0_74b83ff6ba6d45c013567b--


From nobody Thu Sep 20 16:43:40 2018
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 54EE312DD85 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:43:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 QgZYBTG6UZIh for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:43:38 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CCA61124D68 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 16:43:37 -0700 (PDT)
Date: Thu, 20 Sep 2018 16:43:37 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537487017; bh=rS1U8N1pqbfdy/usQqe2al3pbaGInO2HpTVyZn2OfcU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2J0fXFCqfAh8B5nablICqDRCdqALWhaqWeD/L0rnzTJ6tS9cWQ7agR/UQP4MezGl8 ecmGIfmf09g8i56FjtcLUajOin31tFesuIZi/jHlaNOvpGIdxRVqbbfiYjOWAZRzhA FCKCVmfQPNdwZVmIA/NN9Aw7yOmstL3WKBX0jz/8=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab95065946bc5d3d443d566e6f3c2cbfc3d5093f5392cf0000000117bbf2a992a169ce1599cf69@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1783/c423368926@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1783@github.com>
References: <quicwg/base-drafts/pull/1783@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN in recovery (#1783)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba430a9ba2b_11d23fa56bed45b815179d"; 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/mbXbwGDTWBK9D6voHY6BULxxmAg>
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, 20 Sep 2018 23:43:39 -0000

----==_mimepart_5ba430a9ba2b_11d23fa56bed45b815179d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks Nick, commas removed.

-- 
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/1783#issuecomment-423368926
----==_mimepart_5ba430a9ba2b_11d23fa56bed45b815179d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks Nick, commas removed.</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/1783#issuecomment-423368926">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz91QjPH_iwYLYABMNBDkuXLlLWNks5udCgpgaJpZM4WzMwz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4afN3URVW7KKjCHiQmv0DrLXBScks5udCgpgaJpZM4WzMwz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1783: Thanks Nick, commas removed."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1783#issuecomment-423368926"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1783#issuecomment-423368926",
"url": "https://github.com/quicwg/base-drafts/pull/1783#issuecomment-423368926",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Merge ACK and ACK_ECN in recovery (#1783)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1783,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1783\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1783#issuecomment-423368926"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382520371\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba430a9ba2b_11d23fa56bed45b815179d--


From nobody Thu Sep 20 16:43:47 2018
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 7779512DD85 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:43:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ZysJOtd6uqlV for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:43:45 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DFDF6124D68 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 16:43:44 -0700 (PDT)
Date: Thu, 20 Sep 2018 16:43:44 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537487024; bh=51pDhYDZgnIdgtoHSZD+4zTgR0UJX/P5fca33kQqMW0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QZmgAvDdqfVu6cJ6rD6boQXEmY16gr4UDxzCKMSVVRwgy190LMcFFJ4sOOLmGtOlb nZCc24yF1S3a0tNR5z9V/1guuzozeG2WBsVj8FrMkgC6z7wLqmQvssLSGb3ddHwbK2 xLSNK1X6K5hMIbLQSIDQ+IB1MClxhWcfxmA9q1KI=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab953d172382a847a4f03cfbe57b8bfcc7fc0ed5f192cf0000000117bbf2af92a169ce0d7fb126@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/506/423368968@github.com>
In-Reply-To: <quicwg/base-drafts/issues/506@github.com>
References: <quicwg/base-drafts/issues/506@github.com>
Subject: Re: [quicwg/base-drafts] ACK frame example (#506)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba430b02bb_784b3fb1f4ad45b81438fb"; 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/6CjSdeotIZJmaTKt3Yq8Y1E4bnU>
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, 20 Sep 2018 23:43:46 -0000

----==_mimepart_5ba430b02bb_784b3fb1f4ad45b81438fb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm going to close this. It's been a year and nobody else has missed an example in the meantime.

-- 
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/506#issuecomment-423368968
----==_mimepart_5ba430b02bb_784b3fb1f4ad45b81438fb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm going to close this. It's been a year and nobody else has missed an example in the meantime.</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/506#issuecomment-423368968">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1e612GsOxBBFXiD6XyUxegLXxUSks5udCgvgaJpZM4NRfSR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9681mhsgKjLMvzA1CSV81Rr0VJPks5udCgvgaJpZM4NRfSR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@larseggert in #506: I'm going to close this. It's been a year and nobody else has missed an example in the meantime."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/506#issuecomment-423368968"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/506#issuecomment-423368968",
"url": "https://github.com/quicwg/base-drafts/issues/506#issuecomment-423368968",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] ACK frame example (#506)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 506,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/506#issuecomment-423368968"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 222688401\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba430b02bb_784b3fb1f4ad45b81438fb--


From nobody Thu Sep 20 16:43:56 2018
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 C2AF5130E4E for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:43:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 L5qH6F0CzxTd for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:43:47 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C4E03124D68 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 16:43:46 -0700 (PDT)
Date: Thu, 20 Sep 2018 16:43:45 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537487026; bh=EcWk7mfSldRLH3Vo7DhPo2EfdrmdDn6nGaJ6X7WQX4Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iZSGxbI0/BTUpTnQD+2BFUc3x4iW9gii04Xosjx1XRvdSzv/xZM9dXYnjKPB3clzC 2iknNPCsaJS5NiqcuMFtYG9K3m+6+yd3GNmGQvhnjAjIHBMiFmnrfTMeIeKYP05iMH i2GpaYyt84lbKPV6S3j1qJdB1cnfQaapGL3lxpKw=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abda971cbdd4f6e9282f5e5a9472529400abd6121b92cf0000000117bbf2b192a169ce0d7fb126@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/506/issue_event/1859007789@github.com>
In-Reply-To: <quicwg/base-drafts/issues/506@github.com>
References: <quicwg/base-drafts/issues/506@github.com>
Subject: Re: [quicwg/base-drafts] ACK frame example (#506)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba430b150b91_13273fd8fc0d45c01341f7"; 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/F-JLXtvoXSj8pdRheH0A6K0FHK0>
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, 20 Sep 2018 23:43:50 -0000

----==_mimepart_5ba430b150b91_13273fd8fc0d45c01341f7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #506.

-- 
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/506#event-1859007789
----==_mimepart_5ba430b150b91_13273fd8fc0d45c01341f7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="226472230" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/506" href="https://github.com/quicwg/base-drafts/issues/506">#506</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/506#event-1859007789">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxP5m1ZplHVgtc_wVEnS8quXTXvsks5udCgxgaJpZM4NRfSR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9Jyczw5A1AppSkclynKQNxDAkmZks5udCgxgaJpZM4NRfSR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #506."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/506#event-1859007789"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/506#event-1859007789",
"url": "https://github.com/quicwg/base-drafts/issues/506#event-1859007789",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] ACK frame example (#506)",
"sections": [
{
"text": "",
"activityTitle": "**Lars Eggert**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@larseggert",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/506#event-1859007789"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 222688401\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba430b150b91_13273fd8fc0d45c01341f7--


From nobody Thu Sep 20 16:59:59 2018
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 84A1F1293FB for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:59:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 qIDIVQrBwdQj for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 16:59:57 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E1C62124D68 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 16:59:56 -0700 (PDT)
Date: Thu, 20 Sep 2018 16:59:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537487996; bh=KWawT3EnT5m36EQltvJqrDUm/d9Yt1g5hjolRkgfjrs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KQTvzEIl4g0VFzHXqo8euvjCTuvvidsqemVNUsBfAakJVX5d7LKYL8orIIoR7Wxw6 mI7VKQZK9smTs4KT4WXQd6wILn00nPY+1YMv8tfHG2MV4e8rEbNGzM/NC6kXZNwYx0 aqdnJMhaM6o/c0FSjiDeQ1kTqUmzty2MIr0ttFE4=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab81725d3f9e72df879e11a80cc1aa94c74b6f067692cf0000000117bbf67c92a169ce1599cf69@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1783/review/157508007@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1783@github.com>
References: <quicwg/base-drafts/pull/1783@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN in recovery (#1783)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba4347c207ef_6b13ff2064d45bc8867a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/zgyMOxEBPUY1enpKJVikfB0tAgc>
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, 20 Sep 2018 23:59:59 -0000

----==_mimepart_5ba4347c207ef_6b13ff2064d45bc8867a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



>  ACK-only:
 
-: Any packet containing only an ACK or ACK_ECN frame.
+: Any packet containing only an ACK frame.
 

padding?

-- 
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/1783#pullrequestreview-157508007
----==_mimepart_5ba4347c207ef_6b13ff2064d45bc8867a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1783#discussion_r219352216">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  ACK-only:
 
-: Any packet containing only an ACK or ACK_ECN frame.
+: Any packet containing only an ACK frame.
 
</pre>
<p>padding?</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/1783#pullrequestreview-157508007">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2UCz0N-9yk770BzynNhghdidifPks5udCv8gaJpZM4WzMwz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2hgR-gDocDcRDn3JaEMHzD2wSUUks5udCv8gaJpZM4WzMwz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1783"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1783#pullrequestreview-157508007"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1783#pullrequestreview-157508007",
"url": "https://github.com/quicwg/base-drafts/pull/1783#pullrequestreview-157508007",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1783",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1783#pullrequestreview-157508007"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382520371\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba4347c207ef_6b13ff2064d45bc8867a--


From nobody Thu Sep 20 17:09:24 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 2694C1293FB for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 17:09:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.011
X-Spam-Level: 
X-Spam-Status: No, score=-1.011 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 q2yQHKgo7Pnm for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 17:09:22 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0CEAD124D68 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 17:09:21 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537488561; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=q8CuqhYCU4tESArEXN0ILLaTivLlN/s6dnXNgovO9ug=; b=ZJa+/DloG24zy7UC77EqJaPDyETpis8T6My/0v0llm6IsCeo5OcQAC8GQYgBoRPMMe/hD51T yJyTeohdaIL/gSqJef0bknNBOSsqlkEKm4NPDsCT0VtKJOa8eXEXIS7FyKH8dL6tMGYbPCw+ LcDixtAk+nh8iWbAi7bZNtZClLw=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 5ba436b0.7fa59c5e93c0-smtp-out-n01; Fri, 21 Sep 2018 00:09:20 -0000 (UTC)
Date: Thu, 20 Sep 2018 17:09:19 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5ba436afc9c63_486f2aca72408ec4101640@hookshot-fe-5a11256.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 7a0d47: Update draft-ietf-quic-transport.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba436afc9802_486f2aca72408ec41015c4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ro78OfwLablgOo2C17ToNxpH53Y>
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, 21 Sep 2018 00:09:23 -0000

----==_mimepart_5ba436afc9802_486f2aca72408ec41015c4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-max-ack-delay
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7a0d476421b1aefdcbf8d69e69cc7ac143907820
      https://github.com/quicwg/base-drafts/commit/7a0d476421b1aefdcbf8d69e69cc7ac143907820
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba436afc9802_486f2aca72408ec41015c4--


From nobody Thu Sep 20 17:09:31 2018
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 3B750130DD3 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 17:09:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 HTIqDy8rXSrA for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 17:09:25 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6F637130E67 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 17:09:25 -0700 (PDT)
Date: Thu, 20 Sep 2018 17:09:24 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537488564; bh=yEh7e2TRjzXMl8ZTg75pIoLWxTUXTtlNGraWhOqZfuk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OO96eOyjbnVMCbmkCSZUtSf9ApIn130ek5wLfWK20GC9wlUfKRYUv3Vh3ekZNrRa3 uOEWJJnHEZqXgie7G/7GUF5R7uDZTYHipXvHTzw40Pt5UFSCC+Compe6mNxTASt79V Q/gTuvIOpb5YwnGPnFoc/IQ7pR/wXRNPyZo8wvWA=
From: ianswett <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/1781/push/2894879271@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1781@github.com>
References: <quicwg/base-drafts/pull/1781@github.com>
Subject: Re: [quicwg/base-drafts] Add max_ack_delay transport parameter and ACK every two packets (#1781)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba436b476037_7ab73f7e6c6d45b4167016"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/YMcjR1NFeo3Swkj-KN2XwNv0uHM>
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, 21 Sep 2018 00:09:27 -0000

----==_mimepart_5ba436b476037_7ab73f7e6c6d45b4167016
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

7a0d476  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1781/files/b0cbe91ed75f99a14d1130df1cfc915b976824e9..7a0d476421b1aefdcbf8d69e69cc7ac143907820

----==_mimepart_5ba436b476037_7ab73f7e6c6d45b4167016
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/7a0d476">7a0d476</a>  Update draft-ietf-quic-transport.md</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/1781/files/b0cbe91ed75f99a14d1130df1cfc915b976824e9..7a0d476421b1aefdcbf8d69e69cc7ac143907820">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5sZ7X4DiHksztYVnrASBwvYXiehks5udC40gaJpZM4WzJbW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6eQLAmD7KGncUG8XVFm1w6HBmb9ks5udC40gaJpZM4WzJbW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1781"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1781/files/b0cbe91ed75f99a14d1130df1cfc915b976824e9..7a0d476421b1aefdcbf8d69e69cc7ac143907820"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1781/files/b0cbe91ed75f99a14d1130df1cfc915b976824e9..7a0d476421b1aefdcbf8d69e69cc7ac143907820",
"url": "https://github.com/quicwg/base-drafts/pull/1781/files/b0cbe91ed75f99a14d1130df1cfc915b976824e9..7a0d476421b1aefdcbf8d69e69cc7ac143907820",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1781",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1781:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "7a0d476",
"value": "Update draft-ietf-quic-transport.md"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1781/files/b0cbe91ed75f99a14d1130df1cfc915b976824e9..7a0d476421b1aefdcbf8d69e69cc7ac143907820"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382506710\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba436b476037_7ab73f7e6c6d45b4167016--


From nobody Thu Sep 20 17:12:50 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 2B4F0130DC6 for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 17:12:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.011
X-Spam-Level: 
X-Spam-Status: No, score=-1.011 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 RrAXVZa1pimW for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 17:12:48 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 121C91293FB for <quic-issues@ietf.org>; Thu, 20 Sep 2018 17:12:47 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537488767; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=jiCZNdzqLGNC1Zu3ZhtJv9OELOYnTIDLOyz5qCOgXLA=; b=IDy9L/6xVSy+ChjxXCYZQqVC2x9f6bDtSVAEw5cEZziuY8Y9mpNqOsqO97qVC1ImoQra0JqC nkIC9n4xJAlB+UpPNp/1xP5/6SHRcZL86iD5RNSaUPVBiyJeJ59aoAbqU7mkL+9hXwoDYHvm M0Mmha65qPGCaIYdtpie5YdDd0o=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5ba4377f.7efd49c7d870-smtp-out-n01; Fri, 21 Sep 2018 00:12:47 -0000 (UTC)
Date: Thu, 20 Sep 2018 17:12:41 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5ba43779ebfa8_25f2af6912baec8775a7@hookshot-fe-da92815.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 18cbe4: Update draft-ietf-quic-transport.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba43779ebbbb_25f2af6912baec877417"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/X4qE9W5TcilrvvUdps9ADy4V0vg>
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, 21 Sep 2018 00:12:49 -0000

----==_mimepart_5ba43779ebbbb_25f2af6912baec877417
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-max-ack-delay
  Home:   https://github.com/quicwg/base-drafts
  Commit: 18cbe487fca9dd095c35e12d7c0a9fb8169207ce
      https://github.com/quicwg/base-drafts/commit/18cbe487fca9dd095c35e12d7c0a9fb8169207ce
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba43779ebbbb_25f2af6912baec877417--


From nobody Thu Sep 20 17:12:56 2018
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 E26031293FB for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 17:12:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 inp-Tv2hYlVV for <quic-issues@ietfa.amsl.com>; Thu, 20 Sep 2018 17:12:53 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 691B3130DC6 for <quic-issues@ietf.org>; Thu, 20 Sep 2018 17:12:53 -0700 (PDT)
Date: Thu, 20 Sep 2018 17:12:48 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537488768; bh=QPHwPtKsSvqxpQNe6/VoGJ5l7wVua1dIfC7XfDvoOoI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wj9wvNkrL40XSaOHKntn38NOFzpp8evL3oe6g4uRtpgaxCOSWWE7tUN6gQItvlaCo xD9LK4nf/xPP2nNNCran+kpq9prpIbJmkzgCWM/R/XLSWYK0RZloBLxp+I8MTgXzpC V2LQ7fMBixv9ZVyqs5kQ0cYNOO/dqncJ4iYln9kw=
From: ianswett <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/1781/push/2894884417@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1781@github.com>
References: <quicwg/base-drafts/pull/1781@github.com>
Subject: Re: [quicwg/base-drafts] Add max_ack_delay transport parameter and ACK every two packets (#1781)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba43780ab947_7af93f9d9c0d45c08852a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/4lIhZMu5E6rcDqphoM6KHpyYw70>
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, 21 Sep 2018 00:12:55 -0000

----==_mimepart_5ba43780ab947_7af93f9d9c0d45c08852a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

18cbe48  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1781/files/7a0d476421b1aefdcbf8d69e69cc7ac143907820..18cbe487fca9dd095c35e12d7c0a9fb8169207ce

----==_mimepart_5ba43780ab947_7af93f9d9c0d45c08852a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/18cbe48">18cbe48</a>  Update draft-ietf-quic-transport.md</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/1781/files/7a0d476421b1aefdcbf8d69e69cc7ac143907820..18cbe487fca9dd095c35e12d7c0a9fb8169207ce">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7ev3AUrK6q9OvnqQkGADMC1mf0oks5udC8AgaJpZM4WzJbW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4ofAXxSIdvmf4uVOm_Kazkkkrdtks5udC8AgaJpZM4WzJbW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1781"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1781/files/7a0d476421b1aefdcbf8d69e69cc7ac143907820..18cbe487fca9dd095c35e12d7c0a9fb8169207ce"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1781/files/7a0d476421b1aefdcbf8d69e69cc7ac143907820..18cbe487fca9dd095c35e12d7c0a9fb8169207ce",
"url": "https://github.com/quicwg/base-drafts/pull/1781/files/7a0d476421b1aefdcbf8d69e69cc7ac143907820..18cbe487fca9dd095c35e12d7c0a9fb8169207ce",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1781",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1781:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "18cbe48",
"value": "Update draft-ietf-quic-transport.md"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1781/files/7a0d476421b1aefdcbf8d69e69cc7ac143907820..18cbe487fca9dd095c35e12d7c0a9fb8169207ce"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382506710\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba43780ab947_7af93f9d9c0d45c08852a--


From nobody Fri Sep 21 07:29:39 2018
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 7F57E129619 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 07:29:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 ZI4z7m2To0Gi for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 07:29:36 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A5B9812777C for <quic-issues@ietf.org>; Fri, 21 Sep 2018 07:29:36 -0700 (PDT)
Date: Fri, 21 Sep 2018 07:29:35 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537540175; bh=Zzkx22L1/hqDFQ2/qlNx4ucE4Na8RPyaOInAYkvk2OY=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=NJgcM12vN8/yC7RweKD/ROa7fWNGH805gVtGYmWrwMq4GsMuvAPNt7B7AtsUsWRPd GnVtKolZHv06JDyb9gs9O04qvjBWzGuW1vV5Dhy/hIkiiAgfzKcJpVVwCE3h79hMWb 13jiiqHDkHmKyPiHj4m2CiLT/Xq3VIfgNQaW1Z1w=
From: Tatsuhiro Tsujikawa <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb60ca5d463392d9ddb2496acec6666031e4f5d6192cf0000000117bcc24f92a169ce159d75ca@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1784@github.com>
Subject: [quicwg/base-drafts] Handshake failure after Retry (#1784)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba5004f80fa8_596d3fdd15ad45bc40274"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: tatsuhiro-t
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/3dTdTIVCh3ugvDlFxyC6IGz6nyc>
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, 21 Sep 2018 14:29:38 -0000

----==_mimepart_5ba5004f80fa8_596d3fdd15ad45bc40274
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I found that there is a corner case that handshake fails after Retry.
The current specification allows server not to change its SCID in Retry packet.  In other words, server is allowed to set client chosen CID in SCID field of Retry packet.
The spec also allows client to create fresh TLS context each time it receives Retry packet.
If they are used, there is a case that handshake fails after Retry packet.
Here is the possible scenario.

1. client sends Initial to server with TLS context T0: Initial SCID=A DCID=B
2. client resends Initial to server with TLS context T0: Initial SCID=A DCID=B
3. client receives Retry from server: Retry SCID=B DCID=A ODCID=B
4. in response to Retry(3), client sends Initial to server with TLS context T1: Initial SCID=A DCID=B
5. client receives Retry from server (in response to client Initial(2)): Retry SCID=B DCID=A ODCID=B ODCID=B
6. in response to Retry(5), client sends Initial to server with TLS context T2: Initial SCID=A DCID=B
7. client receives Initial from server (in response to client Initial(4), thus using TLS context T1): Initial SCID=C DCID=A
8. client receives Handshake from server (which uses TLS context T1): Handshake SCID=C DCID=A

client cannot decrypt Handshake packet from server because client uses TLS context T2 meanwhile server uses TLS context T1.


-- 
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/1784
----==_mimepart_5ba5004f80fa8_596d3fdd15ad45bc40274
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I found that there is a corner case that handshake fails after Retry.<br>
The current specification allows server not to change its SCID in Retry packet.  In other words, server is allowed to set client chosen CID in SCID field of Retry packet.<br>
The spec also allows client to create fresh TLS context each time it receives Retry packet.<br>
If they are used, there is a case that handshake fails after Retry packet.<br>
Here is the possible scenario.</p>
<ol>
<li>client sends Initial to server with TLS context T0: Initial SCID=A DCID=B</li>
<li>client resends Initial to server with TLS context T0: Initial SCID=A DCID=B</li>
<li>client receives Retry from server: Retry SCID=B DCID=A ODCID=B</li>
<li>in response to Retry(3), client sends Initial to server with TLS context T1: Initial SCID=A DCID=B</li>
<li>client receives Retry from server (in response to client Initial(2)): Retry SCID=B DCID=A ODCID=B ODCID=B</li>
<li>in response to Retry(5), client sends Initial to server with TLS context T2: Initial SCID=A DCID=B</li>
<li>client receives Initial from server (in response to client Initial(4), thus using TLS context T1): Initial SCID=C DCID=A</li>
<li>client receives Handshake from server (which uses TLS context T1): Handshake SCID=C DCID=A</li>
</ol>
<p>client cannot decrypt Handshake packet from server because client uses TLS context T2 meanwhile server uses TLS context T1.</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/1784">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3SnjuHfO9lUg1YVqviaDdSRBioxks5udPfPgaJpZM4W0RMP">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqz2S7loqBUHfr1mx3maFCTUIaudlks5udPfPgaJpZM4W0RMP.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Handshake failure after Retry (#1784)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1784"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1784",
"url": "https://github.com/quicwg/base-drafts/issues/1784",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Handshake failure after Retry (#1784)",
"sections": [
{
"text": "",
"activityTitle": "**Tatsuhiro Tsujikawa**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@tatsuhiro-t",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1784
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1784,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1784\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1784"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382800655\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba5004f80fa8_596d3fdd15ad45bc40274--


From nobody Fri Sep 21 07:42:18 2018
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 6AA95130DF9 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 07:42:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 vizCD2FYFlj8 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 07:42:14 -0700 (PDT)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6E29012777C for <quic-issues@ietf.org>; Fri, 21 Sep 2018 07:42:14 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=u7l8qTMk8FqO+BcTJA/pTqw6d90=; b=aqQwxIxOR5auRBmH BE0wuKJZ0xZgDkalcIWNbvjEKsPAZzo+rrFZjy0GNkX9Q38hNEB9L5kPF7bO5I/t 0f4XQ6SIYXg+OqAttg8AhdhbGRU0K0yItKA30ecq6zzYLrjJqjgEUCoFf9Ukrets ox/60FAt+sPp2SoPp0UFLjiPlPg=
Received: by filter1839p1mdw1.sendgrid.net with SMTP id filter1839p1mdw1-28538-5BA50343-1D 2018-09-21 14:42:11.366585171 +0000 UTC m=+680448.152950165
Received: from github-lowworker-e711880.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id 1AUUz5ZlR7SV2SAYsWYvQA for <quic-issues@ietf.org>; Fri, 21 Sep 2018 14:42:11.297 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e711880.cp1-iad.github.net (Postfix) with ESMTP id 4612E44012E for <quic-issues@ietf.org>; Fri, 21 Sep 2018 07:42:11 -0700 (PDT)
Date: Fri, 21 Sep 2018 14:42:11 +0000 (UTC)
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba0e85cff89c1d3aaea6e5bcce64851348e23445f92cf0000000117bcc54392a169ce159d75ca@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1784/423556054@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1784@github.com>
References: <quicwg/base-drafts/issues/1784@github.com>
Subject: Re: [quicwg/base-drafts] Handshake failure after Retry (#1784)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba503433d1cd_1bc83fd318ad45b410479"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak00yLYhPYxhpIOF2iS4+KN8K8wJu0ZgEpimPK 2ymwwVz2PxE8K/9D9eOiNElnDCzjRa1THdeLbkbWus0dA7BVaBYK07lDVR/aNG8ZuNEn1uvyJhjf1j eIDhoNgAMUhm+cWR9rRNrxZIzEKd7UdSomX0azhnSBjwQAeLJWnYdl19E4PRl89jBCdoQ+2Jvvz5zb 8=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SeYO1wmnrfZH3lv8yQutw9HMnQY>
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, 21 Sep 2018 14:42:18 -0000

----==_mimepart_5ba503433d1cd_1bc83fd318ad45b410479
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I guess the solution is to either:

a) Require Retry to change the CID.
b) Restrict the client from starting a new TLS context in response to Retry.
c) Have some other way for the client to differentiate between Retries, other than CID.

a) sounds like the simplest option to me.,

-- 
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/1784#issuecomment-423556054
----==_mimepart_5ba503433d1cd_1bc83fd318ad45b410479
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I guess the solution is to either:</p>
<p>a) Require Retry to change the CID.<br>
b) Restrict the client from starting a new TLS context in response to Retry=
.<br>
c) Have some other way for the client to differentiate between Retries, oth=
er than CID.</p>
<p>a) sounds like the simplest option to me.,</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/1784#issuecomment-423556054">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3_ujfvxYWft-p=
aBgOeo2-SI8VUTks5udPrDgaJpZM4W0RMP">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkqxXhQZXw6f1J2JXDQoFO-_tPCImwks5udPrDga=
JpZM4W0RMP.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks in #1784: I =
guess the solution is to either:\r\n\r\na) Require Retry to change the CID.=
\r\nb) Restrict the client from starting a new TLS context in response to R=
etry.\r\nc) Have some other way for the client to differentiate between Ret=
ries, other than CID.\r\n\r\na) sounds like the simplest option to me.,"}],=
"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/=
issues/1784#issuecomment-423556054"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1784#issuecomment-4=
23556054",
"url": "https://github.com/quicwg/base-drafts/issues/1784#issuecomment-4235=
56054",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Handshake failure after Retry (#1784)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1784,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"qui=
cwg/base-drafts\",\n\"issueId\": 1784\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1784#issuecomment-4235=
56054"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382800655=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba503433d1cd_1bc83fd318ad45b410479--


From nobody Fri Sep 21 08:16:33 2018
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 6CF9212777C for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 08:16:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Lhv4EEFYG-kP for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 08:16:29 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3E576130E09 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 08:16:29 -0700 (PDT)
Date: Fri, 21 Sep 2018 08:16:27 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537542987; bh=O0sPEEycfG/tKjTEK37UWxiDMXR5gDp3vhkCThWh3sA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mONqF8z14t1ZfO4qlLYwFT35Fmgt4HuOPbsXcLkh5dS0m23utJadarj/0hXvRI2ma 76eYNuM3ENBPUWjZ8Ai84MX8axUcwv1C+A486jp1WSGZWvsdcr1Tq0cjF5iGDN1me9 KDywc40LnOn/3++di8Rq/ErlIXwN7lW8Ez237gKs=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab549da522efd52e41176d61b6ac743db980a5b11492cf0000000117bccd4b92a169ce159d75ca@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1784/423569167@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1784@github.com>
References: <quicwg/base-drafts/issues/1784@github.com>
Subject: Re: [quicwg/base-drafts] Handshake failure after Retry (#1784)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba50b4bea1fd_1bd53fea952d45b428187"; 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/5iH9zEYNB3oRZ6o0KEk1CN7MnxE>
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, 21 Sep 2018 15:16:31 -0000

----==_mimepart_5ba50b4bea1fd_1bd53fea952d45b428187
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

My previous assumption was that if the client the connection ID the same,=

it was the same connection, and therefore the TLS context should be kept
the same.

a) is likely ok, but I believe the variant of b) above fits better with t=
he
design we have I believe?

On Fri, Sep 21, 2018 at 10:42 AM Nick Banks <notifications@github.com>
wrote:

> I guess the solution is to either:
>
> a) Require Retry to change the CID.
> b) Restrict the client from starting a new TLS context in response to
> Retry.
> c) Have some other way for the client to differentiate between Retries,=

> other than CID.
>
> a) sounds like the simplest option to me.,
>
> =E2=80=94
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/quicwg/base-drafts/issues/1784#issuecomment-4235560=
54>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ATJJcSr8v9UPI1m-htRq=
fb1VvBA8PDHIks5udPrDgaJpZM4W0RMP>
> .
>


-- =

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/1784#issuecomment-423569167=

----==_mimepart_5ba50b4bea1fd_1bd53fea952d45b428187
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

My previous assumption was that if the client the connection ID the same,=
<br>
it was the same connection, and therefore the TLS context should be kept<=
br>
the same.<br>
<br>
a) is likely ok, but I believe the variant of b) above fits better with t=
he<br>
design we have I believe?<br>
<br>
On Fri, Sep 21, 2018 at 10:42 AM Nick Banks &lt;notifications@github.com&=
gt;<br>
wrote:<br>
<br>
&gt; I guess the solution is to either:<br>
&gt;<br>
&gt; a) Require Retry to change the CID.<br>
&gt; b) Restrict the client from starting a new TLS context in response t=
o<br>
&gt; Retry.<br>
&gt; c) Have some other way for the client to differentiate between Retri=
es,<br>
&gt; other than CID.<br>
&gt;<br>
&gt; a) sounds like the simplest option to me.,<br>
&gt;<br>
&gt; =E2=80=94<br>
&gt; You are receiving this because you are subscribed to this thread.<br=
>
&gt; Reply to this email directly, view it on GitHub<br>
&gt; &lt;https://github.com/quicwg/base-drafts/issues/1784#issuecomment-4=
23556054&gt;,<br>
&gt; or mute the thread<br>
&gt; &lt;https://github.com/notifications/unsubscribe-auth/ATJJcSr8v9UPI1=
m-htRqfb1VvBA8PDHIks5udPrDgaJpZM4W0RMP&gt;<br>
&gt; .<br>
&gt;<br>


<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/1784#issuecomment-423569167">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq27A=
sWr9ke7N5DMS7XUNFRFlylEtks5udQLLgaJpZM4W0RMP">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqyZc8O8j1u3YDxGNIdz8eBST=
w-VOks5udQLLgaJpZM4W0RMP.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #1784: My previous assumption was that if the client the connecti=
on ID the same,\nit was the same connection, and therefore the TLS contex=
t should be kept\nthe same.\n\na) is likely ok, but I believe the variant=
 of b) above fits better with the\ndesign we have I believe?\n\nOn Fri, S=
ep 21, 2018 at 10:42 AM Nick Banks \u003cnotifications@github.com\u003e\n=
wrote:\n\n\u003e I guess the solution is to either:\n\u003e\n\u003e a) Re=
quire Retry to change the CID.\n\u003e b) Restrict the client from starti=
ng a new TLS context in response to\n\u003e Retry.\n\u003e c) Have some o=
ther way for the client to differentiate between Retries,\n\u003e other t=
han CID.\n\u003e\n\u003e a) sounds like the simplest option to me.,\n\u00=
3e\n\u003e =E2=80=94\n\u003e You are receiving this because you are subsc=
ribed to this thread.\n\u003e Reply to this email directly, view it on Gi=
tHub\n\u003e \u003chttps://github.com/quicwg/base-drafts/issues/1784#issu=
ecomment-423556054\u003e,\n\u003e or mute the thread\n\u003e \u003chttps:=
//github.com/notifications/unsubscribe-auth/ATJJcSr8v9UPI1m-htRqfb1VvBA8P=
DHIks5udPrDgaJpZM4W0RMP\u003e\n\u003e .\n\u003e\n"}],"action":{"name":"Vi=
ew Issue","url":"https://github.com/quicwg/base-drafts/issues/1784#issuec=
omment-423569167"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1784#issuecomment=
-423569167",
"url": "https://github.com/quicwg/base-drafts/issues/1784#issuecomment-42=
3569167",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Handshake failure after Retry (#1784)"=
,
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1784,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1784\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1784#issuecomment-42=
3569167"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3828006=
55\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba50b4bea1fd_1bd53fea952d45b428187--


From nobody Fri Sep 21 10:30:51 2018
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 D437612D7F8 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 10:30:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Yd36v_oS3qjB for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 10:30:47 -0700 (PDT)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 560291277CC for <quic-issues@ietf.org>; Fri, 21 Sep 2018 10:30:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=KsCQIeu9saHHP9z6U7it1Uau2rw=; b=ICfxqeI98iOYZVMf IVrx/LuXVOOsqtDLdvr3DSMfOej1lldAxFfjDigavD0dcHJ4q3XK9WEar/maHu4r myTnYEmoJT9UvVC9gW7qu19ctXVjVA8uRBKrA4QT1w5XPnJ+WQeHwxKfX8DlEmVV 6JPUp0JPapkYmFqq458qxAxkbr4=
Received: by filter1671p1mdw1.sendgrid.net with SMTP id filter1671p1mdw1-1348-5BA52AC3-46 2018-09-21 17:30:43.878836825 +0000 UTC m=+674715.628970115
Received: from github-lowworker-b40b5a4.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0010p1iad1.sendgrid.net (SG) with ESMTP id 1153g52PQduiarVnG0FTAg for <quic-issues@ietf.org>; Fri, 21 Sep 2018 17:30:43.850 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-b40b5a4.cp1-iad.github.net (Postfix) with ESMTP id CD4F13E12F9 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 10:30:43 -0700 (PDT)
Date: Fri, 21 Sep 2018 17:30:44 +0000 (UTC)
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5e5a1620c2cc1f352ddc1bece56a1d5ca89ff2c892cf0000000117bcecc392a169ce1589cd31@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1764/423614073@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1764@github.com>
References: <quicwg/base-drafts/issues/1764@github.com>
Subject: Re: [quicwg/base-drafts] Handshake loss recovery interacts poorly with amplification attack defense (#1764)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba52ac3c46a0_292a3f7e93ed45bc95233"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1ODJhuvDQzwU7jXgeYoYfXig3EUcvkeb6jKY AZgRGjfcaGvkm6zuhxa0dAENGlzhxzARgezcOLYYbmRqQPYrQ1CnC75U+tWJZfrsItlI4tLH4FdWOk c7u+poq2UScYkRQRjBM6MQYduK3e/RdTcvkbIrB560+p5An8Q//miERHLcUFM7r6GdP7aTUp8HE5yL w=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Dj9P3WgUaIPHFTX9aTX_KL1zSc4>
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, 21 Sep 2018 17:30:49 -0000

----==_mimepart_5ba52ac3c46a0_292a3f7e93ed45bc95233
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

One related issue for the P-R: We need to allow PING frames in Handshake and Initial Packets.

-- 
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/1764#issuecomment-423614073
----==_mimepart_5ba52ac3c46a0_292a3f7e93ed45bc95233
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>One related issue for the P-R: We need to allow PING frames in Handshake and Initial Packets.</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/1764#issuecomment-423614073">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq32-MZVotYXIjnaHIM5nVAAGnCrPks5udSJDgaJpZM4WuJKV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzZXWZXLmZRjvKuwz1wgdP0pWHeyks5udSJDgaJpZM4WuJKV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke in #1764: One related issue for the P-R: We need to allow PING frames in Handshake and Initial Packets."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423614073"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423614073",
"url": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423614073",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Handshake loss recovery interacts poorly with amplification attack defense (#1764)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1764,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1764\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423614073"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381194901\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba52ac3c46a0_292a3f7e93ed45bc95233--


From nobody Fri Sep 21 12:48:11 2018
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 2CE0D130E17 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 12:48:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 x-r2WgJTuhw3 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 12:48:08 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2569A130DF5 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 12:48:08 -0700 (PDT)
Date: Fri, 21 Sep 2018 12:48:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537559286; bh=JuGXCSUfM3JHvRtd7HvA4qqLpSgOrBcinWrw5bykqks=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=hkRr62f81fswLpCU85SS9CYy3x8aFOKzV9PTkmsxfmyf1B0tJ/TaWqzMlmROceI68 4ZgIWqRoZJe9KTbAmuzcMkqc9TSeq1t+myv2akyKG9X1cALFg8ivUpXihdewEJ2tNE tdL1tTZ5r2T+wn/AjlVomnjXsahAt68in/ZzQPzs=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab56c70a7fba353690f70b3359b19a4cf9c2a45d7792cf0000000117bd0cf692a169ce159f26c3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1785@github.com>
Subject: [quicwg/base-drafts] Update draft-ietf-quic-transport.md (#1785)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba54af6b63fb_582b3fe8eb4d45b89969e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/UtFuIXeYURgrYkvPAsP4qUfn8PI>
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, 21 Sep 2018 19:48:10 -0000

----==_mimepart_5ba54af6b63fb_582b3fe8eb4d45b89969e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Update reference to Initial packets.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1785

-- Commit Summary --

  * Update draft-ietf-quic-transport.md

-- File Changes --

    M draft-ietf-quic-transport.md (4)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1785.patch
https://github.com/quicwg/base-drafts/pull/1785.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/1785

----==_mimepart_5ba54af6b63fb_582b3fe8eb4d45b89969e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Update reference to Initial packets.</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/1785'>https://github.com/quicwg/base-drafts/pull/1785</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Update draft-ietf-quic-transport.md</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1785/files#diff-0">draft-ietf-quic-transport.md</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1785.patch'>https://github.com/quicwg/base-drafts/pull/1785.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1785.diff'>https://github.com/quicwg/base-drafts/pull/1785.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/1785">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-WZ7qxNr3sFYSSgvJy-ZU_t1Axbks5udUJ2gaJpZM4W0xOc">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2Q4GtJVyZm8TWENk8R6Ndpr2TvCks5udUJ2gaJpZM4W0xOc.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Update draft-ietf-quic-transport.md (#1785)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1785"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1785",
"url": "https://github.com/quicwg/base-drafts/pull/1785",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Update draft-ietf-quic-transport.md (#1785)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "e432ebe",
"value": "Update draft-ietf-quic-transport.md"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1785/files#diff-0) (4 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1785,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1785\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1785"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1785.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1785.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382931868\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba54af6b63fb_582b3fe8eb4d45b89969e--


From nobody Fri Sep 21 12:49:57 2018
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 DA41D130E4B for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 12:49:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.605
X-Spam-Level: 
X-Spam-Status: No, score=-6.605 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 BWFzBm5_MYmz for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 12:49:53 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 55BDF130E17 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 12:49:53 -0700 (PDT)
Date: Fri, 21 Sep 2018 12:49:52 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537559392; bh=lkafQgYetD4FLaGRBmhDesHDRyWQehDDhkyZUPZV2iM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xe0chwGu+dtfsUWFV5y9TbubOJhBD1FQ5bQTm/BEeIS3BE2cttUPqSwjsqK8dbjl/ i9nkJj1UEXDx6ddEg6js+yXdFIK1wYJb3ZJJCeelFkCR9uP35EKuWY9dMTEbCVJvV7 aGVVlL6GzY4mG9ApsVCaHfUB3MtbX8n6x/LGYFrM=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab50b6ba6438200972aa0fa1563e77c2e45848e64a92cf0000000117bd0d6092a169ce1599cf69@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1783/review/157835587@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1783@github.com>
References: <quicwg/base-drafts/pull/1783@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN in recovery (#1783)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba54b606c6fd_117d3f96476d45bc1457b9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/JB0byhhgBY9L73LKhPxshyjsazQ>
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, 21 Sep 2018 19:49:56 -0000

----==_mimepart_5ba54b606c6fd_117d3f96476d45bc1457b9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinduke 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/1783#pullrequestreview-157835587
----==_mimepart_5ba54b606c6fd_117d3f96476d45bc1457b9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinduke</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/1783#pullrequestreview-157835587">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5kjMbXADQm-7ZB1_XUQTo2_lqrhks5udULggaJpZM4WzMwz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-N02nE-J8ZIzCD3edtSjnOUNnCsks5udULggaJpZM4WzMwz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke approved #1783"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1783#pullrequestreview-157835587"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1783#pullrequestreview-157835587",
"url": "https://github.com/quicwg/base-drafts/pull/1783#pullrequestreview-157835587",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinduke approved 1783",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1783#pullrequestreview-157835587"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382520371\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba54b606c6fd_117d3f96476d45bc1457b9--


From nobody Fri Sep 21 12:57:41 2018
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 D1AE3127B92 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 12:57:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 qnInGdQ4E9MJ for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 12:57:37 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0711D130DF5 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 12:57:37 -0700 (PDT)
Date: Fri, 21 Sep 2018 12:57:36 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537559856; bh=gEemyPaxqFbCZB9HfEH+4MS2cBl+e6V7twzkAKqT8D0=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=h/hVCumg6a2fMzxpBjSIcogUd+BaXEFfBrLcFznGZrs/s58NaLCjiWRd+n+b/FuMo 69OXm/+Q8T+3lCxJD3Sh++qtKHXcrtsjUJIwsrQFt+By5Qw93Y/K2bndeFZpv/3lMf gUv9xE+BnS1tNHbG4GvnZoJAaM8MjkWZu2qr58uk=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab87e9504ecffe919a3b410c45a90fbb241842f54992cf0000000117bd0f3092a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786@github.com>
Subject: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba54d303aaaa_1f603fedeb4d45b81218c0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/DF4IdFf499WAovk6e0MKuC0568k>
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, 21 Sep 2018 19:57:39 -0000

----==_mimepart_5ba54d303aaaa_1f603fedeb4d45b81218c0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The presence of CONN_CLOSE in INITIAL and HANDSHAKE packets (and APP_CLOSE in HANDSHAKE) raises a number of questions for implementers.

If I must generate a CONN_CLOSE frame during the handshake, what context should I use? The highest one I have, or the highest that I received a packet for?

Relatedly, under what circumstances should I accept a CONN_CLOSE with old keys? I would argue we should toss any Initial Packet with CONN_CLOSE if the peer has already sent us something with Handshake keys, but it's possible to be more strict than that.

Should I accept a Handshake CONNECTION_CLOSE when we are using 1-RTT merely because I still have the Handshake keys lying around?

As far as I can tell, other frame types have no impact on the other contexts, except for a minor CRYPTO frame issue I'll handle in a different PR.

-- 
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/1786
----==_mimepart_5ba54d303aaaa_1f603fedeb4d45b81218c0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The presence of CONN_CLOSE in INITIAL and HANDSHAKE packets (and APP_CLOSE in HANDSHAKE) raises a number of questions for implementers.</p>
<p>If I must generate a CONN_CLOSE frame during the handshake, what context should I use? The highest one I have, or the highest that I received a packet for?</p>
<p>Relatedly, under what circumstances should I accept a CONN_CLOSE with old keys? I would argue we should toss any Initial Packet with CONN_CLOSE if the peer has already sent us something with Handshake keys, but it's possible to be more strict than that.</p>
<p>Should I accept a Handshake CONNECTION_CLOSE when we are using 1-RTT merely because I still have the Handshake keys lying around?</p>
<p>As far as I can tell, other frame types have no impact on the other contexts, except for a minor CRYPTO frame issue I'll handle in a different PR.</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/1786">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6BmbFxzkY0TaXHslvDURLF5jzvoks5udUSwgaJpZM4W0yBo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9nN4EkxaEvnXn9tn9ieppncaE2Zks5udUSwgaJpZM4W0yBo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1786"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786",
"url": "https://github.com/quicwg/base-drafts/issues/1786",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1786
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382935144\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba54d303aaaa_1f603fedeb4d45b81218c0--


From nobody Fri Sep 21 13:04:14 2018
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 8B31312785F for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 13:04:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 2rIgGIkiQUAC for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 13:04:11 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E5BA6127B92 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 13:04:10 -0700 (PDT)
Date: Fri, 21 Sep 2018 13:04:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537560249; bh=9W2wMmXtP4NhAVQ4Jc+WQNlGZ8YYkJ6V1X2+zazrCJw=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=BUUzkSGrwuTN1hIKWUzSZ+KZQ/Oe3ZZRxOOJe4HqwM5jpUC2dX4ynmoFveGJuVG/C DrTPVTs+NRQlgfrgxhYiIfKmPvLuox9DjSgKKfBVj8v0sQ6SkYzGngs2/sxNBzmwio NyGzgfu1fvRWyYIDrLQU5Pnp5wovQKuW5TU2IhZQ=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5a935ce5e1a5f9c0573749e20efedd7ad92535ac92cf0000000117bd10b992a169ce159f38fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1787@github.com>
Subject: [quicwg/base-drafts] Clarify OOO CRYPTO data handling (#1787)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba54eb9cbabd_e873fa5720d45c41642ae"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/ckWANdMjsmiNl-1H3QilTSAOKDg>
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, 21 Sep 2018 20:04:13 -0000

----==_mimepart_5ba54eb9cbabd_e873fa5720d45c41642ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

We should never pass up Initial CRYPTO payloads once we've passed up Handshake, etc. This would break the ordered delivery of data to TLS.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1787

-- Commit Summary --

  * Clarify OOO CRYPTO data handling

-- File Changes --

    M draft-ietf-quic-transport.md (4)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1787.patch
https://github.com/quicwg/base-drafts/pull/1787.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/1787

----==_mimepart_5ba54eb9cbabd_e873fa5720d45c41642ae
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>We should never pass up Initial CRYPTO payloads once we've passed up Handshake, etc. This would break the ordered delivery of data to TLS.</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/1787'>https://github.com/quicwg/base-drafts/pull/1787</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Clarify OOO CRYPTO data handling</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1787/files#diff-0">draft-ietf-quic-transport.md</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1787.patch'>https://github.com/quicwg/base-drafts/pull/1787.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1787.diff'>https://github.com/quicwg/base-drafts/pull/1787.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/1787">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1X5V1tAPnn6E6cgasQK4AGUgPzLks5udUY5gaJpZM4W0ylM">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-aoszt0_J11YVQardSICKjeqwOAks5udUY5gaJpZM4W0ylM.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Clarify OOO CRYPTO data handling (#1787)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1787"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1787",
"url": "https://github.com/quicwg/base-drafts/pull/1787",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Clarify OOO CRYPTO data handling (#1787)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "9acc7c1",
"value": "Clarify OOO CRYPTO data handling"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1787/files#diff-0) (4 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1787,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1787\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1787"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1787.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1787.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382937420\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba54eb9cbabd_e873fa5720d45c41642ae--


From nobody Fri Sep 21 13:11:52 2018
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 22066127B92 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 13:11:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 o4k9mQw4oZpJ for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 13:11:48 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8838912785F for <quic-issues@ietf.org>; Fri, 21 Sep 2018 13:11:48 -0700 (PDT)
Date: Fri, 21 Sep 2018 13:11:47 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537560707; bh=Oz5rFqojnSvo7SYpV9sykuDk2zV2NrXAacuRjjz7zHs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2OHIAYsnMb/GaHh6lf1HWphhvd/2BjSx6tvv3RP2GWDG8Uh8VwKNbd6X2M/H25rrd Q1X/LXBiKhqgwAkrrTeDbTtCJjzh0d+E8P7KUb1o+mDHjf4C2CTUdEVNZhArIaLABY ysKYrxANFZ94GzoMBr8ncnQhgpicCQnk/4XCkZYI=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba5d66c096e801cfaf8bfa1eb082426389b37054192cf0000000117bd128392a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/423657304@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba55083ab5da_40df3fe3b78d45c0402527"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/SfF3kA3QnOjczXqEjsm22vyQqa4>
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, 21 Sep 2018 20:11:50 -0000

----==_mimepart_5ba55083ab5da_40df3fe3b78d45c0402527
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I would recommend the following:
1) Always send CONN_CLOSE/APP_CLOSE with the strongest keys you have available.
2) If a packet contains a CONN_CLOSE in a context where you have already recevied a packet from the sender with a stronger context, drop it.

If people like this, I can write up a PR.

-- 
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/1786#issuecomment-423657304
----==_mimepart_5ba55083ab5da_40df3fe3b78d45c0402527
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I would recommend the following:</p>
<ol>
<li>Always send CONN_CLOSE/APP_CLOSE with the strongest keys you have ava=
ilable.</li>
<li>If a packet contains a CONN_CLOSE in a context where you have already=
 recevied a packet from the sender with a stronger context, drop it.</li>=

</ol>
<p>If people like this, I can write up a PR.</p>

<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/1786#issuecomment-423657304">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxrb=
qdkS9Qr50KAvpP2e9xXWg33Dks5udUgDgaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9C-VAsxA3EwZrub10mT1Iuq=
APHEks5udUgDgaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
induke in #1786: I would recommend the following:\r\n1) Always send CONN_=
CLOSE/APP_CLOSE with the strongest keys you have available.\r\n2) If a pa=
cket contains a CONN_CLOSE in a context where you have already recevied a=
 packet from the sender with a stronger context, drop it.\r\n\r\nIf peopl=
e like this, I can write up a PR."}],"action":{"name":"View Issue","url":=
"https://github.com/quicwg/base-drafts/issues/1786#issuecomment-423657304=
"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-423657304",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
3657304",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
3657304"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba55083ab5da_40df3fe3b78d45c0402527--


From nobody Fri Sep 21 13:19:02 2018
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 9809C130DD9 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 13:19:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 bZ4_IMD7q4hr for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 13:19:00 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0A7C012785F for <quic-issues@ietf.org>; Fri, 21 Sep 2018 13:19:00 -0700 (PDT)
Date: Fri, 21 Sep 2018 13:18:58 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537561138; bh=t2618O2gE/CY4IBpTFSQ1alcqUC1lP+NiaaU8kAVUlY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rLcLP2Wv7JV7AnRzcs9wBbWSgPF9sqVIYZg8awG/PSpdE1BcHKcba/qzVB1xJulab Kusd6oELKOfTcMHNJQUubqF57Jig/ULEGHLkdamJOC0eXlkWBvD8Lx1Pc6R/HukvbK loJIb3Sl07++6KMZ1+Fj5vASZ+zZYFcHi+jkvD2M=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba9aa7b1cb23c228bceff873762d8e554c44523a792cf0000000117bd143292a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/423659008@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba5523222ac7_10ee3fa12a8d45b8573a3"; 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/qUH45jDtwVlbOGQorsKXVq9e4i0>
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, 21 Sep 2018 20:19:01 -0000

----==_mimepart_5ba5523222ac7_10ee3fa12a8d45b8573a3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think 1 needs to be the strongest keys you know the peer can process?

-- 
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/1786#issuecomment-423659008
----==_mimepart_5ba5523222ac7_10ee3fa12a8d45b8573a3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think 1 needs to be the strongest keys you know the peer can process?</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/1786#issuecomment-423659008">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6UkIgpNYQV3nMOfIyjGmdSIb1sXks5udUmygaJpZM4W0yBo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-nQSLn1DX_1Dppt7kQNE86J_mJ3ks5udUmygaJpZM4W0yBo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1786: I think 1 needs to be the strongest keys you know the peer can process?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1786#issuecomment-423659008"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-423659008",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-423659008",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-423659008"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382935144\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba5523222ac7_10ee3fa12a8d45b8573a3--


From nobody Fri Sep 21 13:19:58 2018
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 C6558130DD9 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 13:19:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 eXWtN4Q7H2eO for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 13:19:56 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1840712785F for <quic-issues@ietf.org>; Fri, 21 Sep 2018 13:19:56 -0700 (PDT)
Date: Fri, 21 Sep 2018 13:19:55 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537561195; bh=+c7EUD4u55DBGPh92EnLwftlOucx35C5HOlqIFA4Hwg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=A6JWiZTASjCLhcaa1OZutl71e/wkjB6kYEn1APwI+HPNcJI4tcZRWvLVhRt3bL/Ic oFfZ7H5fTS8fB6lFf6JcfMtdQkvrG8Gp+JxMWwZempgFvFNo8Fnar80VmCnX0T5Ze1 XrZ1qizVIkByKEKIRNu7snXH4k//hw4L2CzH6Nhg=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0d5d281ee9db608f94e6b656b6f6da9eddff012992cf0000000117bd146b92a169ce159f38fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1787/c423659264@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1787@github.com>
References: <quicwg/base-drafts/pull/1787@github.com>
Subject: Re: [quicwg/base-drafts] Clarify OOO CRYPTO data handling (#1787)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba5526b2aa72_89a3fabae0d45b451047"; 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/9nS7aYfwlG2tXb4bRT5DxnUod9k>
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, 21 Sep 2018 20:19:58 -0000

----==_mimepart_5ba5526b2aa72_89a3fabae0d45b451047
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

That won=E2=80=99t work, e.g. when ServerHello and EncryptedExtensions ar=
e reordered.

-- =

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/1787#issuecomment-423659264=

----==_mimepart_5ba5526b2aa72_89a3fabae0d45b451047
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>That won=E2=80=99t work, e.g. when ServerHello and EncryptedExtensions=
 are reordered.</p>

<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/1787#issuecomment-423659264">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7ZLpA=
jpwgC0fHYGdBLUAtGdY72Tks5udUnrgaJpZM4W0ylM">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq2a1pFvNaozxBPAdij7j4gHC7sqh=
ks5udUnrgaJpZM4W0ylM.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
en-seemann in #1787: That won=E2=80=99t work, e.g. when ServerHello and E=
ncryptedExtensions are reordered."}],"action":{"name":"View Pull Request"=
,"url":"https://github.com/quicwg/base-drafts/pull/1787#issuecomment-4236=
59264"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1787#issuecomment-4=
23659264",
"url": "https://github.com/quicwg/base-drafts/pull/1787#issuecomment-4236=
59264",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Clarify OOO CRYPTO data handling (#178=
7)",
"sections": [
{
"text": "",
"activityTitle": "**Marten Seemann**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@marten-seemann",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1787,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1787\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1787#issuecomment-4236=
59264"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829374=
20\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba5526b2aa72_89a3fabae0d45b451047--


From nobody Fri Sep 21 13:20:54 2018
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 9D435130E21 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 13:20:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.605
X-Spam-Level: 
X-Spam-Status: No, score=-6.605 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 pJhdNxJtXw7Z for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 13:20:52 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F2DEF12785F for <quic-issues@ietf.org>; Fri, 21 Sep 2018 13:20:51 -0700 (PDT)
Date: Fri, 21 Sep 2018 13:20:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537561251; bh=d3YAsItlUIShBfkq7+dSDdOgl3DlJbdOgSXYZgV3xFk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NG0GjVpSi45tjDhb8OTqNR2w1Lz7OdIl9GQTCbrRwHsmTOzRVyPqHwmySAa20APCu ydueHj5CQwVSrWYpeYOsMYoaLC+w7d6lGkELqJHnzAcrZ8LlJx9VJrxN1BkJ+ZOjuM dik7Im/eOCdXGuCnPjXqXoTLeRB3Cwm0qoYLjZPA=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab26d01c686a8293eca0c5c6fa8e82b58aecc4de7a92cf0000000117bd14a392a169ce159f26c3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1785/review/157845161@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1785@github.com>
References: <quicwg/base-drafts/pull/1785@github.com>
Subject: Re: [quicwg/base-drafts] Update reference to Initial Packets (#1785)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba552a32ad30_68e33ff47e8d45c0135254"; 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/JRCoXRc5vht5oBTtZLXRONuuYSo>
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, 21 Sep 2018 20:20:54 -0000

----==_mimepart_5ba552a32ad30_68e33ff47e8d45c0135254
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/1785#pullrequestreview-157845161
----==_mimepart_5ba552a32ad30_68e33ff47e8d45c0135254
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<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/1785#pullrequestreview-157845161">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0QALFQl_ZyuF1ZRp3l9j0wAoLAAks5udUojgaJpZM4W0xOc">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1GnNxtz1Es7DdlcokeDD2cBwVerks5udUojgaJpZM4W0xOc.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #1785"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1785#pullrequestreview-157845161"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1785#pullrequestreview-157845161",
"url": "https://github.com/quicwg/base-drafts/pull/1785#pullrequestreview-157845161",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett approved 1785",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1785#pullrequestreview-157845161"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382931868\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba552a32ad30_68e33ff47e8d45c0135254--


From nobody Fri Sep 21 13:46:30 2018
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 C1863130E21 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 13:46:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 YUNM--4gDzjg for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 13:46:27 -0700 (PDT)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B591212785F for <quic-issues@ietf.org>; Fri, 21 Sep 2018 13:46:26 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=aXpY/Sfh0omM0ukoMdj0NEBh2s4=; b=LcnKfHZq26P2cFP1 QN1DJgaS5XHsgdwd1a000eTis/Ii9UMrBhwNWZnHWM+By8Pa1N0uYr3+43BNYEeP FtupPmRjxkKKD8WBmInUrqlFe2KKIb8pVninXKLvyKwelyunkywCw3u/5ua7i8nG E8YP2nbxS/Jkw1R4NmJ0Ubjb+Uw=
Received: by filter0156p1iad2.sendgrid.net with SMTP id filter0156p1iad2-3070-5BA558A0-25 2018-09-21 20:46:24.888129796 +0000 UTC m=+1290579.590296265
Received: from github-lowworker-e711880.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id nnylht7VRIazNR-uX3j48Q for <quic-issues@ietf.org>; Fri, 21 Sep 2018 20:46:24.757 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e711880.cp1-iad.github.net (Postfix) with ESMTP id B5918440789 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 13:46:24 -0700 (PDT)
Date: Fri, 21 Sep 2018 20:46:25 +0000 (UTC)
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2044fd5a75d947194313c531b779e8f86193468b92cf0000000117bd1aa092a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/423665660@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba558a0ae3b0_70503f7e536d45b413853d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2gSR2RixdQKDSYGUcT+VK24wjt+boQEeBQkb WYib5bTHYJqUajMtKHGwTPArFG5VZdLrGhBNBFfEyhQzmLxGi8zRoM001fAm68wOsS1l+Y/7FZjkJ3 82Nj3q8fmJFdhQmwLhM5HSJ1rrNOHsubFkGjCi4ThjL2PoXiqsiGTB7WS7n0oTnJq2fdFWDKi8mxQH c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pMDD9u_4PRic4qQrXZMD3ucP_i4>
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, 21 Sep 2018 20:46:29 -0000

----==_mimepart_5ba558a0ae3b0_70503f7e536d45b413853d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I don't think that works with #2. Though my rule doesn't work either. If the server needs to send one right after its first flight, it knows only that the peer processes INITIAL. The client will have HS packets from the server, so it will drop with Initial. The server might actually send 1-RTT, and this would work as well under the current rule if nothing is lost.

None of these solutions are obviously best, which is why there should be some guidance. I have to think about it some more, and would appreciate that others do so.

-- 
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/1786#issuecomment-423665660
----==_mimepart_5ba558a0ae3b0_70503f7e536d45b413853d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I don't think that works with <a class=3D"issue-link js-issue-link" data=
-error-text=3D"Failed to load issue title" data-id=3D"189966909" data-permi=
ssion-text=3D"Issue title is private" data-url=3D"https://github.com/quicwg=
/base-drafts/issues/2" href=3D"https://github.com/quicwg/base-drafts/issues=
/2">#2</a>. Though my rule doesn't work either. If the server needs to send=
 one right after its first flight, it knows only that the peer processes IN=
ITIAL. The client will have HS packets from the server, so it will drop wit=
h Initial. The server might actually send 1-RTT, and this would work as wel=
l under the current rule if nothing is lost.</p>
<p>None of these solutions are obviously best, which is why there should be=
 some guidance. I have to think about it some more, and would appreciate th=
at others do so.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/1786#issuecomment-423665660">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-MWWqDaCVTCdP=
3qOlZTVg-dcltkks5udVAggaJpZM4W0yBo">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq0e0Awt9K0nPiClKzGJ9fCuC-dE6ks5udVAgga=
JpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke in #1786:=
 I don't think that works with #2. Though my rule doesn't work either. If t=
he server needs to send one right after its first flight, it knows only tha=
t the peer processes INITIAL. The client will have HS packets from the serv=
er, so it will drop with Initial. The server might actually send 1-RTT, and=
 this would work as well under the current rule if nothing is lost.\r\n\r\n=
None of these solutions are obviously best, which is why there should be so=
me guidance. I have to think about it some more, and would appreciate that =
others do so."}],"action":{"name":"View Issue","url":"https://github.com/qu=
icwg/base-drafts/issues/1786#issuecomment-423665660"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-4=
23665660",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-4236=
65660",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in I=
nitial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"qui=
cwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-4236=
65660"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382935144=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba558a0ae3b0_70503f7e536d45b413853d--


From nobody Fri Sep 21 13:56:57 2018
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 A5077130DC1 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 13:56:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 B30h84Ngp48T for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 13:56:53 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B7C7012785F for <quic-issues@ietf.org>; Fri, 21 Sep 2018 13:56:53 -0700 (PDT)
Date: Fri, 21 Sep 2018 13:56:52 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537563412; bh=1r7h+6AbEDK7Xx61vK5XwpzLpZc3/uEy6i7QNVe+Wu0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=M0AiQvzY+OUguSrYqLfZBTYUV1JXzm+/C0sWVei84lwJvdUPSZH6ouify7aBBXdn2 BN/aRB8CyEeMgCS3DTACj4KnKhMDK153HLnSGYN+nBc4j2oJzAmnSqKfjetIk8fr3M t2ntSv8FBx2QSb7FdmlCNkBpg1mceNq9RVuei1zQ=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd9efbeeafcf41967757301eabb441da95c7040ae92cf0000000117bd1d1492a169ce159f38fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1787/c423668299@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1787@github.com>
References: <quicwg/base-drafts/pull/1787@github.com>
Subject: Re: [quicwg/base-drafts] Clarify OOO CRYPTO data handling (#1787)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba55b1463395_156a3fb5776d45b89025a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/0_vE0s3zTMgc-TkIq-eJOA1Mi1A>
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, 21 Sep 2018 20:56:56 -0000

----==_mimepart_5ba55b1463395_156a3fb5776d45b89025a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If I don't have the Server Hello, I can't decrypt EE to find the CRYPTO frame. I'll change the word to "processed", which I believe addresses your concern.

-- 
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/1787#issuecomment-423668299
----==_mimepart_5ba55b1463395_156a3fb5776d45b89025a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>If I don't have the Server Hello, I can't decrypt EE to find the CRYPTO frame. I'll change the word to "processed", which I believe addresses your concern.</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/1787#issuecomment-423668299">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-_gc9F0ZRNrpzxPn651RCAnhMVnks5udVKUgaJpZM4W0ylM">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6JgQ5nuZzkpoxkGqXLXAhBZL1yyks5udVKUgaJpZM4W0ylM.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke in #1787: If I don't have the Server Hello, I can't decrypt EE to find the CRYPTO frame. I'll change the word to \"processed\", which I believe addresses your concern."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1787#issuecomment-423668299"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1787#issuecomment-423668299",
"url": "https://github.com/quicwg/base-drafts/pull/1787#issuecomment-423668299",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Clarify OOO CRYPTO data handling (#1787)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1787,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1787\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1787#issuecomment-423668299"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382937420\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba55b1463395_156a3fb5776d45b89025a--


From nobody Fri Sep 21 13:58:34 2018
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 F1142130E62 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 13:58:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 0GUDYl5FCbdq for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 13:58:30 -0700 (PDT)
Received: from o5.sgmail.github.com (o5.sgmail.github.com [192.254.113.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 333E3130E99 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 13:58:30 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=mKzlAUGMg8BG+c/6tT9KwRA2NAo=; b=My5GKGw+igk+E+Mu qawGr4JbCEtfYj7BH92NhVpd8Lti35zXn/Nl88efVI2dCpohox3b/OYff91Wgr0C Af3KayU785P2kkTgOiX1bYRyYpDR871M1WZZdKUezChPNszbiypGriIP5JGpBVRY SZ5irT3y1hmsWSl9+wsMerP44SM=
Received: by filter0913p1las1.sendgrid.net with SMTP id filter0913p1las1-28466-5BA55B74-14 2018-09-21 20:58:28.552041558 +0000 UTC m=+193364.052342031
Received: from github-lowworker-1ffe0ab.cp1-iad.github.net (unknown [192.30.252.38]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id PjzqaICwSu-n8aKvvt27mQ for <quic-issues@ietf.org>; Fri, 21 Sep 2018 20:58:28.416 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1ffe0ab.cp1-iad.github.net (Postfix) with ESMTP id 6268C380433 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 13:58:28 -0700 (PDT)
Date: Fri, 21 Sep 2018 20:58:28 +0000 (UTC)
From: martinduke <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/1787/push/2897661814@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1787@github.com>
References: <quicwg/base-drafts/pull/1787@github.com>
Subject: Re: [quicwg/base-drafts] Clarify OOO CRYPTO data handling (#1787)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba55b745b426_72983fb06acd45c4192433"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2o/0RBVBtE+CN0GcTIsoI7jHtzMh/WhprKMK dAFLM8xRLp4FZ7p/XnFz9yEdFdEwzZTCE5ux4P8mF+j1Hrtmw3dFLsk6H62lWYLqdTnrhfIC9C3fFL 37m2T6Dy55nolw2hQDGNiDRaKtf/LkF16lgTg5I6iJpjgDkZIGTQkerMhxazWKwR6YyrSLc78vCosM 0=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BIVD5YEfY9Fps3R_bIQLI6GFh8Q>
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, 21 Sep 2018 20:58:33 -0000

----==_mimepart_5ba55b745b426_72983fb06acd45c4192433
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinduke pushed 1 commit.

97943b1  Changed "received" to "processed"


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1787/files/9acc7c1b386655acdd777ed463e42686ade6a8cd..97943b1130dd1483f0b9628e4c7d139604d63d16

----==_mimepart_5ba55b745b426_72983fb06acd45c4192433
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinduke" class="user-mention">@martinduke</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/97943b1">97943b1</a>  Changed &quot;received&quot; to &quot;processed&quot;</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/1787/files/9acc7c1b386655acdd777ed463e42686ade6a8cd..97943b1130dd1483f0b9628e4c7d139604d63d16">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz0zTBhOLi2bzA6Jxw93sDS0OyrXks5udVL0gaJpZM4W0ylM">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-86_eg5lMLwmYBQhbHhdWfT_P8Rks5udVL0gaJpZM4W0ylM.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke pushed 1 commit in #1787"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1787/files/9acc7c1b386655acdd777ed463e42686ade6a8cd..97943b1130dd1483f0b9628e4c7d139604d63d16"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1787/files/9acc7c1b386655acdd777ed463e42686ade6a8cd..97943b1130dd1483f0b9628e4c7d139604d63d16",
"url": "https://github.com/quicwg/base-drafts/pull/1787/files/9acc7c1b386655acdd777ed463e42686ade6a8cd..97943b1130dd1483f0b9628e4c7d139604d63d16",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinduke pushed 1 commit in #1787",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1787:",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [
{
"name": "97943b1",
"value": "Changed \"received\" to \"processed\""
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1787/files/9acc7c1b386655acdd777ed463e42686ade6a8cd..97943b1130dd1483f0b9628e4c7d139604d63d16"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382937420\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba55b745b426_72983fb06acd45c4192433--


From nobody Fri Sep 21 14:05:32 2018
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 7ABF6130DD4 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 14:05:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 aDHTyjry6BMS for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 14:05:29 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EC1971286E3 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 14:05:28 -0700 (PDT)
Date: Fri, 21 Sep 2018 14:05:27 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537563927; bh=vnllMH5GcV7rgBL7yfzLFH6wSD1OPch9dZCxShW+ypI=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=KmsEH/h2bnPLBCIQPs6fPE+2CthsNJfu1j9BoPOD2CKzHIPsfmg6W3VbfYYrwA0t9 hioSB+NiHTMBRKUiPy3sUVsmFiifsyeVfA1B9BNd2nv6WzTAiAomRyqCZF3uq6NIwu x8Kb5TYw6NkdRti3DDJws5L32T4xM9RKaQZx7zdM=
From: Victor Vasiliev <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abb51290f84652b91e48c7b69119311b75e2aca03392cf0000000117bd1f1792a169ce159f7e9c@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/76@github.com>
Subject: [quicwg/wg-materials] Add missing slides for QUIC trace renderer (#76)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba55d17e1414_611f3fd6e7ed45c4332493"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: vasilvv
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/tz21ZXNEROoHZGnLZAfItIIJTys>
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, 21 Sep 2018 21:05:30 -0000

----==_mimepart_5ba55d17e1414_611f3fd6e7ed45c4332493
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/wg-materials/pull/76

-- Commit Summary --

  * Add missing slides for QUIC trace renderer

-- File Changes --

    A interim-18-09/QUIC trace renderer.pdf (0)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/76.patch
https://github.com/quicwg/wg-materials/pull/76.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/wg-materials/pull/76

----==_mimepart_5ba55d17e1414_611f3fd6e7ed45c4332493
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/wg-materials/pull/76'>https://github.com/quicwg/wg-materials/pull/76</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Add missing slides for QUIC trace renderer</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>A</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/76/files#diff-0">interim-18-09/QUIC trace renderer.pdf</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/76.patch'>https://github.com/quicwg/wg-materials/pull/76.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/76.diff'>https://github.com/quicwg/wg-materials/pull/76.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/wg-materials/pull/76">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5pWX5ZUC-wwCEC3ZkOSfqNk5eZ9ks5udVSXgaJpZM4W03uv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxjp5WWL7WPMrAYiOWzMpUU6sYTeks5udVSXgaJpZM4W03uv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Add missing slides for QUIC trace renderer (#76)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/76"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/76",
"url": "https://github.com/quicwg/wg-materials/pull/76",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Add missing slides for QUIC trace renderer (#76)",
"sections": [
{
"text": "",
"activityTitle": "**Victor Vasiliev**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@vasilvv",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "bd1dd72",
"value": "Add missing slides for QUIC trace renderer"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Added",
"value": "[interim-18-09/QUIC trace renderer.pdf](https://github.com/quicwg/wg-materials/pull/76/files#diff-0) (0 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 76,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 76\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/76"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/76.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/76.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382958511\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba55d17e1414_611f3fd6e7ed45c4332493--


From nobody Fri Sep 21 14:38:37 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 3705A124BE5 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 14:38:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.66
X-Spam-Level: 
X-Spam-Status: No, score=-1.66 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, URIBL_BLOCKED=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 U3dlLhV-Xlg4 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 14:38:35 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 16A411200D7 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 14:38:34 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537565914; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=e8tgE0a9OquoiWQ88vk/nyUZ/fAFvXHf1On0QuoLIlA=; b=GZcwJnQhUHfRvk2kSPO7bfNuf10abag7e5rDZzTcaXlA7RYiYLpGKJa4DqSdLMSJcLrnw3TM GZ8S0TiUmxptoRjWIRiU1nhVCHUWJ7PkmRyo4V91PhL0GubHr5G/QFI45fPEKUUjTdYg+5lh W37+qwFnp5uj6Wo+M5o4slfRlFY=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mnot=mnot.net@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5ba564da.7f4406e0a8a0-smtp-out-n01; Fri, 21 Sep 2018 21:38:34 -0000 (UTC)
Date: Fri, 21 Sep 2018 14:38:34 -0700
From: Mark Nottingham <mnot@mnot.net>
Reply-To: Mark Nottingham <mnot@mnot.net>
To: quic-issues@ietf.org
Message-ID: <5ba564da2ce7a_27d232b243c728edc573dd@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] bd1dd7: Add missing slides for QUIC trace renderer
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba564da2cb9a_27d232b243c728edc572fc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/3JJlMR5VTgriLk7gCTyAjinxiP4>
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, 21 Sep 2018 21:38:36 -0000

----==_mimepart_5ba564da2cb9a_27d232b243c728edc572fc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: bd1dd722472b8ebf8b2316a343659b03945b8d2c
      https://github.com/quicwg/wg-materials/commit/bd1dd722472b8ebf8b2316a343659b03945b8d2c
  Author: Victor Vasiliev <vasilvv@mit.edu>
  Date:   2018-09-21 (Fri, 21 Sep 2018)

  Changed paths:
    A interim-18-09/QUIC trace renderer.pdf

  Log Message:
  -----------
  Add missing slides for QUIC trace renderer


  Commit: fb4f201efcf5975d25b0254da6bce9163b767524
      https://github.com/quicwg/wg-materials/commit/fb4f201efcf5975d25b0254da6bce9163b767524
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2018-09-21 (Fri, 21 Sep 2018)

  Changed paths:
    A interim-18-09/QUIC trace renderer.pdf

  Log Message:
  -----------
  Merge pull request #76 from vasilvv/master

Add missing slides for QUIC trace renderer


Compare: https://github.com/quicwg/wg-materials/compare/d8ba6a3b4d40...fb4f201efcf5
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba564da2cb9a_27d232b243c728edc572fc--


From nobody Fri Sep 21 14:38:43 2018
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 0127C124BE5 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 14:38:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 EFqyUCHAl3VA for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 14:38:36 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 53FE11200D7 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 14:38:36 -0700 (PDT)
Date: Fri, 21 Sep 2018 14:38:35 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537565915; bh=kYW/tzWmoXrbwqzzxnJp3OADt2kakWM+62BNXq+GePU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UU+isv2hR7V211Rz3piKsB3uAZvhn4KfXRSQgcB624U6x48BbU3HOMJp0JNPH1TeY fqfCzQ2Qx9/wauSVRgiH6FhS7ZtP5IFivJgERtLMHanvQiM4MJR+XVKUvCQ7biWpjy gUMAQYr5Jle7fGYZIDAAth2kfVkEFnNJHgrCbbGc=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab8b8596bae537416330a1d3904867862d49156c3992cf0000000117bd26db92a169ce159f7e9c@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/76/issue_event/1861209981@github.com>
In-Reply-To: <quicwg/wg-materials/pull/76@github.com>
References: <quicwg/wg-materials/pull/76@github.com>
Subject: Re: [quicwg/wg-materials] Add missing slides for QUIC trace renderer (#76)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba564db59af2_20c03fef0d8d45b41816c0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/S6coK-raKbgApCINFxqYoJJTkAA>
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, 21 Sep 2018 21:38:38 -0000

----==_mimepart_5ba564db59af2_20c03fef0d8d45b41816c0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #76 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/wg-materials/pull/76#event-1861209981
----==_mimepart_5ba564db59af2_20c03fef0d8d45b41816c0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362774172" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/76" href="https://github.com/quicwg/wg-materials/pull/76">#76</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/wg-materials/pull/76#event-1861209981">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4YCf38_bs4sRqKGKjF4a7EPe3_Vks5udVxbgaJpZM4W03uv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8AnplwlB4CeT5vGyKELeHC3aiWLks5udVxbgaJpZM4W03uv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #76 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/76#event-1861209981"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/76#event-1861209981",
"url": "https://github.com/quicwg/wg-materials/pull/76#event-1861209981",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] Add missing slides for QUIC trace renderer (#76)",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/76#event-1861209981"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382958511\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba564db59af2_20c03fef0d8d45b41816c0--


From nobody Fri Sep 21 14:38:52 2018
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 9CBDC12785F for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 14:38:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 xNXiTvc8256v for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 14:38:47 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BC4031200D7 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 14:38:47 -0700 (PDT)
Date: Fri, 21 Sep 2018 14:38:46 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537565926; bh=e7Xl3e//nzRIMv9Q/xN6TLJpeOKIrIfH8p4UIrPXvCI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fkTMNX2sw5yMWBrVhzit+o/O3goS39teKIDQQ1zlOYBsEagU8A4EcHPi5ZxEuP22D ZRD6gB46WX9KqwkYy8FFq/c20V4AJA6AUl0OQ60r2+2HZEm4Lj8QZM7RM9TOHWZCOi 0paAEA0i3+IaGmk/FCsgVHmiD8yNBbUZOaSgJQ8k=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abbeb10d27caa1e4624fa04c07ce06150490c047a492cf0000000117bd26e692a169ce159f7e9c@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/76/c423677868@github.com>
In-Reply-To: <quicwg/wg-materials/pull/76@github.com>
References: <quicwg/wg-materials/pull/76@github.com>
Subject: Re: [quicwg/wg-materials] Add missing slides for QUIC trace renderer (#76)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba564e6837c3_512e3fdb280d45c42624a8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/xftofUFZTXhNd7T2p2Pqa2NLZZg>
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, 21 Sep 2018 21:38:50 -0000

----==_mimepart_5ba564e6837c3_512e3fdb280d45c42624a8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks Victor!

-- 
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/wg-materials/pull/76#issuecomment-423677868
----==_mimepart_5ba564e6837c3_512e3fdb280d45c42624a8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks Victor!</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/wg-materials/pull/76#issuecomment-423677868">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8YbsU3Er07eJ1AbemnOk9SqgKGlks5udVxmgaJpZM4W03uv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-C655uDJKAm2zplfbKnbYcc2Xzrks5udVxmgaJpZM4W03uv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot in #76: Thanks Victor!"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/76#issuecomment-423677868"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/76#issuecomment-423677868",
"url": "https://github.com/quicwg/wg-materials/pull/76#issuecomment-423677868",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] Add missing slides for QUIC trace renderer (#76)",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 76,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/76#issuecomment-423677868"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382958511\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba564e6837c3_512e3fdb280d45c42624a8--


From nobody Fri Sep 21 16:36:28 2018
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 D575C128BAC for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 16:36:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 kd6Y1mCuk1nT for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 16:36:20 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F12F0130E41 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 16:36:19 -0700 (PDT)
Date: Fri, 21 Sep 2018 16:36:18 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537572978; bh=tqm1D5tTGTDaK/1uVnuG4UTvCvig+Ph7xV5r4q+39Ic=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NfryUKRqBsqvMtnWHxIyLPZL3ceR7SXoCrJEU6QIn3iDG4RmXkLTqxBizWtNvyxuF 9T3NYkKZ5yZKn6Mj9H21cVrV7bgOU3/qM5+moaKPcecomrlv4qKKsGoO/rTFSxkwQM ac93QnVMWDpNndQnLUWceeDSLWmkH81PN68Ig1mc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5c4bc815ebe9d9b6494bb4f21941409ea5428df392cf0000000117bd427292a169ce1599c7ba@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1782/review/157886782@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1782@github.com>
References: <quicwg/base-drafts/pull/1782@github.com>
Subject: Re: [quicwg/base-drafts] No longer calculate max_ack_delay in recovery (#1782)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba580723543c_19b3ff9cb8d45b4128969"; 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/boT84UrfNQaKcEvLAPXjzfyekBI>
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, 21 Sep 2018 23:36:23 -0000

----==_mimepart_5ba580723543c_19b3ff9cb8d45b4128969
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.

I assume that I just haven't seen the transport piece of this yet.

> @@ -598,9 +598,10 @@ min_rtt:
 : The minimum RTT seen in the connection, ignoring ack delay.
 
 max_ack_delay:
-: The maximum ack delay in an incoming ACK frame for this connection.
-  Excludes ack delays for non-retransmittable packets and those
-  that create an RTT sample less than min_rtt.
+: The value from the `max_ack_delay` transport parameter, which
+  indicates the maximum amount of time in milliseconds the receiver

the maximum amount of time by which the receiver intends to delay acknowledgments, in milliseconds

-- 
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/1782#pullrequestreview-157886782
----==_mimepart_5ba580723543c_19b3ff9cb8d45b4128969
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> approved this pull request.</p>

<p>I assume that I just haven't seen the transport piece of this yet.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1782#discussion_r219650515">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -598,9 +598,10 @@ min_rtt:
 : The minimum RTT seen in the connection, ignoring ack delay.
 
 max_ack_delay:
-: The maximum ack delay in an incoming ACK frame for this connection.
-  Excludes ack delays for non-retransmittable packets and those
-  that create an RTT sample less than min_rtt.
+: The value from the `max_ack_delay` transport parameter, which
+  indicates the maximum amount of time in milliseconds the receiver
</pre>
<p>the maximum amount of time by which the receiver intends to delay acknowledgments, in milliseconds</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/1782#pullrequestreview-157886782">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq40r60zRD-yBaZLDYIc0QRWamf74ks5udXfygaJpZM4WzML_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0UtwAGHz380_A6JRhr_2KTANOQQks5udXfygaJpZM4WzML_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson approved #1782"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1782#pullrequestreview-157886782"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1782#pullrequestreview-157886782",
"url": "https://github.com/quicwg/base-drafts/pull/1782#pullrequestreview-157886782",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson approved 1782",
"sections": [
{
"text": "I assume that I just haven't seen the transport piece of this yet.",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1782#pullrequestreview-157886782"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382518015\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba580723543c_19b3ff9cb8d45b4128969--


From nobody Fri Sep 21 16:38:18 2018
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 09D15130E6E for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 16:38:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 wzGDQnSM6YOz for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 16:38:14 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 00C4B130E41 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 16:38:13 -0700 (PDT)
Date: Fri, 21 Sep 2018 16:38:12 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537573092; bh=+G4UwBpUOun3mVWu4YIB5xn1lVu0FzQKu2GvZjEG2MM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SSMcnnHw8H6BOpp+J3Hi7IrHYkOdHKs/pfHAirZ6fYT/XzLKtQYiAZXzEzim0Gq// vRHntPbHUcIZ6XyT2g6EKNStdhPIDzlOXtbQVSwKOMWjHVbMo+QPU7FwdOUiTPCUHe lx8GBk81Jmm6hgCaFk9KyYjx3TByPYglZo2JE2I8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb10136a4e60c80886010e1dd346b290265bfaf4492cf0000000117bd42e492a169ce1599ab93@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1781/review/157886983@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1781@github.com>
References: <quicwg/base-drafts/pull/1781@github.com>
Subject: Re: [quicwg/base-drafts] Add max_ack_delay transport parameter and ACK every two packets (#1781)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba580e49c2af_3113faef80d45bc1099c4"; 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/eUfMeTLfIMki58tDy9_N03dBcSs>
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, 21 Sep 2018 23:38:17 -0000

----==_mimepart_5ba580e49c2af_3113faef80d45bc1099c4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -3461,9 +3468,14 @@ ACK frames in response to other packets.  Implementations MUST NOT send more
 than one packet containing only an ACK frame per received packet that contains
 frames other than ACK and PADDING frames.  Packets containing frames besides
 ACK and PADDING MUST be acknowledged immediately or when a delayed ack timer
-expires. The delayed ack timer MUST NOT delay an ACK for longer than an RTT or
-the alarm granularity.  This ensures an ACK frame is sent at least once per RTT
-if new packets needing acknowledgement were received.
+expires.
+
+The receiver's delayed ack timer MUST NOT delay an ACK for longer than an RTT
+or the value indicated by the `max_ack_delay` transport parameter.

you say that it might exceed `max_ack_delay` in the recovery PR, so which is it?

> @@ -3461,9 +3468,14 @@ ACK frames in response to other packets.  Implementations MUST NOT send more
 than one packet containing only an ACK frame per received packet that contains
 frames other than ACK and PADDING frames.  Packets containing frames besides
 ACK and PADDING MUST be acknowledged immediately or when a delayed ack timer
-expires. The delayed ack timer MUST NOT delay an ACK for longer than an RTT or
-the alarm granularity.  This ensures an ACK frame is sent at least once per RTT
-if new packets needing acknowledgement were received.
+expires.
+
+The receiver's delayed ack timer MUST NOT delay an ACK for longer than an RTT
+or the value indicated by the `max_ack_delay` transport parameter.
+This ensures an ACK frame is sent at least once per RTT if new packets
+needing acknowledgement were received and ensures the sender has a predictable
+limit on the ack delay for timer based retransmissions.  ACKs should be sent

I think we're gonna need caps on that should.

-- 
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/1781#pullrequestreview-157886983
----==_mimepart_5ba580e49c2af_3113faef80d45bc1099c4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1781#discussion_r219650685">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3461,9 +3468,14 @@ ACK frames in response to other packets.  Implementations MUST NOT send more
 than one packet containing only an ACK frame per received packet that contains
 frames other than ACK and PADDING frames.  Packets containing frames besides
 ACK and PADDING MUST be acknowledged immediately or when a delayed ack timer
-expires. The delayed ack timer MUST NOT delay an ACK for longer than an RTT or
-the alarm granularity.  This ensures an ACK frame is sent at least once per RTT
-if new packets needing acknowledgement were received.
+expires.
+
+The receiver&#39;s delayed ack timer MUST NOT delay an ACK for longer than an RTT
+or the value indicated by the `max_ack_delay` transport parameter.
</pre>
<p>you say that it might exceed <code>max_ack_delay</code> in the recovery PR, so which is it?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1781#discussion_r219650715">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3461,9 +3468,14 @@ ACK frames in response to other packets.  Implementations MUST NOT send more
 than one packet containing only an ACK frame per received packet that contains
 frames other than ACK and PADDING frames.  Packets containing frames besides
 ACK and PADDING MUST be acknowledged immediately or when a delayed ack timer
-expires. The delayed ack timer MUST NOT delay an ACK for longer than an RTT or
-the alarm granularity.  This ensures an ACK frame is sent at least once per RTT
-if new packets needing acknowledgement were received.
+expires.
+
+The receiver&#39;s delayed ack timer MUST NOT delay an ACK for longer than an RTT
+or the value indicated by the `max_ack_delay` transport parameter.
+This ensures an ACK frame is sent at least once per RTT if new packets
+needing acknowledgement were received and ensures the sender has a predictable
+limit on the ack delay for timer based retransmissions.  ACKs should be sent
</pre>
<p>I think we're gonna need caps on that should.</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/1781#pullrequestreview-157886983">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9gvbUYkRWaN8HaGbJhbAGWz4Qmlks5udXhkgaJpZM4WzJbW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxsZdfqne0KfkE6m4Fv6r8mNviaXks5udXhkgaJpZM4WzJbW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1781"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1781#pullrequestreview-157886983"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1781#pullrequestreview-157886983",
"url": "https://github.com/quicwg/base-drafts/pull/1781#pullrequestreview-157886983",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1781",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1781#pullrequestreview-157886983"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382506710\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba580e49c2af_3113faef80d45bc1099c4--


From nobody Fri Sep 21 16:49:26 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 5BE001294D0 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 16:49:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.602
X-Spam-Level: 
X-Spam-Status: No, score=-0.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 AvdAfBKoqA4y for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 16:49:23 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 78F11130DD7 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 16:49:23 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537573762; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=UPdFg8R/mq4Aco0bF3N+9cSEP1tz/U06iJhsoJdzzfU=; b=b927nnUt28m770Z6Z7EeTiZJKCyAr2An6OenHdWYmKWIzpaGY9HIXm1qmgGD5a+UgaKaQOXF eQxsQbnmdYD7wqMYFbgTghWoOz7NcUEC8qmGw/Hv8lccNH3BJNaO34ItjyjczAMZ3cOjP4FI yYhmyZF3i3XhW6aZUaixXSz/Nkc=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 5ba58382.7fa55c284e70-smtp-out-n01; Fri, 21 Sep 2018 23:49:22 -0000 (UTC)
Date: Fri, 21 Sep 2018 16:49:21 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba5838114f6e_523d2b232c8bcebc278d0@hookshot-fe-d2afb11.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 2a0c6c: Just one Retry
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba5838114a08_523d2b232c8bcebc27788"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rXA3n1MQvsHQLXPE6D430qhQhkI>
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, 21 Sep 2018 23:49:25 -0000

----==_mimepart_5ba5838114a08_523d2b232c8bcebc27788
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/change-cid
  Home:   https://github.com/quicwg/base-drafts
  Commit: 2a0c6c949d168b22f93dbf5a15a7fe4965ef2095
      https://github.com/quicwg/base-drafts/commit/2a0c6c949d168b22f93dbf5a15a7fe4965ef2095
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-21 (Fri, 21 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Just one Retry

And change the connection ID when you get one.

I wasn't going to glom these together, but they fit too cleanly.


  Commit: 6bfc1ffa4e3155df109cc0afdfc36dc690c2fdfc
      https://github.com/quicwg/base-drafts/commit/6bfc1ffa4e3155df109cc0afdfc36dc690c2fdfc
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-21 (Fri, 21 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Force the server to change connection ID on Retry

Closes #1784.


Compare: https://github.com/quicwg/base-drafts/compare/2a0c6c949d16^...6bfc1ffa4e31
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba5838114a08_523d2b232c8bcebc27788--


From nobody Fri Sep 21 16:50:16 2018
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 7B0CA1294D0 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 16:50:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 ffX8Jt4DohnO for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 16:50:13 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 862BE130E44 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 16:50:13 -0700 (PDT)
Date: Fri, 21 Sep 2018 16:50:12 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537573812; bh=RK8mbyqmKFzpK529iJ/3LTFxa2xyt9iw9vAdtpJ2GNc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DoEHiJr8epQzT/5yBz84SrpRtu0JJWWWI4x9YMIbgv9D22+bVTIHe9FZed3FLIzwH AfUuS4CCyFMywvU6BIGvb3YQyQEJwErxgjbM5jvqTvh70jTpWBlDP1dLDOqJJusjiC JgPPWBKGtUlbygD8tHLVUmTrmpu3laMNMjUTXv2s=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1b89f78d4d1678226ba05b13c40f382928c6b85d92cf0000000117bd45b492a169ce159d75ca@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1784/423698731@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1784@github.com>
References: <quicwg/base-drafts/issues/1784@github.com>
Subject: Re: [quicwg/base-drafts] Handshake failure after Retry (#1784)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba583b478a00_369d3fa9cbad45bc1081c3"; 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/0NoPKYwHGlo-fP8e_zvcpGQsI2U>
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, 21 Sep 2018 23:50:15 -0000

----==_mimepart_5ba583b478a00_369d3fa9cbad45bc1081c3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Good catch.  This is effectively the same as the case where we required connection ID to change for the client's benefit, except in reverse.  I have a PR in chain that includes the discussed changes to Retry that I can roll this into.

-- 
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/1784#issuecomment-423698731
----==_mimepart_5ba583b478a00_369d3fa9cbad45bc1081c3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Good catch.  This is effectively the same as the case where we required connection ID to change for the client's benefit, except in reverse.  I have a PR in chain that includes the discussed changes to Retry that I can roll this into.</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/1784#issuecomment-423698731">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwYNhsyk6piyOGi88wFDKSRDlMusks5udXs0gaJpZM4W0RMP">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5xBbn-4HQf5n9aPfg13kM_XaBl4ks5udXs0gaJpZM4W0RMP.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1784: Good catch.  This is effectively the same as the case where we required connection ID to change for the client's benefit, except in reverse.  I have a PR in chain that includes the discussed changes to Retry that I can roll this into."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1784#issuecomment-423698731"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1784#issuecomment-423698731",
"url": "https://github.com/quicwg/base-drafts/issues/1784#issuecomment-423698731",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Handshake failure after Retry (#1784)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1784,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1784\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1784#issuecomment-423698731"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382800655\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba583b478a00_369d3fa9cbad45bc1081c3--


From nobody Fri Sep 21 16:52:34 2018
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 C26DB130E44 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 16:52:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Y7dG4RCpZE76 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 16:52:30 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8D8371294D0 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 16:52:30 -0700 (PDT)
Date: Fri, 21 Sep 2018 16:52:29 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537573949; bh=kPzfhOwP648bBdxR0F6QwExSFteeZSWUJZuAFjMKZOc=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=cO1wZm4f3rMvOqqgmX4xYu7OWAiW4jBhN7XfoXRZ5RogxwgYkyi7ft34nkIVND+DW VxX+Jwyn9Q0TKU7DfwfpCkcuoa1IpXYSIgnsQF1WIYa0g5QxvOIjycBcsCQg0i8VSo O4lT4h5lqJjNB9syKkt+5mymsOeXbYVqamROYZ9s=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3930b0f839ccb90ff3ab0b2af656e2eab9d26d3c92cf0000000117bd463d92a169ce159ffad0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1788@github.com>
Subject: [quicwg/base-drafts] All the Retry-related fixes (#1788)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba5843d76550_28d3ff7fead45b879092"; 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/Xr7UCr60nZSTGoP8Vc9LBZ86X3I>
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, 21 Sep 2018 23:52:33 -0000

----==_mimepart_5ba5843d76550_28d3ff7fead45b879092
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Except the one where we will authenticate it.  That comes afterwards.

Closes #1784, #1709.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1788

-- Commit Summary --

  * Just one Retry
  * Force the server to change connection ID on Retry

-- File Changes --

    M draft-ietf-quic-transport.md (106)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1788.patch
https://github.com/quicwg/base-drafts/pull/1788.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/1788

----==_mimepart_5ba5843d76550_28d3ff7fead45b879092
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Except the one where we will authenticate it.  That comes afterwards.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #1784.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362640842" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1784" href="https://github.com/quicwg/base-drafts/issues/1784">#1784</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="354574079" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1709" href="https://github.com/quicwg/base-drafts/issues/1709">#1709</a>.</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/1788'>https://github.com/quicwg/base-drafts/pull/1788</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Just one Retry</li>
  <li>Force the server to change connection ID on Retry</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1788/files#diff-0">draft-ietf-quic-transport.md</a>
    (106)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1788.patch'>https://github.com/quicwg/base-drafts/pull/1788.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1788.diff'>https://github.com/quicwg/base-drafts/pull/1788.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/1788">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1kJc9mHXTGdlV4dFKlQlo7RWZzvks5udXu9gaJpZM4W1BCR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwUDatLz8BxBtSA2Wo8xmJk0nCSTks5udXu9gaJpZM4W1BCR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"All the Retry-related fixes (#1788)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1788"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1788",
"url": "https://github.com/quicwg/base-drafts/pull/1788",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "All the Retry-related fixes (#1788)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "2a0c6c9",
"value": "Just one Retry"
},
{
"name": "6bfc1ff",
"value": "Force the server to change connection ID on Retry"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1788/files#diff-0) (106 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1788,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1788\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1788"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1788.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1788.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382996625\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba5843d76550_28d3ff7fead45b879092--


From nobody Fri Sep 21 17:17:11 2018
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 57F0B130E95 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 17:17:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 u8ow7aKDJFSC for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 17:17:08 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7B710130E92 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 17:17:08 -0700 (PDT)
Date: Fri, 21 Sep 2018 17:17:07 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537575427; bh=nbSFWnNZNiGite83COOL5yECsdDPZ+qXPEztOOjnWMI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fcUS4ULVEIvuHB2TUj+V4vzdZ1+ylKYb9FxVL5zof73av6qxpV0JWNFRdQ3skMjWW 7jQVunFXUWijVmNonEpccUYsL35AKY0FI1VsKQWFFweHI+tqOaPrhVDZHVEpY3FuTG n1fG564xCfoTG4oeYyxYQKR6DJVWHffqEEoSdpjM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4a07f9a0da663fa5de09bcaa758953505aa0267292cf0000000117bd4c0392a169ce159141e8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1773/423701677@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1773@github.com>
References: <quicwg/base-drafts/issues/1773@github.com>
Subject: Re: [quicwg/base-drafts] Build a version negotiation mechanism that mostly doesn't add round trips (#1773)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba58a03367f1_356a3f831fed45b878969"; 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/KMxtGA2JAmIyqkJSY9n5lb5LvGQ>
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, 22 Sep 2018 00:17:10 -0000

----==_mimepart_5ba58a03367f1_356a3f831fed45b878969
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

We discussed this in NYC and agreed as a WG that this is good in principle, but the PR needed a little more work.

-- 
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/1773#issuecomment-423701677
----==_mimepart_5ba58a03367f1_356a3f831fed45b878969
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>We discussed this in NYC and agreed as a WG that this is good in principle, but the PR needed a little more work.</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/1773#issuecomment-423701677">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_s_MxgF-naCgPDZr_NBefe1ITNwks5udYGDgaJpZM4WwlYU">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzf1MFuxSKmSlCPP5xyzgSaldYQ5ks5udYGDgaJpZM4WwlYU.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1773: We discussed this in NYC and agreed as a WG that this is good in principle, but the PR needed a little more work."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1773#issuecomment-423701677"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1773#issuecomment-423701677",
"url": "https://github.com/quicwg/base-drafts/issues/1773#issuecomment-423701677",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Build a version negotiation mechanism that mostly doesn't add round trips (#1773)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1773,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1773\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1773#issuecomment-423701677"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381834772\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba58a03367f1_356a3f831fed45b878969--


From nobody Fri Sep 21 18:38:18 2018
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 6EADA130DC6 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 18:38:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Z9TcqCM--mii for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 18:38:16 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DF27F130DD6 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 18:38:15 -0700 (PDT)
Date: Fri, 21 Sep 2018 18:38:14 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537580294; bh=+KU3BqvePuJoSVFXOSRBQhVuy8SIXKJ1cCKXBvLZ9Uo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ShIFoTIpZOFmpwWh5W5DN6yKblNOl+JrLmXvvOGHtbOod0OzSsX8O5yaYbPzwaB1N DsuedjmoixxBGMyKusSnqfSteQBzft584aYKte/8g8auyopVeh7aiSld4TTqd+zYgP L1mT4Mu/kchnIcMGrG+hCPJQEtjTyxHmPtwqaYMg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab123de351514f263b603208760fb121053f66381492cf0000000117bd5f0692a169ce1589cd31@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1764/423707851@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1764@github.com>
References: <quicwg/base-drafts/issues/1764@github.com>
Subject: Re: [quicwg/base-drafts] Handshake loss recovery interacts poorly with amplification attack defense (#1764)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba59d06c07d1_6de43f8310cd45c425079d"; 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/HpXvL0B1NMTYVXjsynZnD0B7oRg>
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, 22 Sep 2018 01:38:18 -0000

----==_mimepart_5ba59d06c07d1_6de43f8310cd45c425079d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Why?  It should be sufficient to send PADDING for this case.

-- 
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/1764#issuecomment-423707851
----==_mimepart_5ba59d06c07d1_6de43f8310cd45c425079d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Why?  It should be sufficient to send PADDING for this case.</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/1764#issuecomment-423707851">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9yYET6Iaggy16rLXejhIG-ZiKlUks5udZSGgaJpZM4WuJKV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7lDPGHVzfLzLqnnjc4VQ7lUZiHbks5udZSGgaJpZM4WuJKV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1764: Why?  It should be sufficient to send PADDING for this case."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423707851"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423707851",
"url": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423707851",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Handshake loss recovery interacts poorly with amplification attack defense (#1764)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1764,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1764\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423707851"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381194901\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba59d06c07d1_6de43f8310cd45c425079d--


From nobody Fri Sep 21 19:42:51 2018
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 632D2130EAB for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 19:42:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 04LJBI3HXU6p for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 19:42:47 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8BD7D130DD6 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 19:42:47 -0700 (PDT)
Date: Fri, 21 Sep 2018 19:42:46 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537584166; bh=30TPynM8VJpPu6iy3d9Q1GS92MAwmf6djjzGoix71LA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aznbOYSK1dYkHl/LS+8EYF3HfslwCHolIP6qV8gpt2eayE/G5SG4vG+6Om12TwZ98 oDCWKgT91mBPeiPcZEnGYkPSAWO6l2g2mTRFEmCrcyUUSjzlWRXGNVam9Y0XkpVClY mhjEGQ6uo1Hjs/Wcic6Rxn36AyD5o/k3U8SSZtKQ=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc2d3f41021476a4776289109445775851ac17f5292cf0000000117bd6e2692a169ce159f38fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1787/c423711148@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1787@github.com>
References: <quicwg/base-drafts/pull/1787@github.com>
Subject: Re: [quicwg/base-drafts] Clarify OOO CRYPTO data handling (#1787)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba5ac2645a1e_69a23ffaf1ad45b8324850"; 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/MDz91thRPHwscltK6sw1FfIKJ_4>
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, 22 Sep 2018 02:42:50 -0000

----==_mimepart_5ba5ac2645a1e_69a23ffaf1ad45b8324850
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

That's clearer now, however I think this is already described in the TLS document in the section "Sending and Receiving Handshake Messages", isn't 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/1787#issuecomment-423711148
----==_mimepart_5ba5ac2645a1e_69a23ffaf1ad45b8324850
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>That's clearer now, however I think this is already described in the TLS document in the section "Sending and Receiving Handshake Messages", isn't 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/1787#issuecomment-423711148">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq83smH67eYnYxg4sGjXbY_cIQ4BAks5udaOmgaJpZM4W0ylM">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0H9_wbny2V5Cz6D9oIn217pVItMks5udaOmgaJpZM4W0ylM.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann in #1787: That's clearer now, however I think this is already described in the TLS document in the section \"Sending and Receiving Handshake Messages\", isn't it?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1787#issuecomment-423711148"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1787#issuecomment-423711148",
"url": "https://github.com/quicwg/base-drafts/pull/1787#issuecomment-423711148",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Clarify OOO CRYPTO data handling (#1787)",
"sections": [
{
"text": "",
"activityTitle": "**Marten Seemann**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@marten-seemann",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1787,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1787\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1787#issuecomment-423711148"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382937420\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba5ac2645a1e_69a23ffaf1ad45b8324850--


From nobody Fri Sep 21 19:57:50 2018
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 8C7D7130EB4 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 19:57:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 hFLC__CtCBfz for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 19:57:47 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 00574130DD6 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 19:57:46 -0700 (PDT)
Date: Fri, 21 Sep 2018 19:57:45 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537585065; bh=2y5whSgouzD9TnSGCDTW8VQJ8p8UXwOcdRLsWsowgII=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sKHyM7P0kuQgvyJ0QVOXSz9XgEnvYhxTlRvvWCeGQPDy4T7+FRw3iGKQQZvcWull2 YovqUd5cCUKh8gBTmzTa7AwuIB5Ar/tOPMg8LQzO4u0Lod1iwSHEdoWoVGwaGvdQ90 X9Cwc1Vb+DuvRyerqszdhZk5aEIM0Z8GwbmR+niE=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abee9b8663789e1ee8cf4dab30495874d6d9f5559b92cf0000000117bd71a992a169ce159f38fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1787/c423711840@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1787@github.com>
References: <quicwg/base-drafts/pull/1787@github.com>
Subject: Re: [quicwg/base-drafts] Clarify OOO CRYPTO data handling (#1787)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba5afa9bf718_fba3f8f774d45b816863b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/Fc2dEQAq20xhSEVDgIoRx6n-SDM>
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, 22 Sep 2018 02:57:49 -0000

----==_mimepart_5ba5afa9bf718_fba3f8f774d45b816863b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

You're right. I'll leave it to the editors to determine if this is useful to also mention where I've put it. If not, please close this PR.

-- 
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/1787#issuecomment-423711840
----==_mimepart_5ba5afa9bf718_fba3f8f774d45b816863b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>You're right. I'll leave it to the editors to determine if this is useful to also mention where I've put it. If not, please close this PR.</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/1787#issuecomment-423711840">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4kLpQ3-NQGGb0-qdPPHL29fJpwyks5udacpgaJpZM4W0ylM">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy2wB07yntD9Tkyge_QPOV9bZJt5ks5udacpgaJpZM4W0ylM.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke in #1787: You're right. I'll leave it to the editors to determine if this is useful to also mention where I've put it. If not, please close this PR."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1787#issuecomment-423711840"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1787#issuecomment-423711840",
"url": "https://github.com/quicwg/base-drafts/pull/1787#issuecomment-423711840",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Clarify OOO CRYPTO data handling (#1787)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1787,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1787\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1787#issuecomment-423711840"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382937420\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba5afa9bf718_fba3f8f774d45b816863b--


From nobody Fri Sep 21 20:20:57 2018
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 CF80F130DD8 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 20:20:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 rd3qOVlRfWXZ for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 20:20:54 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 852CA124D68 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 20:20:54 -0700 (PDT)
Date: Fri, 21 Sep 2018 20:20:53 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537586453; bh=4Xm5/Yr34hMwmHVb4zVHYdxzwu6nM9huHgBYVQDQ1H0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=k7xD4Jjgq5Dcp+0lGrqnq+GzWlJmbp8U6TmGe/1w7S7FY3va2jxFbiTe/w7r3U2TN 4b46Nt73spAEiuigqHi5jJTjYoBk72mZO3oJDcsJpXuuDl1AwwZAc6huwLZrk19KQe GbGS79jnX7Gwdk7S/bZ2wb+ewYQgrYlV9nw8vV1Y=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1b3ab365c9abcc72a11fd23443c8716d764a2c8592cf0000000117bd771592a169ce1589cd31@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1764/423712859@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1764@github.com>
References: <quicwg/base-drafts/issues/1764@github.com>
Subject: Re: [quicwg/base-drafts] Handshake loss recovery interacts poorly with amplification attack defense (#1764)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba5b5156449c_7edc3fb205ad45c04524db"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/Y7_Y2uxAZKHrmPUTeDxCHQJWZ4U>
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, 22 Sep 2018 03:20:56 -0000

----==_mimepart_5ba5b5156449c_7edc3fb205ad45c04524db
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I was under the impression we'd agreed to that.

It can certainly work with just PADDING, but that's more complicated. If the client simply sends a PING right when it gets the Handshake Keys, it is able to use the normal retransmission logic without any odd special cases around handshake timers.

(Setting aside the multiple server-hello case)

-- 
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/1764#issuecomment-423712859
----==_mimepart_5ba5b5156449c_7edc3fb205ad45c04524db
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I was under the impression we'd agreed to that.</p>
<p>It can certainly work with just PADDING, but that's more complicated. =
If the client simply sends a PING right when it gets the Handshake Keys, =
it is able to use the normal retransmission logic without any odd special=
 cases around handshake timers.</p>
<p>(Setting aside the multiple server-hello case)</p>

<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/1764#issuecomment-423712859">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4i0=
Je4Pswp0UfMjKDlmM4Oo2_KNks5udayVgaJpZM4WuJKV">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3tHC2AMd3ljCzrjJazPtqEJ=
ns71ks5udayVgaJpZM4WuJKV.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
induke in #1764: I was under the impression we'd agreed to that.\r\n\r\nI=
t can certainly work with just PADDING, but that's more complicated. If t=
he client simply sends a PING right when it gets the Handshake Keys, it i=
s able to use the normal retransmission logic without any odd special cas=
es around handshake timers.\r\n\r\n(Setting aside the multiple server-hel=
lo case)"}],"action":{"name":"View Issue","url":"https://github.com/quicw=
g/base-drafts/issues/1764#issuecomment-423712859"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment=
-423712859",
"url": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-42=
3712859",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Handshake loss recovery interacts poor=
ly with amplification attack defense (#1764)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1764,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1764\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-42=
3712859"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3811949=
01\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba5b5156449c_7edc3fb205ad45c04524db--


From nobody Fri Sep 21 22:02:12 2018
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 6A004130DD8 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 22:02:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 EfWIzW75ASYa for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 22:02:08 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 274151277BB for <quic-issues@ietf.org>; Fri, 21 Sep 2018 22:02:08 -0700 (PDT)
Date: Fri, 21 Sep 2018 22:02:07 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537592527; bh=RPqmbxNUzim+laUaED1VnZ9ppgaOSt1pFB02VuSxVp0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=To90WufwtZrIYLF9HOJbtcdVYU2Ak1i3741ltYNG5WFLkjfyO6zbGzzf07xxcZ5JM whXjguPNiUfLx0dK2jYLwOMISoMsq/cAb5RwFzT+mUIB3M8DnROu+kIebuLF7dVD9y ks9eh5i1NOAcV9xA5fCunVqJDRSqOUymZO8br7jw=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abae528c96bc4cedfb53e59f73558e13d02bb4b35c92cf0000000117bd8ecf92a169ce1589cd31@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1764/423717091@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1764@github.com>
References: <quicwg/base-drafts/issues/1764@github.com>
Subject: Re: [quicwg/base-drafts] Handshake loss recovery interacts poorly with amplification attack defense (#1764)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba5cccff9e1_60763f9f8c0d45c4414a1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/hfHjqTTMqSPPL29uV2Eu8o3uyNA>
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, 22 Sep 2018 05:02:11 -0000

----==_mimepart_5ba5cccff9e1_60763f9f8c0d45c4414a1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

(Or the case where the server's ack gets through, but not the server hello - that wl require a timer to trigger a ping or padding)

-- 
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/1764#issuecomment-423717091
----==_mimepart_5ba5cccff9e1_60763f9f8c0d45c4414a1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>(Or the case where the server's ack gets through, but not the server hello - that wl require a timer to trigger a ping or padding)</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/1764#issuecomment-423717091">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2WJ9uhDVZq-1CuMTj5NBNTtaau5ks5udcRPgaJpZM4WuJKV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3FmhjcNYdwws4I9_38DKiQ8Mrenks5udcRPgaJpZM4WuJKV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke in #1764: (Or the case where the server's ack gets through, but not the server hello - that wl require a timer to trigger a ping or padding)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423717091"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423717091",
"url": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423717091",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Handshake loss recovery interacts poorly with amplification attack defense (#1764)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1764,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1764\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423717091"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381194901\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba5cccff9e1_60763f9f8c0d45c4414a1--


From nobody Fri Sep 21 23:55:14 2018
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 4CEA11292F1 for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 23:55:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 PF0biUsVyocw for <quic-issues@ietfa.amsl.com>; Fri, 21 Sep 2018 23:55:11 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 60FE8128CF2 for <quic-issues@ietf.org>; Fri, 21 Sep 2018 23:55:11 -0700 (PDT)
Date: Fri, 21 Sep 2018 23:55:10 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537599310; bh=eJPVyct9Fv+50zUehWVG1cbRsCV5HBiSb0d2VeF7RRs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IUeXU4P9Ok9FOrqJsuMTArQLwE4v/aSr2AZaT0oy6PrU7inPns0EVb5dvwQRUdj4n JUsLeOquQgCkJbRyphz/ODuvHmtb/3X2B9krD45gbsLDxP4kLQlkwvks8Ipc66EELX Rf0rKSodwlI4ltplzQA/JyjFYE4fFih8kCD5k6aQ=
From: DenisLug <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7c9cccee838620f2ec3bc372000b3dba55cea2b992cf0000000117bda94e92a169ce157d087f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1748/423722177@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1748@github.com>
References: <quicwg/base-drafts/issues/1748@github.com>
Subject: Re: [quicwg/base-drafts] TLP is getting triggered too early (#1748)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba5e74e21709_3e8a3fb8ad4d45b8145470"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DenisLug
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/w0fbK9J0VLUH-DU8W1VjLGJby7c>
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, 22 Sep 2018 06:55:13 -0000

----==_mimepart_5ba5e74e21709_3e8a3fb8ad4d45b8145470
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thank you for your responses. In fact we had not considered the handshake packets before. Now the TLP is working without any problems.

-- 
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/1748#issuecomment-423722177
----==_mimepart_5ba5e74e21709_3e8a3fb8ad4d45b8145470
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thank you for your responses. In fact we had not considered the handshake packets before. Now the TLP is working without any problems.</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/1748#issuecomment-423722177">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6ok3SxHsVtghjRODP0fol6Lvtmsks5udd7OgaJpZM4WqPPh">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyk4M3xnipu-YVrOWGzV3yBUbnnyks5udd7OgaJpZM4WqPPh.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DenisLug in #1748: Thank you for your responses. In fact we had not considered the handshake packets before. Now the TLP is working without any problems."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1748#issuecomment-423722177"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1748#issuecomment-423722177",
"url": "https://github.com/quicwg/base-drafts/issues/1748#issuecomment-423722177",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] TLP is getting triggered too early (#1748)",
"sections": [
{
"text": "",
"activityTitle": "**DenisLug**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@DenisLug",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1748,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1748\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1748#issuecomment-423722177"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380171233\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba5e74e21709_3e8a3fb8ad4d45b8145470--


From nobody Sat Sep 22 00:18:01 2018
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 51C62130DF2 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 00:18:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 iUTPbZ5Z-X80 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 00:17:58 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 96C7B128CF2 for <quic-issues@ietf.org>; Sat, 22 Sep 2018 00:17:58 -0700 (PDT)
Date: Sat, 22 Sep 2018 00:17:57 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537600677; bh=alRONwXfk28ESMqsqj5wXvZsUMjLGk7XXZy01ERQz2A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NUMbqtkijjHEFllkbiZJ10ncV44RUX9G2xn6c86wGCaWOqlOBHdAT11yb2UAt0sUQ SXcW5hhDullqHXq88bcK3TFYz2rfI3bLezsZTuBq10HBmKHN4LseBmOXFVR8nrC4iO +5vSykn5S0ntsEbbnqL2Mi++xUJNt5lYrk5GnsSk=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abde613c2f895d2fa753ad5c4eb2cad94d3cd01d4f92cf0000000117bdaea592a169ce159ffad0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1788/review/157901674@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1788@github.com>
References: <quicwg/base-drafts/pull/1788@github.com>
Subject: Re: [quicwg/base-drafts] Most the Retry-related fixes (#1788)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba5eca5b7ad4_344c3f86afad45c4312d8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/F3dasr2qpqZcBvKGv1EFSFtMhS8>
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, 22 Sep 2018 07:18:00 -0000

----==_mimepart_5ba5eca5b7ad4_344c3f86afad45c4312d8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



>  
-If the Original Destination Connection ID field does not match the Destination
-Connection ID from the most recent Initial packet it sent, clients MUST discard
-the packet.  This prevents an off-path attacker from injecting a Retry packet.
+Clients MUST discard Retry packets that contain an Original Destination
+Connection ID field that does not match the Destination Connection ID its

of its

> @@ -739,9 +742,10 @@ Source Connection IDs during the handshake.
 
 On first receiving an Initial or Retry packet from the server, the client uses
 the Source Connection ID supplied by the server as the Destination Connection ID
-for subsequent packets.  Once a client has received an Initial packet from the
-server, it MUST discard any packet it receives with a different Source
-Connection ID.
+for subsequent packets.  That means that a client might change the Destination
+Connection ID twice during connection establishment.  Once a client has received

only twice? Is there text to prevent a server from issuing a retry when a retry token is present in initial?

-- 
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/1788#pullrequestreview-157901674
----==_mimepart_5ba5eca5b7ad4_344c3f86afad45c4312d8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1788#discussion_r219663705">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-If the Original Destination Connection ID field does not match the Destination
-Connection ID from the most recent Initial packet it sent, clients MUST discard
-the packet.  This prevents an off-path attacker from injecting a Retry packet.
+Clients MUST discard Retry packets that contain an Original Destination
+Connection ID field that does not match the Destination Connection ID its
</pre>
<p>of its</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1788#discussion_r219663810">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -739,9 +742,10 @@ Source Connection IDs during the handshake.
 
 On first receiving an Initial or Retry packet from the server, the client uses
 the Source Connection ID supplied by the server as the Destination Connection ID
-for subsequent packets.  Once a client has received an Initial packet from the
-server, it MUST discard any packet it receives with a different Source
-Connection ID.
+for subsequent packets.  That means that a client might change the Destination
+Connection ID twice during connection establishment.  Once a client has received
</pre>
<p>only twice? Is there text to prevent a server from issuing a retry when a retry token is present in initial?</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/1788#pullrequestreview-157901674">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq53y-XC5ahdAyFUByhbPVVu859EWks5udeQlgaJpZM4W1BCR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7dfFx-Fyi7-LbzL8aDktJGny2LTks5udeQlgaJpZM4W1BCR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1788"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1788#pullrequestreview-157901674"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1788#pullrequestreview-157901674",
"url": "https://github.com/quicwg/base-drafts/pull/1788#pullrequestreview-157901674",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1788",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1788#pullrequestreview-157901674"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382996625\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba5eca5b7ad4_344c3f86afad45c4312d8--


From nobody Sat Sep 22 00:43:15 2018
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 3795D130DCB for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 00:43:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 t0BBeOn89ieW for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 00:43:12 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4A78F130DD0 for <quic-issues@ietf.org>; Sat, 22 Sep 2018 00:43:12 -0700 (PDT)
Date: Sat, 22 Sep 2018 00:43:10 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537602191; bh=xtA7O50e8TKyX3SKunFZ7LybwXMGRE0NEpLW7q6hlHk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zHI72MTdvWRabIF8qK+tV3+k2wk8zHl633M0zFg++7dHe5lc0HS/+hDmiLJ0Vgr/U x/ernd86kKM7I2akIHBYW91asSYn4u8K525gA3rqd6iNFrzrsyR35e5MTMhXLWkq98 KonUp7WK0/kCozrvjvVol3wR29gMCW/p0L1zoRak=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abeed233ee610787c053a3e0d2964c76557671fd6892cf0000000117bdb48e92a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/423724743@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba5f28eef7c1_f9a3fdf544d45b814169b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/oYwGAk-NUzCdRpfBwj3XB-vWWHk>
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, 22 Sep 2018 07:43:14 -0000

----==_mimepart_5ba5f28eef7c1_f9a3fdf544d45b814169b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I belive at least the PR https://github.com/quicwg/base-drafts/pull/1788/files has text to reject secondary Initial packets toward the client. The server would not want to consider a connection close in an initial, but I'm not sure if this is stated explicitly.

-- 
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/1786#issuecomment-423724743
----==_mimepart_5ba5f28eef7c1_f9a3fdf544d45b814169b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I belive at least the PR <a href="https://github.com/quicwg/base-drafts/pull/1788/files">https://github.com/quicwg/base-drafts/pull/1788/files</a> has text to reject secondary Initial packets toward the client. The server would not want to consider a connection close in an initial, but I'm not sure if this is stated explicitly.</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/1786#issuecomment-423724743">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2DTCwL0_5vgtilPpkP_F6ckpovRks5udeoOgaJpZM4W0yBo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5dS0phWiIC4HcsmgvXt0Uw5ms-aks5udeoOgaJpZM4W0yBo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1786: I belive at least the PR https://github.com/quicwg/base-drafts/pull/1788/files has text to reject secondary Initial packets toward the client. The server would not want to consider a connection close in an initial, but I'm not sure if this is stated explicitly."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1786#issuecomment-423724743"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-423724743",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-423724743",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-423724743"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382935144\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba5f28eef7c1_f9a3fdf544d45b814169b--


From nobody Sat Sep 22 09:36:13 2018
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 9815C1274D0 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:36:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 bmwezzMmk1Rr for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:36:10 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9F443130E1E for <quic-issues@ietf.org>; Sat, 22 Sep 2018 09:36:10 -0700 (PDT)
Date: Sat, 22 Sep 2018 09:36:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537634169; bh=eOxXsDxa6GHVug20aoza+bByWiXucYRU81VTTHw5nu8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Yeu8ujbNrr16nuLGquBRMat4hDaUy+0bgEFz5l/cmyZCGAl+eJHdSNtuhIqh0FmnD kw+C5sY4qhlQWynn0AJWjtteXlXp6BTmSFnPOU/FBh4IYOJMVk6XM9A2qrqqdLevil zjSrXqix5yyQ7iwy2TGfjollTN9IGiKl0ce8YENI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab951308aa2b4fa4d3403a2752261e2b2d1f13369292cf0000000117be317992a169ce159ffad0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1788/review/157915019@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1788@github.com>
References: <quicwg/base-drafts/pull/1788@github.com>
Subject: Re: [quicwg/base-drafts] Most the Retry-related fixes (#1788)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba66f7947705_4ed43ff9fc6d45bc285556"; 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/iXsJat6bVHZ9LoXxJpB__jv_7EA>
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, 22 Sep 2018 16:36:13 -0000

----==_mimepart_5ba66f7947705_4ed43ff9fc6d45bc285556
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -739,9 +742,10 @@ Source Connection IDs during the handshake.
 
 On first receiving an Initial or Retry packet from the server, the client uses
 the Source Connection ID supplied by the server as the Destination Connection ID
-for subsequent packets.  Once a client has received an Initial packet from the
-server, it MUST discard any packet it receives with a different Source
-Connection ID.
+for subsequent packets.  That means that a client might change the Destination
+Connection ID twice during connection establishment.  Once a client has received

There is nothing stopping the server from sending multiple Retry packets (regardless of which flight they came from, whether they had token, or anything).  However, the client is only going to process one of them.

-- 
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/1788#discussion_r219676378
----==_mimepart_5ba66f7947705_4ed43ff9fc6d45bc285556
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1788#discussion_r219676378">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -739,9 +742,10 @@ Source Connection IDs during the handshake.
 
 On first receiving an Initial or Retry packet from the server, the client uses
 the Source Connection ID supplied by the server as the Destination Connection ID
-for subsequent packets.  Once a client has received an Initial packet from the
-server, it MUST discard any packet it receives with a different Source
-Connection ID.
+for subsequent packets.  That means that a client might change the Destination
+Connection ID twice during connection establishment.  Once a client has received
</pre>
<p>There is nothing stopping the server from sending multiple Retry packets (regardless of which flight they came from, whether they had token, or anything).  However, the client is only going to process one of them.</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/1788#discussion_r219676378">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_aeTonZosaViEbrIM7YRa80vXXwks5udmb5gaJpZM4W1BCR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7oX_83I3-b0rTw-cXOtroMAzvuxks5udmb5gaJpZM4W1BCR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1788"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1788#discussion_r219676378"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219676378",
"url": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219676378",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1788",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219676378"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382996625\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba66f7947705_4ed43ff9fc6d45bc285556--


From nobody Sat Sep 22 09:37:45 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 8D6E8130E26 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:37:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 9LNVP9aENfO1 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:37:41 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B359C130E1E for <quic-issues@ietf.org>; Sat, 22 Sep 2018 09:37:41 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537634260; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=jMkfH1kbX08LtsmPWinBHsWg1J3duufNK80R+Ee3bSI=; b=oLzinZEWqlWSUU5+zl91tIgPkh4boEZNaTuDOsFncwHr/cQ4ryxqWm5quOcSb8AkXntMkEDZ BEOBoA0owjYiWTxs0sPEtl555jAJVBPaGsnKvye/VolSJJsrwhUE7/88xzSRuLvo3ImSITeF RO/FW1O9hzB9ozt8u5956zlmuGk=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5ba66fd4.7fa57c565600-smtp-out-n01; Sat, 22 Sep 2018 16:37:40 -0000 (UTC)
Date: Sat, 22 Sep 2018 09:37:39 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba66fd3ac3a6_195d2b11fdadaec892691@hookshot-fe-6b2eebc.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 422c1d: this was missing word
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba66fd3abe06_195d2b11fdadaec89259c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/HZzADdHX3KPMkSz93YFuLbQEy7w>
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, 22 Sep 2018 16:37:44 -0000

----==_mimepart_5ba66fd3abe06_195d2b11fdadaec89259c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/change-cid
  Home:   https://github.com/quicwg/base-drafts
  Commit: 422c1df11adb32d0a21bcaddc1a4fa20952fb7ae
      https://github.com/quicwg/base-drafts/commit/422c1df11adb32d0a21bcaddc1a4fa20952fb7ae
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-22 (Sat, 22 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  this was missing word



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba66fd3abe06_195d2b11fdadaec89259c--


From nobody Sat Sep 22 09:37:51 2018
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 65FA2130E26 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:37:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 p_TRvnJColNd for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:37:45 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9B2A9130E37 for <quic-issues@ietf.org>; Sat, 22 Sep 2018 09:37:45 -0700 (PDT)
Date: Sat, 22 Sep 2018 09:37:44 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537634264; bh=mrAhnrCh5sZgU/lEdg0pqUjvz1Hzk8pKFLkrWy6vdC0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lVRDxcbCZ/188ZiIThfiWvFkIwDDe8oEHjIoVQiqIWVgolnceQlvdIyUIMe+qYi+P CstKMklQYHJTnEU26FRf+dTjpsmUulyyYeee1I4SWQ+OK3NGuf7P3IW3u7JkbPT3vm InNRp3gPnUu+qMWIdIEeDRH0+VlTt6KlJdp7HHeI=
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/1788/push/2898762208@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1788@github.com>
References: <quicwg/base-drafts/pull/1788@github.com>
Subject: Re: [quicwg/base-drafts] Most the Retry-related fixes (#1788)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba66fd871e27_33e53fbe3f6d45c45375c"; 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/XM4uYWzfM1r9G3tSflGOnXx9uEk>
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, 22 Sep 2018 16:37:48 -0000

----==_mimepart_5ba66fd871e27_33e53fbe3f6d45c45375c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

422c1df  this was missing word


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1788/files/6bfc1ffa4e3155df109cc0afdfc36dc690c2fdfc..422c1df11adb32d0a21bcaddc1a4fa20952fb7ae

----==_mimepart_5ba66fd871e27_33e53fbe3f6d45c45375c
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/422c1df">422c1df</a>  this was missing word</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/1788/files/6bfc1ffa4e3155df109cc0afdfc36dc690c2fdfc..422c1df11adb32d0a21bcaddc1a4fa20952fb7ae">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzdMlfdaJPV1dg4Wbn5eYQLBMW_hks5udmdYgaJpZM4W1BCR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6ojKTez0v8w-A24DrgUq-BqJ5Q1ks5udmdYgaJpZM4W1BCR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1788"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1788/files/6bfc1ffa4e3155df109cc0afdfc36dc690c2fdfc..422c1df11adb32d0a21bcaddc1a4fa20952fb7ae"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1788/files/6bfc1ffa4e3155df109cc0afdfc36dc690c2fdfc..422c1df11adb32d0a21bcaddc1a4fa20952fb7ae",
"url": "https://github.com/quicwg/base-drafts/pull/1788/files/6bfc1ffa4e3155df109cc0afdfc36dc690c2fdfc..422c1df11adb32d0a21bcaddc1a4fa20952fb7ae",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1788",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1788:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "422c1df",
"value": "this was missing word"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1788/files/6bfc1ffa4e3155df109cc0afdfc36dc690c2fdfc..422c1df11adb32d0a21bcaddc1a4fa20952fb7ae"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382996625\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba66fd871e27_33e53fbe3f6d45c45375c--


From nobody Sat Sep 22 09:41:55 2018
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 0662D130E2E for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:41:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 aoNyfER5xS9t for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:41:52 -0700 (PDT)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4E35A130E26 for <quic-issues@ietf.org>; Sat, 22 Sep 2018 09:41:52 -0700 (PDT)
Date: Sat, 22 Sep 2018 09:41:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537634511; bh=L3xFV4LhKho57bf1CVpAvkIc+vl/xWEGklQwSj1Fkog=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=p0oMj4rcjsK8XXnzx421FiPGi8SADuIfDHSaWcIYojNmYoTNmeDq80oup6PklmwTn SYr0cCQiVJdqYXdgbFI4XcGYniJPmeQaDhABGikHmdej8sNjeijywQEhaCzGUK2OHP XDoFZrTULFeIQhvc1vcxJiWn+IhAjibbvNyE3V08=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab248b86a391682f90ed4f719d1e8d4d420d35e01a92cf0000000117be32cf92a169ce1589cd31@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1764/423756834@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1764@github.com>
References: <quicwg/base-drafts/issues/1764@github.com>
Subject: Re: [quicwg/base-drafts] Handshake loss recovery interacts poorly with amplification attack defense (#1764)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba670cf84cdf_55973f9aaccd45c01759e4"; 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/0QudTlF03CUZ4gGMFnEAGRTB5NM>
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, 22 Sep 2018 16:41:54 -0000

----==_mimepart_5ba670cf84cdf_55973f9aaccd45c01759e4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I had a different conception of this.  That is, the client runs the Initial timer fairly aggressively for longer.  That is, you set a timer for retransmitting Initial+ClientHello and rather than stopping that timer when you get a packet from the server, you stop it when either the handshake completes (or you receive an ACK in a Handshake packet).

The tweak being that you can send Initial with the ClientHello in it, but then switch to sending anything else when you've received proof that the server got your message (basically, any response other than Retry).

At that point, it doesn't matter what you put in the packet.  I was thinking that triggering standard retransmission logic would be bad in this case because you don't really have anything to send, it's just a matter of giving the server primed enough incoming bytes that it can send enough outgoing.

-- 
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/1764#issuecomment-423756834
----==_mimepart_5ba670cf84cdf_55973f9aaccd45c01759e4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I had a different conception of this.  That is, the client runs the In=
itial timer fairly aggressively for longer.  That is, you set a timer for=
 retransmitting Initial+ClientHello and rather than stopping that timer w=
hen you get a packet from the server, you stop it when either the handsha=
ke completes (or you receive an ACK in a Handshake packet).</p>
<p>The tweak being that you can send Initial with the ClientHello in it, =
but then switch to sending anything else when you've received proof that =
the server got your message (basically, any response other than Retry).</=
p>
<p>At that point, it doesn't matter what you put in the packet.  I was th=
inking that triggering standard retransmission logic would be bad in this=
 case because you don't really have anything to send, it's just a matter =
of giving the server primed enough incoming bytes that it can send enough=
 outgoing.</p>

<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/1764#issuecomment-423756834">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5gR=
_f3qAoy4Oze00wq0Q57S9-i2ks5udmhPgaJpZM4WuJKV">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzA5EMbVOespQeeu_nguBbbp=
JjuYks5udmhPgaJpZM4WuJKV.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
inthomson in #1764: I had a different conception of this.  That is, the c=
lient runs the Initial timer fairly aggressively for longer.  That is, yo=
u set a timer for retransmitting Initial+ClientHello and rather than stop=
ping that timer when you get a packet from the server, you stop it when e=
ither the handshake completes (or you receive an ACK in a Handshake packe=
t).\r\n\r\nThe tweak being that you can send Initial with the ClientHello=
 in it, but then switch to sending anything else when you've received pro=
of that the server got your message (basically, any response other than R=
etry).\r\n\r\nAt that point, it doesn't matter what you put in the packet=
.  I was thinking that triggering standard retransmission logic would be =
bad in this case because you don't really have anything to send, it's jus=
t a matter of giving the server primed enough incoming bytes that it can =
send enough outgoing."}],"action":{"name":"View Issue","url":"https://git=
hub.com/quicwg/base-drafts/issues/1764#issuecomment-423756834"}}}</script=
>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment=
-423756834",
"url": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-42=
3756834",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Handshake loss recovery interacts poor=
ly with amplification attack defense (#1764)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1764,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1764\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-42=
3756834"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3811949=
01\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba670cf84cdf_55973f9aaccd45c01759e4--


From nobody Sat Sep 22 09:46:03 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 0B75F130E29 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:46:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 uy47SPOTG4GT for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:46:00 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 564541274D0 for <quic-issues@ietf.org>; Sat, 22 Sep 2018 09:46:00 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537634759; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=nHgCXnyFxYFYS4/RQi6XJ8dovSjLEamEqVfPEjF18W4=; b=qGGz53nokJkfUZEy6bROx43SxVJ6Mm6wYpiWl5fSoJzGNiH9EuVcUSaWq49mCYKLda10qX5r l2uwTYoCyxBuSB0aTSiRmtsKpkEkWOMw2jhj/ff8vRHhaktVhVrNveikDrKzI6iRelmRt2kF kHVdDk8qq9uEx0IpFZ5peNOoCKA=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5ba671c7.7f467c686600-smtp-out-n01; Sat, 22 Sep 2018 16:45:59 -0000 (UTC)
Date: Sat, 22 Sep 2018 09:45:59 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba671c743133_69552ae131a94ed427d@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] e432eb: Update draft-ietf-quic-transport.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba671c742dcf_69552ae131a94ed42692"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/F1K3brKCH7n3GVXurxkoxu0-Vlw>
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, 22 Sep 2018 16:46:02 -0000

----==_mimepart_5ba671c742dcf_69552ae131a94ed42692
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: e432ebe9f5e701e6d14ee72479674694d40c215d
      https://github.com/quicwg/base-drafts/commit/e432ebe9f5e701e6d14ee72479674694d40c215d
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2018-09-21 (Fri, 21 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Update reference to Initial packets.


  Commit: 076e52c37be8c6ee1f24d8b6be6cd154106ad229
      https://github.com/quicwg/base-drafts/commit/076e52c37be8c6ee1f24d8b6be6cd154106ad229
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-23 (Sun, 23 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #1785 from martinduke/patch-18

Update reference to Initial Packets


Compare: https://github.com/quicwg/base-drafts/compare/b1e903ce5709...076e52c37be8
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba671c742dcf_69552ae131a94ed42692--


From nobody Sat Sep 22 09:46:10 2018
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 936ED1274D0 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:46:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 DjdNqL9eKI4O for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:46:04 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A887B130E51 for <quic-issues@ietf.org>; Sat, 22 Sep 2018 09:46:04 -0700 (PDT)
Date: Sat, 22 Sep 2018 09:46:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537634764; bh=8zAp3Dgyi+rHUvhU4lGbLc91wBC9PJ/Dkwdaw77ol54=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=W9n405HybEkVGUTQ4cPqSg0tBXRds+2M9RM0dkJZeKKQWIL/PxhKJpHKMVmpZRegL TNSGvDTh6mYK6SE7ynzcMhKsp4nlwYCj7fGzPKpiJmLpQxvyUXtYZNWPiwBsFgB2sd gGJzSkLl8nvkvro0U3V5juTNyPZe40IIDDx+YKOQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe64d789050c29f0fe026e6c52ae27c0c4e4f614492cf0000000117be33cb92a169ce159f26c3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1785/issue_event/1861670733@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1785@github.com>
References: <quicwg/base-drafts/pull/1785@github.com>
Subject: Re: [quicwg/base-drafts] Update reference to Initial Packets (#1785)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba671cbf3045_17d13fe7858d45bc117812"; 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/4ASiEuIQkwQJSFEEtKoa-jAG03A>
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, 22 Sep 2018 16:46:07 -0000

----==_mimepart_5ba671cbf3045_17d13fe7858d45bc117812
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1785 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/1785#event-1861670733
----==_mimepart_5ba671cbf3045_17d13fe7858d45bc117812
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362751683" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1785" href="https://github.com/quicwg/base-drafts/pull/1785">#1785</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/1785#event-1861670733">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6zipgtvJFwEz-_Qz_XNTO1GgzAPks5udmlLgaJpZM4W0xOc">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq12jSanLZpJx_zAVgxv7TmVvME-3ks5udmlLgaJpZM4W0xOc.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1785 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1785#event-1861670733"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1785#event-1861670733",
"url": "https://github.com/quicwg/base-drafts/pull/1785#event-1861670733",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Update reference to Initial Packets (#1785)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1785#event-1861670733"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382931868\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba671cbf3045_17d13fe7858d45bc117812--


From nobody Sat Sep 22 09:46:17 2018
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 70B57130E2E for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:46:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 41zAGanY08PI for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:46:14 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 379C4130E29 for <quic-issues@ietf.org>; Sat, 22 Sep 2018 09:46:14 -0700 (PDT)
Date: Sat, 22 Sep 2018 09:46:13 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537634773; bh=i+lx/BPPOYJUrkepDb/LKRvx4Qm8S3sBqcTj23+ryEE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zK7vlPlHl2PutqaGLs9qUAcEKD+2ybLpKP1Zt1JeCbAKU7NuwxnTojdFtaA/Aobpa RDhN4P0hxNOfUeXh40A3n05jqoy5J0g/y9OTmR7hMdkHtbbfbrKC4lYapQL3rsMc3D vZhTEthjbruo4hzIyAhU1wzk7PLXx9nPTeZ16Wz8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab34bdc265f4a12a3f86e1700b8715bff672837d4c92cf0000000117be33d592a169ce159f26c3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1785/c423757121@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1785@github.com>
References: <quicwg/base-drafts/pull/1785@github.com>
Subject: Re: [quicwg/base-drafts] Update reference to Initial Packets (#1785)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba671d575afa_461d3feb2ced45c0107996"; 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/If2VIG8tEJIxM0kzkMMTHFV7QQA>
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, 22 Sep 2018 16:46:16 -0000

----==_mimepart_5ba671d575afa_461d3feb2ced45c0107996
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Good catch.

-- 
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/1785#issuecomment-423757121
----==_mimepart_5ba671d575afa_461d3feb2ced45c0107996
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Good catch.</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/1785#issuecomment-423757121">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-a8vBWrUzfkcueVrkwDqwU7KJfGks5udmlVgaJpZM4W0xOc">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzjSHMdWYghJGcgIK1aVdysL2iotks5udmlVgaJpZM4W0xOc.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1785: Good catch."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1785#issuecomment-423757121"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1785#issuecomment-423757121",
"url": "https://github.com/quicwg/base-drafts/pull/1785#issuecomment-423757121",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Update reference to Initial Packets (#1785)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1785,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1785#issuecomment-423757121"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382931868\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba671d575afa_461d3feb2ced45c0107996--


From nobody Sat Sep 22 09:47:09 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 D00411274D0 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:47:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 2-g8Z5Q_D5I6 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:47:06 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 35C1B130E29 for <quic-issues@ietf.org>; Sat, 22 Sep 2018 09:47:06 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537634826; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=Sx2q9sn+6gDLwKm3zzSSNzK3SDFar5G3aJHPQ4c26lw=; b=vWMTloVdAK8Na+t2ce8xyMmHotQTGu7dXtcTgOW3KC1Q/b8LXmoUJhVSzbfn04J1JUmsC5GX FxnuqI9qJfwNABysfEHgxY81fDxY2UCkWI8haOOxauAMQ2mqoacW3bSrhgBjexVy/poZ3v48 WxVv3cPAsDnqXy+HUd9/0KtUEpo=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5ba67209.7fd1c86c2d50-smtp-out-n03; Sat, 22 Sep 2018 16:47:05 -0000 (UTC)
Date: Sat, 22 Sep 2018 09:47:04 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba67208c81f6_195d2b11fdadaec892855@hookshot-fe-6b2eebc.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 0cfdc6: Merge ACK and ACK_ECN in recovery
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba67208c7d8f_195d2b11fdadaec892770"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/zppGTChbquezjt616yOO_HoXsLs>
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, 22 Sep 2018 16:47:08 -0000

----==_mimepart_5ba67208c7d8f_195d2b11fdadaec892770
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0cfdc6b3120cbca9f18bcea37f627c8114108509
      https://github.com/quicwg/base-drafts/commit/0cfdc6b3120cbca9f18bcea37f627c8114108509
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Merge ACK and ACK_ECN in recovery


  Commit: ebb022360fb11a7f945e577f563553e1356c77be
      https://github.com/quicwg/base-drafts/commit/ebb022360fb11a7f945e577f563553e1356c77be
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: ab99534774864a8d6111c63adb412d5b6ea7d1fa
      https://github.com/quicwg/base-drafts/commit/ab99534774864a8d6111c63adb412d5b6ea7d1fa
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-23 (Sun, 23 Sep 2018)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Merge pull request #1783 from quicwg/ianswett-ack-ecn-merge

Merge ACK and ACK_ECN in recovery


Compare: https://github.com/quicwg/base-drafts/compare/076e52c37be8...ab9953477486
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba67208c7d8f_195d2b11fdadaec892770--


From nobody Sat Sep 22 09:47:15 2018
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 494AB130E39 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:47:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 DADiprY5cY82 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:47:12 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8C614130E2E for <quic-issues@ietf.org>; Sat, 22 Sep 2018 09:47:12 -0700 (PDT)
Date: Sat, 22 Sep 2018 09:47:11 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537634831; bh=cMqiDQ5sYS12f174gFYxcK5Fa+tnt3FBfTeZXDrZUuI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=d0uFMmQg86++p3/v8H4aiIGyyOyY0VzN/yhexENmh+ZldxXpxRM3GbOUYbWLx82D3 p6l03EIzbtJCSz6ON7TO0iIwPRGxkTC9CBGTWV8tMTxz22eRSfxONthmfXEcWZ2mL3 WvRTYW9HKq1yXR46ey0+NLjYEbuWwvgRECstlvTo=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ababa319bb0b872648926ac3dfb7b9dc6946568fe892cf0000000117be340f92a169ce1599cf69@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1783/issue_event/1861671128@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1783@github.com>
References: <quicwg/base-drafts/pull/1783@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN in recovery (#1783)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba6720fa7fc5_565d3ff1a58d45c413753e"; 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/RzF4Y5ROnkJQrryPOBT5MftXuOo>
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, 22 Sep 2018 16:47:14 -0000

----==_mimepart_5ba6720fa7fc5_565d3ff1a58d45c413753e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1783 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/1783#event-1861671128
----==_mimepart_5ba6720fa7fc5_565d3ff1a58d45c413753e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362401641" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1783" href="https://github.com/quicwg/base-drafts/pull/1783">#1783</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/1783#event-1861671128">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy4JrpZZ_pp-YLTdrrnuRT4oa8G9ks5udmmPgaJpZM4WzMwz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwR5zJS-4VExS5YIpHoyYplOgkWnks5udmmPgaJpZM4WzMwz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1783 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1783#event-1861671128"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1783#event-1861671128",
"url": "https://github.com/quicwg/base-drafts/pull/1783#event-1861671128",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Merge ACK and ACK_ECN in recovery (#1783)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1783#event-1861671128"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382520371\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba6720fa7fc5_565d3ff1a58d45c413753e--


From nobody Sat Sep 22 09:47:20 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 B4F8F130E2E for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:47:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.797
X-Spam-Level: 
X-Spam-Status: No, score=0.797 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 9NDhzLBUfl-6 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:47:13 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6C773130E29 for <quic-issues@ietf.org>; Sat, 22 Sep 2018 09:47:13 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537634832; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=fnH1SWjowuYdQQruSv5pCSHBoAgtj5s1Y+2gj0iyObc=; b=sujPzwGyJisCs9K2A/JC+Z7noiqW2CE+91gskVm7RwcLhS5I/SnNipY3xmCEzGZOQROzHJCy 5EX/BWia74gvQthPIminpdwP0Zxu+fgTGsetgbLqFH4/ilHSx83Laaz0CEtliw39NDDnScbB 2KQQa9s2fkxCD1l3n80mPFuXOHw=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5ba67210.7f7d7c420db0-smtp-out-n03; Sat, 22 Sep 2018 16:47:12 -0000 (UTC)
Date: Sat, 22 Sep 2018 09:47:11 -0700
From: martinthomson <martin.thomson@gmail.com>
Reply-To: martinthomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba6720f97d69_4cb72ae56ae7ced8202e7@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba6720f97963_4cb72ae56ae7ced8201a4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2Pr47UAD8NJIxlx6S6vfPgIDetA>
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, 22 Sep 2018 16:47:15 -0000

----==_mimepart_5ba6720f97963_4cb72ae56ae7ced8201a4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ack-ecn-merge
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba6720f97963_4cb72ae56ae7ced8201a4--


From nobody Sat Sep 22 09:47:26 2018
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 D4411130E29 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:47:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Md1C6Fr3ZzWN for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 09:47:14 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 77C7C130E37 for <quic-issues@ietf.org>; Sat, 22 Sep 2018 09:47:13 -0700 (PDT)
Date: Sat, 22 Sep 2018 09:47:12 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537634832; bh=P4mFJ8XpfwICxL4ZPFiXxz5tdmd+eDTJgjvr/QuAc1c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RZy6sdI1V0wVizSWBxKK3Qo301a7IkrYWSwIiR6DnP5A4rSVRh5dAc5mRynf5kZB/ kowVvmIAKcoJ2uYqn21f3MhtMBPRSdsKSu6eZV7d4r9HF+b248XuSgGRn/QVb5MMa/ jPO7jxopKkWR0Ils3hYGv9EcIsXPGT3C53mknwpo=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab83a7ce229d770a1cf07fca34cf9aec5d068ba87592cf0000000117be341092a169ce1599cf69@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1783/c423757178@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1783@github.com>
References: <quicwg/base-drafts/pull/1783@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN in recovery (#1783)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba672109870c_59e43f986a4d45bc9665c"; 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/LM-ZX3UVNdzOeB5H1UbSjdA2ie0>
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, 22 Sep 2018 16:47:16 -0000

----==_mimepart_5ba672109870c_59e43f986a4d45bc9665c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

We're part the way there 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/1783#issuecomment-423757178
----==_mimepart_5ba672109870c_59e43f986a4d45bc9665c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>We're part the way there 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/1783#issuecomment-423757178">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1LcoGbkvKaMC0CNC7PHmJEFWikfks5udmmQgaJpZM4WzMwz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4as0XErEYSnXh6E6r5jbJj4L_clks5udmmQgaJpZM4WzMwz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1783: We're part the way there now/"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1783#issuecomment-423757178"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1783#issuecomment-423757178",
"url": "https://github.com/quicwg/base-drafts/pull/1783#issuecomment-423757178",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Merge ACK and ACK_ECN in recovery (#1783)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1783,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1783#issuecomment-423757178"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382520371\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba672109870c_59e43f986a4d45bc9665c--


From nobody Sat Sep 22 10:08:40 2018
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 2F83B130E37 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 10:08:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 3wP8jhg2rSUK for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 10:08:37 -0700 (PDT)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 48608130E2B for <quic-issues@ietf.org>; Sat, 22 Sep 2018 10:08:37 -0700 (PDT)
Date: Sat, 22 Sep 2018 10:08:36 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537636116; bh=kowaU+6yfrM4DbN1JYPPnks2UxxzS0KourOJebFc3to=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WtvThH4y+DYJtzjIDr6D1dO4Z9gFXQ74UFM+2cCl+3LrWJOPRjAEUbRxJOmvgzdG+ mKZNHrqCJHJJRddNF5qjaxRBGWRinM1xgEyEmFg3f8v7Xy8ABKVcHI+neyAQVuBvRn r9Zzoj0VKyY2WMlf31zIsivXdsj+pWEQ2uBgUKos=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd94c1f0dd8538ffc51e13095f8ed94e0aeaec0db92cf0000000117be391492a169ce159ffad0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1788/review/157915962@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1788@github.com>
References: <quicwg/base-drafts/pull/1788@github.com>
Subject: Re: [quicwg/base-drafts] Most the Retry-related fixes (#1788)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba67714a732f_40d73ff1a58d45c414227a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/eyOOjpL9WBl1WPrYfluZ1mtvVRQ>
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, 22 Sep 2018 17:08:39 -0000

----==_mimepart_5ba67714a732f_40d73ff1a58d45c414227a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -739,9 +742,10 @@ Source Connection IDs during the handshake.
 
 On first receiving an Initial or Retry packet from the server, the client uses
 the Source Connection ID supplied by the server as the Destination Connection ID
-for subsequent packets.  Once a client has received an Initial packet from the
-server, it MUST discard any packet it receives with a different Source
-Connection ID.
+for subsequent packets.  That means that a client might change the Destination
+Connection ID twice during connection establishment.  Once a client has received

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/1788#discussion_r219677160
----==_mimepart_5ba67714a732f_40d73ff1a58d45c414227a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1788#discussion_r219677160">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -739,9 +742,10 @@ Source Connection IDs during the handshake.
 
 On first receiving an Initial or Retry packet from the server, the client uses
 the Source Connection ID supplied by the server as the Destination Connection ID
-for subsequent packets.  Once a client has received an Initial packet from the
-server, it MUST discard any packet it receives with a different Source
-Connection ID.
+for subsequent packets.  That means that a client might change the Destination
+Connection ID twice during connection establishment.  Once a client has received
</pre>
<p>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/1788#discussion_r219677160">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2RkBKAFN6KNi-m352IDBPDexTOEks5udm6UgaJpZM4W1BCR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5Z_UNo1I9YZJSsuaC4mbXuUt5rBks5udm6UgaJpZM4W1BCR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1788"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1788#discussion_r219677160"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219677160",
"url": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219677160",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1788",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219677160"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382996625\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba67714a732f_40d73ff1a58d45c414227a--


From nobody Sat Sep 22 16:53:04 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 2C5FC130DF6 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 16:53:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.911
X-Spam-Level: 
X-Spam-Status: No, score=-1.911 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 HqyNMmwXqDfI for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 16:53:01 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 30B8E130DD4 for <quic-issues@ietf.org>; Sat, 22 Sep 2018 16:53:01 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537660380; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=g06owV5A+ZTjnxyoJthtNsFNDLjF6tIe4xf0B6eg5hE=; b=V7CeyU1VONajHaaGYc7KBa0Pzrgw/lDeP1tUf8AdEsG8r7o8XJ/v9sXv1UMZsPsHRe9VHXtw u2rcqfAAo2bQIBhznohNyaXpjvzL6fSiLd5UPHAvVRnaoG+CO4+Ohb0CVVg6MsEQxIaRkr/W bjH9FeQ4c1etGT++hNCJBJCDaUY=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5ba6d5db.7f555855e720-smtp-out-n03; Sat, 22 Sep 2018 23:52:59 -0000 (UTC)
Date: Sat, 22 Sep 2018 16:52:59 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5ba6d5db87949_75022b084d6e6ec0813fb@hookshot-fe-da92815.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 9e6b8e: Martin's suggestion
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba6d5db875e3_75022b084d6e6ec081281"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ltR7VfhyRSM6ob8-6-ULsyJjbac>
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, 22 Sep 2018 23:53:03 -0000

----==_mimepart_5ba6d5db875e3_75022b084d6e6ec081281
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-use-max-ack-delay
  Home:   https://github.com/quicwg/base-drafts
  Commit: 9e6b8e8bdcb628af5fdf1a5865eae133940ea193
      https://github.com/quicwg/base-drafts/commit/9e6b8e8bdcb628af5fdf1a5865eae133940ea193
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-22 (Sat, 22 Sep 2018)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Martin's suggestion



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba6d5db875e3_75022b084d6e6ec081281--


From nobody Sat Sep 22 16:53:12 2018
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 39AE1130DF6 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 16:53:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 9AloVnuRSYTa for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 16:53:08 -0700 (PDT)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 81A46130DD4 for <quic-issues@ietf.org>; Sat, 22 Sep 2018 16:53:08 -0700 (PDT)
Date: Sat, 22 Sep 2018 16:53:07 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537660387; bh=Vbes+kwbJgb4w7DwdWG3ss6GT5NeexHdAO+UyylmSHA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=L04R3bQlk7lLzKMkdi88GDxD314uPCwwURNnuESneQM5dFMU+t466zdLLCeYHw8Ww kQ5sa9VyGACToloFNEwhPYMG/qyHRq2f+SDbvVm5/Ac3d+ge1kDO0RsmCDBzcjIboG /xyKTdKntbV6nYrQRvsDgNAQODiv+MkgK2hUVR0U=
From: ianswett <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/1782/push/2899149471@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1782@github.com>
References: <quicwg/base-drafts/pull/1782@github.com>
Subject: Re: [quicwg/base-drafts] No longer calculate max_ack_delay in recovery (#1782)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba6d5e374ebb_2d7b3ffc630d45b8518fd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/wAZvrqjUZHrjYpL2WywdOAJbdUM>
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, 22 Sep 2018 23:53:10 -0000

----==_mimepart_5ba6d5e374ebb_2d7b3ffc630d45b8518fd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

9e6b8e8  Martin's suggestion


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1782/files/b011e5d82bcfce601faff335b5c71cfc56363c54..9e6b8e8bdcb628af5fdf1a5865eae133940ea193

----==_mimepart_5ba6d5e374ebb_2d7b3ffc630d45b8518fd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/9e6b8e8">9e6b8e8</a>  Martin&#39;s suggestion</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/1782/files/b011e5d82bcfce601faff335b5c71cfc56363c54..9e6b8e8bdcb628af5fdf1a5865eae133940ea193">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1eFMrka4siqLMtm8LmRAq9u13Lcks5uds1jgaJpZM4WzML_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyRF9D-Dv7YirtFl7mSHq25dwOO4ks5uds1jgaJpZM4WzML_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1782"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1782/files/b011e5d82bcfce601faff335b5c71cfc56363c54..9e6b8e8bdcb628af5fdf1a5865eae133940ea193"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1782/files/b011e5d82bcfce601faff335b5c71cfc56363c54..9e6b8e8bdcb628af5fdf1a5865eae133940ea193",
"url": "https://github.com/quicwg/base-drafts/pull/1782/files/b011e5d82bcfce601faff335b5c71cfc56363c54..9e6b8e8bdcb628af5fdf1a5865eae133940ea193",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1782",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1782:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "9e6b8e8",
"value": "Martin's suggestion"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1782/files/b011e5d82bcfce601faff335b5c71cfc56363c54..9e6b8e8bdcb628af5fdf1a5865eae133940ea193"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382518015\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba6d5e374ebb_2d7b3ffc630d45b8518fd--


From nobody Sat Sep 22 16:53:29 2018
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 6CD14130DEC for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 16:53:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ianwlkNgS9wt for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 16:53:26 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D75F8129AB8 for <quic-issues@ietf.org>; Sat, 22 Sep 2018 16:53:25 -0700 (PDT)
Date: Sat, 22 Sep 2018 16:53:24 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537660404; bh=o5VE85L0WE8cDzWN6t6HxyW6bvg5ySGUqnntJiicpVc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HNQcKzXf3BFT9FFxLuNP3VU9B/Yb9mm8EjDcmU0whrpF3v7sjB9TzM22o0A30oClR vBpE2JXAzOPtStPLkR77R6IypyMyHgSr06KhpXsI6mGGQX6Gx7fx8QsLyq84zhXxHC FArIuv/9cMWWQ2IFlo3nqoY9NOnv6IEzYP924ofM=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1669ecb4c3efc617b18a656da6741ba3be63f7e192cf0000000117be97f492a169ce1599c7ba@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1782/c423781462@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1782@github.com>
References: <quicwg/base-drafts/pull/1782@github.com>
Subject: Re: [quicwg/base-drafts] No longer calculate max_ack_delay in recovery (#1782)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba6d5f4900af_7c9e3fe8f92d45c0403a2"; 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/jP6gtDh7hN2cq7I2LAtpX1eSks8>
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, 22 Sep 2018 23:53:27 -0000

----==_mimepart_5ba6d5f4900af_7c9e3fe8f92d45c0403a2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks Martin, any other issues?

-- 
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/1782#issuecomment-423781462
----==_mimepart_5ba6d5f4900af_7c9e3fe8f92d45c0403a2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks Martin, any other issues?</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/1782#issuecomment-423781462">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9bQ4KG7_FbTP6U6-24p6EfVvuCMks5uds10gaJpZM4WzML_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyV7kx3GoRCzGC5y7rxZKyms0mSuks5uds10gaJpZM4WzML_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1782: Thanks Martin, any other issues?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1782#issuecomment-423781462"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1782#issuecomment-423781462",
"url": "https://github.com/quicwg/base-drafts/pull/1782#issuecomment-423781462",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] No longer calculate max_ack_delay in recovery (#1782)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1782,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1782\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1782#issuecomment-423781462"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382518015\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba6d5f4900af_7c9e3fe8f92d45c0403a2--


From nobody Sat Sep 22 16:55:26 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 6AAF8130DD4 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 16:55:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.911
X-Spam-Level: 
X-Spam-Status: No, score=-1.911 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Q6luFOMo76SW for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 16:55:22 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6533C129AB8 for <quic-issues@ietf.org>; Sat, 22 Sep 2018 16:55:22 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537660521; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=PAdD3hMG0rPU9xiuWgKbQLgJZGxoruNQ6jvsHXe1k0c=; b=Hvge3EeGrFE9QXt28cfIzed5BStCWTQJMja4M8UdbaNbnRsacGgg2A0K+f9C9BN2npP2GQP+ 8K8jiLkwcgMRhmuXORBhc7PIe0NdLo5xMzL3zdGkzfoO0nWhk+tDqZj4gYnL/oB6GfQ1pEbU hVEWbMijWmOkHjkKsGBrttNhG2M=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5ba6d669.7f24300819c0-smtp-out-n01; Sat, 22 Sep 2018 23:55:21 -0000 (UTC)
Date: Sat, 22 Sep 2018 16:55:20 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5ba6d6684c58d_50752aea151aeecc1702a@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 787b03: Martin's comments
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba6d6684c02a_50752aea151aeecc1697"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kTC2l57ySVbB50rxxLt5txMjVkY>
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, 22 Sep 2018 23:55:25 -0000

----==_mimepart_5ba6d6684c02a_50752aea151aeecc1697
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-max-ack-delay
  Home:   https://github.com/quicwg/base-drafts
  Commit: 787b0306bc9c403b3062584c91bcc52d327e9b44
      https://github.com/quicwg/base-drafts/commit/787b0306bc9c403b3062584c91bcc52d327e9b44
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-22 (Sat, 22 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Martin's comments



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba6d6684c02a_50752aea151aeecc1697--


From nobody Sat Sep 22 16:55:33 2018
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 4578C130DEC for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 16:55:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 TrTXgFDR70On for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 16:55:27 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7C0C1130E4A for <quic-issues@ietf.org>; Sat, 22 Sep 2018 16:55:27 -0700 (PDT)
Date: Sat, 22 Sep 2018 16:55:26 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537660526; bh=d1lJvgditX6J1modycnoXSfQNblgjHkcquZEu80a6Zs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=J3/DOPoBgvyJBnjvlCMcRuStvIEv/kCMKePGOuRK7T0rTi6n0MzeESljHyO16Xa6h ZR0nl7s6UC2zv7PaI3Gotd/Gi7TLmTptckdx4nBU1yhAmW5xtS+t3WTD9OxKOcZQFg beCrruzhTinV7IkX4qrrfba4wSPHv847pL+ZuYlI=
From: ianswett <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/1781/push/2899151257@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1781@github.com>
References: <quicwg/base-drafts/pull/1781@github.com>
Subject: Re: [quicwg/base-drafts] Add max_ack_delay transport parameter and ACK every two packets (#1781)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba6d66e7cb52_161d3fb6408d45c481495"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/r1YUf1D8hfEswdGzJYNLkZymAVE>
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, 22 Sep 2018 23:55:29 -0000

----==_mimepart_5ba6d66e7cb52_161d3fb6408d45c481495
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

787b030  Martin's comments


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1781/files/18cbe487fca9dd095c35e12d7c0a9fb8169207ce..787b0306bc9c403b3062584c91bcc52d327e9b44

----==_mimepart_5ba6d66e7cb52_161d3fb6408d45c481495
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/787b030">787b030</a>  Martin&#39;s comments</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/1781/files/18cbe487fca9dd095c35e12d7c0a9fb8169207ce..787b0306bc9c403b3062584c91bcc52d327e9b44">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq72J8_jmb5k2r3tc8Lan-FFDBNsZks5uds3ugaJpZM4WzJbW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_hRMo1CU0izBW_EITUQqmZ0Kjheks5uds3ugaJpZM4WzJbW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1781"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1781/files/18cbe487fca9dd095c35e12d7c0a9fb8169207ce..787b0306bc9c403b3062584c91bcc52d327e9b44"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1781/files/18cbe487fca9dd095c35e12d7c0a9fb8169207ce..787b0306bc9c403b3062584c91bcc52d327e9b44",
"url": "https://github.com/quicwg/base-drafts/pull/1781/files/18cbe487fca9dd095c35e12d7c0a9fb8169207ce..787b0306bc9c403b3062584c91bcc52d327e9b44",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1781",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1781:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "787b030",
"value": "Martin's comments"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1781/files/18cbe487fca9dd095c35e12d7c0a9fb8169207ce..787b0306bc9c403b3062584c91bcc52d327e9b44"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382506710\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba6d66e7cb52_161d3fb6408d45c481495--


From nobody Sat Sep 22 16:56:29 2018
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 39A93130DD4 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 16:56:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Yfb9jGMP2lmT for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 16:56:26 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 74EC5129AB8 for <quic-issues@ietf.org>; Sat, 22 Sep 2018 16:56:26 -0700 (PDT)
Date: Sat, 22 Sep 2018 16:56:24 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537660584; bh=wpSEADMLVvWLM5FWRoLK8UR7Yz0/ZaL3Q1oqqZeAQQg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OpnaMbUZ7wz8cPhY/pL87v36KTCjqEKl+OPrJKTEZ+edAPwvuef4GMd6elemV6olZ pRoR9MLUCSb0CuR+6gehJM2MKzIldREs77F2JKL5wKNSoCV7NCwmzvbWSuSedb3B/3 MaA+QIw6r6jSmEwH1Rji08SXA9tQKdw2lNJJ7ZeA=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4b600e4695afe7470a9bc6446a790251f4d9068292cf0000000117be98a892a169ce1599ab93@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1781/c423781559@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1781@github.com>
References: <quicwg/base-drafts/pull/1781@github.com>
Subject: Re: [quicwg/base-drafts] Add max_ack_delay transport parameter and ACK every two packets (#1781)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba6d6a8947f4_3b763ff83ead45b48656b"; 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/GS6K1wurhXSUIdLv_TnPASDxDIo>
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, 22 Sep 2018 23:56:28 -0000

----==_mimepart_5ba6d6a8947f4_3b763ff83ead45b48656b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks Martin, tweaked based on your comments.

-- 
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/1781#issuecomment-423781559
----==_mimepart_5ba6d6a8947f4_3b763ff83ead45b48656b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks Martin, tweaked based on your comments.</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/1781#issuecomment-423781559">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8pFz0PwSiEGuBXkcC2eSfC0Var6ks5uds4ogaJpZM4WzJbW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5wrXm8LdkbhHu6Pk7kgOZtVeIgoks5uds4ogaJpZM4WzJbW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1781: Thanks Martin, tweaked based on your comments."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1781#issuecomment-423781559"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1781#issuecomment-423781559",
"url": "https://github.com/quicwg/base-drafts/pull/1781#issuecomment-423781559",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add max_ack_delay transport parameter and ACK every two packets (#1781)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1781,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1781\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1781#issuecomment-423781559"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382506710\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba6d6a8947f4_3b763ff83ead45b48656b--


From nobody Sat Sep 22 17:42:47 2018
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 AB62F130E54 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 17:42:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 CbyKDzoO2I5s for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 17:42:44 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 23661130E2F for <quic-issues@ietf.org>; Sat, 22 Sep 2018 17:42:44 -0700 (PDT)
Date: Sat, 22 Sep 2018 17:42:43 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537663363; bh=+Anplex879Aa5JKKA6+6q4O0szxZqOUhMyh/pDn2zo8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rO7iBfmvlJqET0iwj4phGYy31zGbYe4b4ITHhGjkssRSv4pgHHZvcdjTY0BNL2G9G 0NA2gT03lwK84ZuhiIOJtaQ85i+NsohbG6195qF8ff0TxbIymmexK9YHQYicC9a+q6 G7pL3Uk68HzGCHeSUYIZgGhNcY4kiRHhoSvHtqsg=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6c742e16e127a4fe55e0c1ea9f1fcdd03517aaf892cf0000000117bea38392a169ce1589cd31@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1764/423783240@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1764@github.com>
References: <quicwg/base-drafts/issues/1764@github.com>
Subject: Re: [quicwg/base-drafts] Handshake loss recovery interacts poorly with amplification attack defense (#1764)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba6e18320451_9b43faa872d45bc1068e"; 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/4qXqEss7qv3SCKkSZJ30tbTowaY>
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: Sun, 23 Sep 2018 00:42:46 -0000

----==_mimepart_5ba6e18320451_9b43faa872d45bc1068e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Martin, I think that works out fine, and I think it gives us a very specific piece of guidance
If the handshake timer goes off on the client side, and you don't have Handshake keys or anything outstanding, send a full-sized padding packet.

-- 
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/1764#issuecomment-423783240
----==_mimepart_5ba6e18320451_9b43faa872d45bc1068e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Martin, I think that works out fine, and I think it gives us a very specific piece of guidance<br>
If the handshake timer goes off on the client side, and you don't have Handshake keys or anything outstanding, send a full-sized padding packet.</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/1764#issuecomment-423783240">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq65OgHj__mEF138KaMwl_K4k7eDFks5udtkDgaJpZM4WuJKV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5D5yY1HPpeCDrAs8wJo2YCNeFshks5udtkDgaJpZM4WuJKV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1764: Martin, I think that works out fine, and I think it gives us a very specific piece of guidance\r\nIf the handshake timer goes off on the client side, and you don't have Handshake keys or anything outstanding, send a full-sized padding packet."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423783240"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423783240",
"url": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423783240",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Handshake loss recovery interacts poorly with amplification attack defense (#1764)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1764,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1764\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423783240"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381194901\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba6e18320451_9b43faa872d45bc1068e--


From nobody Sat Sep 22 18:31:06 2018
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 71340130E61 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 18:31:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 jSvSXOsOMe2w for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 18:31:02 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 96AF6130DD3 for <quic-issues@ietf.org>; Sat, 22 Sep 2018 18:31:02 -0700 (PDT)
Date: Sat, 22 Sep 2018 18:31:01 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537666261; bh=GOV7gII4hS4TknK5mQ1KCpe3Fc5fRCOLURNL3E/QJR8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=at0dC3Pu37lWsqNT+f6AnugOC4Kzc0Sp3PhclvWmhetNnY7aNRNxBOJiEmALdnSK3 d0lK9XbyBINrzi70VHTQP8PqKJH+4Zh+ZGbIHjslzZZnzxjKK2LzrZg51FRRjB13t/ J1n5FFNiVzrRfMNZ9rg7yXtqrrTsYgNDas+l9WxM=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3605d4a0cb4851b4474123c552e1841ad027b17092cf0000000117beaed592a169ce1589cd31@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1764/423785014@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1764@github.com>
References: <quicwg/base-drafts/issues/1764@github.com>
Subject: Re: [quicwg/base-drafts] Handshake loss recovery interacts poorly with amplification attack defense (#1764)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba6ecd523ad1_47f73fef8e2d45c07819"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/hdbzhZhVR2qyKo8LRPCn6Yo1A08>
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: Sun, 23 Sep 2018 01:31:05 -0000

----==_mimepart_5ba6ecd523ad1_47f73fef8e2d45c07819
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

That works for me.

-- 
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/1764#issuecomment-423785014
----==_mimepart_5ba6ecd523ad1_47f73fef8e2d45c07819
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>That works for me.</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/1764#issuecomment-423785014">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6L89qLN6ULS0wkqN1L7pEnPDhqVks5uduRVgaJpZM4WuJKV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxNidEq3Cm8-Tl4pnuUoWiqThTHVks5uduRVgaJpZM4WuJKV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke in #1764: That works for me."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423785014"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423785014",
"url": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423785014",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Handshake loss recovery interacts poorly with amplification attack defense (#1764)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1764,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1764\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423785014"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381194901\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba6ecd523ad1_47f73fef8e2d45c07819--


From nobody Sat Sep 22 23:04:47 2018
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 5FEC2130E89 for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 23:04:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 c7YhQWmWtozD for <quic-issues@ietfa.amsl.com>; Sat, 22 Sep 2018 23:04:41 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EB829130DDD for <quic-issues@ietf.org>; Sat, 22 Sep 2018 23:04:40 -0700 (PDT)
Date: Sat, 22 Sep 2018 23:04:39 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537682679; bh=dRmb26OwriRu6JyVNYf8vHfZZThHStW61QJfntnHXR0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0dIO6tpZKFSle5p6IItQZntiAMj237IluzUwN9GUlXnCCMs2dyv4Z0uvo7GNDoXdq Xhyco/SUL4zUF1e5DADxkmy+IrrCZW6r/ZqF2t0HMQt19gniPv5NYgT6qYuFQ/N5tg VLtSnWQFCSimg0hgfmgahqusfwnb6SNHbJcbmPQo=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab595ab4b571a4d7c2bfa48ce5b2ec0f8602ab072a92cf0000000117beeef792a169ce1589cd31@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1764/423794180@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1764@github.com>
References: <quicwg/base-drafts/issues/1764@github.com>
Subject: Re: [quicwg/base-drafts] Handshake loss recovery interacts poorly with amplification attack defense (#1764)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba72cf7b1990_781e3fcf58ad45b42367e0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/yPA2c923RB_kRRMtJloVmJJnTzI>
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: Sun, 23 Sep 2018 06:04:46 -0000

----==_mimepart_5ba72cf7b1990_781e3fcf58ad45b42367e0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

What if the server is just counting packets? Then some clients would not be inclined to send a full initial packet, but the smallest possible that will convince the server to proceed. The server would just increment the count and ignore duplicates.

What if the server incorrectly fails to count packets that are considered duplicates - so handshakes still hang - i.e. specific advice is needed to prevent this?

-- 
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/1764#issuecomment-423794180
----==_mimepart_5ba72cf7b1990_781e3fcf58ad45b42367e0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>What if the server is just counting packets? Then some clients would n=
ot be inclined to send a full initial packet, but the smallest possible t=
hat will convince the server to proceed. The server would just increment =
the count and ignore duplicates.</p>
<p>What if the server incorrectly fails to count packets that are conside=
red duplicates - so handshakes still hang - i.e. specific advice is neede=
d to prevent this?</p>

<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/1764#issuecomment-423794180">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5K2=
jVpUlclXX42mJDP39p2DbFjTks5udyR3gaJpZM4WuJKV">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-Jm5QllJSkOsS9Gyjwl0Nuh=
QC5vks5udyR3gaJpZM4WuJKV.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1764: What if the server is just counting packets? Then some cli=
ents would not be inclined to send a full initial packet, but the smalles=
t possible that will convince the server to proceed. The server would jus=
t increment the count and ignore duplicates.\r\n\r\nWhat if the server in=
correctly fails to count packets that are considered duplicates - so hand=
shakes still hang - i.e. specific advice is needed to prevent this?"}],"a=
ction":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/=
issues/1764#issuecomment-423794180"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment=
-423794180",
"url": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-42=
3794180",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Handshake loss recovery interacts poor=
ly with amplification attack defense (#1764)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1764,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1764\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-42=
3794180"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3811949=
01\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba72cf7b1990_781e3fcf58ad45b42367e0--


From nobody Sun Sep 23 04:46:41 2018
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 E8EDB130EBF for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 04:46:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 qJDbwR34S25B for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 04:46:37 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 22346130DE9 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 04:46:37 -0700 (PDT)
Date: Sun, 23 Sep 2018 04:46:36 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537703196; bh=3GLOskb2UyFgpqQTeBxfir/FTeZz3UFp3VOLUnAfNm4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=N2Cww2dhLY9Tet0USERhXmDVcdw2wMBNcHP1/6F9+38TsaTO1DMlaWyZGpvlgYoNi AcBu3d6x97uafeW+hTthRFjxuv2gD3B1PQ7UPx+v11NdZ7EyacsAgFaoQMHEcTKakP 07Kdx/kfKAfIRu2PcSJyF9arcfQZI6QcfJqV/cqs=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab01d37567fe60d86d9adffad36da80c6296424a8c92cf0000000117bf3f1c92a169ce1589cd31@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1764/423810608@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1764@github.com>
References: <quicwg/base-drafts/issues/1764@github.com>
Subject: Re: [quicwg/base-drafts] Handshake loss recovery interacts poorly with amplification attack defense (#1764)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba77d1c15ab6_21ef3fdb868d45b87345ee"; 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/_S6zBYQK5m1yq7NUJjmfpYrLC-s>
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: Sun, 23 Sep 2018 11:46:39 -0000

----==_mimepart_5ba77d1c15ab6_21ef3fdb868d45b87345ee
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yes, this text is wrong:

"Servers MUST NOT send more than three datagrams including Initial and
Handshake packets without receiving a packet from a verified source
address"

I believe it should be "Server MUST NOT sent more than 3 times as many bytes as the number of bytes received before receiving a packet from a verified source address."?

If a server decides to implement in packets instead of bytes, then it's opening itself up to an attack which isn't in it's own best interest, so I think the above MUST NOT is likely fine?

-- 
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/1764#issuecomment-423810608
----==_mimepart_5ba77d1c15ab6_21ef3fdb868d45b87345ee
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Yes, this text is wrong:</p>
<p>"Servers MUST NOT send more than three datagrams including Initial and=
<br>
Handshake packets without receiving a packet from a verified source<br>
address"</p>
<p>I believe it should be "Server MUST NOT sent more than 3 times as many=
 bytes as the number of bytes received before receiving a packet from a v=
erified source address."?</p>
<p>If a server decides to implement in packets instead of bytes, then it'=
s opening itself up to an attack which isn't in it's own best interest, s=
o I think the above MUST NOT is likely fine?</p>

<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/1764#issuecomment-423810608">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_dQ=
O7UxusvObKVefA25tMTdk-0Zks5ud3ScgaJpZM4WuJKV">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq0BtBev7HTmyF20CaF42SRru=
W8Amks5ud3ScgaJpZM4WuJKV.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #1764: Yes, this text is wrong:\r\n\r\n\"Servers MUST NOT send mo=
re than three datagrams including Initial and\r\nHandshake packets withou=
t receiving a packet from a verified source\r\naddress\"\r\n\r\nI believe=
 it should be \"Server MUST NOT sent more than 3 times as many bytes as t=
he number of bytes received before receiving a packet from a verified sou=
rce address.\"?\r\n\r\nIf a server decides to implement in packets instea=
d of bytes, then it's opening itself up to an attack which isn't in it's =
own best interest, so I think the above MUST NOT is likely fine?"}],"acti=
on":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/iss=
ues/1764#issuecomment-423810608"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment=
-423810608",
"url": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-42=
3810608",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Handshake loss recovery interacts poor=
ly with amplification attack defense (#1764)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1764,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1764\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-42=
3810608"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3811949=
01\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba77d1c15ab6_21ef3fdb868d45b87345ee--


From nobody Sun Sep 23 06:16:13 2018
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 C9271130DEF for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 06:16:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 k-FTy1bVKhDN for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 06:16:09 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F282D1292AD for <quic-issues@ietf.org>; Sun, 23 Sep 2018 06:16:08 -0700 (PDT)
Date: Sun, 23 Sep 2018 06:16:07 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537708567; bh=Oidjz8BRif5NGtI0a2Mr8FquxMCQQ6AiGJqHRbW/3Fg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=r1z0T5kkK0P2BZJB6I7s6JF7+mJ+K7Hx/FgT8NuaL8XSeIP590H7LMXOIDVeBdaCK jPdyFCVIQyYUOmsaMmZMZNtxwrBHkBynWQXFURczNEppsoptYCQgvcVMQnmyycOaxp qmqWPAinoccbNRJ8TVJsgla7k1xMbC7n85ObTfFo=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4ad15e5b94b728bfafcc224fc05e56d0da5d8a0092cf0000000117bf541792a169ce159ffad0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1788/review/157937587@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1788@github.com>
References: <quicwg/base-drafts/pull/1788@github.com>
Subject: Re: [quicwg/base-drafts] Most the Retry-related fixes (#1788)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba79217912c3_25583f80326d45c4113852e"; 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/rT5uEHQoWP-OV9gmSjfADpl8GYI>
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: Sun, 23 Sep 2018 13:16:12 -0000

----==_mimepart_5ba79217912c3_25583f80326d45c4113852e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.

Thanks Martin, looks good.

> @@ -593,37 +593,40 @@ The server populates the Destination Connection ID with the connection ID that
 the client included in the Source Connection ID of the Initial packet.
 
 The server includes a connection ID of its choice in the Source Connection ID
-field.  The client MUST use this connection ID in the Destination Connection ID
-of subsequent packets that it sends.
+field.  This value MUST not be equal to the Destination Connection ID field of

So the server HAS to change connection ID with a Retry?  I have no problem with that, but I wasn't sure where that ended up previously.

>  
-A Retry packet does not include a packet number and cannot be explicitly
-acknowledged by a client.
+A server MAY send Retry packets in response to Initial and 0-RTT packets.  A
+server can either discard or buffer 0-RTT packets that it receives.  A server

Below, you're advising that the client changes crypto context in response to Retry, so buffering 0RTT packets is likely to be useless, correct?

Retry is really meant for cheap DDoS, so if we want this to work well, I think we should spend more time thinking about how to make it work well.  I suspect we don't care and should just advise dropping 0RTT packets if you're sending a Retry?

>  
-A server MUST NOT send a Retry in response to packets other than Initial
-or 0-RTT packets.  A server MAY choose to only send Retry in response to Initial
-packets and discard or buffer 0-RTT packets corresponding to unvalidated client
-addresses.
+A client MUST accept and process at most one Retry packet for each connection

This MUST is a bit strong for me when thinking of man-on-the-side, especially since you don't respond to cases when the original dcid doesn't match, but it's Ok for now since mots is out of scope for v1.

-- 
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/1788#pullrequestreview-157937587
----==_mimepart_5ba79217912c3_25583f80326d45c4113852e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<p>Thanks Martin, looks good.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1788#discussion_r219697206">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -593,37 +593,40 @@ The server populates the Destination Connection ID with the connection ID that
 the client included in the Source Connection ID of the Initial packet.
 
 The server includes a connection ID of its choice in the Source Connection ID
-field.  The client MUST use this connection ID in the Destination Connection ID
-of subsequent packets that it sends.
+field.  This value MUST not be equal to the Destination Connection ID field of
</pre>
<p>So the server HAS to change connection ID with a Retry?  I have no problem with that, but I wasn't sure where that ended up previously.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1788#discussion_r219697230">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-A Retry packet does not include a packet number and cannot be explicitly
-acknowledged by a client.
+A server MAY send Retry packets in response to Initial and 0-RTT packets.  A
+server can either discard or buffer 0-RTT packets that it receives.  A server
</pre>
<p>Below, you're advising that the client changes crypto context in response to Retry, so buffering 0RTT packets is likely to be useless, correct?</p>
<p>Retry is really meant for cheap DDoS, so if we want this to work well, I think we should spend more time thinking about how to make it work well.  I suspect we don't care and should just advise dropping 0RTT packets if you're sending a Retry?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1788#discussion_r219698570">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-A server MUST NOT send a Retry in response to packets other than Initial
-or 0-RTT packets.  A server MAY choose to only send Retry in response to Initial
-packets and discard or buffer 0-RTT packets corresponding to unvalidated client
-addresses.
+A client MUST accept and process at most one Retry packet for each connection
</pre>
<p>This MUST is a bit strong for me when thinking of man-on-the-side, especially since you don't respond to cases when the original dcid doesn't match, but it's Ok for now since mots is out of scope for v1.</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/1788#pullrequestreview-157937587">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5JcO1ouo8W465oWG6xVd0b4BHBvks5ud4mXgaJpZM4W1BCR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqw-HIoW1jhnhJ9kpu_D3X9Aft22Vks5ud4mXgaJpZM4W1BCR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1788"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1788#pullrequestreview-157937587"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1788#pullrequestreview-157937587",
"url": "https://github.com/quicwg/base-drafts/pull/1788#pullrequestreview-157937587",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1788",
"sections": [
{
"text": "Thanks Martin, looks good.",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1788#pullrequestreview-157937587"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382996625\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba79217912c3_25583f80326d45c4113852e--


From nobody Sun Sep 23 07:23:11 2018
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 F2601130DCC for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 07:23:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 HU0nJijtwu00 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 07:23:08 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4D0D3127133 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 07:23:08 -0700 (PDT)
Date: Sun, 23 Sep 2018 07:23:05 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537712586; bh=k7j7Md6vQVUdgfadCP3ds+Vj2tsRqU4M2l76Z9O8syA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iS/dRkoVer/Km0KtaF4l/cblmd6AXEBh1TctZsizFW0f3MDLugIfnc5tS8IXsngik hzi/CTwOj1NmC5utvhz4VNLPc7AxtwcEFbbWD6wNxZ5ytpUj7JuwDIAOicPpKTJQH7 XBc8mOCLyMuO6DO+5i3MfyEvakoj1ZDHBcgWnp0Q=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9140c2a395dd412c448425bea53b1b775151377f92cf0000000117bf63c992a169ce159ffad0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1788/review/157940779@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1788@github.com>
References: <quicwg/base-drafts/pull/1788@github.com>
Subject: Re: [quicwg/base-drafts] Most the Retry-related fixes (#1788)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba7a1c978375_52553fdb71cd45c411819e5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/5nyYyOnsiuCiwnh9bqCNKwIiBp0>
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: Sun, 23 Sep 2018 14:23:10 -0000

----==_mimepart_5ba7a1c978375_52553fdb71cd45c411819e5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



>  
-A Retry packet does not include a packet number and cannot be explicitly
-acknowledged by a client.
+A server MAY send Retry packets in response to Initial and 0-RTT packets.  A
+server can either discard or buffer 0-RTT packets that it receives.  A server

What about perferect forward secrecy - could there be an issue with crypto reuse here?

-- 
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/1788#discussion_r219700505
----==_mimepart_5ba7a1c978375_52553fdb71cd45c411819e5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1788#discussion_r219700505">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-A Retry packet does not include a packet number and cannot be explicitly
-acknowledged by a client.
+A server MAY send Retry packets in response to Initial and 0-RTT packets.  A
+server can either discard or buffer 0-RTT packets that it receives.  A server
</pre>
<p>What about perferect forward secrecy - could there be an issue with crypto reuse here?</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/1788#discussion_r219700505">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1fdy3-yAcqxIGuK42i68TBKhIFlks5ud5lJgaJpZM4W1BCR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzXzDW5MPpa4uAn9Ia23ltIRFJeuks5ud5lJgaJpZM4W1BCR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1788"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1788#discussion_r219700505"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219700505",
"url": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219700505",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1788",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219700505"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382996625\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba7a1c978375_52553fdb71cd45c411819e5--


From nobody Sun Sep 23 09:17:11 2018
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 E8994130DE3 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 09:17:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 BW-WvOKvIX18 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 09:17:09 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 34530130DC0 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 09:17:09 -0700 (PDT)
Date: Sun, 23 Sep 2018 09:17:07 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537719427; bh=SF9fMoOihB5r5kCHBlZgdXCm5WUZ0nctNvvJBBrvdgA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=t1ojar69Ac0D5Tw9rzSxPfjgeBQ+xF4mYNv10Rjxnl1MhtykM59nYtAC/Bpq6Jhbz 7IAMHzCzt+fBaqy+F3Fr2sR8fGXZN3TTs7zwDifuPe4mDC+lghByXFJKSPzPGS8aiP TZu5FlxJJHTc7YrqyPrmEjpxJdxyDuYSRgxY0L5o=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab88c6bb7e75e292f34458090c6ac258506c8cddd492cf0000000117bf7e8392a169ce159ffad0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1788/review/157944011@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1788@github.com>
References: <quicwg/base-drafts/pull/1788@github.com>
Subject: Re: [quicwg/base-drafts] Most the Retry-related fixes (#1788)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba7bc83e7563_2c173fbe264d45bc5809"; 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/3syizklhczBgqhP0rS_DKuzrcv4>
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: Sun, 23 Sep 2018 16:17:11 -0000

----==_mimepart_5ba7bc83e7563_2c173fbe264d45bc5809
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -593,37 +593,40 @@ The server populates the Destination Connection ID with the connection ID that
 the client included in the Source Connection ID of the Initial packet.
 
 The server includes a connection ID of its choice in the Source Connection ID
-field.  The client MUST use this connection ID in the Destination Connection ID
-of subsequent packets that it sends.
+field.  This value MUST not be equal to the Destination Connection ID field of

Yes, this isn't obvious until you read #1784.  In that case, the reuse of a connection ID causes the client to be confused about what belongs to what.

The problem @tatsuhiro-t identified is that the client can respond to a Retry, then receive a valid Initial in response to a packet sent before that Retry, but it is one that is incompatible with its current TLS state.  This assumes that the client has changed its ClientHello somehow in response to the Retry, which we encourage, but don't mandate.

Forcing the change of connection ID means that a client that receives a Retry will drop anything sent by the server in response to any Initial packets sent before receiving the Retry.  So, if a retransmission of the first round of Initial packets gets a real response, that will just be dropped.

-- 
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/1788#discussion_r219703682
----==_mimepart_5ba7bc83e7563_2c173fbe264d45bc5809
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1788#discussion_r219703682">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -593,37 +593,40 @@ The server populates the Destination Connection ID with the connection ID that
 the client included in the Source Connection ID of the Initial packet.
 
 The server includes a connection ID of its choice in the Source Connection ID
-field.  The client MUST use this connection ID in the Destination Connection ID
-of subsequent packets that it sends.
+field.  This value MUST not be equal to the Destination Connection ID field of
</pre>
<p>Yes, this isn't obvious until you read <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362640842" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1784" href="https://github.com/quicwg/base-drafts/issues/1784">#1784</a>.  In that case, the reuse of a connection ID causes the client to be confused about what belongs to what.</p>
<p>The problem <a class="user-mention" data-hovercard-user-id="404610" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tatsuhiro-t">@tatsuhiro-t</a> identified is that the client can respond to a Retry, then receive a valid Initial in response to a packet sent before that Retry, but it is one that is incompatible with its current TLS state.  This assumes that the client has changed its ClientHello somehow in response to the Retry, which we encourage, but don't mandate.</p>
<p>Forcing the change of connection ID means that a client that receives a Retry will drop anything sent by the server in response to any Initial packets sent before receiving the Retry.  So, if a retransmission of the first round of Initial packets gets a real response, that will just be dropped.</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/1788#discussion_r219703682">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqweyC4jYaOQU-ukGHn-JW2vYBgOUks5ud7QDgaJpZM4W1BCR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0zG7_1RvkBvhPrASdPBH3BPvezkks5ud7QDgaJpZM4W1BCR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1788"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1788#discussion_r219703682"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219703682",
"url": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219703682",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1788",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219703682"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382996625\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba7bc83e7563_2c173fbe264d45bc5809--


From nobody Sun Sep 23 09:19:50 2018
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 3B1BE130DE3 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 09:19:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Gp4kztt7sHTB for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 09:19:46 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B1F78130DC0 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 09:19:46 -0700 (PDT)
Date: Sun, 23 Sep 2018 09:19:45 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537719585; bh=4mkBwLYnG00tUrRMJkFsFRfj8c06J2Ap5ZqWb0q5DOA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=l9Tudg4FotpZKev52u4IVjttydLGQ3JNoYIyF+Uq5qmtWyKS0yaXsDu+YMXvKOtmP rfj9W7J/KKpELEI69Myr+0JRxcD+I4QPE8bIj7W/E9+g8jMDqorDsBp7SP8Y3hbNwH yH/cFzBTEwnZBvEn1axjpUsD+PWLW773YvDnKBw0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab88fefbf4a340c7f11321b54540354564678e2f7b92cf0000000117bf7f2192a169ce159ffad0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1788/review/157944074@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1788@github.com>
References: <quicwg/base-drafts/pull/1788@github.com>
Subject: Re: [quicwg/base-drafts] Most the Retry-related fixes (#1788)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba7bd219e329_2bf43fbe264d45bc124680"; 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/Iz3YX-osaIrirCHEc8Kcdwk1crM>
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: Sun, 23 Sep 2018 16:19:48 -0000

----==_mimepart_5ba7bd219e329_2bf43fbe264d45bc124680
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



>  
-A server MUST NOT send a Retry in response to packets other than Initial
-or 0-RTT packets.  A server MAY choose to only send Retry in response to Initial
-packets and discard or buffer 0-RTT packets corresponding to unvalidated client
-addresses.
+A client MUST accept and process at most one Retry packet for each connection

Yeah, I thought about that.  The way to finagle this is to think of the defense against spoofed Retry as forking off multiple connections.  Each Retry you decide to process makes another connection.

-- 
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/1788#discussion_r219703735
----==_mimepart_5ba7bd219e329_2bf43fbe264d45bc124680
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1788#discussion_r219703735">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-A server MUST NOT send a Retry in response to packets other than Initial
-or 0-RTT packets.  A server MAY choose to only send Retry in response to Initial
-packets and discard or buffer 0-RTT packets corresponding to unvalidated client
-addresses.
+A client MUST accept and process at most one Retry packet for each connection
</pre>
<p>Yeah, I thought about that.  The way to finagle this is to think of the defense against spoofed Retry as forking off multiple connections.  Each Retry you decide to process makes another connection.</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/1788#discussion_r219703735">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5P3Lh_ThQAvF3TBWBBT6fy80vIiks5ud7ShgaJpZM4W1BCR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-u_zWyLbvgtvGCAUk1nX31t2CCvks5ud7ShgaJpZM4W1BCR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1788"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1788#discussion_r219703735"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219703735",
"url": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219703735",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1788",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219703735"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382996625\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba7bd219e329_2bf43fbe264d45bc124680--


From nobody Sun Sep 23 09:20:39 2018
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 1908C130DE3 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 09:20:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 NArtzcjkA3ao for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 09:20:36 -0700 (PDT)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8A838130DC0 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 09:20:36 -0700 (PDT)
Date: Sun, 23 Sep 2018 09:20:35 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537719635; bh=d+kH4MGCbMOl6Klb1/5QFCT0zDJFubLoFcsKfKHnwls=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gPGq3Zw7wy0jRmsyAPVxfNw0xWrml10Yi8XJg7r72CCvhVwW8dWWlcdVf4V8uRg1V dX6TgWFt8Tn7VkJ+PpqPiDO7ALs+XvxVfLJFr+0L6MqLzuQr4dIbW1WBlywOvM9L1V el2/InRh1bijRMyY16PcdUWyFopJ/h4zdIo6eDHU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd9b1c3614d95f83110140446c3d1b36b94c4cda192cf0000000117bf7f5392a169ce159ffad0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1788/review/157944095@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1788@github.com>
References: <quicwg/base-drafts/pull/1788@github.com>
Subject: Re: [quicwg/base-drafts] Most the Retry-related fixes (#1788)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba7bd5399e4f_50033fcd83ad45b8190346"; 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/j4UPy9LZmTm24nrBSxcY1oZ8wbY>
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: Sun, 23 Sep 2018 16:20:38 -0000

----==_mimepart_5ba7bd5399e4f_50033fcd83ad45b8190346
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



>  
-A Retry packet does not include a packet number and cannot be explicitly
-acknowledged by a client.
+A server MAY send Retry packets in response to Initial and 0-RTT packets.  A
+server can either discard or buffer 0-RTT packets that it receives.  A server

Yes, the recommendation causes 0-RTT packets to be unusable at the server.  I think that's OK, the text below makes the trade-off 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/1788#discussion_r219703751
----==_mimepart_5ba7bd5399e4f_50033fcd83ad45b8190346
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1788#discussion_r219703751">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-A Retry packet does not include a packet number and cannot be explicitly
-acknowledged by a client.
+A server MAY send Retry packets in response to Initial and 0-RTT packets.  A
+server can either discard or buffer 0-RTT packets that it receives.  A server
</pre>
<p>Yes, the recommendation causes 0-RTT packets to be unusable at the server.  I think that's OK, the text below makes the trade-off 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/1788#discussion_r219703751">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6T9A4oKgLUZD0NJNATORcXaWIzEks5ud7TTgaJpZM4W1BCR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2TMMKNvkO5m4SykFwwDif9XnxHGks5ud7TTgaJpZM4W1BCR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1788"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1788#discussion_r219703751"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219703751",
"url": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219703751",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1788",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219703751"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382996625\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba7bd5399e4f_50033fcd83ad45b8190346--


From nobody Sun Sep 23 09:23:56 2018
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 58916130DE3 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 09:23:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 VThnmKK_AEj5 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 09:23:53 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A977E12F1A6 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 09:23:53 -0700 (PDT)
Date: Sun, 23 Sep 2018 09:23:52 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537719832; bh=IFNlPLAp7raQo1WpYHQNlOAHj3b4n7i7aVa1HT7t7Es=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GlJBi2YAWg/yba6LJRWlWxmIGLvOe6mdsmUQ/FWEuPPuWuFTU3pRH68Haus/BOhFJ zIUK82NG7IRKuLh9JG8Hb5pJVqEzVYlHhcKu3s8jZk91RIXp3AdrHkj0S/qTvYDeMt PDXsj03gGx1/D4Eksetd4gF188URH0JMkFwCY/n0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe8eb0f215d3635755ef9e3ea2f84b1bb7c437a3a92cf0000000117bf801892a169ce1589cd31@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1764/423828511@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1764@github.com>
References: <quicwg/base-drafts/issues/1764@github.com>
Subject: Re: [quicwg/base-drafts] Handshake loss recovery interacts poorly with amplification attack defense (#1764)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba7be189b69c_5baf3fe354ad45b81457d1"; 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/RopSAbwVW5uezWIun-B2cXt9Lk4>
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: Sun, 23 Sep 2018 16:23:55 -0000

----==_mimepart_5ba7be189b69c_5baf3fe354ad45b81457d1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

We can fix the byte-counting vs. packet-counting thing at the same time.

The datagram thing was OK if you assumed that the inbound datagrams were full-sized, but that assumption no longer holds.

-- 
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/1764#issuecomment-423828511
----==_mimepart_5ba7be189b69c_5baf3fe354ad45b81457d1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>We can fix the byte-counting vs. packet-counting thing at the same time.</p>
<p>The datagram thing was OK if you assumed that the inbound datagrams were full-sized, but that assumption no longer holds.</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/1764#issuecomment-423828511">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3u9_WW-GcUtyZ4MeTq3-VJEeDbsks5ud7WYgaJpZM4WuJKV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2ieVYDHVWPOXQ5MQrD5VMRYy5lzks5ud7WYgaJpZM4WuJKV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1764: We can fix the byte-counting vs. packet-counting thing at the same time.\r\n\r\nThe datagram thing was OK if you assumed that the inbound datagrams were full-sized, but that assumption no longer holds."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423828511"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423828511",
"url": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423828511",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Handshake loss recovery interacts poorly with amplification attack defense (#1764)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1764,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1764\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1764#issuecomment-423828511"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 381194901\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba7be189b69c_5baf3fe354ad45b81457d1--


From nobody Sun Sep 23 09:33:00 2018
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 2F465130DDB for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 09:32:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 wu_c3UWBav_R for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 09:32:57 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 452CC12F1A6 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 09:32:57 -0700 (PDT)
Date: Sun, 23 Sep 2018 09:32:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537720376; bh=cGrf0R1HdUXD+g0FvAK3wct8gmLXAoSAqxsqICBgm9g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Vg3dnZc2EUHpl5yL4eMFrctFRz8HmrRsf2naY96VbNYKZ6AX6Qphj9x/wPg59m6ue IVpaKoK0JjOdqB6DNTBYRIpCvKZvABzdBAneMIWQf8znZGLRtE9kGwyAalYr8m6bpo rFGG11fmABxtfIT/antthQz2ItrjTABzr6/kcp+s=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbc01dbddaef03aeb7b9cdbcf4c4a149f7356e63d92cf0000000117bf823892a169ce1599c7ba@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1782/c423829106@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1782@github.com>
References: <quicwg/base-drafts/pull/1782@github.com>
Subject: Re: [quicwg/base-drafts] No longer calculate max_ack_delay in recovery (#1782)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba7c0385f026_dc43fa071ad45c04194d"; 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/d8qoLJwiqNFvhAtbeWyjMSWL2R4>
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: Sun, 23 Sep 2018 16:32:59 -0000

----==_mimepart_5ba7c0385f026_dc43fa071ad45c04194d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Nope, merge away (the CI issue is not your fault).

-- 
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/1782#issuecomment-423829106
----==_mimepart_5ba7c0385f026_dc43fa071ad45c04194d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Nope, merge away (the CI issue is not your fault).</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/1782#issuecomment-423829106">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyvx4SM4-YrieHN6Xs4H3Q1Sz6hBks5ud7e4gaJpZM4WzML_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2CTqXgR3fltiZYvpDPnwNSW3PDYks5ud7e4gaJpZM4WzML_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1782: Nope, merge away (the CI issue is not your fault)."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1782#issuecomment-423829106"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1782#issuecomment-423829106",
"url": "https://github.com/quicwg/base-drafts/pull/1782#issuecomment-423829106",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] No longer calculate max_ack_delay in recovery (#1782)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1782,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1782\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1782#issuecomment-423829106"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382518015\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba7c0385f026_dc43fa071ad45c04194d--


From nobody Sun Sep 23 09:39:01 2018
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 CE033130DF9 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 09:38:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 7mH3pa88HpGW for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 09:38:57 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E5FDD12F1A6 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 09:38:56 -0700 (PDT)
Date: Sun, 23 Sep 2018 09:38:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537720736; bh=/sxiN31Qy7KOPj7d/2m/jDOEJqdMtwTfvn6p3nW41W0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qbUDyNStcSgy/D+b47m4V26A/jvnqxStsMUoOTPVNoeWuw3yByudsRsmBuha3Cj/b RuRzWXwgj2cFa5e+uY3VZSt8texU/RKjcrq79XMmk7awp41p4No2YEZGwBovAz70s+ o1Ff1bSxj6vyxvoGx/P6RyuA0Sim6+Wgjpj01o1k=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf847ef6a0f73026915468256b40ca746b2afa89d92cf0000000117bf83a092a169ce159f38fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1787/c423829518@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1787@github.com>
References: <quicwg/base-drafts/pull/1787@github.com>
Subject: Re: [quicwg/base-drafts] Clarify OOO CRYPTO data handling (#1787)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba7c1a0cf79_7efe3f9aaaad45c4154679"; 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/gmhyutKXlsqHQeIeDu6mmbkmt-w>
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: Sun, 23 Sep 2018 16:38:59 -0000

----==_mimepart_5ba7c1a0cf79_7efe3f9aaaad45c4154679
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yeah, the text in the -tls draft is much more precise.  I worry that this might be misinterpreted.

-- 
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/1787#issuecomment-423829518
----==_mimepart_5ba7c1a0cf79_7efe3f9aaaad45c4154679
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yeah, the text in the -tls draft is much more precise.  I worry that this might be misinterpreted.</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/1787#issuecomment-423829518">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4A5xcvFLxupjnCO-u0ShU7bBWWhks5ud7kggaJpZM4W0ylM">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzY2TUBEOXAaN-jMHZ8j40exit7Cks5ud7kggaJpZM4W0ylM.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1787: Yeah, the text in the -tls draft is much more precise.  I worry that this might be misinterpreted."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1787#issuecomment-423829518"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1787#issuecomment-423829518",
"url": "https://github.com/quicwg/base-drafts/pull/1787#issuecomment-423829518",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Clarify OOO CRYPTO data handling (#1787)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1787,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1787#issuecomment-423829518"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382937420\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba7c1a0cf79_7efe3f9aaaad45c4154679--


From nobody Sun Sep 23 09:39:07 2018
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 648F6130DF9 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 09:39:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 SDlsdtzHuU2L for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 09:38:58 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4A048130DDB for <quic-issues@ietf.org>; Sun, 23 Sep 2018 09:38:58 -0700 (PDT)
Date: Sun, 23 Sep 2018 09:38:57 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537720737; bh=N0/GjTHvCYotgg50CwPzIwYhK9NhKsnu6rT0RVlD1FU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FRD2/TzU70Ecd4TtczCy/rbReMFvWMU/UQP+XQOif6kXH4nfLGgn7SyQubaT/B2VG hGNnjUIrSQtsvj+dkNdVM/kqKAYXy55mLbmRdMvPxYCbFv77/GSs8KEo6r1vtOVgrN 1GPvAOHPvOUU2PXr2Jbkp7e84a3oVYp1qilhZ0aU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5efea27ceb4cfc7562a5c61092fdc33fcdacf1e492cf0000000117bf83a192a169ce159f38fc@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1787/issue_event/1862043414@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1787@github.com>
References: <quicwg/base-drafts/pull/1787@github.com>
Subject: Re: [quicwg/base-drafts] Clarify OOO CRYPTO data handling (#1787)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba7c1a17861b_44b43fb1828d45b41286cd"; 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/lXqAz0L2PdV2FpuGIJ02Po6fA4c>
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: Sun, 23 Sep 2018 16:39:01 -0000

----==_mimepart_5ba7c1a17861b_44b43fb1828d45b41286cd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1787.

-- 
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/1787#event-1862043414
----==_mimepart_5ba7c1a17861b_44b43fb1828d45b41286cd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362756348" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1787" href="https://github.com/quicwg/base-drafts/pull/1787">#1787</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/1787#event-1862043414">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzcofTzYYduvkbcvQQm4iBaU2J09ks5ud7khgaJpZM4W0ylM">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-yFxGENEnSV4h67EbOn3oNZDQ4nks5ud7khgaJpZM4W0ylM.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1787."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1787#event-1862043414"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1787#event-1862043414",
"url": "https://github.com/quicwg/base-drafts/pull/1787#event-1862043414",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Clarify OOO CRYPTO data handling (#1787)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1787#event-1862043414"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382937420\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba7c1a17861b_44b43fb1828d45b41286cd--


From nobody Sun Sep 23 10:04:37 2018
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 335C8130E0F for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 10:04:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 iCLOhmjj_e_0 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 10:04:29 -0700 (PDT)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DF28C130F2D for <quic-issues@ietf.org>; Sun, 23 Sep 2018 10:04:26 -0700 (PDT)
Date: Sun, 23 Sep 2018 10:04:26 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537722266; bh=DBVId53VGcWGkZGYdBvWVmFhGyzvGbo48QJZF7sy4AI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hhjmYazL7rL8olyks+a54914t/S1oBG3SMvV6nsgcFH3sz3zeTLXsSw0gi60162d1 ZV0Cpw/uxkPZ1YA2y7WxACAFouO8OcTtnnxEuWUPrURYgOrOtGNxqNOl9wTsO4jNFt c5y9zbZiInVt/En/dnpLFNBtDnKGujxohQy8wsDs=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1c49b3c107b7e2581a4926a760c531a1a6a1401992cf0000000117bf899a92a169ce159ffad0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1788/review/157945239@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1788@github.com>
References: <quicwg/base-drafts/pull/1788@github.com>
Subject: Re: [quicwg/base-drafts] Most the Retry-related fixes (#1788)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba7c79a1472c_76613f89b06d45c43523d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/hdq3wODEd8UbS6M9eCb9aRGvJTM>
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: Sun, 23 Sep 2018 17:04:36 -0000

----==_mimepart_5ba7c79a1472c_76613f89b06d45c43523d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



>  
-A server MUST NOT send a Retry in response to packets other than Initial
-or 0-RTT packets.  A server MAY choose to only send Retry in response to Initial
-packets and discard or buffer 0-RTT packets corresponding to unvalidated client
-addresses.
+A client MUST accept and process at most one Retry packet for each connection

At some point it was suggested that a man-on-the-side defence could be to excercise the retry, but still watch out of an initial response within a timeout period. If an initial response arrives, the retry is cancelled. But I guess you could have bogus inital responses to valid retries ...

-- 
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/1788#discussion_r219704899
----==_mimepart_5ba7c79a1472c_76613f89b06d45c43523d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1788#discussion_r219704899">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-A server MUST NOT send a Retry in response to packets other than Initial
-or 0-RTT packets.  A server MAY choose to only send Retry in response to Initial
-packets and discard or buffer 0-RTT packets corresponding to unvalidated client
-addresses.
+A client MUST accept and process at most one Retry packet for each connection
</pre>
<p>At some point it was suggested that a man-on-the-side defence could be to excercise the retry, but still watch out of an initial response within a timeout period. If an initial response arrives, the retry is cancelled. But I guess you could have bogus inital responses to valid retries ...</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/1788#discussion_r219704899">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5MriAR0F3r4i1dUcKQyIVTdb9ACks5ud78agaJpZM4W1BCR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5tmBnur9SUaStkQKAFCCsusZMReks5ud78agaJpZM4W1BCR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1788"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1788#discussion_r219704899"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219704899",
"url": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219704899",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1788",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219704899"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382996625\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba7c79a1472c_76613f89b06d45c43523d--


From nobody Sun Sep 23 11:41:00 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 CD2C8130E37 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 11:40:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.01
X-Spam-Level: 
X-Spam-Status: No, score=-1.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, URIBL_BLOCKED=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 Z1MhxcG9M9dG for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 11:40:57 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 24585126F72 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 11:40:56 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537728056; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=wZj2gJ10hfmx0GlcBdW8YEyxcjdBg1W6CVUdoFt09S8=; b=Fgmf8c+HWvHjFjBqRISDZNAtHnIgjJA3V0c+DGgF7t48h6xDz/pPkgGktUO8cQcP47FhA5jo jx72Jh0sP/TDzJJOKEDBN+c84jErk29NMO1KyWIoOn4YVOIQWlwuH5K9AI0ZRbnfp36LwndX UEIzTqbGLwDgrjNUtg+ITckU5Xo=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5ba7de37.7f1e8befea20-smtp-out-n02; Sun, 23 Sep 2018 18:40:55 -0000 (UTC)
Date: Sun, 23 Sep 2018 11:40:55 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5ba7de3756f2d_4d442ad54dc72ed045891@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 5ea160: No longer calculate max_ack_delay in recovery (#17...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba7de375694d_4d442ad54dc72ed0457a4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/tN4dlzuJw3dBzFFVH4K6OUI3Keg>
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: Sun, 23 Sep 2018 18:40:59 -0000

----==_mimepart_5ba7de375694d_4d442ad54dc72ed0457a4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 5ea16064015707aa73bb2ed33fb37981ff636c50
      https://github.com/quicwg/base-drafts/commit/5ea16064015707aa73bb2ed33fb37981ff636c50
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-23 (Sun, 23 Sep 2018)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  No longer calculate max_ack_delay in recovery (#1782)

* No longer use max_ack_delay in recovery

Fixes #1438

* Update draft-ietf-quic-recovery.md

* Martin's suggestion



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba7de375694d_4d442ad54dc72ed0457a4--


From nobody Sun Sep 23 11:41:07 2018
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 84543130E35 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 11:41:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 psAuHxpEr95a for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 11:41:01 -0700 (PDT)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D16E5130E39 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 11:41:01 -0700 (PDT)
Date: Sun, 23 Sep 2018 11:41:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537728061; bh=o3F0VFOyXllrvpLn9P4EtE5UFslbjqdG6gKyIyUQzQ8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CwLYJfFLBsH5VSGk47CxXcAyHGqcRQq2l8vajhwvJN8StgqCANzOKhGf+uIAsp4zC YdHkwf5PruyjzaRWyRiMmYO8qolRhkpyAORvKZ/2AIU0O9Mie3Gfthco8lgeFeKgUU +ciDTnbNAzt+GMGz/nsGOhUHqAZMxBcG+T7sz0mA=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab31790443cc7f3806f77ee71594112774aa538e8e92cf0000000117bfa03c92a169ce1599c7ba@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1782/issue_event/1862086139@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1782@github.com>
References: <quicwg/base-drafts/pull/1782@github.com>
Subject: Re: [quicwg/base-drafts] No longer calculate max_ack_delay in recovery (#1782)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba7de3cebd0d_702d3fa9f2ed45b429366c"; 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/SxPaB-i3khlG2o0PgCC8YpZrM5w>
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: Sun, 23 Sep 2018 18:41:04 -0000

----==_mimepart_5ba7de3cebd0d_702d3fa9f2ed45b429366c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1782 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/1782#event-1862086139
----==_mimepart_5ba7de3cebd0d_702d3fa9f2ed45b429366c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362399674" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1782" href="https://github.com/quicwg/base-drafts/pull/1782">#1782</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/1782#event-1862086139">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1yV1aqnpUyWYgHoprgVfwv0EZ6Mks5ud9W8gaJpZM4WzML_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxK2qNp6ziAtOY7ZAjrQCm9OE71Fks5ud9W8gaJpZM4WzML_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1782 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1782#event-1862086139"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1782#event-1862086139",
"url": "https://github.com/quicwg/base-drafts/pull/1782#event-1862086139",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] No longer calculate max_ack_delay in recovery (#1782)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1782#event-1862086139"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382518015\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba7de3cebd0d_702d3fa9f2ed45b429366c--


From nobody Sun Sep 23 11:41:15 2018
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 EEE03130E39 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 11:41:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Gx6z_7lueceE for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 11:41:02 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 09FBB130E3D for <quic-issues@ietf.org>; Sun, 23 Sep 2018 11:41:02 -0700 (PDT)
Date: Sun, 23 Sep 2018 11:41:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537728060; bh=ogPjlugzZRnI3RiIA6BqQhTunFpSNpjrzKtlBUSciAE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aFtxcgLBkrdsLCMOGqobuHi5XfahjAcb3duCz94cdCZblSEofMI0m1maARYrkz8G+ 1GXrveGTf4hxYmz+wJ19DzWb02RmvsEFQWL5/NG93HWVt49zJLwuDfMlfn+fEMNlDb ZL/hjOi9nH4xlmggjy6S/Jx0H8na8apAmqjOwggQ=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6fc0315a1f706edc15fe41087b8e0a36c18fdc4b92cf0000000117bfa03c92a169ce13c06cde@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1438/issue_event/1862086140@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1438@github.com>
References: <quicwg/base-drafts/issues/1438@github.com>
Subject: Re: [quicwg/base-drafts] Resending ACKs increases max_ack_delay unnecessarily (#1438)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba7de3cd3754_39193ff5046d45b420101b"; 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/wTgUKNsvqeiJsoBgr9yQaJN9c6U>
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: Sun, 23 Sep 2018 18:41:04 -0000

----==_mimepart_5ba7de3cd3754_39193ff5046d45b420101b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1438 via #1782.

-- 
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/1438#event-1862086140
----==_mimepart_5ba7de3cd3754_39193ff5046d45b420101b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="331377886" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1438" href="https://github.com/quicwg/base-drafts/issues/1438">#1438</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362399674" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1782" href="https://github.com/quicwg/base-drafts/pull/1782">#1782</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/1438#event-1862086140">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-6sTRsI17_8lSCMWFEqHp-tinBoks5ud9W8gaJpZM4UjhIU">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8QqOx26QpNJEpHEyo1DuQxxc9cHks5ud9W8gaJpZM4UjhIU.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1438 via #1782."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1438#event-1862086140"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1438#event-1862086140",
"url": "https://github.com/quicwg/base-drafts/issues/1438#event-1862086140",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Resending ACKs increases max_ack_delay unnecessarily (#1438)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1438#event-1862086140"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 344855060\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba7de3cd3754_39193ff5046d45b420101b--


From nobody Sun Sep 23 11:56:58 2018
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 C566C1294D7 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 11:56:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 4F1e0D-rTkst for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 11:56:54 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 30770126CB6 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 11:56:54 -0700 (PDT)
Date: Sun, 23 Sep 2018 11:56:53 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537729013; bh=1te0ModaHGcWYgb8GnOCy6kyAmRuGCLSYsRKholrjQE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EVrgw6KjW34PNzoTRcJLLjduk1kzb98qAv1TGy/fgSoq0D1ScdxXDk7pGZsKOnkld PdT0LeT8efMqa4vXGu6GP2W5OWriznc3K3jo0koQXIwfx7ORGMxBbanuRwTjaQhD7Z zHxFStfs0rfknEBTuZ15G8P0ivr1XuBE1dc6QuN0=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab25d84d37e0d972751235127616e8b65bb6b0f5fa92cf0000000117bfa3f592a169ce159ffad0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1788/review/157948312@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1788@github.com>
References: <quicwg/base-drafts/pull/1788@github.com>
Subject: Re: [quicwg/base-drafts] Most the Retry-related fixes (#1788)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba7e1f528cb2_74fe3fbd7a0d45b8150222"; 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/MVzV1diIM1HPvQeoM_2B7RBqCU0>
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: Sun, 23 Sep 2018 18:56:57 -0000

----==_mimepart_5ba7e1f528cb2_74fe3fbd7a0d45b8150222
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -593,37 +593,40 @@ The server populates the Destination Connection ID with the connection ID that
 the client included in the Source Connection ID of the Initial packet.
 
 The server includes a connection ID of its choice in the Source Connection ID
-field.  The client MUST use this connection ID in the Destination Connection ID
-of subsequent packets that it sends.
+field.  This value MUST not be equal to the Destination Connection ID field of

Agreed, it seems like the right solution, can you call this and the fact we're limiting to 1 Retry in the PR description, because those are fairly substantial changes?

-- 
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/1788#discussion_r219708061
----==_mimepart_5ba7e1f528cb2_74fe3fbd7a0d45b8150222
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1788#discussion_r219708061">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -593,37 +593,40 @@ The server populates the Destination Connection ID with the connection ID that
 the client included in the Source Connection ID of the Initial packet.
 
 The server includes a connection ID of its choice in the Source Connection ID
-field.  The client MUST use this connection ID in the Destination Connection ID
-of subsequent packets that it sends.
+field.  This value MUST not be equal to the Destination Connection ID field of
</pre>
<p>Agreed, it seems like the right solution, can you call this and the fact we're limiting to 1 Retry in the PR description, because those are fairly substantial changes?</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/1788#discussion_r219708061">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy-nr5S85UEW1mObCOoUUlZ51JVTks5ud9l1gaJpZM4W1BCR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxkLsWHaOmwtqZmdU6_PsieU_3b3ks5ud9l1gaJpZM4W1BCR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1788"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1788#discussion_r219708061"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219708061",
"url": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219708061",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1788",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1788#discussion_r219708061"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382996625\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba7e1f528cb2_74fe3fbd7a0d45b8150222--


From nobody Sun Sep 23 11:57:16 2018
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 B6E5A1294D7 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 11:57:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.605
X-Spam-Level: 
X-Spam-Status: No, score=-1.605 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 IiUh2XWRik0Y for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 11:57:12 -0700 (PDT)
Received: from o6.sgmail.github.com (o6.sgmail.github.com [192.254.113.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 828AC126CB6 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 11:57:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=ST69fdzLbQ2aNP6a5/VnnSu/1MY=; b=uv1FBSPflmLqa1l9 T9Ke33N2XPyYD28a2M9g/AVKuwxPyFQy3/QUjOEXWiDtqTf+O4PUOSw3XwlYR4Hh ror/7zshyT1IQXEBLASV6+Lw+Zza5YWmQB1yKro+2TOSAvr07P7O53aI0NGPFkvI mwnd4ZAkRCqhJT0d/ZZ/fdVLRio=
Received: by filter0907p1las1.sendgrid.net with SMTP id filter0907p1las1-29788-5BA7E206-1B 2018-09-23 18:57:10.749233562 +0000 UTC m=+1459632.828223891
Received: from github-lowworker-e51511d.cp1-iad.github.net (unknown [192.30.252.34]) by ismtpd0016p1iad2.sendgrid.net (SG) with ESMTP id oq1WdbsQQmKq9YcCTBh_FQ for <quic-issues@ietf.org>; Sun, 23 Sep 2018 18:57:10.689 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e51511d.cp1-iad.github.net (Postfix) with ESMTP id 9941B810B1 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 11:57:10 -0700 (PDT)
Date: Sun, 23 Sep 2018 18:57:10 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab84689475b7a2427bd67ea333a8417d5ab9f3d42092cf0000000117bfa40692a169ce159ffad0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1788/review/157948323@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1788@github.com>
References: <quicwg/base-drafts/pull/1788@github.com>
Subject: Re: [quicwg/base-drafts] Most the Retry-related fixes (#1788)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba7e20691a15_40863fbcd4cd45bc212028"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak06ajkgRXwRPnHXmECcAGn4YQM2jIU+27/WrC scvvjyk95Ps6jHHQr2lBCCbQMkF39JcI0ELgGtkyFqkB1THcFtPYQfa3ZxoqGdlYlUydWS3mOPRJEu w5/l5a1MXfOdcFOJOFVOnWJEdtKxrT4taD+gUamKmK49pvs/nFE5BaDo3Xo43pXotLcOUxZ38TnC28 0=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/9NvASTzUitA_HZI1Xx5RBmx4odw>
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: Sun, 23 Sep 2018 18:57:15 -0000

----==_mimepart_5ba7e20691a15_40863fbcd4cd45bc212028
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/1788#pullrequestreview-157948323
----==_mimepart_5ba7e20691a15_40863fbcd4cd45bc212028
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<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/1788#pullrequestreview-157948323">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_KF0VYg9NwcST3VHCHk_B40JSLOks5ud9mGgaJpZM4W1BCR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzzin6r-stCeeubLOeOohAx7t27Qks5ud9mGgaJpZM4W1BCR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #1788"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1788#pullrequestreview-157948323"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1788#pullrequestreview-157948323",
"url": "https://github.com/quicwg/base-drafts/pull/1788#pullrequestreview-157948323",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett approved 1788",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1788#pullrequestreview-157948323"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382996625\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba7e20691a15_40863fbcd4cd45bc212028--


From nobody Sun Sep 23 14:12:07 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 C0AAB130E45 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 14:12:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.602
X-Spam-Level: 
X-Spam-Status: No, score=-0.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 VwyLElH_GYym for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 14:12:04 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B93CA130DF5 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 14:12:03 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537737122; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=7Ul5sQCgMaB81yxZLXhzZUP4gK5yTv3DDWequaLRJe4=; b=P+9zb7HsDORaVMP1yvtKcP6vWwlFKX7OO1J8cFVbMO9sDa4ftyWWuteWvNHxtBRaC+gmtpqi AbStx5ckUhIRGZjjVHy4HCSOgg2PQf06rBuTe/dLbnaO4dt+p4lKXb1SHdL7wZMhqgB0O1ER H2dcgR71nxriR6mgQpU1u4RqqP0=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5ba801a2.7fc740bbc060-smtp-out-n02; Sun, 23 Sep 2018 21:12:02 -0000 (UTC)
Date: Sun, 23 Sep 2018 14:12:01 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba801a125ab8_528a2afef9272edc77346@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 2a0c6c: Just one Retry
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba801a125319_528a2afef9272edc772cb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/HJbXANwqBiy-o6K7QgoCS_23GZE>
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: Sun, 23 Sep 2018 21:12:06 -0000

----==_mimepart_5ba801a125319_528a2afef9272edc772cb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 2a0c6c949d168b22f93dbf5a15a7fe4965ef2095
      https://github.com/quicwg/base-drafts/commit/2a0c6c949d168b22f93dbf5a15a7fe4965ef2095
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-21 (Fri, 21 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Just one Retry

And change the connection ID when you get one.

I wasn't going to glom these together, but they fit too cleanly.


  Commit: 6bfc1ffa4e3155df109cc0afdfc36dc690c2fdfc
      https://github.com/quicwg/base-drafts/commit/6bfc1ffa4e3155df109cc0afdfc36dc690c2fdfc
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-21 (Fri, 21 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Force the server to change connection ID on Retry

Closes #1784.


  Commit: 422c1df11adb32d0a21bcaddc1a4fa20952fb7ae
      https://github.com/quicwg/base-drafts/commit/422c1df11adb32d0a21bcaddc1a4fa20952fb7ae
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-22 (Sat, 22 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  this was missing word


  Commit: c7e7d618208ac838aaa20517d94337401946051b
      https://github.com/quicwg/base-drafts/commit/c7e7d618208ac838aaa20517d94337401946051b
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-23 (Sun, 23 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #1788 from quicwg/change-cid

Most the Retry-related fixes


Compare: https://github.com/quicwg/base-drafts/compare/5ea160640157...c7e7d618208a
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba801a125319_528a2afef9272edc772cb--


From nobody Sun Sep 23 14:12:15 2018
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 2CAD7130EF6 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 14:12:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 RETzpdl2-Cj1 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 14:12:07 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 527BD130E45 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 14:12:07 -0700 (PDT)
Date: Sun, 23 Sep 2018 14:12:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537737126; bh=2x6SfBYGfLpu8loc5dAZrf04Ob4iazUzxccu06dn+k4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YUkjL7FyllIPm0IXAKDlUPmgRra8OfSvC1z+OnrXCZgk6uDPdhEFn0K/cO3mQYPPI b9dOAW9sNf8F2rK0x87MaQnAOwSnX++q+zpC2nZ5gB7hO7GqeHEFDyYbKfpUdxvtyH Mc2icduVSZ/OVTB2fPyuVqTKEcKkuCKS7g1TCSp4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab11b5782dd9ae74d282225b0052bd6a52a788bd6e92cf0000000117bfc3a692a169ce159d75ca@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1784/issue_event/1862138254@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1784@github.com>
References: <quicwg/base-drafts/issues/1784@github.com>
Subject: Re: [quicwg/base-drafts] Handshake failure after Retry (#1784)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba801a636875_20273fc0bced45c457646a"; 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/CMTliJodqMT6tpI73GMQJn6nSlA>
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: Sun, 23 Sep 2018 21:12:09 -0000

----==_mimepart_5ba801a636875_20273fc0bced45c457646a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1784 via #1788.

-- 
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/1784#event-1862138254
----==_mimepart_5ba801a636875_20273fc0bced45c457646a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362640842" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1784" href="https://github.com/quicwg/base-drafts/issues/1784">#1784</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362805968" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1788" href="https://github.com/quicwg/base-drafts/pull/1788">#1788</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/1784#event-1862138254">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq30YKUVy7uc2rzi0itPMXAd_uE4aks5ud_kmgaJpZM4W0RMP">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8zqNQ9B2J4gvHZfLx6fnk2dblNLks5ud_kmgaJpZM4W0RMP.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1784 via #1788."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1784#event-1862138254"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1784#event-1862138254",
"url": "https://github.com/quicwg/base-drafts/issues/1784#event-1862138254",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Handshake failure after Retry (#1784)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1784#event-1862138254"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382800655\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba801a636875_20273fc0bced45c457646a--


From nobody Sun Sep 23 14:12:22 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 9FA43130E45 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 14:12:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.602
X-Spam-Level: 
X-Spam-Status: No, score=-0.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 4tSTusNXBPLE for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 14:12:09 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8F462130EA5 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 14:12:08 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537737127; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=0yM9A5Gl/e0FQeXyfvGzi79Fmadaq6vv/8bK2fG1TXw=; b=nH+L6W4GuJS9gBeNrOSIeoi2nL244uZiPFxDkTUNvVCWw1W5ANS7vK+d/9dPJCpHahBi3mvz 9IGZt898+zikP+svnakMK5x9+MCDpuNSLHfM/yajLKh6GiMYbjBnaYERgMEDkRiLWzxrwexD DGNMRwU9cjZ3uMTFPvkXea1CCuw=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5ba801a7.7f95f07ee1e0-smtp-out-n03; Sun, 23 Sep 2018 21:12:07 -0000 (UTC)
Date: Sun, 23 Sep 2018 14:12:06 -0700
From: martinthomson <martin.thomson@gmail.com>
Reply-To: martinthomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba801a63fd70_5bf92abb813baecc71384@hookshot-fe-cace476.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba801a63f4b3_5bf92abb813baecc71264"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/G6dwnze7LBIgxY2SpcqyeDP5ZuQ>
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: Sun, 23 Sep 2018 21:12:11 -0000

----==_mimepart_5ba801a63f4b3_5bf92abb813baecc71264
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/change-cid
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba801a63f4b3_5bf92abb813baecc71264--


From nobody Sun Sep 23 14:12:30 2018
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 EF469130E84 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 14:12:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 cUe8lB4jTIp0 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 14:12:12 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1BCC6130E45 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 14:12:12 -0700 (PDT)
Date: Sun, 23 Sep 2018 14:12:11 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537737131; bh=ktnpthqFgRdpvzPfnAbZWrc7zdkPuuNe5ZSGSTYInzg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cpzGVNhBo/xjxukP9Vg4NmmCnlNadv0lwiScQhXhJIg46kbyTCaFWO23W/AHaOv/B vsRkJPGmaGA1QCa9Md2NZ0hxG+L80vuJTFEIkQpmd3BYL76xUPjz6Yps4+HTuMH8kk xJRIi9vQskoQKpFWvi1TzfUFgNz1ccoVFujVLZlQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5ee9ebb576d33c39ba4247634e9f2ddc1c48184092cf0000000117bfc3ab92a169ce159ffad0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1788/issue_event/1862138253@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1788@github.com>
References: <quicwg/base-drafts/pull/1788@github.com>
Subject: Re: [quicwg/base-drafts] Most the Retry-related fixes (#1788)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba801abaa7c_3ae53fb3b4ed45c0766875"; 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/fM9M15neUPQ3-zEUdmnFyiAJDsE>
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: Sun, 23 Sep 2018 21:12:15 -0000

----==_mimepart_5ba801abaa7c_3ae53fb3b4ed45c0766875
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1788 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/1788#event-1862138253
----==_mimepart_5ba801abaa7c_3ae53fb3b4ed45c0766875
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362805968" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1788" href="https://github.com/quicwg/base-drafts/pull/1788">#1788</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/1788#event-1862138253">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwaLogZF8f9gBOK9nklOb5mei1TDks5ud_krgaJpZM4W1BCR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxcndMTbyfgCiensX8aBOo_r5sUpks5ud_krgaJpZM4W1BCR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1788 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1788#event-1862138253"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1788#event-1862138253",
"url": "https://github.com/quicwg/base-drafts/pull/1788#event-1862138253",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Most the Retry-related fixes (#1788)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1788#event-1862138253"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382996625\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba801abaa7c_3ae53fb3b4ed45c0766875--


From nobody Sun Sep 23 15:18:20 2018
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 6B77A130EDC for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 15:18:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 axy8na8DcY_r for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 15:18:18 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D1132130ED3 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 15:18:17 -0700 (PDT)
Date: Sun, 23 Sep 2018 15:18:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537741096; bh=cezZRXP00Tlz/GlFGdTybAUXLS5Z0MzlYY99nsUNaGs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VLnJ8Nm4xImkF0mATNu7Ig6vwpgarXpYLyiPW6k9ArVlkYtgDNYygTCF9b1+vjWOR AT+uUT3Hv442vKeFnFvtq2C6SPdW0jId32nDPP/mgBCT11yKJOgflUpMfkVX+X2uVB ZDS1wWCpl/c0CJXAfX3yWHk4/NVK6HkK6oYCu03E=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3e4f88decba355f639bb8d7c903d25b93e857a2692cf0000000117bfd32892a169ce1599ab93@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1781/review/157953859@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1781@github.com>
References: <quicwg/base-drafts/pull/1781@github.com>
Subject: Re: [quicwg/base-drafts] Add max_ack_delay transport parameter and ACK every two packets (#1781)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba81128870de_a063fd258cd45b41641d7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/6heK93knZkH9suuyhXe5hiE75cQ>
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: Sun, 23 Sep 2018 22:18:20 -0000

----==_mimepart_5ba81128870de_a063fd258cd45b41641d7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

huitema approved this pull request.

Looks good, follows what we agreed in NYC. Modulo mandatory bike shedding on the description of the parameter.

> @@ -1674,6 +1675,12 @@ disable_migration (0x0009):
   address other than that used to perform the handshake.  This parameter is a
   zero-length value.
 
+max_ack_delay (0x000c):
+
+: An 8 bit unsigned integer value indicating the maximum amount of time in

How about, "the maximum ACK delay in milliseconds"?

-- 
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/1781#pullrequestreview-157953859
----==_mimepart_5ba81128870de_a063fd258cd45b41641d7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@huitema</b> approved this pull request.</p>

<p>Looks good, follows what we agreed in NYC. Modulo mandatory bike shedding on the description of the parameter.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1781#discussion_r219713648">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1674,6 +1675,12 @@ disable_migration (0x0009):
   address other than that used to perform the handshake.  This parameter is a
   zero-length value.
 
+max_ack_delay (0x000c):
+
+: An 8 bit unsigned integer value indicating the maximum amount of time in
</pre>
<p>How about, "the maximum ACK delay in milliseconds"?</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/1781#pullrequestreview-157953859">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4HMkSiMNfzBRTe-GrmkbAk8HaG2ks5ueAiogaJpZM4WzJbW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxgelfhFhuxQGC0-UI2J9vCtweGUks5ueAiogaJpZM4WzJbW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema approved #1781"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1781#pullrequestreview-157953859"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1781#pullrequestreview-157953859",
"url": "https://github.com/quicwg/base-drafts/pull/1781#pullrequestreview-157953859",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@huitema approved 1781",
"sections": [
{
"text": "Looks good, follows what we agreed in NYC. Modulo mandatory bike shedding on the description of the parameter.",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1781#pullrequestreview-157953859"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382506710\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba81128870de_a063fd258cd45b41641d7--


From nobody Sun Sep 23 15:36:08 2018
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 25876130F00 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 15:36:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 MZqPCEbxvuAN for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 15:36:05 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C81A5130EFB for <quic-issues@ietf.org>; Sun, 23 Sep 2018 15:36:04 -0700 (PDT)
Date: Sun, 23 Sep 2018 15:36:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537742163; bh=HYXfWvUGODBmSUqdyDWQPIyCm0XWkN0B96XhfHgltVY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sMNETk/G8jXaAoI4Wy5Aope4Y2BVNZidYFiSu0ywtgJqg5NIpb9yyP481OqmlXMZ6 zHL8jCR98zwh6DEUKgU3ZPK9ptbwmR2nePZ4/1lPXECgBJLKF41+aN75rOqPq0qxhx a4D0jn5Qffb4mjTRAgk+UpPQ5oFxlEztU1H4TBCk=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc019f9b85e75ecfdbe474eb090f37311b99bec6392cf0000000117bfd75392a169ce1599c7ba@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1782/c423853164@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1782@github.com>
References: <quicwg/base-drafts/pull/1782@github.com>
Subject: Re: [quicwg/base-drafts] No longer calculate max_ack_delay in recovery (#1782)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba8155384d59_1b093ffa036d45c49875d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/g1rwTt57_uPwBq3rolDoVe98Lg8>
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: Sun, 23 Sep 2018 22:36:07 -0000

----==_mimepart_5ba8155384d59_1b093ffa036d45c49875d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

wow that is some commit name 5ea1606

-- 
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/1782#issuecomment-423853164
----==_mimepart_5ba8155384d59_1b093ffa036d45c49875d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>wow that is some commit name <a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/5ea16064015707aa73bb2ed33fb37981ff636c50"><tt>5ea1606</tt></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/1782#issuecomment-423853164">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyzGeAwMbQTZ3V09iQAGyBSklFX9ks5ueAzTgaJpZM4WzML_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5SRJ71ZQIi5DRa7Zhe6ZICr1hXuks5ueAzTgaJpZM4WzML_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1782: wow that is some commit name 5ea1606"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1782#issuecomment-423853164"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1782#issuecomment-423853164",
"url": "https://github.com/quicwg/base-drafts/pull/1782#issuecomment-423853164",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] No longer calculate max_ack_delay in recovery (#1782)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1782,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1782#issuecomment-423853164"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382518015\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba8155384d59_1b093ffa036d45c49875d--


From nobody Sun Sep 23 17:52:46 2018
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 B1B75129AB8 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 17:52:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Kv-HFzRXkVXy for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 17:52:43 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D497C128CE4 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 17:52:42 -0700 (PDT)
Date: Sun, 23 Sep 2018 17:52:40 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537750360; bh=bomCO0txjQkAdEERzblSzxD1CjzrdTvlWamLY0fPOFs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=w3kGQiGHNA5wVmYjPKH5BGvkp9k9yIf2HKTN6YuS4JrR2RtmiDRFmjDNcOLxgHQea BDjsF82CXxDFrezg/ySdbQHUqsXw5ST/dJIjxH/jTeaM917O6nBiryLqaPoVhV4a0I ciEvRQam9cFSh+17q8o3pxZUU0o4ryJEAiPsJ9MY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab272d62e9019f12f6bf0d7b4c692e762e87c9bd1e92cf0000000117bff75892a169ce1599ab93@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1781/review/157959305@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1781@github.com>
References: <quicwg/base-drafts/pull/1781@github.com>
Subject: Re: [quicwg/base-drafts] Add max_ack_delay transport parameter and ACK every two packets (#1781)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba83558bc613_65ea3fee17cd45c0202098"; 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/fW_yDya0SO6uAR-b43a2v7kFrt0>
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, 24 Sep 2018 00:52:45 -0000

----==_mimepart_5ba83558bc613_65ea3fee17cd45c0202098
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -1674,6 +1675,12 @@ disable_migration (0x0009):
   address other than that used to perform the handshake.  This parameter is a
   zero-length value.
 
+max_ack_delay (0x000c):
+
+: An 8 bit unsigned integer value indicating the maximum amount of time in

I think it's helpful to clarify what ACK delay is here, so I'd like to avoid using the same words in the parameter when possible.

-- 
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/1781#discussion_r219718314
----==_mimepart_5ba83558bc613_65ea3fee17cd45c0202098
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1781#discussion_r219718314">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1674,6 +1675,12 @@ disable_migration (0x0009):
   address other than that used to perform the handshake.  This parameter is a
   zero-length value.
 
+max_ack_delay (0x000c):
+
+: An 8 bit unsigned integer value indicating the maximum amount of time in
</pre>
<p>I think it's helpful to clarify what ACK delay is here, so I'd like to avoid using the same words in the parameter when possible.</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/1781#discussion_r219718314">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5dpiRIbcz88oTmGTRSX4N1FC35cks5ueCzYgaJpZM4WzJbW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyGVrZdo_ddroxHj8-9tU-J4Qkgcks5ueCzYgaJpZM4WzJbW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1781"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1781#discussion_r219718314"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1781#discussion_r219718314",
"url": "https://github.com/quicwg/base-drafts/pull/1781#discussion_r219718314",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1781",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1781#discussion_r219718314"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382506710\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba83558bc613_65ea3fee17cd45c0202098--


From nobody Sun Sep 23 18:42:15 2018
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 474A6130DEC for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 18:42:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 L1Vpsqs9dRYQ for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 18:42:12 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6C788128CE4 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 18:42:12 -0700 (PDT)
Date: Sun, 23 Sep 2018 18:42:11 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537753331; bh=kxWVvUzSxvRHa3Nei1jnVeZaFGfhlTQmSa06ckmMim8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0Wj8xL3cmOMJEhTOXUC4zMmM0NU57wJDH7la7nGv78ydpAKWdF/2xxUOq7jMSv65T OeUdCgtTs//jOdyPFinRPetGnGB8s4v7ZMZVU4Z1bRYS/TOjYBkD06VQrKJwkmCqAv VB6y2aE7/QqQWUKynGJp0LFo/VXSZPKBfMsjVVf4=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abea440c7b2a8c60b2f25c4e5022bb5c9cb296bf3d92cf0000000117c002f392a169ce1599ab93@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1781/review/157961709@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1781@github.com>
References: <quicwg/base-drafts/pull/1781@github.com>
Subject: Re: [quicwg/base-drafts] Add max_ack_delay transport parameter and ACK every two packets (#1781)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba840f33dc3c_6fff3ffa036d45c41655ef"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/kfIO8iXPZRKKNSP_WO3S35ICJZM>
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, 24 Sep 2018 01:42:14 -0000

----==_mimepart_5ba840f33dc3c_6fff3ffa036d45c41655ef
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

huitema commented on this pull request.



> @@ -1674,6 +1675,12 @@ disable_migration (0x0009):
   address other than that used to perform the handshake.  This parameter is a
   zero-length value.
 
+max_ack_delay (0x000c):
+
+: An 8 bit unsigned integer value indicating the maximum amount of time in

I agree that it would be helpful. The only reference to ACK Delay in the transport draft is in the description of the ACK frame. The ACK generation is described in the recovery draft, using a parameter kDelayedAckTimeout. Max ACK Delay is also defined in the recovery draft, but the section 4.1.1 appears obsolete. In light of that, the proper phrase is probably "maximum time that the peer will wait before acknowledging a packet" plus a reference to the appropriate section of the recovery draft. This PR should probably also update the recovery draft.

-- 
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/1781#discussion_r219720183
----==_mimepart_5ba840f33dc3c_6fff3ffa036d45c41655ef
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@huitema</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1781#discussion_r219720183">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1674,6 +1675,12 @@ disable_migration (0x0009):
   address other than that used to perform the handshake.  This parameter is a
   zero-length value.
 
+max_ack_delay (0x000c):
+
+: An 8 bit unsigned integer value indicating the maximum amount of time in
</pre>
<p>I agree that it would be helpful. The only reference to ACK Delay in the transport draft is in the description of the ACK frame. The ACK generation is described in the recovery draft, using a parameter kDelayedAckTimeout. Max ACK Delay is also defined in the recovery draft, but the section 4.1.1 appears obsolete. In light of that, the proper phrase is probably "maximum time that the peer will wait before acknowledging a packet" plus a reference to the appropriate section of the recovery draft. This PR should probably also update the recovery draft.</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/1781#discussion_r219720183">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq53lRkj2pmu15_QrUAElovI5TJ3Wks5ueDhzgaJpZM4WzJbW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6QO5pXEbkz3N7nWDExOXdg0X4bHks5ueDhzgaJpZM4WzJbW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema commented on #1781"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1781#discussion_r219720183"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1781#discussion_r219720183",
"url": "https://github.com/quicwg/base-drafts/pull/1781#discussion_r219720183",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@huitema commented on 1781",
"sections": [
{
"text": "",
"activityTitle": "**Christian Huitema**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@huitema",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1781#discussion_r219720183"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382506710\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba840f33dc3c_6fff3ffa036d45c41655ef--


From nobody Sun Sep 23 22:44:54 2018
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 84069130E2A for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 22:44:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 BXsx7N0RxvL8 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 22:44:52 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CB390130DD6 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 22:44:51 -0700 (PDT)
Date: Sun, 23 Sep 2018 22:44:50 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537767890; bh=+IKMJhGC3F5y5Uau5yksupDhN14+7KQBs0qZOuTwPBw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WB6qRluTtk5pxVh63bhdTS3I8SmB8rb6K9sBtpHWKTONKoIk7Lof1H9GnUuj3xvXS PPfyy3i+yuJUGN4lNTrYyHJm8YE7hOdBoZDyGLtEQlTub8N16QyzUyMAyicM5i3690 68Wg4wUPu7DHjEuz3ERg+RI3TRZ9zM6NQMRnWrPE=
From: erickinnear <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/1742/push/2900706713@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba879d24701e_2b273fae78cd45b829831"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/lMi-56YLSdDPisA7n5spx69au9I>
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, 24 Sep 2018 05:44:53 -0000

----==_mimepart_5ba879d24701e_2b273fae78cd45b829831
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@erickinnear pushed 1 commit.

cfb11b5  Merge branch 'master' into connection_id


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1742/files/325c21e34d452a0639369f5dacad623cd78f39a2..cfb11b5d3cce7b6e52f5368103bc2f043dc682fc

----==_mimepart_5ba879d24701e_2b273fae78cd45b829831
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/erickinnear" class="user-mention">@erickinnear</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/cfb11b5">cfb11b5</a>  Merge branch &#39;master&#39; into connection_id</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/1742/files/325c21e34d452a0639369f5dacad623cd78f39a2..cfb11b5d3cce7b6e52f5368103bc2f043dc682fc">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_Y8XOr0t-YFhVVe1OqBHD4M77-Bks5ueHFSgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2uF73kwmdoBM9mb3PiBz4qhWsB4ks5ueHFSgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear pushed 1 commit in #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742/files/325c21e34d452a0639369f5dacad623cd78f39a2..cfb11b5d3cce7b6e52f5368103bc2f043dc682fc"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742/files/325c21e34d452a0639369f5dacad623cd78f39a2..cfb11b5d3cce7b6e52f5368103bc2f043dc682fc",
"url": "https://github.com/quicwg/base-drafts/pull/1742/files/325c21e34d452a0639369f5dacad623cd78f39a2..cfb11b5d3cce7b6e52f5368103bc2f043dc682fc",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@erickinnear pushed 1 commit in #1742",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1742:",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [
{
"name": "cfb11b5",
"value": "Merge branch 'master' into connection_id"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742/files/325c21e34d452a0639369f5dacad623cd78f39a2..cfb11b5d3cce7b6e52f5368103bc2f043dc682fc"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba879d24701e_2b273fae78cd45b829831--


From nobody Sun Sep 23 22:48:55 2018
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 AED3D130DD6 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 22:48:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 bLHwfyW9Bni6 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 22:48:52 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8C4A9128B14 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 22:48:52 -0700 (PDT)
Date: Sun, 23 Sep 2018 22:48:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537768131; bh=oP/6MtqYc8TuQ9AfUZ+aVP6QDhK4UZ1o8O7VtaGg5o8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ft+bUxdl2CvzN0WljGDSAOXAToXOUcQ9spTMERAkCQ5fGB5IkxR0E40kYxDUeu/T4 J9EeHHHP9TPGW6Po3axa0LvWV4ZnEFM4s7zAsPAl/Vs7YgI9m7wLl69NNy0yT8xa80 cwb6r2jqlTqaW9OgWKU8RMkPR6O9kZAz9IxignRs=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab00a2d6891a7a2daca7e37198da03c393d8b39b4c92cf0000000117c03cc392a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/157977056@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba87ac331f7c_21b23fe97f4d45c45745fa"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/aALyKI4IaEhnm3KHArJUeOQlHVs>
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, 24 Sep 2018 05:48:55 -0000

----==_mimepart_5ba87ac331f7c_21b23fe97f4d45c45745fa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.
+
+
+### Consuming Connection IDs
+
+If an endpoint's peer has selected a non-zero-length connection ID, the endpoint
+maintains a set of connection IDs received from the peer that it can use when
+sending packets.  All connection IDs issued by the peer are considered valid for
+use by the endpoint when sending packets until the connection ID is retired by
+the endpoint.  Endpoints can choose to stop using a given connection ID to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID that is no
+longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.

This is done

-- 
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/1742#discussion_r219733293
----==_mimepart_5ba87ac331f7c_21b23fe97f4d45c45745fa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r219733293">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +This can help to ensure that different connection IDs will be used in both
+directions when an endpoint migrates to a new path or changes connection ID on
+an existing path.
+
+
+### Consuming Connection IDs
+
+If an endpoint&#39;s peer has selected a non-zero-length connection ID, the endpoint
+maintains a set of connection IDs received from the peer that it can use when
+sending packets.  All connection IDs issued by the peer are considered valid for
+use by the endpoint when sending packets until the connection ID is retired by
+the endpoint.  Endpoints can choose to stop using a given connection ID to send
+packets at any time and signal this to the issuing endpoint via a
+CONNECTION_ID_FINISHED frame.  This frame indicates the connection ID that is no
+longer in use and serves as a request for the peer to issue additional
+connection IDs via a NEW_CONNECTION_ID frame.
</pre>
<p>This is done</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/1742#discussion_r219733293">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4ETToLrpH6mzt-zpL3diRoZL8kFks5ueHJDgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5A1w03-wZc9JmJ0IYchET8pYol8ks5ueHJDgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#discussion_r219733293"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r219733293",
"url": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r219733293",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@erickinnear commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#discussion_r219733293"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba87ac331f7c_21b23fe97f4d45c45745fa--


From nobody Sun Sep 23 23:06:30 2018
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 A9956130DD6 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 23:06:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 fSls3kj6MSGR for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 23:06:27 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DF9FC128C65 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 23:06:26 -0700 (PDT)
Date: Sun, 23 Sep 2018 23:06:25 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537769186; bh=WU1iTGcPNAKx9zFIxGuwcxKJcQr4zYCcWOKPA/v1wf8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PIhcjJ92s4KW0369qWMccecdA2GV34+ErtFv4W+nvk7FE98JqlUW0l+X4V++k9uHe evVsIBjJKFibbHULI8iYahba0EB1V2vgU6xzKuGce2v+Xy6mz9KIOXNxkQbUPV1SD0 gnMwv6PY9mc09E2Rl4FWYuOqEqPzlnmZkCjI0Bms=
From: erickinnear <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/1742/push/2900731878@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba87ee1ec096_1bef3fa40ead45c02990e9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/XJBYZzHeyMcrB-g19bSo0LWJuUs>
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, 24 Sep 2018 06:06:29 -0000

----==_mimepart_5ba87ee1ec096_1bef3fa40ead45c02990e9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@erickinnear pushed 1 commit.

a22f0aa  Bring back TP, this time for max_connection_ids


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1742/files/cfb11b5d3cce7b6e52f5368103bc2f043dc682fc..a22f0aa6f52360b696745afcfc414a9a1cdf4fd0

----==_mimepart_5ba87ee1ec096_1bef3fa40ead45c02990e9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/erickinnear" class="user-mention">@erickinnear</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/a22f0aa">a22f0aa</a>  Bring back TP, this time for max_connection_ids</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/1742/files/cfb11b5d3cce7b6e52f5368103bc2f043dc682fc..a22f0aa6f52360b696745afcfc414a9a1cdf4fd0">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-VKQK4n5md567AGzhUyHQP1S7y1ks5ueHZhgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5wgGGoCNAqpdq7Z3luRYRAqi0Mcks5ueHZhgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear pushed 1 commit in #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742/files/cfb11b5d3cce7b6e52f5368103bc2f043dc682fc..a22f0aa6f52360b696745afcfc414a9a1cdf4fd0"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742/files/cfb11b5d3cce7b6e52f5368103bc2f043dc682fc..a22f0aa6f52360b696745afcfc414a9a1cdf4fd0",
"url": "https://github.com/quicwg/base-drafts/pull/1742/files/cfb11b5d3cce7b6e52f5368103bc2f043dc682fc..a22f0aa6f52360b696745afcfc414a9a1cdf4fd0",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@erickinnear pushed 1 commit in #1742",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1742:",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [
{
"name": "a22f0aa",
"value": "Bring back TP, this time for max_connection_ids"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742/files/cfb11b5d3cce7b6e52f5368103bc2f043dc682fc..a22f0aa6f52360b696745afcfc414a9a1cdf4fd0"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba87ee1ec096_1bef3fa40ead45c02990e9--


From nobody Sun Sep 23 23:08:38 2018
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 BC8B3130E62 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 23:08:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 qUmAnERU6Dbg for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 23:08:22 -0700 (PDT)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 415BD130E6C for <quic-issues@ietf.org>; Sun, 23 Sep 2018 23:08:22 -0700 (PDT)
Date: Sun, 23 Sep 2018 23:08:21 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537769301; bh=W5cw5FNxEQTnJP70IltAEtEayAhVjz//XtMaWTYqT9w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Vb9AhVlOnWptmAwFxArHC0FWNgYEAdOviUYhBb6Ry5Q5NkCrnWqz0D0Wnlgq3GA8L nxz52hyw0appIgmUZSJKcxtnuS9W8CTMnV/YWKhG80+/xW4+2BgjGtIYexAJihb54x mtenEpjM6MIAQ5D29fqxbmxrXTOWgC0PkO3R1orQ=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5d757d983b1a877a87ab8437457b8c2d72ee5f7c92cf0000000117c0415592a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/c423883470@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba87f55414dd_35ac3fd51fcd45b83675f0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/tHxhccJMCAOeWhFZMKOW0gWJz9E>
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, 24 Sep 2018 06:08:24 -0000

----==_mimepart_5ba87f55414dd_35ac3fd51fcd45b83675f0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Added `max_connection_ids` TP as discussed in NYC. This allows the consumer of CIDs to put a cap on how many the server will send. 

-- 
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/1742#issuecomment-423883470
----==_mimepart_5ba87f55414dd_35ac3fd51fcd45b83675f0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Added <code>max_connection_ids</code> TP as discussed in NYC. This allows the consumer of CIDs to put a cap on how many the server will send.</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/1742#issuecomment-423883470">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0U9887oTQnrpSDMGJ9PrbQ992z-ks5ueHbVgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9S7kP81AyveQLzWko2lJFQ4PGT3ks5ueHbVgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear in #1742: Added `max_connection_ids` TP as discussed in NYC. This allows the consumer of CIDs to put a cap on how many the server will send. "}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#issuecomment-423883470"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#issuecomment-423883470",
"url": "https://github.com/quicwg/base-drafts/pull/1742#issuecomment-423883470",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID DT output (#1742)",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1742,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1742\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#issuecomment-423883470"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba87f55414dd_35ac3fd51fcd45b83675f0--


From nobody Sun Sep 23 23:17:38 2018
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 223E5130E51 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 23:17:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 EVJblcgkwEsO for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 23:17:34 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 382F3130E4A for <quic-issues@ietf.org>; Sun, 23 Sep 2018 23:17:34 -0700 (PDT)
Date: Sun, 23 Sep 2018 23:17:32 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537769852; bh=qMTrUvAYBsGX/exgxeHMXli7wm1boiN+CpER7cUVaF0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vrWLcOC4cCcsvmKNGF8M2dUiRHWkqXigruiEagi9AR1u34mjemTmi8hFc34GBz7vQ IshrA0puqtWgEQtFToAWFyM+jQL2hVS7/TXJMl9gVP+PInZn6zUBP0QcaNvPBi8S07 +czIRtVGfHU4EVLD3IFLeTyDYe0dEplUVW1xtAfQ=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe3fc7590f77746b5cc7084fe72cf4b0015fccd4492cf0000000117c0437c92a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/c423884441@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba8817cd99aa_712c3f8b80ed45b845648"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/LrJvwpeK6BC_j_MPU8P2daYozTQ>
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, 24 Sep 2018 06:17:36 -0000

----==_mimepart_5ba8817cd99aa_712c3f8b80ed45b845648
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The remaining issue here is the re-introduction of a sequence number, which will work as follows: 
- Each CID comes with a sequence number, every CID that you send must have a sequence number higher than any you've previously sent
- This does *not* requiring anything to happen in lockstep as before, however this solves a big edge case in that you can now forget CIDs immediately instead of waiting for 3xRTO when you retire them, since any NEW_CONNECTION_ID frame crossing paths with the retirement frame will contain a sequence number. Instead, you just remember the highest sequence number NEW_CONNECTION_ID that you've received. 

For example: 
1. Peer sends NEW_CONNECTION_ID and you use it, then immediately retire it with RETIRE_CONNECTION_ID. 
2. Ack of NEW_CONNECTION_ID gets lost.
3. RETIRE_CONNECTION_ID frame is still in flight when the peer retransmits NEW_CONNECTION_ID.

If you've got a sequence number you can keep track of the highest sequence that you've gotten and, since this one will not advance the sequence number, you can safely ignore the duplicate NEW_CONNECTION_ID frame. 

-- 
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/1742#issuecomment-423884441
----==_mimepart_5ba8817cd99aa_712c3f8b80ed45b845648
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The remaining issue here is the re-introduction of a sequence number, =
which will work as follows:</p>
<ul>
<li>Each CID comes with a sequence number, every CID that you send must h=
ave a sequence number higher than any you've previously sent</li>
<li>This does <em>not</em> requiring anything to happen in lockstep as be=
fore, however this solves a big edge case in that you can now forget CIDs=
 immediately instead of waiting for 3xRTO when you retire them, since any=
 NEW_CONNECTION_ID frame crossing paths with the retirement frame will co=
ntain a sequence number. Instead, you just remember the highest sequence =
number NEW_CONNECTION_ID that you've received.</li>
</ul>
<p>For example:</p>
<ol>
<li>Peer sends NEW_CONNECTION_ID and you use it, then immediately retire =
it with RETIRE_CONNECTION_ID.</li>
<li>Ack of NEW_CONNECTION_ID gets lost.</li>
<li>RETIRE_CONNECTION_ID frame is still in flight when the peer retransmi=
ts NEW_CONNECTION_ID.</li>
</ol>
<p>If you've got a sequence number you can keep track of the highest sequ=
ence that you've gotten and, since this one will not advance the sequence=
 number, you can safely ignore the duplicate NEW_CONNECTION_ID frame.</p>=


<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/1742#issuecomment-423884441">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq29Ws0=
xk9jq3e-mEJH_J90SU6Ealks5ueHj8gaJpZM4WmJ__">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq1FscwF8fyzcj2u5iDa8PSmVPEnD=
ks5ueHj8gaJpZM4WmJ__.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@eric=
kinnear in #1742: The remaining issue here is the re-introduction of a se=
quence number, which will work as follows: \r\n- Each CID comes with a se=
quence number, every CID that you send must have a sequence number higher=
 than any you've previously sent\r\n- This does *not* requiring anything =
to happen in lockstep as before, however this solves a big edge case in t=
hat you can now forget CIDs immediately instead of waiting for 3xRTO when=
 you retire them, since any NEW_CONNECTION_ID frame crossing paths with t=
he retirement frame will contain a sequence number. Instead, you just rem=
ember the highest sequence number NEW_CONNECTION_ID that you've received.=
 \r\n\r\nFor example: \r\n1. Peer sends NEW_CONNECTION_ID and you use it,=
 then immediately retire it with RETIRE_CONNECTION_ID. \r\n2. Ack of NEW_=
CONNECTION_ID gets lost.\r\n3. RETIRE_CONNECTION_ID frame is still in fli=
ght when the peer retransmits NEW_CONNECTION_ID.\r\n\r\nIf you've got a s=
equence number you can keep track of the highest sequence that you've got=
ten and, since this one will not advance the sequence number, you can saf=
ely ignore the duplicate NEW_CONNECTION_ID frame. "}],"action":{"name":"V=
iew Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#=
issuecomment-423884441"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#issuecomment-4=
23884441",
"url": "https://github.com/quicwg/base-drafts/pull/1742#issuecomment-4238=
84441",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID DT output (#1742)",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1742,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1742\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#issuecomment-4238=
84441"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3791011=
83\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba8817cd99aa_712c3f8b80ed45b845648--


From nobody Sun Sep 23 23:20:19 2018
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 D5669130DD8 for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 23:20:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 gaXA2l3FIREI for <quic-issues@ietfa.amsl.com>; Sun, 23 Sep 2018 23:20:16 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 03B2D128C65 for <quic-issues@ietf.org>; Sun, 23 Sep 2018 23:20:15 -0700 (PDT)
Date: Sun, 23 Sep 2018 23:20:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537770015; bh=WqwljR73I/WsO2c1wq577OYICQullXgdZaPr69/4HgY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rRgpwDCR5arXtz1fhwCWXB162NxEwnvLWkzWtzgjKAJAO+JrJ6dV627EOW4PmphKx 3FDJUr2hrlSg4FE0hT5BCB9I+pfXhPWbfg9QIw0BMrk426BxuXCNZJioTAxXeV/w1Y YChPEAd3tJfyOw8RhzVz/7vLFzPNCQu7aYVAQN94=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf2eca41fb9d4ead0a0dbd9c60d57ed1af642cce092cf0000000117c0441f92a169ce1599ab93@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1781/c423884761@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1781@github.com>
References: <quicwg/base-drafts/pull/1781@github.com>
Subject: Re: [quicwg/base-drafts] Add max_ack_delay transport parameter and ACK every two packets (#1781)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba8821f597e_3cca3fe1644d45c414056e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rpaulo
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/6u7NAOrnKkTtMgF9ZGYcneSRiL8>
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, 24 Sep 2018 06:20:18 -0000

----==_mimepart_5ba8821f597e_3cca3fe1644d45c414056e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This might be another color of the bikeshed but if the ack delay is in microseconds, shouldn't the max ack delay also be in microseconds?

-- 
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/1781#issuecomment-423884761
----==_mimepart_5ba8821f597e_3cca3fe1644d45c414056e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This might be another color of the bikeshed but if the ack delay is in microseconds, shouldn't the max ack delay also be in microseconds?</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/1781#issuecomment-423884761">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz9Sdxv74v-extTml3nwwThSBvKaks5ueHmfgaJpZM4WzJbW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9SKdWXhEL7xUkyeJHRJK6dwsnaNks5ueHmfgaJpZM4WzJbW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@rpaulo in #1781: This might be another color of the bikeshed but if the ack delay is in microseconds, shouldn't the max ack delay also be in microseconds?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1781#issuecomment-423884761"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1781#issuecomment-423884761",
"url": "https://github.com/quicwg/base-drafts/pull/1781#issuecomment-423884761",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add max_ack_delay transport parameter and ACK every two packets (#1781)",
"sections": [
{
"text": "",
"activityTitle": "**Rui Paulo**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@rpaulo",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1781,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1781\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1781#issuecomment-423884761"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382506710\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba8821f597e_3cca3fe1644d45c414056e--


From nobody Mon Sep 24 12:58:35 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 3021B13102A for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 12:58:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 fWbMYQ5nIaYG for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 12:58:33 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 021C7130FFC for <quic-issues@ietf.org>; Mon, 24 Sep 2018 12:58:32 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537819111; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=uOKxk0cNG7RRG7MvW15PwEYQarMVc9l9PLyJnp6V74g=; b=bOAZ6xC1yBgA6SJVYUl8OLzCHfeekMufWR7xUm2s631gp6NyROWC/5K6xsdAUGyBNKgsy3Xh 7x18VeAi992v/mdQ7/m8DEdJWOycJ25XcPR7ztE3m/DGed7+seKNpSzLdll2SMyDHoJWLMDj V59XbnqRNj17IPKFvlnXJ1FkfpA=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5ba941e7.7f9a543d95a0-smtp-out-n01; Mon, 24 Sep 2018 19:58:31 -0000 (UTC)
Date: Mon, 24 Sep 2018 12:58:30 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba941e6842fc_59b62aff351f6ecc509d8@hookshot-fe-7191cb1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] b5f918: Make intro more accessible
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba941e683f6c_59b62aff351f6ecc5086e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sD1uZuV-KaGG08D-OI9dfU9YP5c>
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, 24 Sep 2018 19:58:34 -0000

----==_mimepart_5ba941e683f6c_59b62aff351f6ecc5086e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/trim-intro
  Home:   https://github.com/quicwg/base-drafts
  Commit: b5f918203f6a2e70ba0088f82eb190160cf90e07
      https://github.com/quicwg/base-drafts/commit/b5f918203f6a2e70ba0088f82eb190160cf90e07
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Make intro more accessible



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba941e683f6c_59b62aff351f6ecc5086e--


From nobody Mon Sep 24 12:58:59 2018
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 7AEF1130FFC for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 12:58:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 0K0dRdPbBoCn for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 12:58:55 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6125C13103D for <quic-issues@ietf.org>; Mon, 24 Sep 2018 12:58:55 -0700 (PDT)
Date: Mon, 24 Sep 2018 12:58:53 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537819133; bh=eQ0+pZ8AJteKCzASI0YZ8OW3nhfk61BKhG1EgZ4DlJI=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=oiC4lv4o0pTmvLYhbZ/djnnDOlYCWviwWyBFYF9Bv5JnHS56JkF/2BDD5Tk/7hbBU A+AVD4mF3VFfHIP/V/ALJ2ufGPU1QjqV+30Ifh7SoB6VNEfDbrE4k708ifWlg10tJx Cq51CIpVyBI/7T/5b+LiwGlyKdaVCbgJVlVPxNX8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abba71a389e8704dcb1b21f09c8d552a3669b9c2d792cf0000000117c103fd92a169ce15a77b1e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1789@github.com>
Subject: [quicwg/base-drafts] Make intro more accessible (#1789)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba941fde3257_6b593fc2166d45bc2209dd"; 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/NLAJ8J8rEeStlD-BD5YMGO11g4E>
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, 24 Sep 2018 19:58:58 -0000

----==_mimepart_5ba941fde3257_6b593fc2166d45bc2209dd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1789

-- Commit Summary --

  * Make intro more accessible

-- File Changes --

    M draft-ietf-quic-transport.md (19)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1789.patch
https://github.com/quicwg/base-drafts/pull/1789.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/1789

----==_mimepart_5ba941fde3257_6b593fc2166d45bc2209dd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<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/1789'>https://github.com/quicwg/base-drafts/pull/1789</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Make intro more accessible</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1789/files#diff-0">draft-ietf-quic-transport.md</a>
    (19)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1789.patch'>https://github.com/quicwg/base-drafts/pull/1789.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1789.diff'>https://github.com/quicwg/base-drafts/pull/1789.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/1789">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9_zeHPmofqU6LI8LZ9gkKt6a2j7ks5ueTl9gaJpZM4W3WoC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx2ij1XfyE6ErBK5B-5nVTiZEk0gks5ueTl9gaJpZM4W3WoC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Make intro more accessible (#1789)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1789"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1789",
"url": "https://github.com/quicwg/base-drafts/pull/1789",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Make intro more accessible (#1789)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "b5f9182",
"value": "Make intro more accessible"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1789/files#diff-0) (19 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1789,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1789\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1789"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1789.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1789.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383609346\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba941fde3257_6b593fc2166d45bc2209dd--


From nobody Mon Sep 24 13:00:10 2018
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 194AB13102A for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 13:00:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.606
X-Spam-Level: 
X-Spam-Status: No, score=-6.606 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 oxt_RRCO34ki for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 13:00:07 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9119E130FFC for <quic-issues@ietf.org>; Mon, 24 Sep 2018 13:00:07 -0700 (PDT)
Date: Mon, 24 Sep 2018 13:00:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537819206; bh=8cCXRY0iPuBJXYA81Bowu+7fiEwzDNglngfsnJmuf2I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=p2dqdsdOaCC5j7i3sBuae8axoDRUkyQZTIcPnsy080BgZ3vl7AC9gie2ezoom77Nk uosG/ylkjoUHW4jdxSPaqIKEeSyTmFM8DEl9TB/3liZ3B2/+CRLrmBvQrLPgOePhSb NJo1cQ02tWubURGbYoSaS7wkEe9CSa3TRrYa95Zs=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5c0bcfc66a066f2c0ed34de6ae50dfba2cb613fb92cf0000000117c1044692a169ce15a77b1e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1789/review/158270639@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1789@github.com>
References: <quicwg/base-drafts/pull/1789@github.com>
Subject: Re: [quicwg/base-drafts] Make intro more accessible (#1789)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba942468ea23_66993fe0c32d45b81622da"; 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/m0dH2tfXSc3-zwCrRiZrrCCYJQE>
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, 24 Sep 2018 20:00:09 -0000

----==_mimepart_5ba942468ea23_66993fe0c32d45b81622da
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/1789#pullrequestreview-158270639
----==_mimepart_5ba942468ea23_66993fe0c32d45b81622da
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<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/1789#pullrequestreview-158270639">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_MCXEZ6H_tO0ecvSgz3kUU7EdaBks5ueTnGgaJpZM4W3WoC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5zEVcwhy2jLkH2CXXTkjUsR4wXLks5ueTnGgaJpZM4W3WoC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar approved #1789"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1789#pullrequestreview-158270639"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1789#pullrequestreview-158270639",
"url": "https://github.com/quicwg/base-drafts/pull/1789#pullrequestreview-158270639",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@janaiyengar approved 1789",
"sections": [
{
"text": "",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1789#pullrequestreview-158270639"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383609346\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba942468ea23_66993fe0c32d45b81622da--


From nobody Mon Sep 24 13:01:08 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 473EC13103D for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 13:01:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 Uoc9yY60DYQe for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 13:01:04 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 86A2D13102A for <quic-issues@ietf.org>; Mon, 24 Sep 2018 13:01:04 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537819263; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=xnIgAg6Zju6a5XmBlw9A3gaFPYjuCWwpv/H1cSap4VM=; b=K43zHrYz7SZObMlV3Tv5j6RNCgJgMZiKtqCP+F8N2BGDshSH3H3IwATXB0U8G01y+2TDixQb aHgNPtAQ3p6T2UBxxb8VPVAnIDETA6NkFWJ1ibhV4qDLiJmTa8Xgif/qaEea3hXWHQjLBpKq 6b7w4hqfMP/Z/sDvRS3obgTGtt8=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5ba9427f.7f963c1ad3f0-smtp-out-n01; Mon, 24 Sep 2018 20:01:03 -0000 (UTC)
Date: Mon, 24 Sep 2018 13:01:02 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba9427e97234_5a102b1809840ebc26741@hookshot-fe-cace476.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 04e767: Make intro more accessible (#1789)
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba9427e96eea_5a102b1809840ebc266a5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/GIAUc-6og_4v5zpiTRTJ304tVnE>
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, 24 Sep 2018 20:01:06 -0000

----==_mimepart_5ba9427e96eea_5a102b1809840ebc266a5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 04e7672eaad7eea37559a4b7d51204bb79d860f3
      https://github.com/quicwg/base-drafts/commit/04e7672eaad7eea37559a4b7d51204bb79d860f3
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Make intro more accessible (#1789)



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba9427e96eea_5a102b1809840ebc266a5--


From nobody Mon Sep 24 13:01:16 2018
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 2C1D413102A for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 13:01:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 kjLf9S5spjlS for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 13:01:12 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 69B3F130FFC for <quic-issues@ietf.org>; Mon, 24 Sep 2018 13:01:12 -0700 (PDT)
Date: Mon, 24 Sep 2018 13:01:11 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537819271; bh=xY8p20dcr5k8qaOK7X2hSILbApI/gzVtQVW1Y0b4lLI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ok7ekIyVKCbg8F0bqiEbytPGjGmmZrSHRO+j2CzWGLeTlQAn/lPQitPpwXXbwJbPY 7wJG5vrFjXQQVie8Ag4zdggmL0Kwd0uXbuS/ESB+ftdQsqukUsRpi5vUcnWrpPvXuD ybm3T30CeG9PcySy/QppkEh1ZNzEmvkCxRN/IdQg=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3ca6b1cc092da459025aab49febc9d67318f0d5e92cf0000000117c1048792a169ce15a77b1e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1789/issue_event/1864050411@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1789@github.com>
References: <quicwg/base-drafts/pull/1789@github.com>
Subject: Re: [quicwg/base-drafts] Make intro more accessible (#1789)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba942875815d_4d853fe03d0d45b499144"; 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/mA63Ao-LMCo2j3y91Rl-eOycK7E>
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, 24 Sep 2018 20:01:14 -0000

----==_mimepart_5ba942875815d_4d853fe03d0d45b499144
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1789 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/1789#event-1864050411
----==_mimepart_5ba942875815d_4d853fe03d0d45b499144
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363297566" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1789" href="https://github.com/quicwg/base-drafts/pull/1789">#1789</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/1789#event-1864050411">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq31L7YdCav6IwHyrr415yMcYQGMhks5ueToHgaJpZM4W3WoC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzmwPpIA4yv0DHUP58zvUvxi43Uhks5ueToHgaJpZM4W3WoC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1789 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1789#event-1864050411"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1789#event-1864050411",
"url": "https://github.com/quicwg/base-drafts/pull/1789#event-1864050411",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make intro more accessible (#1789)",
"sections": [
{
"text": "",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1789#event-1864050411"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383609346\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba942875815d_4d853fe03d0d45b499144--


From nobody Mon Sep 24 13:08:41 2018
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 3F0B013102A for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 13:08:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 UK-vnYoD8Otj for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 13:08:38 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 434B6131050 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 13:08:38 -0700 (PDT)
Date: Mon, 24 Sep 2018 13:08:37 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537819717; bh=NkLQEbDLn5ewddVR5kfqlISqNNAQ07L5XSccem39O5A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SsN0aPIuY6atu4HbXCUhaOl5rXqcoJLoraUMUGtW5kRUTHJpM8J2kIvz0UHPRp+9O iMERO7E2UUAbi+8C30aWzJULBsBDIQMoAlIORRwrVP0AEKHxGxyxZxDLQWR0V2EvsR eDmkVgXKVHO8AFFwRHodmQnOPYJ+J3677rnlnOUk=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc0a65a326c9fa026b6dc91542ed651e5dc413fc992cf0000000117c1064592a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/424107516@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba944458da58_6b443fc2166d45bc16241a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/6h22BY-lxpiDJEEkcd0BEa-C4Do>
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, 24 Sep 2018 20:08:40 -0000

----==_mimepart_5ba944458da58_6b443fc2166d45bc16241a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Also note that Item (1) above is explicitly stated in Section 4.9 of the quic-tls draft:

"Though an endpoint might retain older keys, new data MUST be sent at
   the highest currently-available encryption level."

The acceptance criteria are still, in my opinion, vague in the CONN_CLOSE case.

-- 
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/1786#issuecomment-424107516
----==_mimepart_5ba944458da58_6b443fc2166d45bc16241a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Also note that Item (1) above is explicitly stated in Section 4.9 of t=
he quic-tls draft:</p>
<p>"Though an endpoint might retain older keys, new data MUST be sent at<=
br>
the highest currently-available encryption level."</p>
<p>The acceptance criteria are still, in my opinion, vague in the CONN_CL=
OSE case.</p>

<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/1786#issuecomment-424107516">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq18C=
V94Sg2EZ4mEVZMas7dSILQZ7ks5ueTvFgaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq6P4xb-0Q0FfjMAkZQsQZ-PL=
4HRtks5ueTvFgaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
induke in #1786: Also note that Item (1) above is explicitly stated in Se=
ction 4.9 of the quic-tls draft:\r\n\r\n\"Though an endpoint might retain=
 older keys, new data MUST be sent at\r\n   the highest currently-availab=
le encryption level.\"\r\n\r\nThe acceptance criteria are still, in my op=
inion, vague in the CONN_CLOSE case."}],"action":{"name":"View Issue","ur=
l":"https://github.com/quicwg/base-drafts/issues/1786#issuecomment-424107=
516"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-424107516",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
4107516",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
4107516"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba944458da58_6b443fc2166d45bc16241a--


From nobody Mon Sep 24 13:09:59 2018
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 C3E4513108E for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 13:09:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 1Bma17-fNvTj for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 13:09:57 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2622A131050 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 13:09:57 -0700 (PDT)
Date: Mon, 24 Sep 2018 13:09:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537819796; bh=2H5+h0yJdGeSIiYAtkhSuerhCEHpWNzC9Ki4L8EOVfM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dLxN/mSUEgKqZ/TO2mKtZaFXZISVamrk7M+lJZI8FVJozDzdJ/12UtaOIAUyO08+4 U+j7YZerLU71yqbrWyAHs50tBOZrVQarEnQs4DxMqfJMVdwBaPEWlOndJRv7uD7hIN xYOGyLTnYmPx67m5tSA8njuhg7vMZaB4nNGFpUBc=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd06ad8839507abd4a1ff5cc5a70d41964294c40292cf0000000117c1069492a169ce15a77b1e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1789/review/158274240@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1789@github.com>
References: <quicwg/base-drafts/pull/1789@github.com>
Subject: Re: [quicwg/base-drafts] Make intro more accessible (#1789)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9449470491_16a03fa2566d45c4170584"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/xtE4pmi2qb1CsYxbQDC84o1HlA4>
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, 24 Sep 2018 20:09:59 -0000

----==_mimepart_5ba9449470491_16a03fa2566d45c4170584
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -128,15 +128,16 @@ general-purpose secure transport for multiple applications.
 
 * Connection migration and resilience to NAT rebinding
 
-QUIC implements techniques learned from experience with TCP, SCTP and other
-transport protocols.  QUIC uses UDP as substrate so as to not require changes to
-legacy client operating systems and middleboxes to be deployable.  QUIC
-authenticates all of its headers and encrypts most of the data it exchanges,
-including its signaling.  This allows the protocol to evolve without incurring a
-dependency on upgrades to middleboxes.  This document describes the core QUIC
-protocol, including the conceptual design, wire format, and mechanisms of the
-QUIC protocol for connection establishment, stream multiplexing, stream and
-connection-level flow control, connection migration, and data reliability.
+QUIC uses UDP as substrate so as to not require changes to legacy client
+operating systems and middleboxes to be deployable.  QUIC authenticates all of

that sensent is hard to parse

-- 
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/1789#pullrequestreview-158274240
----==_mimepart_5ba9449470491_16a03fa2566d45c4170584
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1789#discussion_r219972000">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -128,15 +128,16 @@ general-purpose secure transport for multiple applications.
 
 * Connection migration and resilience to NAT rebinding
 
-QUIC implements techniques learned from experience with TCP, SCTP and other
-transport protocols.  QUIC uses UDP as substrate so as to not require changes to
-legacy client operating systems and middleboxes to be deployable.  QUIC
-authenticates all of its headers and encrypts most of the data it exchanges,
-including its signaling.  This allows the protocol to evolve without incurring a
-dependency on upgrades to middleboxes.  This document describes the core QUIC
-protocol, including the conceptual design, wire format, and mechanisms of the
-QUIC protocol for connection establishment, stream multiplexing, stream and
-connection-level flow control, connection migration, and data reliability.
+QUIC uses UDP as substrate so as to not require changes to legacy client
+operating systems and middleboxes to be deployable.  QUIC authenticates all of
</pre>
<p>that sensent is hard to parse</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/1789#pullrequestreview-158274240">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy-iVKiJdTwkhBfPe1F0gcHfoQ47ks5ueTwUgaJpZM4W3WoC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3eaGxfyP3hkA6XbKmspYV1r5YOxks5ueTwUgaJpZM4W3WoC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1789"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1789#pullrequestreview-158274240"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1789#pullrequestreview-158274240",
"url": "https://github.com/quicwg/base-drafts/pull/1789#pullrequestreview-158274240",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1789",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1789#pullrequestreview-158274240"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383609346\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba9449470491_16a03fa2566d45c4170584--


From nobody Mon Sep 24 14:30:07 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 001F013111B for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 14:30:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.911
X-Spam-Level: 
X-Spam-Status: No, score=-1.911 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 cquY3kbTlWCk for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 14:30:04 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CDBFA131102 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 14:30:03 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537824603; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=YFoIaECmFwklWwPGHCx08dtsajZcgV0LsRExUxjw54I=; b=mg8XVGOx64GmS+Wi3GRNjvjPnEyAOI+5Hag433GWoHBWw8jrnaVvrHuQcTGsCS0kiFH3chaZ fu/HfdIn3dIyQnFqbOkFIx+gxoAiP5akEZegR44vEewbRT5IBoJwpTHcf7byPE3nbk+0D1W/ FkXId5BOiC5WXrdics+V+GvSA1A=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: DaanDeMeyer=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5ba9575a.7fbf200c6210-smtp-out-n03; Mon, 24 Sep 2018 21:30:02 -0000 (UTC)
Date: Mon, 24 Sep 2018 14:30:02 -0700
From: Daan De Meyer <DaanDeMeyer@users.noreply.github.com>
Reply-To: Daan De Meyer <DaanDeMeyer@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5ba9575a1c576_446d2b23d1a04ec853923@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 633075: Fix spelling error (#1780)
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba9575a1be36_446d2b23d1a04ec8538c4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gAcbFNrvEl2QUn-wwF3tyFxNEBk>
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, 24 Sep 2018 21:30:06 -0000

----==_mimepart_5ba9575a1be36_446d2b23d1a04ec8538c4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 633075ec24fb82ad6737068fe64b2cca1ce5324c
      https://github.com/quicwg/base-drafts/commit/633075ec24fb82ad6737068fe64b2cca1ce5324c
  Author: Daan De Meyer <DaanDeMeyer@users.noreply.github.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Fix spelling error (#1780)



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba9575a1be36_446d2b23d1a04ec8538c4--


From nobody Mon Sep 24 14:30:14 2018
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 C8019131127 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 14:30:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 hY4oAwiamCNe for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 14:30:11 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 51652131102 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 14:30:11 -0700 (PDT)
Date: Mon, 24 Sep 2018 14:30:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537824609; bh=GBsJuvsCVx+u3GjpHN6/l9iNAONjFdeaNqwXN9v/Bpg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ppg1vbYBga1l+nn8GusWwLd2AuDLx/SOr4LEgbTHgacNzoi2+anoIu6rXrdDPsEBQ bvkdnLALm6Bh9iw2DtcpqF/6TQ3sovo/tYwIIljIWpBoxFvTm8Pq+xK85pY+sdu/PG 1wFJZkv7QC/R0XCscdta1+e+6SUuYP+YrRzsfhd4=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba1292beb2fdbbbb3752cda46f21fd1ff6ffa251392cf0000000117c1196192a169ce159846f7@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1780/issue_event/1864242760@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1780@github.com>
References: <quicwg/base-drafts/pull/1780@github.com>
Subject: Re: [quicwg/base-drafts] Spelling: "reciving" => "receiving" (#1780)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba957615fae3_4d783fe03d0d45b472222c"; 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/2J77Pa_7KXe1n1ltvH_rAnC-LOg>
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, 24 Sep 2018 21:30:13 -0000

----==_mimepart_5ba957615fae3_4d783fe03d0d45b472222c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1780 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/1780#event-1864242760
----==_mimepart_5ba957615fae3_4d783fe03d0d45b472222c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362301175" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1780" href="https://github.com/quicwg/base-drafts/pull/1780">#1780</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/1780#event-1864242760">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9WIyRk7_X3l5jQ_9OQ1lnWQ3ECTks5ueU7hgaJpZM4Wypdm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-1y7OvVkFbZ1QE1KPrZdAqWCIFBks5ueU7hgaJpZM4Wypdm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1780 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1780#event-1864242760"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1780#event-1864242760",
"url": "https://github.com/quicwg/base-drafts/pull/1780#event-1864242760",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Spelling: \"reciving\" =\u003e \"receiving\" (#1780)",
"sections": [
{
"text": "",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1780#event-1864242760"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382375782\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba957615fae3_4d783fe03d0d45b472222c--


From nobody Mon Sep 24 14:40:18 2018
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 B8E00131102 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 14:40:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 HvnYn5WhoFdF for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 14:40:14 -0700 (PDT)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [167.89.101.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4FD721310AC for <quic-issues@ietf.org>; Mon, 24 Sep 2018 14:40:14 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=k3ycVEZao4G87iIu2FVz61W2fZQ=; b=D7GCoKe9wwi/6qMQ MlYraUrBsOZizgiptx5VtYPzXYCnYgH9likJHqaxG9i0EOGl6gCet44IfO9h99y3 YElGn34t/MrgrgAoa1mVzHaj0RPiAJuZIiGyRtCsS5NJmsRfHhz/RBT0P0clYjkJ XF1RdWw5GLqHL3pSNalaMqtP9B0=
Received: by filter0786p1las1.sendgrid.net with SMTP id filter0786p1las1-29663-5BA959BC-1A 2018-09-24 21:40:12.28798174 +0000 UTC m=+1555813.901041255
Received: from github-lowworker-39ccb07.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0017p1iad2.sendgrid.net (SG) with ESMTP id PR0kajT4ThWSQDpnnTf3ZA for <quic-issues@ietf.org>; Mon, 24 Sep 2018 21:40:12.059 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-39ccb07.cp1-iad.github.net (Postfix) with ESMTP id 1CE6D400D0D for <quic-issues@ietf.org>; Mon, 24 Sep 2018 14:40:12 -0700 (PDT)
Date: Mon, 24 Sep 2018 21:40:12 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8bca5f9ae3a57762bf56ae72c754f616424c257a92cf0000000117c11bbc92a169ce0cd5d91f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/411/424135023@github.com>
In-Reply-To: <quicwg/base-drafts/issues/411@github.com>
References: <quicwg/base-drafts/issues/411@github.com>
Subject: Re: [quicwg/base-drafts] Restructure document (#411)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba959bc126d5_4bf23f92078d45b893102f"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0/Nvhjkga7TTRqY63rf1kNCnJTSL0N/J92lk xTnA7NEeOiEO9x/RqAXWiziuTBLcX64Dla8HOT5lbCSf5mWiKzWfuhcL3C+DwRvMsTkq4XMlC0dtpo 3CTEjkj6jDVMf+3zLbHLE4GY/4ZeLWuXCloOIM5jzZyS+RUMMLUY3jqA4OfiF1pDDr9TTizl+5Pt8+ Y=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/d7TKsh872lXktOsjjXTbmXEZAHE>
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, 24 Sep 2018 21:40:17 -0000

----==_mimepart_5ba959bc126d5_4bf23f92078d45b893102f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed on 2018-09-24:

Proposed structure w/ notes:

1. Introduction
2. Overview
3. Streams (might be multiple top-level sections)
   a. concepts
   b. lifecycle
   c. flow control
4. Connection Handshake
   a. Example Handshake (high level)
   b. Packet Handling
   c. Version Negotiation
   d. Retry (tokens, etc....)
   e. Handshake Packets (cite TLS drafts)
   f. Transport parameters (what they are for, not the format)
5. Connection Migration
6. Connection Shutdown
7. Packets and Frames (format, layout, coalescing)
8. Sending and Resending Packets
9. Acknowledging Packets
10. Packet Size (Initial size, PMTUD etc...)
11. Version Numbers
12. Long and Short Headers
13. Packet Formats
14. Transport Parmeters
15. Frame Formats
16. Error Codes
17. Security Considerations
18. IANA
19. Other stuff...

>From Section 11 onwards, try to keep to pure format and only have minimal description of semantics.  Most of the semantic stuff should already be covered.

-- 
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/411#issuecomment-424135023
----==_mimepart_5ba959bc126d5_4bf23f92078d45b893102f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Discussed on 2018-09-24:</p>
<p>Proposed structure w/ notes:</p>
<ol>
<li>Introduction</li>
<li>Overview</li>
<li>Streams (might be multiple top-level sections)<br>
a. concepts<br>
b. lifecycle<br>
c. flow control</li>
<li>Connection Handshake<br>
a. Example Handshake (high level)<br>
b. Packet Handling<br>
c. Version Negotiation<br>
d. Retry (tokens, etc....)<br>
e. Handshake Packets (cite TLS drafts)<br>
f. Transport parameters (what they are for, not the format)</li>
<li>Connection Migration</li>
<li>Connection Shutdown</li>
<li>Packets and Frames (format, layout, coalescing)</li>
<li>Sending and Resending Packets</li>
<li>Acknowledging Packets</li>
<li>Packet Size (Initial size, PMTUD etc...)</li>
<li>Version Numbers</li>
<li>Long and Short Headers</li>
<li>Packet Formats</li>
<li>Transport Parmeters</li>
<li>Frame Formats</li>
<li>Error Codes</li>
<li>Security Considerations</li>
<li>IANA</li>
<li>Other stuff...</li>
</ol>
<p>From Section 11 onwards, try to keep to pure format and only have minima=
l description of semantics.  Most of the semantic stuff should already be c=
overed.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/411#issuecomment-424135023">view it on GitHub</a>, or <a hr=
ef=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_xHB7kugxBX4T8=
_1BQ9BYs-y6O9ks5ueVE8gaJpZM4MiE8J">mute the thread</a>.<img src=3D"https://=
github.com/notifications/beacon/AWbkqyxXQkc5HeTjg8wXcM7clfpr1bhQks5ueVE8gaJ=
pZM4MiE8J.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #41=
1: Discussed on 2018-09-24:\r\n\r\nProposed structure w/ notes:\r\n\r\n1. I=
ntroduction\r\n2. Overview\r\n3. Streams (might be multiple top-level secti=
ons)\r\n   a. concepts\r\n   b. lifecycle\r\n   c. flow control\r\n4. Conne=
ction Handshake\r\n   a. Example Handshake (high level)\r\n   b. Packet Han=
dling\r\n   c. Version Negotiation\r\n   d. Retry (tokens, etc....)\r\n   e=
. Handshake Packets (cite TLS drafts)\r\n   f. Transport parameters (what t=
hey are for, not the format)\r\n5. Connection Migration\r\n6. Connection Sh=
utdown\r\n7. Packets and Frames (format, layout, coalescing)\r\n8. Sending =
and Resending Packets\r\n9. Acknowledging Packets\r\n10. Packet Size (Initi=
al size, PMTUD etc...)\r\n11. Version Numbers\r\n12. Long and Short Headers=
\r\n13. Packet Formats\r\n14. Transport Parmeters\r\n15. Frame Formats\r\n1=
6. Error Codes\r\n17. Security Considerations\r\n18. IANA\r\n19. Other stuf=
f...\r\n\r\nFrom Section 11 onwards, try to keep to pure format and only ha=
ve minimal description of semantics.  Most of the semantic stuff should alr=
eady be covered."}],"action":{"name":"View Issue","url":"https://github.com=
/quicwg/base-drafts/issues/411#issuecomment-424135023"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/411#issuecomment-42=
4135023",
"url": "https://github.com/quicwg/base-drafts/issues/411#issuecomment-42413=
5023",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Restructure document (#411)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 411,\n\"IssueComment\": \"{{IssueComment=
.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"qui=
cwg/base-drafts\",\n\"issueId\": 411\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/411#issuecomment-42413=
5023"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 210259721=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba959bc126d5_4bf23f92078d45b893102f--


From nobody Mon Sep 24 15:04:11 2018
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 4E4EC131127 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:04:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 RJB9TOcfgNHx for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:04:07 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BE8D5130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:04:07 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:04:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537826646; bh=9YDQvRi8s6IZXsdaE85GWFho+kI9+FgQ0Dq0bLiaKeA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Qp7wng68ngJRcLCAzBGliAWI2CyVNAx5ubCF256aluhKvXB4rzOiLQmuu5aAoCIiF PI7Xe9AFECSBJG9Xylyml0Frf8iodywV93XQakugklPFN/1jypkUXjaFeI/+DLgt1G x98WpTD8If+yIIqFYu7ICG5584Imfsanu4polRcA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc78b62baf9975e76c63c4d3c8395d3e0671b712992cf0000000117c1215692a169ce10c994a9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1013/c424140832@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1013@github.com>
References: <quicwg/base-drafts/pull/1013@github.com>
Subject: Re: [quicwg/base-drafts] Adds text about server padding handshake to PMTU (#1013)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba95f567f38a_3a033fc0766d45b8505f0"; 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/9Ho_E_CxNahNEjydNdlMNJ0GMH4>
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, 24 Sep 2018 22:04:09 -0000

----==_mimepart_5ba95f567f38a_3a033fc0766d45b8505f0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Next steps: suggestion was to *suggest* that a server might choose to pad its datagrams to the same size as the incoming datagrams prior to getting path validation.  A suggestion only, because the server might know something else about the MTU that suggests otherwise, and this only really provides minimum MTU validation, it's not really PMTUD.

-- 
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/1013#issuecomment-424140832
----==_mimepart_5ba95f567f38a_3a033fc0766d45b8505f0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Next steps: suggestion was to <em>suggest</em> that a server might cho=
ose to pad its datagrams to the same size as the incoming datagrams prior=
 to getting path validation.  A suggestion only, because the server might=
 know something else about the MTU that suggests otherwise, and this only=
 really provides minimum MTU validation, it's not really PMTUD.</p>

<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/1013#issuecomment-424140832">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwjovK=
3HrpYltYkfYHuwq1DbLMCOks5ueVbWgaJpZM4RAGg3">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq-4dgcpOFoUDwB1ZgJ-cLgK8F9Fk=
ks5ueVbWgaJpZM4RAGg3.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
inthomson in #1013: Next steps: suggestion was to *suggest* that a server=
 might choose to pad its datagrams to the same size as the incoming datag=
rams prior to getting path validation.  A suggestion only, because the se=
rver might know something else about the MTU that suggests otherwise, and=
 this only really provides minimum MTU validation, it's not really PMTUD.=
"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg=
/base-drafts/pull/1013#issuecomment-424140832"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1013#issuecomment-4=
24140832",
"url": "https://github.com/quicwg/base-drafts/pull/1013#issuecomment-4241=
40832",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Adds text about server padding handsha=
ke to PMTU (#1013)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1013,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1013\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1013#issuecomment-4241=
40832"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 2852393=
51\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba95f567f38a_3a033fc0766d45b8505f0--


From nobody Mon Sep 24 15:06:09 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 0EE9513115B for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:06:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 4bvFJ4wIeTPc for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:06:05 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6C9A7130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:06:05 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537826764; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=D/rsMsS4BOJ4SytxKsOCN+Vo4ehW6I1GIjMFkBN2Gpc=; b=g82xWuX5EFJ4ND0QAKfJ2Crx0IFdVfk07n8Fsbop9lZMTXLBLfsHNX06ekl8UpinX6l77rby CsO3WyBnQgjo7JF3/xGZ88NjwBz1R2qYrpNmmhpOcka2V8e+JrxK84LHvDoYMTnMfGBeEL94 QleBjo9y/7s/pI81uGbtWo+MuLM=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 5ba95fcc.7fc96011cc90-smtp-out-n03; Mon, 24 Sep 2018 22:06:04 -0000 (UTC)
Date: Mon, 24 Sep 2018 15:06:04 -0700
From: martinthomson <martin.thomson@gmail.com>
Reply-To: martinthomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba95fcc9526d_55242af47e90eed88869f@hookshot-fe-d2afb11.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba95fcc932db_55242af47e90eed88857e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kLYyXi-W5Qfr7zIbAU4HJ5y-6bQ>
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, 24 Sep 2018 22:06:07 -0000

----==_mimepart_5ba95fcc932db_55242af47e90eed88857e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/transport/cid_frames
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba95fcc932db_55242af47e90eed88857e--


From nobody Mon Sep 24 15:06:16 2018
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 198E213115B for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:06:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 83r2Ok-ZOKgP for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:06:06 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1183A131127 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:06:06 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:06:05 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537826765; bh=yYNJjGvm3qbXVT5fe1WQKS7rF81YwCxoSoR9sHB2k8w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gi2J9yPVhMeqdpxCQK/SBHejBIkVPW7/YdEivdudcxaHTl703JaUctYTf1prT79/n IbMetArwgdStNvm2JdbNZxrkpT6KO0aU/qhC6ZGzdZn3kkS8WMspnjS6eDUcZmI5lR 7RzT/AS4/ZbHmgnF/KAknY0o0KD3uTaTQnJa2hlM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd96cda21b065b6691fecb731685428c41aa16a5292cf0000000117c121cd92a169ce141307e3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1496/c424141327@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1496@github.com>
References: <quicwg/base-drafts/pull/1496@github.com>
Subject: Re: [quicwg/base-drafts] CID Lifetime Management (#1496)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba95fcd32528_5c923ff1c42d45c468976"; 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/qyo5fFW4kfz3QAU417dwo5innjM>
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, 24 Sep 2018 22:06:08 -0000

----==_mimepart_5ba95fcd32528_5c923ff1c42d45c468976
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

#1742 supersedes this.

-- 
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/1496#issuecomment-424141327
----==_mimepart_5ba95fcd32528_5c923ff1c42d45c468976
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="359650240" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1742" href="https://github.com/quicwg/base-drafts/pull/1742">#1742</a> supersedes this.</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/1496#issuecomment-424141327">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4jIliUMrAg3-8DtHr9P4XpwSslgks5ueVdNgaJpZM4U8IKO">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy-qAcO7VQbCCkHnQ8dDYXTW1MU9ks5ueVdNgaJpZM4U8IKO.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1496: #1742 supersedes this."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1496#issuecomment-424141327"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1496#issuecomment-424141327",
"url": "https://github.com/quicwg/base-drafts/pull/1496#issuecomment-424141327",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] CID Lifetime Management (#1496)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1496,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1496#issuecomment-424141327"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 351306382\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba95fcd32528_5c923ff1c42d45c468976--


From nobody Mon Sep 24 15:06:23 2018
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 680E41311C1 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:06:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 RNVoHt3enLQI for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:06:07 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 71FC3130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:06:07 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:06:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537826766; bh=bkMw04hAtEbPJ9RldKt5jik6RYUDBmh9ggsprOiEGa8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ue5ZWtOay2laDhZeySykzPhDYbvW783SUxP2st5zs9Q+RZFHSr4fgKkvAB3Ggi+4/ d4YclE6H2Yg0QTaliBCb4JIAQIwYy6u3WFNBNcszReH9lHxD5n8rCEbcqOTMVVyYnH lPGW2Rtfv5dyUneppDJGZsxP5lwVm5GfvyMlEgWI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb3fcd4bf746d543301711a3882951b428a632cef92cf0000000117c121ce92a169ce141307e3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1496/issue_event/1864304726@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1496@github.com>
References: <quicwg/base-drafts/pull/1496@github.com>
Subject: Re: [quicwg/base-drafts] CID Lifetime Management (#1496)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba95fce4bcca_79f03ffd010d45c490983"; 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/SXVX8CyJrApl29ernasstcyA43A>
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, 24 Sep 2018 22:06:10 -0000

----==_mimepart_5ba95fce4bcca_79f03ffd010d45c490983
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1496.

-- 
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/1496#event-1864304726
----==_mimepart_5ba95fce4bcca_79f03ffd010d45c490983
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="336791523" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1496" href="https://github.com/quicwg/base-drafts/pull/1496">#1496</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/1496#event-1864304726">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq11C0SncJr1kqWO31vNDYzYutG21ks5ueVdOgaJpZM4U8IKO">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx5Ben0nttr4TZue59yHKgzyNqDwks5ueVdOgaJpZM4U8IKO.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1496."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1496#event-1864304726"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1496#event-1864304726",
"url": "https://github.com/quicwg/base-drafts/pull/1496#event-1864304726",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] CID Lifetime Management (#1496)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1496#event-1864304726"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 351306382\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba95fce4bcca_79f03ffd010d45c490983--


From nobody Mon Sep 24 15:07:26 2018
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 05271131127 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:07:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 nVlhOg8ei_Vj for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:07:22 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 87ABD130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:07:22 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:07:21 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537826841; bh=eLYipzjmSzO02gXllQsosJIfudbF0gLSxdBlovxAYZU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=y7/vwAynidJThsoooWEBoZbZOvTElsuDG7AQsWxpR/JDUEJ6oAHWPYcFyS8zODG0m s/pGyDqOaI7RyX8PNZueLWZ1uI1Y2DlybNtyL+Pn8fboLnmpRkE4MBFIs2ioOemJbz f+MFJpKBX9zRHviLoggvNwO3qqdbIVTWIxOqYxVI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab234762fe52cb0b61f6b55d4b309e1953a89a666692cf0000000117c1221992a169ce1473dec6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1591/c424141625@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1591@github.com>
References: <quicwg/base-drafts/pull/1591@github.com>
Subject: Re: [quicwg/base-drafts] Single Packet Number Space (#1591)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba96019917aa_31803ffc2fcd45b8900f6"; 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/LpX33zX49zwSsiL9nFCW8SWz9Ws>
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, 24 Sep 2018 22:07:24 -0000

----==_mimepart_5ba96019917aa_31803ffc2fcd45b8900f6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closing per discussion in NYC.

-- 
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/1591#issuecomment-424141625
----==_mimepart_5ba96019917aa_31803ffc2fcd45b8900f6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closing per discussion in NYC.</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/1591#issuecomment-424141625">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3OBqk2lvy_51TCB2PMXltjcbKvDks5ueVeZgaJpZM4VYKnS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0Mu9L5Mjul6jhhLnv2KEx9KmkZoks5ueVeZgaJpZM4VYKnS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1591: Closing per discussion in NYC."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1591#issuecomment-424141625"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1591#issuecomment-424141625",
"url": "https://github.com/quicwg/base-drafts/pull/1591#issuecomment-424141625",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Single Packet Number Space (#1591)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1591,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1591#issuecomment-424141625"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 358656466\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba96019917aa_31803ffc2fcd45b8900f6--


From nobody Mon Sep 24 15:07:32 2018
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 ACFA41311A9 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:07:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 f8LZk8yo3on2 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:07:25 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CEA7C130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:07:24 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:07:24 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537826844; bh=WGqLqekuG1bADltoiHVpcv2isGdeEUboDV3m3Zt1mb8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EXBcp0Uz2vQ+/AHxedyFhhyF2HSUhXmPqPD2VsW6xNi17vr6YABh1ZPOvdGUR51DE X09LjZjvubFLPYSA1dVKA0RP6TPCCaDJa5URHSVY1oIaKGWoZRYLBV5DcnHHZ+k0wP Ql8fACyAHW8j/zCt6K6gYAqf+l11CSbS1E6woM+M=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3bb60a300dc7e1b3517fb4be4c9971e1daee87a792cf0000000117c1221b92a169ce1473dec6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1591/issue_event/1864306734@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1591@github.com>
References: <quicwg/base-drafts/pull/1591@github.com>
Subject: Re: [quicwg/base-drafts] Single Packet Number Space (#1591)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9601bf2e4b_23c83fcd088d45b81100c3"; 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/VFjF40f5cxtf_DR7y3eMJj_hZ_I>
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, 24 Sep 2018 22:07:27 -0000

----==_mimepart_5ba9601bf2e4b_23c83fcd088d45b81100c3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1591.

-- 
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/1591#event-1864306734
----==_mimepart_5ba9601bf2e4b_23c83fcd088d45b81100c3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="343137990" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1591" href="https://github.com/quicwg/base-drafts/pull/1591">#1591</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/1591#event-1864306734">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq53OQ09t5r8CpT7SZikfN6YjrY-Oks5ueVebgaJpZM4VYKnS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyKVcntkiIh9SRAuAYTJTIWoGnNXks5ueVebgaJpZM4VYKnS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1591."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1591#event-1864306734"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1591#event-1864306734",
"url": "https://github.com/quicwg/base-drafts/pull/1591#event-1864306734",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Single Packet Number Space (#1591)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1591#event-1864306734"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 358656466\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba9601bf2e4b_23c83fcd088d45b81100c3--


From nobody Mon Sep 24 15:07:46 2018
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 80A2B131127 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:07:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 vX967fzEAEIj for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:07:43 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EE7D4130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:07:42 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:07:41 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537826862; bh=gBXlfvF7IvJoyVbE3uWFhEHaFVrfpR9s0r+i+pL60yQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZM5yN9bGpuujnKCz3nRfa2TR7tONQpS8xYVf3OUO0rB1dfeMhwBahOFLfolCGG7C8 FHXgNfk7DOrNSxsh1XmlNCr8FBubx1a24OeLXc404pQETYPwcsyl2EWbS4TSnSgZg6 OB1to0BKXQKmqugZk0Kklt6EyUpa4JQAd6pJ/Ptk=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abddd22f220a68536a5893928f6e2e2b4d39c4a8a092cf0000000117c1222d92a169ce14a758b6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1628/c424141692@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1628@github.com>
References: <quicwg/base-drafts/pull/1628@github.com>
Subject: Re: [quicwg/base-drafts] add code points for 1, 2 and 3 byte connection IDs (#1628)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9602dc00df_20e03fa8904d45b844934"; 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/YS6JmtOu_LXAgRTzo-jVIbwyrGs>
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, 24 Sep 2018 22:07:45 -0000

----==_mimepart_5ba9602dc00df_20e03fa8904d45b844934
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closing, per discussion at interim.

-- 
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/1628#issuecomment-424141692
----==_mimepart_5ba9602dc00df_20e03fa8904d45b844934
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closing, per discussion at interim.</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/1628#issuecomment-424141692">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyukYb6d9K41JfM6lSdcT4vceX7Wks5ueVetgaJpZM4VqHpL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5X2joOT6Xhi7lBEny1jFwe2BK65ks5ueVetgaJpZM4VqHpL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #1628: Closing, per discussion at interim."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1628#issuecomment-424141692"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1628#issuecomment-424141692",
"url": "https://github.com/quicwg/base-drafts/pull/1628#issuecomment-424141692",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] add code points for 1, 2 and 3 byte connection IDs (#1628)",
"sections": [
{
"text": "",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1628,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1628#issuecomment-424141692"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 363362891\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba9602dc00df_20e03fa8904d45b844934--


From nobody Mon Sep 24 15:07:53 2018
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 BDFC913115B for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:07:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Ogodq2WQlTRJ for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:07:45 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D1C28130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:07:44 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:07:44 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537826864; bh=8PPYV6WoOHibSC8LTg9EODWbQIi0KHbawRUAtr8qsrY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zgODF+oQYCcyFcmw9V6yx1CZ5dYgHAFSwA3Q6D3ZcPDH0gNwubUDfBsfCdFtU645i lBXhxoc4fUpW5DVYZYXvclV35NjcUL67C7pqUYYk1ps/8g60vN7ACOtvPy0bQaGCjz SISxOrPhDcBvLRZHQ8vx4gQ8d139P3iwlEYF6W3Q=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab736736faea0cb9d9773134efd91ea6d01234397592cf0000000117c1223092a169ce14a758b6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1628/issue_event/1864307350@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1628@github.com>
References: <quicwg/base-drafts/pull/1628@github.com>
Subject: Re: [quicwg/base-drafts] add code points for 1, 2 and 3 byte connection IDs (#1628)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba96030226bd_2eaf3fc0766d45b882380"; 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/WDSnfUUmbegXdkPCbffX_peNYE0>
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, 24 Sep 2018 22:07:47 -0000

----==_mimepart_5ba96030226bd_2eaf3fc0766d45b882380
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1628.

-- 
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/1628#event-1864307350
----==_mimepart_5ba96030226bd_2eaf3fc0766d45b882380
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="346511542" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1628" href="https://github.com/quicwg/base-drafts/pull/1628">#1628</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/1628#event-1864307350">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwpFDbetO2bHKvYJ7h15qCjR6ALUks5ueVewgaJpZM4VqHpL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwkIbSRxqN9D5osUK1OkJqt5Ls2sks5ueVewgaJpZM4VqHpL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1628."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1628#event-1864307350"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1628#event-1864307350",
"url": "https://github.com/quicwg/base-drafts/pull/1628#event-1864307350",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] add code points for 1, 2 and 3 byte connection IDs (#1628)",
"sections": [
{
"text": "",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1628#event-1864307350"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 363362891\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba96030226bd_2eaf3fc0766d45b882380--


From nobody Mon Sep 24 15:08:18 2018
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 B2C01131127 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:08:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Kq-o-HT61-yE for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:08:15 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4A763130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:08:15 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:08:14 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537826894; bh=e6oxnjLgehuGnS+RsBwF0+4tcQKYZZdb6wMIZ3jd9Qs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fLzguiB45dhoaZ+BnbQ/E/WtNoiJY1+X8hW3A6s1v+Ij2sg/Uag/OOIn8LHh2B+y6 dZbnqt/k3nUHKm8YOfPChxyF3N1/h9HJkrjdRQUp6SjnH0IHIzFyLX9jdOW3W038qw C6575p2mnv15Yrbz++Z9JN5CZupdxs0AMaqZNDWw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe57255f8ff76d6327c58f7ff3a0f90549e7a7d3992cf0000000117c1224e92a169ce151d0067@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1706/c424141806@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1706@github.com>
References: <quicwg/base-drafts/pull/1706@github.com>
Subject: Re: [quicwg/base-drafts] Unified ACK frame (#1706)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9604e807dd_17ff3fb8930d45b849940"; 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/7laAneiH1j5PgAHpcKpOe4xCPAY>
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, 24 Sep 2018 22:08:17 -0000

----==_mimepart_5ba9604e807dd_17ff3fb8930d45b849940
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Agreed in NYC not to do this.

-- 
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/1706#issuecomment-424141806
----==_mimepart_5ba9604e807dd_17ff3fb8930d45b849940
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Agreed in NYC not to do this.</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/1706#issuecomment-424141806">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3q0JECU_UkJNFMWUWghD_TtLZxWks5ueVfOgaJpZM4WNXQz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1ClG1SIKYjQ-KCsR3uNgWGxzIYeks5ueVfOgaJpZM4WNXQz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1706: Agreed in NYC not to do this."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1706#issuecomment-424141806"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1706#issuecomment-424141806",
"url": "https://github.com/quicwg/base-drafts/pull/1706#issuecomment-424141806",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Unified ACK frame (#1706)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1706,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1706#issuecomment-424141806"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 372601907\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba9604e807dd_17ff3fb8930d45b849940--


From nobody Mon Sep 24 15:08:25 2018
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 71CB3131166 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:08:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 RcYpde-LlPBC for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:08:19 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E2FEF131169 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:08:18 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:08:18 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537826898; bh=i+fSI4AwgA6zA8xNRE4ifhogDIB0i8KMs/Jx2TpXrvE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BfZJ97ACVDBEa97xeO6V1zMlGiBgrlxi/y0b8yr65p5OGRXLsV6uOnLe0Cb2CSca8 G9xAYtXceLlZG8MoQF07ZWb4/dAo0esvsspNU3w30klOJ+eYfp5B3QHd1eheI3MwUk b0Da2G/vXh9bPK02BfC444RjmIN+vegvpvaLAuxA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7f4bdc0e5fb491fd0a6a099b6865156e0e24cb6892cf0000000117c1225292a169ce151d0067@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1706/issue_event/1864308108@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1706@github.com>
References: <quicwg/base-drafts/pull/1706@github.com>
Subject: Re: [quicwg/base-drafts] Unified ACK frame (#1706)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba960521e708_318d3ffc2fcd45b8778b"; 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/vy5zkHFzBFQ42PRtUv5W-gW_kYM>
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, 24 Sep 2018 22:08:22 -0000

----==_mimepart_5ba960521e708_318d3ffc2fcd45b8778b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1706.

-- 
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/1706#event-1864308108
----==_mimepart_5ba960521e708_318d3ffc2fcd45b8778b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="354222183" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1706" href="https://github.com/quicwg/base-drafts/pull/1706">#1706</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/1706#event-1864308108">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq12jLEG4VSDEmMxHdd7ZxJuGOeBPks5ueVfSgaJpZM4WNXQz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6zgyiUEstBYoCxuQS2TzHCIbAetks5ueVfSgaJpZM4WNXQz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1706."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1706#event-1864308108"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1706#event-1864308108",
"url": "https://github.com/quicwg/base-drafts/pull/1706#event-1864308108",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Unified ACK frame (#1706)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1706#event-1864308108"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 372601907\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba960521e708_318d3ffc2fcd45b8778b--


From nobody Mon Sep 24 15:09:27 2018
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 8A89F13115B for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:09:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 YHlW281oj0wX for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:09:23 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7AE0F130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:09:23 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:09:22 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537826962; bh=r3l8qwzBCvih0hk8l4XddcYarx5WadE6GDN6wNYYUlM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WHzIefjKsPZy3lpjtsozUYpqdP19guhVjoTnIMHlG3TdLjLKaubTfZ8+iidbtrgTF K+9jW0csXrupNAUKKQmZFvO6oOqjhtNBK07s6hkNkSAZGsLuYPpqePk9XxU3IBRRtC nbS73meZ17tu5xzCAo5muJlxiKKZlUNMpwC4OomA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab936b2a354a5d73e7c19a4df604ba7ce0f92d695392cf0000000117c1229292a169ce13c0caa7@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1439/issue_event/1864309550@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1439@github.com>
References: <quicwg/base-drafts/issues/1439@github.com>
Subject: Re: [quicwg/base-drafts] Improve ACK_ECN frame encoding (e.g., use bit-vector) (#1439)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9609293251_6a363f84bbad45c497830"; 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/fvGzad89EGbDOnMzSvguQGy8V1Q>
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, 24 Sep 2018 22:09:25 -0000

----==_mimepart_5ba9609293251_6a363f84bbad45c497830
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1439.

-- 
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/1439#event-1864309550
----==_mimepart_5ba9609293251_6a363f84bbad45c497830
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="331401895" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1439" href="https://github.com/quicwg/base-drafts/issues/1439">#1439</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/1439#event-1864309550">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq39iA-D266KQzbihK5uOJE-wiFNeks5ueVgSgaJpZM4Ujnzr">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2Ud-nwfOIPYNqnpk5mN72_2DV-nks5ueVgSgaJpZM4Ujnzr.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1439."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1439#event-1864309550"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1439#event-1864309550",
"url": "https://github.com/quicwg/base-drafts/issues/1439#event-1864309550",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Improve ACK_ECN frame encoding (e.g., use bit-vector) (#1439)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1439#event-1864309550"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 344882411\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba9609293251_6a363f84bbad45c497830--


From nobody Mon Sep 24 15:09:33 2018
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 58329130E60 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:09:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 FwSJG9yGXJEN for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:09:24 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 53C35131127 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:09:24 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:09:23 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537826963; bh=28LAHw3Si8wDccXWK+BSo/jHQKaLRcd8Cg6uYeO+GpU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wJCVV0GyZC4UEEBMkOB3AWrM9us5IoVaE8KfJ7z2OV57Nwe12EqU1ATyNz//IJ0St 7nJ5FdHOlHo4MxzdSSo2p0E4uGj6LUd9oPxkYe6wY9wVxEQsZHlKug9EBBR8ZQnZ1w a2HpEZR3GjF05jIO9gwgvUSmYlVQiWJzFxDzPsjw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abff2ab7a7666916cc5d121e8fb4564486da01c2ce92cf0000000117c1229392a169ce13c0caa7@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1439/424142069@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1439@github.com>
References: <quicwg/base-drafts/issues/1439@github.com>
Subject: Re: [quicwg/base-drafts] Improve ACK_ECN frame encoding (e.g., use bit-vector) (#1439)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba960936f44b_34643fe9376d45c4175019"; 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/Z1h7xrt47BaYUBA5reSjSVS4teA>
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, 24 Sep 2018 22:09:26 -0000

----==_mimepart_5ba960936f44b_34643fe9376d45c4175019
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in NYC and we decided that the failings of the existing scheme are the least worst option.

-- 
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/1439#issuecomment-424142069
----==_mimepart_5ba960936f44b_34643fe9376d45c4175019
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in NYC and we decided that the failings of the existing scheme are the least worst option.</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/1439#issuecomment-424142069">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxhS1uj0_tXNgg63kN7CXLnPiD4Mks5ueVgTgaJpZM4Ujnzr">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq16PIVMh-FVaRBc0mF2XJzS8EbA2ks5ueVgTgaJpZM4Ujnzr.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1439: Discussed in NYC and we decided that the failings of the existing scheme are the least worst option."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1439#issuecomment-424142069"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1439#issuecomment-424142069",
"url": "https://github.com/quicwg/base-drafts/issues/1439#issuecomment-424142069",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Improve ACK_ECN frame encoding (e.g., use bit-vector) (#1439)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1439,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1439#issuecomment-424142069"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 344882411\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba960936f44b_34643fe9376d45c4175019--


From nobody Mon Sep 24 15:16:46 2018
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 BAD16131127 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:16:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 KOSkcsRZDRMY for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:16:44 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E15C7130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:16:43 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:16:43 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537827403; bh=8OtiPz/n6EzKUuOHlWOs2zCayFPEE3VsFlgzaurBNIw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cOw6iW4wVoBM/nwk+ckWEXwXzuoUNi0Wu0wMTBrJXJ/uf7bSGaCLWgHR6BY/1y1M3 CCeUHge0mcucUoNgtcyYkboA2EaL4iEybwBWIqj8zWCdl7Y8xnZ75KvXPS0fvbcoya 7NGTBOY142IRA2gp6ohM3eg1qqvXDJxPf6G68XJg=
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/1750/push/2903213914@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1750@github.com>
References: <quicwg/base-drafts/pull/1750@github.com>
Subject: Re: [quicwg/base-drafts] Make connection ID appear random (#1750)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9624b3112c_524e3fcb738d45b82704b8"; 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/XGZvUSwNMSBTqSqXQop-e0jEJeA>
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, 24 Sep 2018 22:16:46 -0000

----==_mimepart_5ba9624b3112c_524e3fcb738d45b82704b8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

573d158  Fix grammar a little


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1750/files/990b6f38e635c6afe5a00e0c41436b395d47b09f..573d1588233f2e2cbb8eee3fe943b2ea329a408e

----==_mimepart_5ba9624b3112c_524e3fcb738d45b82704b8
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/573d158">573d158</a>  Fix grammar a little</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/1750/files/990b6f38e635c6afe5a00e0c41436b395d47b09f..573d1588233f2e2cbb8eee3fe943b2ea329a408e">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyhMQBGX2lvJWt4HWY3X33fIGPzeks5ueVnLgaJpZM4Wqtyw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1AqOsO_SFTaeTLixKvXaEb4p5zaks5ueVnLgaJpZM4Wqtyw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1750"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1750/files/990b6f38e635c6afe5a00e0c41436b395d47b09f..573d1588233f2e2cbb8eee3fe943b2ea329a408e"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1750/files/990b6f38e635c6afe5a00e0c41436b395d47b09f..573d1588233f2e2cbb8eee3fe943b2ea329a408e",
"url": "https://github.com/quicwg/base-drafts/pull/1750/files/990b6f38e635c6afe5a00e0c41436b395d47b09f..573d1588233f2e2cbb8eee3fe943b2ea329a408e",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1750",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1750:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "573d158",
"value": "Fix grammar a little"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1750/files/990b6f38e635c6afe5a00e0c41436b395d47b09f..573d1588233f2e2cbb8eee3fe943b2ea329a408e"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380296368\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba9624b3112c_524e3fcb738d45b82704b8--


From nobody Mon Sep 24 15:18:19 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 BDCD113115B for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:18:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 QZ8GvyQtyTQn for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:18:16 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 516A3131127 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:18:16 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537827495; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=vSQ9xdj48fokwF7BdWgRNDilt1iRL/R6wqtYFoPWek0=; b=AQczZZfKrURK5Lm6GDVkxjIqZMIJVTLsdYh8W8xCEfBPokD7ILWzgyA4swDavRvSz9/ntNcy WtMWF9kDUKoD5LYRdFLrg20CNana7i/KAKpffEk7wGkYB5CjDAngi5Va79UJTjifng2SI3le CAHJBRBPvuVjvDoZ+L13gdFrWhk=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5ba9604f.7f3579e04960-smtp-out-n03; Mon, 24 Sep 2018 22:08:15 -0000 (UTC)
Date: Mon, 24 Sep 2018 15:08:14 -0700
From: martinthomson <martin.thomson@gmail.com>
Reply-To: martinthomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba9604e72875_35722ab3f267eec47217f@hookshot-fe-6b2eebc.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba9604e71fa6_35722ab3f267eec4720cb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ewl84qaRaImdC2DLZnUlhkx4gZs>
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, 24 Sep 2018 22:18:18 -0000

----==_mimepart_5ba9604e71fa6_35722ab3f267eec4720cb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/one-ack
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba9604e71fa6_35722ab3f267eec4720cb--


From nobody Mon Sep 24 15:19:07 2018
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 080A213115F for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:19:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 6XhEsooR7tcM for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:19:04 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 041A6130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:19:04 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:19:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537827543; bh=M6Cf7QHa/qNPanQYz616qeiD+sCKGHTtdZTVKBcz9XU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=j1CKvDOzS8t/CtSj1axLdma9RV0PdkGgPl6iV0gqoCU2J02tQFma7zZKYjVNUtW/U iyeptSvXV1UMeBztIgkYD8sVPitCEf3SWEpIaGCGlN0Wod3fbJvYwKrn1XAUDlh42N fbqPHdhFD+1yIsdh3IAVHk7A4ANH/vY8drVB/NNA=
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/1750/push/2903218580@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1750@github.com>
References: <quicwg/base-drafts/pull/1750@github.com>
Subject: Re: [quicwg/base-drafts] Make connection ID appear random (#1750)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba962d74e987_63113fe856cd45b4170282"; 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/WdR_Wo4vsNQ0d0_uQ6UFmanQZHM>
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, 24 Sep 2018 22:19:06 -0000

----==_mimepart_5ba962d74e987_63113fe856cd45b4170282
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

d4cf415  More grammar, more MUST


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1750/files/573d1588233f2e2cbb8eee3fe943b2ea329a408e..d4cf415d07969d1dfdbaf0e7cef4f7675e2cb8da

----==_mimepart_5ba962d74e987_63113fe856cd45b4170282
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/d4cf415">d4cf415</a>  More grammar, more MUST</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/1750/files/573d1588233f2e2cbb8eee3fe943b2ea329a408e..d4cf415d07969d1dfdbaf0e7cef4f7675e2cb8da">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6gO4EucQp6XzdBa6lERGcX8bMCxks5ueVpXgaJpZM4Wqtyw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-wS66mvdtul742ADt459sEOy6Syks5ueVpXgaJpZM4Wqtyw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1750"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1750/files/573d1588233f2e2cbb8eee3fe943b2ea329a408e..d4cf415d07969d1dfdbaf0e7cef4f7675e2cb8da"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1750/files/573d1588233f2e2cbb8eee3fe943b2ea329a408e..d4cf415d07969d1dfdbaf0e7cef4f7675e2cb8da",
"url": "https://github.com/quicwg/base-drafts/pull/1750/files/573d1588233f2e2cbb8eee3fe943b2ea329a408e..d4cf415d07969d1dfdbaf0e7cef4f7675e2cb8da",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1750",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1750:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "d4cf415",
"value": "More grammar, more MUST"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1750/files/573d1588233f2e2cbb8eee3fe943b2ea329a408e..d4cf415d07969d1dfdbaf0e7cef4f7675e2cb8da"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380296368\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba962d74e987_63113fe856cd45b4170282--


From nobody Mon Sep 24 15:19:15 2018
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 3B4CD130E60 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:19:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.606
X-Spam-Level: 
X-Spam-Status: No, score=-6.606 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 rnBc73hfk8wm for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:19:11 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3C80E131127 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:19:11 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:19:10 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537827550; bh=0OECmr7ErElr+0B8WnBCKfC4zOQznEyMHythGllPLdk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=M811YC9KJzSE3ClcMbgQLFDx9xjpzOWq0NHn0goUvqOEJg8kv9HKm8DMbxyEmbeQg dTL7KOh/kHdOe9RLK4SAKEaxdx56ugRyrMmr1PLwfzOkcLTwNAQoUZ1HyM5VWEaseU YLN32UCONbEthHobd92uW7Gzyd5ylP15bNmtk7gw=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab92e7d2cd0cf534956120025c6057cb05409f0d2192cf0000000117c124de92a169ce157e7de0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1750/review/158317550@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1750@github.com>
References: <quicwg/base-drafts/pull/1750@github.com>
Subject: Re: [quicwg/base-drafts] Make connection ID appear random (#1750)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba962de344cc_5ece3fa50ead45c470242"; 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/1xoitTgWoDLRvbcScWcgdXZSSH0>
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, 24 Sep 2018 22:19:13 -0000

----==_mimepart_5ba962de344cc_5ece3fa50ead45c470242
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/1750#pullrequestreview-158317550
----==_mimepart_5ba962de344cc_5ece3fa50ead45c470242
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<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/1750#pullrequestreview-158317550">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq08_x9taUL-SvS9OK5gmFCPS15fyks5ueVpegaJpZM4Wqtyw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1JnnKJHc5pyEN8vuxRlciGziPKDks5ueVpegaJpZM4Wqtyw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar approved #1750"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1750#pullrequestreview-158317550"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1750#pullrequestreview-158317550",
"url": "https://github.com/quicwg/base-drafts/pull/1750#pullrequestreview-158317550",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@janaiyengar approved 1750",
"sections": [
{
"text": "",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1750#pullrequestreview-158317550"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380296368\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba962de344cc_5ece3fa50ead45c470242--


From nobody Mon Sep 24 15:19:22 2018
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 B945C130E60 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:19:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 3feY8UQgiH0K for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:19:16 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 983C113115F for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:19:16 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:19:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537827555; bh=WlrDlddUCOjpRMt7itdX6Po0Nh0VQ6wpLqBSoCIXrXE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=W7Jc5AewuOtPKY4Tz674ANYfPqJ/8eg7ccgS79pOsFHFc+WQ2V875aDoNVIYI5s6t XLfRiT9QsVco4uASBfIl9Mw97kikdxulFTlTVT8NL/wiA0Hlaz81AKcCWMdNQXPV27 XrG/jK/S6US9/Qx6StzQo/t77jqVE3ZwNiNS779k=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abaec66b3f53d5799395255c447706a571465231f692cf0000000117c124e392a169ce156b1c97@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1740/issue_event/1864324000@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1740@github.com>
References: <quicwg/base-drafts/issues/1740@github.com>
Subject: Re: [quicwg/base-drafts] Connections ID's are not required to appear random (#1740)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba962e34df79_23c83fcd088d45b8188540"; 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/qCU--l0_Ahy8kWZkO4dqrzniMf8>
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, 24 Sep 2018 22:19:19 -0000

----==_mimepart_5ba962e34df79_23c83fcd088d45b8188540
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1740 via #1750.

-- 
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/1740#event-1864324000
----==_mimepart_5ba962e34df79_23c83fcd088d45b8188540
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="359341207" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1740" href="https://github.com/quicwg/base-drafts/issues/1740">#1740</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360611296" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1750" href="https://github.com/quicwg/base-drafts/pull/1750">#1750</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/1740#event-1864324000">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwmyX9BTyyWqaIAK9oNCDCLnbIFhks5ueVpjgaJpZM4WkwzD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0efbHgocTfORqh0p04sy_LSBRVGks5ueVpjgaJpZM4WkwzD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1740 via #1750."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1740#event-1864324000"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1740#event-1864324000",
"url": "https://github.com/quicwg/base-drafts/issues/1740#event-1864324000",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connections ID's are not required to appear random (#1740)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1740#event-1864324000"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 378735811\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba962e34df79_23c83fcd088d45b8188540--


From nobody Mon Sep 24 15:19:27 2018
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 6122713115F for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:19:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 rHqp_CfrSifu for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:19:17 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 91E55131166 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:19:17 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:19:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537827556; bh=04hBxcjVkpUcHBi/avAYTbGORxXlaKKJfYbjeE/TQ/c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=T1wf+jgNUTgHPpxoRGpy/gfaHTfB32uUf+dK60l4lZDRwLhdVZmL7CTsavPY6ZThT Tk3wgtuMspLYRs2Jyic3FSxT+M4YHSY7WIuummO6UUFGz8CVpp1N0eL2fjcOuG0YU1 HlgWkPrnXzi+2U5dr25LiId0h6+WS7KZ1Xv2S5i0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab36a81a319c1f36af62844a864c389d936969158c92cf0000000117c124e492a169ce157e7de0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1750/issue_event/1864323997@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1750@github.com>
References: <quicwg/base-drafts/pull/1750@github.com>
Subject: Re: [quicwg/base-drafts] Make connection ID appear random (#1750)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba962e496caa_23df3fcd088d45b81534cb"; 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/lAdjSKDCSQOkxsJmLL6wl_B6iHo>
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, 24 Sep 2018 22:19:19 -0000

----==_mimepart_5ba962e496caa_23df3fcd088d45b81534cb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1750 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/1750#event-1864323997
----==_mimepart_5ba962e496caa_23df3fcd088d45b81534cb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360611296" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1750" href="https://github.com/quicwg/base-drafts/pull/1750">#1750</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/1750#event-1864323997">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5uy98bOtzpiDP-zlRCrmqPa6BJ2ks5ueVpkgaJpZM4Wqtyw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7k3OB_f8YaHM3ltxE77Wh1_hZftks5ueVpkgaJpZM4Wqtyw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1750 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1750#event-1864323997"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1750#event-1864323997",
"url": "https://github.com/quicwg/base-drafts/pull/1750#event-1864323997",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make connection ID appear random (#1750)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1750#event-1864323997"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380296368\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba962e496caa_23df3fcd088d45b81534cb--


From nobody Mon Sep 24 15:19:33 2018
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 323591311C1 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:19:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ifsqDMxYSKM2 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:19:20 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9F9E3130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:19:20 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:19:19 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537827559; bh=JqSyUvcjCLYV06VUr9veUekvrbAp/gKygiFkO57+pzI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nfPBYflT+FAJxZhtsumLBBVnjKsfMLDYxoFUqDXjEbBu72KgggT+ZxQlk+CpnoX0K or6GCby7YS9yeebs4ZXoKZKNxsrXceE0SLd35+Ft5HiKKUdtIGMDLV+1l7tjWCM55K obtSFtMs0xHDTIszShPk66kEpe9/7ciznuEWu+WI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2a89494a0b453bb71c9eeeeb8d1f1ac8323de48f92cf0000000117c124e792a169ce157e7de0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1750/c424144413@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1750@github.com>
References: <quicwg/base-drafts/pull/1750@github.com>
Subject: Re: [quicwg/base-drafts] Make connection ID appear random (#1750)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba962e7b1a1f_79a83fb5482d45b4887a3"; 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/zm4L-58w_ok16q956TmbvSAvr-8>
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, 24 Sep 2018 22:19:23 -0000

----==_mimepart_5ba962e7b1a1f_79a83fb5482d45b4887a3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks!

-- 
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/1750#issuecomment-424144413
----==_mimepart_5ba962e7b1a1f_79a83fb5482d45b4887a3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks!</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/1750#issuecomment-424144413">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq--4tHjqgvrR23aYxs4DICOnxTTnks5ueVpngaJpZM4Wqtyw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2F6EnVmqUiUl6w_4J96qWFw69K7ks5ueVpngaJpZM4Wqtyw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1750: Thanks!"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1750#issuecomment-424144413"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1750#issuecomment-424144413",
"url": "https://github.com/quicwg/base-drafts/pull/1750#issuecomment-424144413",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make connection ID appear random (#1750)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1750,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1750#issuecomment-424144413"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380296368\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba962e7b1a1f_79a83fb5482d45b4887a3--


From nobody Mon Sep 24 15:19:59 2018
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 73DB0131127 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:19:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.01
X-Spam-Level: 
X-Spam-Status: No, score=-3.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 tyCaz5pDcKi5 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:19:55 -0700 (PDT)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7DCC1130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:19:55 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=2IzGHj+0Yn7E2YPZSYfOl1Z0K7w=; b=P2STLmv5oSXG/Siv yLyrBoHeuUA0Yh6a7kFEfi+nLcPZa+aenKnzymehfDe4tsIxNliNCgF9KOve+wzc TKQB9VAvU6G1KO8QwgSTzHjQsf+PGg7A6+90ToXj5vB7LZy83kQ/giR5YdD9L9sU VI5XSJ1UF3bHdnMSwdwke9HW+Yk=
Received: by filter0011p1iad2.sendgrid.net with SMTP id filter0011p1iad2-14159-5BA9630A-A 2018-09-24 22:19:54.077519446 +0000 UTC m=+1555045.533141739
Received: from github-lowworker-e8fa9ff.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0001p1iad2.sendgrid.net (SG) with ESMTP id twM3hUUpQgmlN7Wpz2Gtsw for <quic-issues@ietf.org>; Mon, 24 Sep 2018 22:19:53.819 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e8fa9ff.cp1-iad.github.net (Postfix) with ESMTP id 05C53420318 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:19:54 -0700 (PDT)
Date: Mon, 24 Sep 2018 22:19:54 +0000 (UTC)
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd586da0335a44c1883d7524a7b998c4d62b96f4e92cf0000000117c1250992a169ce14620d9d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1575/424144509@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1575@github.com>
References: <quicwg/base-drafts/issues/1575@github.com>
Subject: Re: [quicwg/base-drafts] Consider simplifying Packet Number Encryption (#1575)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9630a1396_54c93ff95fed45c02262a9"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0HhRYwsaykQP7xqTMJhLO+qzO/dGDZCxxxnm y3yrzIhApo4KRPgZSYWDszFoze6rI2F2qnEhADN9o4an5NditVMDOjNEHG9El+bFyuZIzPkXRi5DPv TfG6H+JLbDb3Ds+3OXn369IwdDtsI73pVlfRJtJ2peQwXmfQW6+MEnsiwqqCraEMpnL5PTMCGUqZlM Y=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/wkmPcjGBqDjdFWeVXjaxk_OUGeI>
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, 24 Sep 2018 22:19:58 -0000

----==_mimepart_5ba9630a1396_54c93ff95fed45c02262a9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I had a conversation with @ekr about this yesterday, and I'm wondering if the following proposal might get us the best of both worlds:
1) Require that QUIC packets MUST verify `length(packet number) + length(payload) >= 4`, by padding the payload if needed.
2) Always have PNE encrypt 4 bytes from the start of the packet number, and use the following 16 bytes as nonce.

In practice the padding overhead here is very low as it only impacts a small number of frame types when sent without an ACK frame. (Worse case scenario is a lonely PING frame with packet number below 63, and that case suffers 2 bytes of padding out of a 20+8+1+1+1=31 byte IPv4 packet)

It also has the nice property of obfuscating the packet-number length, as an observer can no longer tell when the packet number is below 63.

In terms of implementation, this is simplest for decryption, and the padding can be added right before encrypting the payload as that code needs to have access to the packet number as nonce anyway.

What are people's thoughts on this?

-- 
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/1575#issuecomment-424144509
----==_mimepart_5ba9630a1396_54c93ff95fed45c02262a9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I had a conversation with <a class=3D"user-mention" data-hovercard-user-=
id=3D"1111457" data-octo-click=3D"hovercard-link-click" data-octo-dimension=
s=3D"link_type:self" href=3D"https://github.com/ekr">@ekr</a> about this ye=
sterday, and I'm wondering if the following proposal might get us the best =
of both worlds:</p>
<ol>
<li>Require that QUIC packets MUST verify <code>length(packet number) + len=
gth(payload) &gt;=3D 4</code>, by padding the payload if needed.</li>
<li>Always have PNE encrypt 4 bytes from the start of the packet number, an=
d use the following 16 bytes as nonce.</li>
</ol>
<p>In practice the padding overhead here is very low as it only impacts a s=
mall number of frame types when sent without an ACK frame. (Worse case scen=
ario is a lonely PING frame with packet number below 63, and that case suff=
ers 2 bytes of padding out of a 20+8+1+1+1=3D31 byte IPv4 packet)</p>
<p>It also has the nice property of obfuscating the packet-number length, a=
s an observer can no longer tell when the packet number is below 63.</p>
<p>In terms of implementation, this is simplest for decryption, and the pad=
ding can be added right before encrypting the payload as that code needs to=
 have access to the packet number as nonce anyway.</p>
<p>What are people's thoughts on this?</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/1575#issuecomment-424144509">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1hca_AwAVKyob=
C8Va3eGUDI9b5Lks5ueVqJgaJpZM4VTEWJ">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq-_qN_QL0Ivy0JDCxrN26h7maa4Lks5ueVqJga=
JpZM4VTEWJ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in #15=
75: I had a conversation with @ekr about this yesterday, and I'm wondering =
if the following proposal might get us the best of both worlds:\r\n1) Requi=
re that QUIC packets MUST verify `length(packet number) + length(payload) \=
u003e=3D 4`, by padding the payload if needed.\r\n2) Always have PNE encryp=
t 4 bytes from the start of the packet number, and use the following 16 byt=
es as nonce.\r\n\r\nIn practice the padding overhead here is very low as it=
 only impacts a small number of frame types when sent without an ACK frame.=
 (Worse case scenario is a lonely PING frame with packet number below 63, a=
nd that case suffers 2 bytes of padding out of a 20+8+1+1+1=3D31 byte IPv4 =
packet)\r\n\r\nIt also has the nice property of obfuscating the packet-numb=
er length, as an observer can no longer tell when the packet number is belo=
w 63.\r\n\r\nIn terms of implementation, this is simplest for decryption, a=
nd the padding can be added right before encrypting the payload as that cod=
e needs to have access to the packet number as nonce anyway.\r\n\r\nWhat ar=
e people's thoughts on this?"}],"action":{"name":"View Issue","url":"https:=
//github.com/quicwg/base-drafts/issues/1575#issuecomment-424144509"}}}</scr=
ipt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1575#issuecomment-4=
24144509",
"url": "https://github.com/quicwg/base-drafts/issues/1575#issuecomment-4241=
44509",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Consider simplifying Packet Number Encry=
ption (#1575)",
"sections": [
{
"text": "",
"activityTitle": "**David Schinazi**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@DavidSchinazi",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1575,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"qui=
cwg/base-drafts\",\n\"issueId\": 1575\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1575#issuecomment-4241=
44509"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 357320073=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba9630a1396_54c93ff95fed45c02262a9--


From nobody Mon Sep 24 15:25:17 2018
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 6BCC7131154 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:25:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 C9lVCFp9dCfQ for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:25:13 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7C143130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:25:13 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:25:12 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537827912; bh=WmlT7ripaCbJpUdZKQcQeARx00zLUhSAydd7VYV57H4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QiOVga2d7C9fl6SZfWsFV8Hazj6sRExxzkUHN8UDtDZUVtfTv1s2UmjPGbjilYKXA 98JYwxZF8f19Fhm/RtEQZu6v2uhpRKXbnBvvIXGHC2wibI2pS73HSGvSn2jD7+Emxx QtoJWBsuS4p32BS9iIbb+CpQ0/e2oNm4icTrlRK0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8a3f65cab196e86f47112e03b84f6184cc279da092cf0000000117c1264892a169ce157e9fb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1752/c424145727@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1752@github.com>
References: <quicwg/base-drafts/pull/1752@github.com>
Subject: Re: [quicwg/base-drafts] Add protection against abusive packer number sequences (#1752)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba964489b16d_31ae3fd5ee0d45b8844a"; 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/Syjhs4xVl3YgMl2kE-pYUHquGME>
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, 24 Sep 2018 22:25:16 -0000

----==_mimepart_5ba964489b16d_31ae3fd5ee0d45b8844a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closing based on discussion.  We concluded that while there are optimizations that might be exposed to some sort of manipulation, the most obvious implementation isn't vulnerable.  Anyone optimizing can probably work this out for themselves.

-- 
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/1752#issuecomment-424145727
----==_mimepart_5ba964489b16d_31ae3fd5ee0d45b8844a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closing based on discussion.  We concluded that while there are optimizations that might be exposed to some sort of manipulation, the most obvious implementation isn't vulnerable.  Anyone optimizing can probably work this out for themselves.</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/1752#issuecomment-424145727">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1ZC-1GhDmP5FIF_B1K5q_kNP2ONks5ueVvIgaJpZM4WqwXz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq07Dwgio6V47B4lsPVyYkLoLowwKks5ueVvIgaJpZM4WqwXz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1752: Closing based on discussion.  We concluded that while there are optimizations that might be exposed to some sort of manipulation, the most obvious implementation isn't vulnerable.  Anyone optimizing can probably work this out for themselves."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1752#issuecomment-424145727"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1752#issuecomment-424145727",
"url": "https://github.com/quicwg/base-drafts/pull/1752#issuecomment-424145727",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add protection against abusive packer number sequences (#1752)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1752,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1752#issuecomment-424145727"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306931\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba964489b16d_31ae3fd5ee0d45b8844a--


From nobody Mon Sep 24 15:25:24 2018
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 047B8130E60 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:25:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.009
X-Spam-Level: 
X-Spam-Status: No, score=-3.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 1bKNzBBfwRA5 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:25:18 -0700 (PDT)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F0C4713115F for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:25:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=GyxzIc3iMeivMwXdw++qIvBlV/E=; b=Lw0wigITwQUq7G7q XTVKrNAPfTZ43q4s0XTHYLyCzCMxyLhxV26pHNFmV/PrvImAJAY5HnUeGtnpyImt o6CCvmnf4t7RD8jvAlci1EdYwEvu8igbphoRvCaIz3RbIN1BYJiZ1bShTXuL0uOZ juI2R0pxbjc3w02OFU3APf3n9c8=
Received: by filter0140p1iad2.sendgrid.net with SMTP id filter0140p1iad2-6250-5BA9644C-20 2018-09-24 22:25:16.865716105 +0000 UTC m=+443904.404971913
Received: from github-lowworker-05ceafd.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0015p1iad2.sendgrid.net (SG) with ESMTP id Wvn0V9GOQdOlS7S4gfjaVA for <quic-issues@ietf.org>; Mon, 24 Sep 2018 22:25:16.676 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-05ceafd.cp1-iad.github.net (Postfix) with ESMTP id 8B050461397 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:25:16 -0700 (PDT)
Date: Mon, 24 Sep 2018 22:25:17 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe566fd9e8a44425b24a04ebb5f249d7ffc72cea692cf0000000117c1264c92a169ce157e9fb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1752/issue_event/1864332780@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1752@github.com>
References: <quicwg/base-drafts/pull/1752@github.com>
Subject: Re: [quicwg/base-drafts] Add protection against abusive packer number sequences (#1752)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9644c85a3b_5b4c3fe1928d45c427984"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2L+I+bFl2AJL20NoRMMZ/YIw/IBELDy4c4IY dQY4vjtNNGtmEC7aAhzIR9doBeZ96JhwO/yKquzUvsncx/rI4pgNwtUsEjRSvyP57h6qecoR1ZzCgo moeeM1tJ304q3evn0M2TeVMfH1R6TXikqpGg1qHIiKCoRQ39ouvvzMUhoEp4sa3hzCBM66r+lRD22E g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DKaVBto4Db7R4eopbxfCQwfRYbk>
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, 24 Sep 2018 22:25:20 -0000

----==_mimepart_5ba9644c85a3b_5b4c3fe1928d45c427984
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1752.

-- 
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/1752#event-1864332780
----==_mimepart_5ba9644c85a3b_5b4c3fe1928d45c427984
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360619954" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1752" href="https://github.com/quicwg/base-drafts/pull/1752">#1752</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/1752#event-1864332780">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0cSU6WQsgoolR_dI8rUfHuNfa_2ks5ueVvMgaJpZM4WqwXz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6Ou8QkTVaz3W4RpmhpslfzuS0IXks5ueVvMgaJpZM4WqwXz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1752."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1752#event-1864332780"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1752#event-1864332780",
"url": "https://github.com/quicwg/base-drafts/pull/1752#event-1864332780",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add protection against abusive packer number sequences (#1752)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1752#event-1864332780"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380306931\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba9644c85a3b_5b4c3fe1928d45c427984--


From nobody Mon Sep 24 15:28:32 2018
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 74EC213104E for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:28:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 qZV8UOiJzXCt for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:28:29 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CF43C130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:28:28 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:28:28 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537828108; bh=hrR5fv2KpsxXO51sQHtvUFmFbL5HFrhVc9kj1CjhSdA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SmLKvS0sK0sQzk/uqjzsRyheIA0oREbcez9VYcwrfbQONdK0MiBLjQi6aZ8WpKEEU YfCbtVDLc9CrkW6t3mtjNhXLhHSE76kkRNWEkRu64EO63PRfdU+QUIQQngPLft8mYI +g986XRdmMDXBDwb6cBLcoZc4CfUJc1D9iXpHhYU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3a77f2af0d082f152278a4f3d5571f33907d7a2a92cf0000000117c1270c92a169ce1584906c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1758/c424146440@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1758@github.com>
References: <quicwg/base-drafts/pull/1758@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to omit version negotiation in response to 0-RTT packets. (#1758)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9650c1949d_436b3fb170cd45b8903e4"; 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/agMQrJUroPOSnRsrlvKjfdXlejg>
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, 24 Sep 2018 22:28:31 -0000

----==_mimepart_5ba9650c1949d_436b3fb170cd45b8903e4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

It took me ages to understand this one, and I needed @janaiyengar's help.  Maybe the right thing to say is that servers don't have to send Version Negotiation in response to every packet and they can use their own heuristics for deciding this.

-- 
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/1758#issuecomment-424146440
----==_mimepart_5ba9650c1949d_436b3fb170cd45b8903e4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>It took me ages to understand this one, and I needed <a class="user-mention" data-hovercard-user-id="11067604" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/janaiyengar">@janaiyengar</a>'s help.  Maybe the right thing to say is that servers don't have to send Version Negotiation in response to every packet and they can use their own heuristics for deciding this.</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/1758#issuecomment-424146440">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq021vmKV_X9Eme1I8rk6rtG7kK_Cks5ueVyMgaJpZM4Wsjx-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5lKf25LFTZ9cyhJjj-f0hvtnuHfks5ueVyMgaJpZM4Wsjx-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1758: It took me ages to understand this one, and I needed @janaiyengar's help.  Maybe the right thing to say is that servers don't have to send Version Negotiation in response to every packet and they can use their own heuristics for deciding this."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1758#issuecomment-424146440"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1758#issuecomment-424146440",
"url": "https://github.com/quicwg/base-drafts/pull/1758#issuecomment-424146440",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Allow servers to omit version negotiation in response to 0-RTT packets. (#1758)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1758,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1758\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1758#issuecomment-424146440"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380779646\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba9650c1949d_436b3fb170cd45b8903e4--


From nobody Mon Sep 24 15:29:13 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 AB22313115F for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:29:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 LmrYfTcIPtcB for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:29:10 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F0000131154 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:29:09 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537828149; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=GcEPPpyDgZU6taiqUx9DrfCOo43UOxS1tfM1S6S5NZY=; b=vTWt3hoLbjSAXYZCzfuBDuPvVg4yyNBJFtc2Pv8WI93QmDFO6Dmx/31Tv6jIwDmxbT/AG3ye 4vi4nvlhuo8He+4TBuxtUUp6O1IzdaNJI+1q0Ewj31Ma4LaRt4xUTOfRpRLS6PwlBj6pUDNH PayjANnLXwxCGm+ZtUtIwcrOUKI=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5ba962dd.7ff91f69d5d0-smtp-out-n02; Mon, 24 Sep 2018 22:19:09 -0000 (UTC)
Date: Mon, 24 Sep 2018 15:19:08 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba962dc7a3be_60892acb621d2ed424036@hookshot-fe-da92815.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 7a3c53: Make connection ID appear random
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba962dc7a008_60892acb621d2ed4239b9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WRibkyI9Rl3apiK0gyQ0Wf0hq5I>
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, 24 Sep 2018 22:29:12 -0000

----==_mimepart_5ba962dc7a008_60892acb621d2ed4239b9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7a3c539c195119a1414de895093d6f281e3ced24
      https://github.com/quicwg/base-drafts/commit/7a3c539c195119a1414de8=
95093d6f281e3ced24
  Author: Mikkel Fahn=C3=B8e J=C3=B8rgensen <mikkel@dvide.com>
  Date:   2018-09-16 (Sun, 16 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Make connection ID appear random

Fixes #1740


  Commit: df0d6a8b64e6c4f77e6d807d98de5848abdc8486
      https://github.com/quicwg/base-drafts/commit/df0d6a8b64e6c4f77e6d80=
7d98de5848abdc8486
  Author: Mikkel Fahn=C3=B8e J=C3=B8rgensen <mikkel@dvide.com>
  Date:   2018-09-16 (Sun, 16 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Allow for a static portion in the connection ID


  Commit: 619900395c500eb0db83290b8cdc7ffa1cb22cc9
      https://github.com/quicwg/base-drafts/commit/619900395c500eb0db8329=
0b8cdc7ffa1cb22cc9
  Author: Mikkel Fahn=C3=B8e J=C3=B8rgensen <mikkel@dvide.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Remove random requirement


  Commit: 137543c47b68d6a3e727f5227788c7ee9414d6a3
      https://github.com/quicwg/base-drafts/commit/137543c47b68d6a3e727f5=
227788c7ee9414d6a3
  Author: Mikkel Fahn=C3=B8e J=C3=B8rgensen <mikkel@dvide.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  typo


  Commit: 990b6f38e635c6afe5a00e0c41436b395d47b09f
      https://github.com/quicwg/base-drafts/commit/990b6f38e635c6afe5a00e=
0c41436b395d47b09f
  Author: Mikkel Fahn=C3=B8e J=C3=B8rgensen <mikkel@dvide.com>
  Date:   2018-09-19 (Wed, 19 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  To be or not to be


  Commit: 573d1588233f2e2cbb8eee3fe943b2ea329a408e
      https://github.com/quicwg/base-drafts/commit/573d1588233f2e2cbb8eee=
3fe943b2ea329a408e
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Fix grammar a little


  Commit: d4cf415d07969d1dfdbaf0e7cef4f7675e2cb8da
      https://github.com/quicwg/base-drafts/commit/d4cf415d07969d1dfdbaf0=
e7cef4f7675e2cb8da
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  More grammar, more MUST


  Commit: bdbf13d7d769c04a1bcca7b4a5cebb7bc8094440
      https://github.com/quicwg/base-drafts/commit/bdbf13d7d769c04a1bcca7=
b4a5cebb7bc8094440
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #1750 from mikkelfj/random-cid

Make connection ID appear random


Compare: https://github.com/quicwg/base-drafts/compare/633075ec24fb...bdb=
f13d7d769
      **NOTE:** This service has been marked for deprecation: https://dev=
eloper.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019=
.

----==_mimepart_5ba962dc7a008_60892acb621d2ed4239b9--


From nobody Mon Sep 24 15:37:39 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 7F896131154 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:37:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 1cXVO_-XgfJE for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:37:35 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BED99131127 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:37:35 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537828654; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=WhkRX4JWdAMSss8dyoSOXQ07dGXa0XIETrXtRoAh8pA=; b=QF+XhsM0U0r+qzB8Q5Av6h9/t6TD3qI7UYJI0UxuIT+5e932PDzQxKx5u27ufHhd8FFDEbvn RpBA0QU1FU5cwKbpgUKcUsKT/GqfNsQVzv6n1LTZBZZGO9LbI8qGcYO+WqQZu6RfsqDPVl/8 GA9VTiQTQrrJeo0oTSDnbORGBOA=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5ba9672e.7fa26cf717b0-smtp-out-n02; Mon, 24 Sep 2018 22:37:34 -0000 (UTC)
Date: Mon, 24 Sep 2018 15:37:34 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba9672eb404c_154ad2aba7bdd0ecc41860@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 240220: Some cleanup
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba9672eb3292_154ad2aba7bdd0ecc4177b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/PftRgjQYBrFYo0lP7BWDLZj5-GY>
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, 24 Sep 2018 22:37:38 -0000

----==_mimepart_5ba9672eb3292_154ad2aba7bdd0ecc4177b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-max-ack-delay
  Home:   https://github.com/quicwg/base-drafts
  Commit: 240220233afd7127747bc3756ea9047c4302462e
      https://github.com/quicwg/base-drafts/commit/240220233afd7127747bc3756ea9047c4302462e
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Some cleanup



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba9672eb3292_154ad2aba7bdd0ecc4177b--


From nobody Mon Sep 24 15:37:47 2018
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 550D6131154 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:37:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 FIsfKC_Vs38a for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:37:44 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 79D7A131127 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:37:44 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:37:43 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537828663; bh=5Z4vi/l3Tyk1ZkIUO7N7EXVVVRtfz24eSARp55k66Ls=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qJPOGVp4bTaz/pjQwEd/O3Z/VBzc7B8S0s64LpH7LVXbmKxwR50d6BeDmYGQhFfpW DZgOImpc/k8bLU7x87CJE+rGISVWcLrqNFF+6vmhiDi6ugdW7fYQmEbejuy1zDG7dC mdTNuvuRYGNgX14S6tpfxf5RPVYw+PP5pjmYDCy4=
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/1781/push/2903254871@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1781@github.com>
References: <quicwg/base-drafts/pull/1781@github.com>
Subject: Re: [quicwg/base-drafts] Add max_ack_delay transport parameter and ACK every two packets (#1781)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba967375c018_355a3fea162d45c08869d"; 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/0_XfUb2dsiJNFE0WXWchLl-FNQw>
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, 24 Sep 2018 22:37:46 -0000

----==_mimepart_5ba967375c018_355a3fea162d45c08869d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

2402202  Some cleanup


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1781/files/787b0306bc9c403b3062584c91bcc52d327e9b44..240220233afd7127747bc3756ea9047c4302462e

----==_mimepart_5ba967375c018_355a3fea162d45c08869d
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/2402202">2402202</a>  Some cleanup</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/1781/files/787b0306bc9c403b3062584c91bcc52d327e9b44..240220233afd7127747bc3756ea9047c4302462e">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzQ9MarEOrvUTmfcUsZs_0C4Jk0oks5ueV63gaJpZM4WzJbW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3flY9dRdDEOHu6mYQgnJrtr0GUXks5ueV63gaJpZM4WzJbW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1781"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1781/files/787b0306bc9c403b3062584c91bcc52d327e9b44..240220233afd7127747bc3756ea9047c4302462e"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1781/files/787b0306bc9c403b3062584c91bcc52d327e9b44..240220233afd7127747bc3756ea9047c4302462e",
"url": "https://github.com/quicwg/base-drafts/pull/1781/files/787b0306bc9c403b3062584c91bcc52d327e9b44..240220233afd7127747bc3756ea9047c4302462e",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1781",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1781:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "2402202",
"value": "Some cleanup"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1781/files/787b0306bc9c403b3062584c91bcc52d327e9b44..240220233afd7127747bc3756ea9047c4302462e"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382506710\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba967375c018_355a3fea162d45c08869d--


From nobody Mon Sep 24 15:38:28 2018
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 79B4C13115F for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:38:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 AmVJ3Sh3IwuQ for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:38:24 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9CE5E131127 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:38:24 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:38:23 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537828703; bh=zIghyll1nE1ZZPngW9OBXu5i4ZgL8q4wMWLt/d+izlA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Jq76bMQTydTRARtJ794UG+stBBeVPB5fNIOxCSVPWjqp99Y7+rxVTt/+gDDhimIT+ XpL0HrHkzXBVP3Jx3JVUzxPjr8HyeP2WNZpqAmA3F6Oes/hQp5mTb82YsocbGDPl95 05vH8QBWYVHzBH4usD/dGzJM+fsJD0iZzrBWR5+M=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab328e7c6ce3c27eed71533aeafedc7e06a784d06d92cf0000000117c1295f92a169ce1599ab93@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1781/c424148600@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1781@github.com>
References: <quicwg/base-drafts/pull/1781@github.com>
Subject: Re: [quicwg/base-drafts] Add max_ack_delay transport parameter and ACK every two packets (#1781)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9675f9ac64_2e213f80868d45b41770d3"; 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/ERYGAL-RaJDvRyJZGDjFwxOpkaA>
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, 24 Sep 2018 22:38:27 -0000

----==_mimepart_5ba9675f9ac64_2e213f80868d45b41770d3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I don't think that we need microsecond precision here.  It just makes expressing the value harder.

-- 
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/1781#issuecomment-424148600
----==_mimepart_5ba9675f9ac64_2e213f80868d45b41770d3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I don't think that we need microsecond precision here.  It just makes expressing the value harder.</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/1781#issuecomment-424148600">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6fYDVev3_Ew97LcnV524mTbI-Rnks5ueV7fgaJpZM4WzJbW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwO22jdQOC4BVcuwcySRdZBuFnFfks5ueV7fgaJpZM4WzJbW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1781: I don't think that we need microsecond precision here.  It just makes expressing the value harder."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1781#issuecomment-424148600"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1781#issuecomment-424148600",
"url": "https://github.com/quicwg/base-drafts/pull/1781#issuecomment-424148600",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add max_ack_delay transport parameter and ACK every two packets (#1781)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1781,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1781\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1781#issuecomment-424148600"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382506710\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba9675f9ac64_2e213f80868d45b41770d3--


From nobody Mon Sep 24 15:38:34 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 8DC78131127 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:38:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 9vpcGrPl4oGi for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:38:25 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DE8B8131154 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:38:24 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537828704; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=0dExp2hFj9f+MIF9f9Gn/pGlk5uFBmozPndhwxrAfzg=; b=hbsXD/5D7PGtQM5fMsaXKy2Ok2QgAibrqSENu7h/2zj2w1y9Kci6BAfLGwJHHz+0EEkkfRJ0 18rz0hLTjprwYWV526EOgJjD2Z3wiQ+wZk99XWqGp78AEs8cFEOb35qppsja41BsG8JXmJSc Qm2A2m2cgwfxjAi/Aa0WoApZp4U=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5ba9675f.7f2e1c4f9180-smtp-out-n02; Mon, 24 Sep 2018 22:38:23 -0000 (UTC)
Date: Mon, 24 Sep 2018 15:38:22 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba9675e6c181_554a2ada8adb0ecc8518@hookshot-fe-cace476.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 3568a7: Add max_ack_delay transport parameter
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba9675e6bd60_554a2ada8adb0ecc850c7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8d4T4AsXLveuUXltecwrDSuSZFM>
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, 24 Sep 2018 22:38:27 -0000

----==_mimepart_5ba9675e6bd60_554a2ada8adb0ecc850c7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3568a75a1e94a1c9227488ef60ca4c8f300bd848
      https://github.com/quicwg/base-drafts/commit/3568a75a1e94a1c9227488ef60ca4c8f300bd848
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Add max_ack_delay transport parameter

Fixes #981


  Commit: b0cbe91ed75f99a14d1130df1cfc915b976824e9
      https://github.com/quicwg/base-drafts/commit/b0cbe91ed75f99a14d1130df1cfc915b976824e9
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: 7a0d476421b1aefdcbf8d69e69cc7ac143907820
      https://github.com/quicwg/base-drafts/commit/7a0d476421b1aefdcbf8d69e69cc7ac143907820
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: 18cbe487fca9dd095c35e12d7c0a9fb8169207ce
      https://github.com/quicwg/base-drafts/commit/18cbe487fca9dd095c35e12d7c0a9fb8169207ce
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: 787b0306bc9c403b3062584c91bcc52d327e9b44
      https://github.com/quicwg/base-drafts/commit/787b0306bc9c403b3062584c91bcc52d327e9b44
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-22 (Sat, 22 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Martin's comments


  Commit: 240220233afd7127747bc3756ea9047c4302462e
      https://github.com/quicwg/base-drafts/commit/240220233afd7127747bc3756ea9047c4302462e
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Some cleanup


  Commit: 11bd87d3880137d5c9306696e1816bc4c63b68bf
      https://github.com/quicwg/base-drafts/commit/11bd87d3880137d5c9306696e1816bc4c63b68bf
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #1781 from quicwg/ianswett-max-ack-delay

Add max_ack_delay transport parameter and ACK every two packets


Compare: https://github.com/quicwg/base-drafts/compare/bdbf13d7d769...11bd87d38801
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba9675e6bd60_554a2ada8adb0ecc850c7--


From nobody Mon Sep 24 15:38:41 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 4BD41131127 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:38:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 txZqdlNcIKDy for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:38:27 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D17A3131154 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:38:26 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537828706; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=JJekqs0nVSSlcZToVuVRn3BvsY8v9KmCHX7vD4Rpe00=; b=AoKF754eqjpZBsY7x8r8muDD8cAFzAYARfZF03Kfbsptb0ODE4dmCtmbiWtfXpYnazDn0mOI Ch3s0n3lkVz4sV66s77/ORSzmibKUAHAxeksuCv4HeQTSxK6RB7jVCoGyx19e3xgGWvFnbtT 6fTRR6E8+RfYUIBZA+RA3USw5AA=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5ba96761.7ff568332300-smtp-out-n02; Mon, 24 Sep 2018 22:38:25 -0000 (UTC)
Date: Mon, 24 Sep 2018 15:38:25 -0700
From: martinthomson <martin.thomson@gmail.com>
Reply-To: martinthomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba96761737e2_30732ad0d0828ec89828@hookshot-fe-31feec6.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba96761728f7_30732ad0d0828ec89764"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Las7W7FwoUDeZ3wN-RxDcvgYX0Q>
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, 24 Sep 2018 22:38:28 -0000

----==_mimepart_5ba96761728f7_30732ad0d0828ec89764
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-max-ack-delay
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba96761728f7_30732ad0d0828ec89764--


From nobody Mon Sep 24 15:38:47 2018
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 AA0351311D9 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:38:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Dd4eQWhTv6Eq for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:38:28 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E63C613115B for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:38:27 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:38:27 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537828707; bh=oglPDgtW7akvHhK38xLOuOZd3sXdgmDAPvLadAhbP0g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wrnekOHLkgHhhv2NekCx/VMVzHK2uwIY+n8sMrYdEnw8TXZkXl/ZRcDP36CZK7zX9 0Cb7ce2HVpmHDC3pWwMNwr5rqdPQiok3CgKn0+hSPq64ccP5UF/+VVb9JRzEJ+EPOS jiXferUtBoN6kCzOESF9wz7iBpvJF4ZBh6JCZ/XI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba0bce28b3a384742aeb8dcb1f963c842d7f958d592cf0000000117c1296392a169ce109acc12@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/981/issue_event/1864351034@github.com>
In-Reply-To: <quicwg/base-drafts/issues/981@github.com>
References: <quicwg/base-drafts/issues/981@github.com>
Subject: Re: [quicwg/base-drafts] Explicitly communicate and include ACK delay in RTO computations (#981)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9676331fb8_60c83fc01fed45bc1329d7"; 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/UhVVVs6bc_K7jpFBaUeM5cU9ADo>
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, 24 Sep 2018 22:38:32 -0000

----==_mimepart_5ba9676331fb8_60c83fc01fed45bc1329d7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #981 via #1781.

-- 
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/981#event-1864351034
----==_mimepart_5ba9676331fb8_60c83fc01fed45bc1329d7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="278580242" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/981" href="https://github.com/quicwg/base-drafts/issues/981">#981</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362392467" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1781" href="https://github.com/quicwg/base-drafts/pull/1781">#1781</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/981#event-1864351034">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4YY4im0Q_J3RbtoSz3Yvb0UVFSuks5ueV7jgaJpZM4Qy1_D">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_SMLmtXQQTzXi22VTNPl3aFmKS4ks5ueV7jgaJpZM4Qy1_D.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #981 via #1781."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/981#event-1864351034"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/981#event-1864351034",
"url": "https://github.com/quicwg/base-drafts/issues/981#event-1864351034",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Explicitly communicate and include ACK delay in RTO computations (#981)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/981#event-1864351034"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 281763779\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba9676331fb8_60c83fc01fed45bc1329d7--


From nobody Mon Sep 24 15:38:51 2018
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 717F0131127 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:38:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 u4qYGtrYk9SV for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:38:30 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 414A91311B6 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:38:30 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:38:29 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537828709; bh=6JLSLBfvZdKCwUh0zG4xnUL/fx1i71QPH54/NwM25lk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vyLkXNB5QtH+gTTNxMljY6A+iqLwW4JQvFlJlZydQLMw8R0pguTw2ksQkMUsumI4n niMIrubb0AweYtcYRd4tHYVrixa/ux5HRddirMiwRkXYRbITphDxg3k08C10gxsMxc dlRBRWjtIppn5gPnhXtFH/2aqGwHTU0jM250O9yw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab63e2ebc20d2a24b85d4d5d80e488deb59a2b766792cf0000000117c1296592a169ce1599ab93@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1781/issue_event/1864351030@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1781@github.com>
References: <quicwg/base-drafts/pull/1781@github.com>
Subject: Re: [quicwg/base-drafts] Add max_ack_delay transport parameter and ACK every two packets (#1781)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9676579416_5b4c3fe1928d45c4958cf"; 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/pdV5unjS0tEZgZWtDezrAM17rns>
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, 24 Sep 2018 22:38:32 -0000

----==_mimepart_5ba9676579416_5b4c3fe1928d45c4958cf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1781 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/1781#event-1864351030
----==_mimepart_5ba9676579416_5b4c3fe1928d45c4958cf
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362392467" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1781" href="https://github.com/quicwg/base-drafts/pull/1781">#1781</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/1781#event-1864351030">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_ixKNFgDHM6Gt5uu9eGCKwFAD6lks5ueV7lgaJpZM4WzJbW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_7gO3aqbbl2ebP7oPd1oIjWtlYjks5ueV7lgaJpZM4WzJbW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1781 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1781#event-1864351030"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1781#event-1864351030",
"url": "https://github.com/quicwg/base-drafts/pull/1781#event-1864351030",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add max_ack_delay transport parameter and ACK every two packets (#1781)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1781#event-1864351030"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382506710\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba9676579416_5b4c3fe1928d45c4958cf--


From nobody Mon Sep 24 15:43:36 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 EA651131169 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:43:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 QBtLmj3OIHXw for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:43:33 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7C60C13115B for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:43:33 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537829012; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=AyAfT4wMikB6jVkTR9hCnkOO7T6c43QpOqs/Z/GvJKk=; b=FX+j1GsulXFyryMf+Pk+GhsVUy+dlqFFDbgNhKpMGClYcT2lVM8yyHDLXPazzwWi9WsBG3JT SFYH3/Dr3iQ6KbWOGEPshIxPaZyYxC4DZr3r5EE8hvFWelicrRBSmn6VeOkMD7hLPncUolXB H02n+dMl5cfJYTDX41tSXnESpYs=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5ba96894.7f4ff8380e10-smtp-out-n03; Mon, 24 Sep 2018 22:43:32 -0000 (UTC)
Date: Mon, 24 Sep 2018 15:43:31 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba9689318940_6202b1b41a66ecc7123@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 689250: Closes #1776
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba9689318589_6202b1b41a66ecc70da"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/lwbPVow2YfGmpjyL7-PsBWJ5xag>
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, 24 Sep 2018 22:43:35 -0000

----==_mimepart_5ba9689318589_6202b1b41a66ecc70da
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 689250e641f4144099e9a0cb19fe09df0cad7f70
      https://github.com/quicwg/base-drafts/commit/689250e641f4144099e9a0cb19fe09df0cad7f70
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Closes #1776



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba9689318589_6202b1b41a66ecc70da--


From nobody Mon Sep 24 15:43:44 2018
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 607E213115B for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:43:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 E-zTgYvfBVdW for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:43:41 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E22E513115F for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:43:40 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:43:40 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537829020; bh=rHAdIgNrtbdU43ASrC3L+kSJTvrMzSsTKQdWliESN8Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=avW3BJHDdA5ZCcWlA0igj6T0Z8U21T+WV4uNgGhDbqpYqb3rk2T7uVbizT95cCuo9 PbML8G4uuLbnevEWEeCD/ZjkvkUB8jHgq2wQp86bPfcF/iwX82ZiLUKeCoorpmxRr+ zEwzBlqNuTnR5lILtyx4aCteQ9kB+cn0S/rMoZBQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0ccecf41feb0b71b39bd19f3f239f446d5f7971e92cf0000000117c12a9c92a169ce1594ae40@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1776/issue_event/1864358009@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1776@github.com>
References: <quicwg/base-drafts/issues/1776@github.com>
Subject: Re: [quicwg/base-drafts] quic-transport has dangling reference to Section 5.1.1 of quic-tls (#1776)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9689c3d058_49863fd5feed45b844030"; 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/K3c4M2YGBbBpKavWL6Qx2efMDxw>
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, 24 Sep 2018 22:43:42 -0000

----==_mimepart_5ba9689c3d058_49863fd5feed45b844030
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1776 via 689250e641f4144099e9a0cb19fe09df0cad7f70.

-- 
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/1776#event-1864358009
----==_mimepart_5ba9689c3d058_49863fd5feed45b844030
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362065472" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1776" href="https://github.com/quicwg/base-drafts/issues/1776">#1776</a> via <a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/689250e641f4144099e9a0cb19fe09df0cad7f70"><tt>689250e</tt></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/1776#event-1864358009">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq26OG35iwg6cG9gwX4L8-fcpRaLJks5ueWAcgaJpZM4WxlqY">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5jbvoEs7DktjxWVYD1EsQxxRhhOks5ueWAcgaJpZM4WxlqY.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1776 via 689250e641f4144099e9a0cb19fe09df0cad7f70."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1776#event-1864358009"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1776#event-1864358009",
"url": "https://github.com/quicwg/base-drafts/issues/1776#event-1864358009",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] quic-transport has dangling reference to Section 5.1.1 of quic-tls (#1776)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1776#event-1864358009"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382098072\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba9689c3d058_49863fd5feed45b844030--


From nobody Mon Sep 24 15:46:15 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 5C31E13115F for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:46:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 TM5dP1EpOx8w for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:46:13 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2F138131127 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:46:13 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537829172; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=BDygpLmWeE9ck+S2m03Y7DFLhkOrYlsLQvWXDsx/u/8=; b=O+wov4fk9sFayTuHL7nbF9sq3/KE72ZwzCVKrLLSqvpDCDVo8aEF1fHEs1BmZ8M7onRm7o8b A3Gp5G2s2w7fOPu/3Ew9Jed7NNC8ql8InRVG03P8PN6o/bMcRKGoWehPJDnie4H49AXBX2S7 hd0tPIb+fxWPh3Mb7UQUUVQsijM=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5ba96934.7f57180b2e70-smtp-out-n03; Mon, 24 Sep 2018 22:46:12 -0000 (UTC)
Date: Mon, 24 Sep 2018 15:46:12 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba969349f7f_6932af835ae6ed022bd@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] b19fea: Allow NEW_CONNECTION_ID in probing packets
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba969349c1a_6932af835ae6ed02123"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rLQr-uY2as1yTOZar9qq7rCf300>
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, 24 Sep 2018 22:46:15 -0000

----==_mimepart_5ba969349c1a_6932af835ae6ed02123
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ncid-in-probe
  Home:   https://github.com/quicwg/base-drafts
  Commit: b19feaaab793b3b94dccfb718e7082fe0c230014
      https://github.com/quicwg/base-drafts/commit/b19feaaab793b3b94dccfb718e7082fe0c230014
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Allow NEW_CONNECTION_ID in probing packets

Closes #1746.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba969349c1a_6932af835ae6ed02123--


From nobody Mon Sep 24 15:46:48 2018
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 E739713115B for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:46:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 zNJYUoZDCr17 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:46:44 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1AD37131127 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:46:44 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:46:43 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537829203; bh=c4V83lzdBxsfLdysE3WYRhLFPaEkUpxWIofIZ5r+GSM=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=DR3a26f4dFG6QTMImyy+wZVJ307OWHlIOofe5ogzFxRTa6fq/7HC+xYyQgkHDsT5K aF5Vt8JBqeKVWPaBo90L6p7Wko1JSJebDLxGWS5Dm4/TRnbD+zd9xFhvAQIvMvQe3n rUw3t81p2Y8UJaNw3A6ZiLZpz9oqAXEI6plbKPao=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab93614a8d01af699d8dc136f7f37198a41a96c08a92cf0000000117c12b5392a169ce15a83f98@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1790@github.com>
Subject: [quicwg/base-drafts] Allow NEW_CONNECTION_ID in probing packets (#1790)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9695366d18_42043fd37ead45bc12574c"; 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/2tD3tdx7tVWYHP1XNLGz_Cx8ez4>
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, 24 Sep 2018 22:46:46 -0000

----==_mimepart_5ba9695366d18_42043fd37ead45bc12574c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closes #1746.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1790

-- Commit Summary --

  * Allow NEW_CONNECTION_ID in probing packets

-- File Changes --

    M draft-ietf-quic-transport.md (8)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1790.patch
https://github.com/quicwg/base-drafts/pull/1790.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/1790

----==_mimepart_5ba9695366d18_42043fd37ead45bc12574c
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 #1746.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360423744" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1746" href="https://github.com/quicwg/base-drafts/issues/1746">#1746</a>.</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/1790'>https://github.com/quicwg/base-drafts/pull/1790</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Allow NEW_CONNECTION_ID in probing packets</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1790/files#diff-0">draft-ietf-quic-transport.md</a>
    (8)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1790.patch'>https://github.com/quicwg/base-drafts/pull/1790.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1790.diff'>https://github.com/quicwg/base-drafts/pull/1790.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/1790">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1bn_o_RU6bR_cQcHywOhM4FMGVcks5ueWDTgaJpZM4W3lKc">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxPZs6SDo3v89dSyl7O4bmxS4K-pks5ueWDTgaJpZM4W3lKc.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Allow NEW_CONNECTION_ID in probing packets (#1790)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1790"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1790",
"url": "https://github.com/quicwg/base-drafts/pull/1790",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Allow NEW_CONNECTION_ID in probing packets (#1790)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "b19feaa",
"value": "Allow NEW_CONNECTION_ID in probing packets"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1790/files#diff-0) (8 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1790,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1790\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1790"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1790.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1790.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383668892\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba9695366d18_42043fd37ead45bc12574c--


From nobody Mon Sep 24 15:47:17 2018
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 D10E913115B for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:47:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.606
X-Spam-Level: 
X-Spam-Status: No, score=-6.606 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ZXLvZ4wjootj for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:47:02 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D639B13115F for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:46:59 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:46:59 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537829219; bh=G9/yHKPoqScw743Lyy/8IthEnerA1Bs3/itdKIzFifk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=c+CAsVXNsnyEjDO7tCeugbW0qzR/MUhHlYuR0V7PL8BnRR2PKAZq6iDSz4659n1Ix DNHzn4p6s4Sb3AfHe2AH5ElycuM2lpUrK4uv9Epp+thQ1MLRY/nZZXt2QjEJCBrJJl El1MiwPhsH0LAlh+u/EUVoWzBeJrXYZkpAPhU5xU=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2d0cb11fcdb9f133ae234397b59005bade16f13e92cf0000000117c12b6392a169ce15a83f98@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1790/review/158323921@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1790@github.com>
References: <quicwg/base-drafts/pull/1790@github.com>
Subject: Re: [quicwg/base-drafts] Allow NEW_CONNECTION_ID in probing packets (#1790)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9696310704_5b503fe1928d45c4128670"; 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/-7M4MkgPnQsh0CE5_fYko0y37HA>
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, 24 Sep 2018 22:47:04 -0000

----==_mimepart_5ba9696310704_5b503fe1928d45c4128670
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/1790#pullrequestreview-158323921
----==_mimepart_5ba9696310704_5b503fe1928d45c4128670
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<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/1790#pullrequestreview-158323921">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw6CcLeNTiTS9VDBlGQNEXDH1UzQks5ueWDjgaJpZM4W3lKc">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1j9toCEj1kBaQ9_G6-2qtgQFCl2ks5ueWDjgaJpZM4W3lKc.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar approved #1790"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1790#pullrequestreview-158323921"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1790#pullrequestreview-158323921",
"url": "https://github.com/quicwg/base-drafts/pull/1790#pullrequestreview-158323921",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@janaiyengar approved 1790",
"sections": [
{
"text": "",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1790#pullrequestreview-158323921"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383668892\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba9696310704_5b503fe1928d45c4128670--


From nobody Mon Sep 24 15:48:02 2018
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 7894913115F for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:48:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 cyj_RceujHtB for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:47:59 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1049313115B for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:47:59 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:47:58 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537829278; bh=hokE8zpFAO0ZJJ4zf/HoEb2mRauecW3D2kXHOKtYWo0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RO9btOjv4l7V0V0cgGIYJDM+tmUEQ52O8axajJHTlW2pdTHYU0zAjWLL7EfNbDfiU djGEQZjzvn8VxkvfiYqgi+uKjNRUCHeU8PB2VEJ9qqnecp99l+alHmLU6/8HqL9ewg bCibOHZb9OHsyb2ufEh9dJRejxUjvelb8V94ZWLg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd31627212fd6cc1dcb52ef1e5e40d5826338bb2392cf0000000117c12b9e92a169ce13ae108c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1428/issue_event/1864363973@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1428@github.com>
References: <quicwg/base-drafts/issues/1428@github.com>
Subject: Re: [quicwg/base-drafts] When the sender is using standard Reno congestion control, ack every ~2 packets (#1428)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9699e52df2_12913ff79eed45c45391f"; 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/lwAZ2Yr-5I9WWNkzn1HAqVrJ0g8>
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, 24 Sep 2018 22:48:01 -0000

----==_mimepart_5ba9699e52df2_12913ff79eed45c45391f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1428.

-- 
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/1428#event-1864363973
----==_mimepart_5ba9699e52df2_12913ff79eed45c45391f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="330174604" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1428" href="https://github.com/quicwg/base-drafts/issues/1428">#1428</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/1428#event-1864363973">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxaZbgZKlJaTiyYR62JWXVdxhG9iks5ueWEegaJpZM4Ud_JF">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3WUIx8tk2ptuRFy936GGXsiXEw3ks5ueWEegaJpZM4Ud_JF.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1428."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1428#event-1864363973"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1428#event-1864363973",
"url": "https://github.com/quicwg/base-drafts/issues/1428#event-1864363973",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] When the sender is using standard Reno congestion control, ack every ~2 packets (#1428)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1428#event-1864363973"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 343405125\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba9699e52df2_12913ff79eed45c45391f--


From nobody Mon Sep 24 15:48:07 2018
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 BC147131187 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:48:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 PUIwc-JfMThT for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:48:01 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DA87913115B for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:48:00 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:48:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537829280; bh=fpi/PgVB4IyCFSaWr8QP/N//k3wvI8kHk2L+IsQOMf0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=S7UvhKbNnlh6+v0hiZ8Q3zFNWKx4shXzqEfsaXYwLU5B0HvluDOWEpkzXwGnVZ59F JE6vYZ5cUWdGT8qMI9KBVlhSBUkMs3jfUVsfESGDeKAC+fT/vcKY/TX/RPbZrTFYOe LP8jGJlMdh6uoj+jtMsxL0bb64alr1ZsWX5iCcDs=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abefe3ceb1adeed1668f02f54745d035b803edfa2592cf0000000117c12ba092a169ce13ae108c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1428/424150569@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1428@github.com>
References: <quicwg/base-drafts/issues/1428@github.com>
Subject: Re: [quicwg/base-drafts] When the sender is using standard Reno congestion control, ack every ~2 packets (#1428)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba969a0ea42_31fa3fe1544d45c0202be"; 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/MH9hZMIxwZMTHNCFBY4Gldi3dqU>
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, 24 Sep 2018 22:48:04 -0000

----==_mimepart_5ba969a0ea42_31fa3fe1544d45c0202be
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixed in #1781.

-- 
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/1428#issuecomment-424150569
----==_mimepart_5ba969a0ea42_31fa3fe1544d45c0202be
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Fixed in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362392467" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1781" href="https://github.com/quicwg/base-drafts/pull/1781">#1781</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/1428#issuecomment-424150569">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq30rJREopDWmzvgy7bJ9BtJavzYhks5ueWEggaJpZM4Ud_JF">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6_zej3Ok8QAKOxX3stW18j0psoQks5ueWEggaJpZM4Ud_JF.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1428: Fixed in #1781."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1428#issuecomment-424150569"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment-424150569",
"url": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment-424150569",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] When the sender is using standard Reno congestion control, ack every ~2 packets (#1428)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1428,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1428#issuecomment-424150569"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 343405125\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba969a0ea42_31fa3fe1544d45c0202be--


From nobody Mon Sep 24 15:51:51 2018
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 09CE1131154 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:51:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Omvg0XPJMk3E for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:51:48 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5B6D9131127 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:51:48 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:51:47 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537829507; bh=3MKvVOb1kCIsTdNt7XXzz8ZwKKwzy2Fl2zG26s6b92k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=T90C4fKeaMCpFGqY5GoYs3o/XUWjgwE1w6rHEwd0CREbGDEdDA5TdVZZNAYLOKk9l ZHonkpdYVH5lksI9FKmjKg5XoJk+Zou0SlYh+owkpT6n6G+Ih2nmKts01Q1yUvwbyK IdFkDYGSdO4y6kCFL2bvrXezcscTTVhNIDS8KEw8=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd2a9959de3d8146ec2ce0c667d2cc19f61ce598192cf0000000117c12c8392a169ce15a77b1e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1789/review/158325001@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1789@github.com>
References: <quicwg/base-drafts/pull/1789@github.com>
Subject: Re: [quicwg/base-drafts] Make intro more accessible (#1789)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba96a83a345c_5c353fb079ad45bc120028"; 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/Zm6JmCzL__nl8IRb_Ts2k1zIE-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: Mon, 24 Sep 2018 22:51:50 -0000

----==_mimepart_5ba96a83a345c_5c353fb079ad45bc120028
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -128,15 +128,16 @@ general-purpose secure transport for multiple applications.
 
 * Connection migration and resilience to NAT rebinding
 
-QUIC implements techniques learned from experience with TCP, SCTP and other
-transport protocols.  QUIC uses UDP as substrate so as to not require changes to
-legacy client operating systems and middleboxes to be deployable.  QUIC
-authenticates all of its headers and encrypts most of the data it exchanges,
-including its signaling.  This allows the protocol to evolve without incurring a
-dependency on upgrades to middleboxes.  This document describes the core QUIC
-protocol, including the conceptual design, wire format, and mechanisms of the
-QUIC protocol for connection establishment, stream multiplexing, stream and
-connection-level flow control, connection migration, and data reliability.
+QUIC uses UDP as substrate so as to not require changes to legacy client
+operating systems and middleboxes to be deployable.  QUIC authenticates all of

Agreed, this sentence is awkward.

How about "QUIC uses UDP as a substrate to avoid changes to legacy client operating systems and middleboxes in order to be deployed."

-- 
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/1789#discussion_r220013359
----==_mimepart_5ba96a83a345c_5c353fb079ad45bc120028
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1789#discussion_r220013359">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -128,15 +128,16 @@ general-purpose secure transport for multiple applications.
 
 * Connection migration and resilience to NAT rebinding
 
-QUIC implements techniques learned from experience with TCP, SCTP and other
-transport protocols.  QUIC uses UDP as substrate so as to not require changes to
-legacy client operating systems and middleboxes to be deployable.  QUIC
-authenticates all of its headers and encrypts most of the data it exchanges,
-including its signaling.  This allows the protocol to evolve without incurring a
-dependency on upgrades to middleboxes.  This document describes the core QUIC
-protocol, including the conceptual design, wire format, and mechanisms of the
-QUIC protocol for connection establishment, stream multiplexing, stream and
-connection-level flow control, connection migration, and data reliability.
+QUIC uses UDP as substrate so as to not require changes to legacy client
+operating systems and middleboxes to be deployable.  QUIC authenticates all of
</pre>
<p>Agreed, this sentence is awkward.</p>
<p>How about "QUIC uses UDP as a substrate to avoid changes to legacy client operating systems and middleboxes in order to be deployed."</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/1789#discussion_r220013359">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx3Jln68HLvJJc33AKtywVh0YS3Cks5ueWIDgaJpZM4W3WoC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq52Dc8Cak-FShA_6lfNB6wDVbIk8ks5ueWIDgaJpZM4W3WoC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1789"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1789#discussion_r220013359"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1789#discussion_r220013359",
"url": "https://github.com/quicwg/base-drafts/pull/1789#discussion_r220013359",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1789",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1789#discussion_r220013359"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383609346\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba96a83a345c_5c353fb079ad45bc120028--


From nobody Mon Sep 24 15:53:50 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 5A0BC131154 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:53:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.011
X-Spam-Level: 
X-Spam-Status: No, score=-1.011 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ItB-TjpKiOy2 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:53:47 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C820A13104E for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:53:47 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537829626; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=qBlxKF+mMdpyBNgnQs4Ksm3YDdJYvpgyKBRgWeajCR0=; b=C4b7yoz1TzN9MZxHn+iESMcJPQn3nmzAJ4JFZArLVtRgf53QIZlD0FybmUbklftr8XaDKnH3 J/18BfIpgWbhfFWa6I+hATszGodWT9AesT9spj+OD8r7Uhz6OtA9ETnoWA20aoxeVQltaF1J 8eBWirSPdOPqCzS/A4+VdZhtBhc=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5ba96afa.7f3ae815df90-smtp-out-n02; Mon, 24 Sep 2018 22:53:46 -0000 (UTC)
Date: Mon, 24 Sep 2018 15:53:46 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5ba96afac092e_151cb2ab6c7a72ecc248ae@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 4336ec: Intro nit
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba96afac057b_151cb2ab6c7a72ecc24741"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SonhK5EmypgsFVdXBQCLbGeGjDI>
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, 24 Sep 2018 22:53:50 -0000

----==_mimepart_5ba96afac057b_151cb2ab6c7a72ecc24741
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-intro
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4336ecc08380669a8299b0b5f259354303ee8f0d
      https://github.com/quicwg/base-drafts/commit/4336ecc08380669a8299b0b5f259354303ee8f0d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Intro nit



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba96afac057b_151cb2ab6c7a72ecc24741--


From nobody Mon Sep 24 15:54:11 2018
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 BF8C7131154 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:54:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 t5aX1hSGlCBJ for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 15:54:08 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E454913104E for <quic-issues@ietf.org>; Mon, 24 Sep 2018 15:54:07 -0700 (PDT)
Date: Mon, 24 Sep 2018 15:54:07 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537829647; bh=ZodqhX70LXy2rTT3u2NkLOCRQVq34Qt7Lz2xKYXyZiU=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=qP6ARLB7hHNcp3dYu0RAFLcZeqti72MuPCHkvnJvroHayS5+rWUkMNGkbCPqDR6e9 aCmUKB/DzdvXb2c+VNmt8OzAxLKSSyGUK7YsCnSKfqwmagKz9O0FkHwrtq0x3mGsqr gNFRURHtqvcbI1y+D69DfkxwUoB36OFa6q5B5j04=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab80ed21a54fd4950b5940f01189cd1964b5ba9df992cf0000000117c12d0f92a169ce15a8465e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1791@github.com>
Subject: [quicwg/base-drafts] Intro nit (#1791)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba96b0f24081_1d493fc98f6d45b459724"; 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/MfCY-P6eXQJLUrESfz_bJQN-J_g>
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, 24 Sep 2018 22:54:10 -0000

----==_mimepart_5ba96b0f24081_1d493fc98f6d45b459724
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1791

-- Commit Summary --

  * Intro nit

-- File Changes --

    M draft-ietf-quic-transport.md (4)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1791.patch
https://github.com/quicwg/base-drafts/pull/1791.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/1791

----==_mimepart_5ba96b0f24081_1d493fc98f6d45b459724
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<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/1791'>https://github.com/quicwg/base-drafts/pull/1791</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Intro nit</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1791/files#diff-0">draft-ietf-quic-transport.md</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1791.patch'>https://github.com/quicwg/base-drafts/pull/1791.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1791.diff'>https://github.com/quicwg/base-drafts/pull/1791.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/1791">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8aNOYXg91McunDxTIT81DgsUcWDks5ueWKPgaJpZM4W3lp-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4hG6VsvoBdkHVVFLHX56XQyCvE2ks5ueWKPgaJpZM4W3lp-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Intro nit (#1791)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1791"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1791",
"url": "https://github.com/quicwg/base-drafts/pull/1791",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Intro nit (#1791)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "4336ecc",
"value": "Intro nit"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1791/files#diff-0) (4 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1791,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1791\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1791"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1791.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1791.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383670910\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba96b0f24081_1d493fc98f6d45b459724--


From nobody Mon Sep 24 16:08:05 2018
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 9F11C131169 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:08:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 UgN_c3yaEeE9 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:08:02 -0700 (PDT)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A7334130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:08:02 -0700 (PDT)
Date: Mon, 24 Sep 2018 16:08:01 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537830482; bh=e/zgA7iBCTMC0vAz7jqPLy5/1zD/htCHAHYisgr4m4E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QTDuUC1B2fzCj982E9Nlj4rbBYY/jQOaSEHliONviDRVG4TRI8EPDXNviuhefdX5A dzeRV7AdfBstTbLqm+4zosXvZ7D4F+6s7VHGv+Ln/btVOVRwm30iouWEhjaTUQPrXy +rgcjqKZr8Bz5mzxuj0imb9V8bnxdoPTaHg9rwts=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf965edb87efc493278d49f4d20dfd095a06e6d7a92cf0000000117c1305192a169ce14d6881b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1649/424154721@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1649@github.com>
References: <quicwg/base-drafts/issues/1649@github.com>
Subject: Re: [quicwg/base-drafts] Subsequent Initial Packets with Token Field (#1649)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba96e51bc7e5_15183fa5cded45c416152"; 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/wWi6SJLKTwbcopDLuW7v2cXAY8A>
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, 24 Sep 2018 23:08:05 -0000

----==_mimepart_5ba96e51bc7e5_15183fa5cded45c416152
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Rule here is, in light of #1764, that the client needs to send 1200+ datagram until it knows (for certain) that the server has validated the client source address.  The way servers validate the client's source address in the handshake is by receiving packets with Handshake keys (or higher, but we know that 1-RTT packets aren't read until Handshake packets are all read).  So the way the client learns that the server is OK is to get an ACK at the Handshake encryption level (or higher, see above).

The token only appears in the first one, and the packet sent in response to a Retry.  That is probably more aggressive than necessary, but it keeps things simple.

-- 
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/1649#issuecomment-424154721
----==_mimepart_5ba96e51bc7e5_15183fa5cded45c416152
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Rule here is, in light of <a class=3D"issue-link js-issue-link" data-e=
rror-text=3D"Failed to load issue title" data-id=3D"361352497" data-permi=
ssion-text=3D"Issue title is private" data-url=3D"https://github.com/quic=
wg/base-drafts/issues/1764" href=3D"https://github.com/quicwg/base-drafts=
/issues/1764">#1764</a>, that the client needs to send 1200+ datagram unt=
il it knows (for certain) that the server has validated the client source=
 address.  The way servers validate the client's source address in the ha=
ndshake is by receiving packets with Handshake keys (or higher, but we kn=
ow that 1-RTT packets aren't read until Handshake packets are all read). =
 So the way the client learns that the server is OK is to get an ACK at t=
he Handshake encryption level (or higher, see above).</p>
<p>The token only appears in the first one, and the packet sent in respon=
se to a Retry.  That is probably more aggressive than necessary, but it k=
eeps things simple.</p>

<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/1649#issuecomment-424154721">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxCa=
8maKANlPIbJ2Kcqtgw2z9HYuks5ueWXRgaJpZM4V4lMN">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq65QrO424FMNc-3vrrDPBp9F=
I06Qks5ueWXRgaJpZM4V4lMN.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
inthomson in #1649: Rule here is, in light of #1764, that the client need=
s to send 1200+ datagram until it knows (for certain) that the server has=
 validated the client source address.  The way servers validate the clien=
t's source address in the handshake is by receiving packets with Handshak=
e keys (or higher, but we know that 1-RTT packets aren't read until Hands=
hake packets are all read).  So the way the client learns that the server=
 is OK is to get an ACK at the Handshake encryption level (or higher, see=
 above).\r\n\r\nThe token only appears in the first one, and the packet s=
ent in response to a Retry.  That is probably more aggressive than necess=
ary, but it keeps things simple."}],"action":{"name":"View Issue","url":"=
https://github.com/quicwg/base-drafts/issues/1649#issuecomment-424154721"=
}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1649#issuecomment=
-424154721",
"url": "https://github.com/quicwg/base-drafts/issues/1649#issuecomment-42=
4154721",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Subsequent Initial Packets with Token =
Field (#1649)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1649,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1649\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1649#issuecomment-42=
4154721"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3671539=
33\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba96e51bc7e5_15183fa5cded45c416152--


From nobody Mon Sep 24 16:12:07 2018
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 E7D53131169 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:12:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 K5XT10PPaeOh for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:12:03 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3618F130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:12:03 -0700 (PDT)
Date: Mon, 24 Sep 2018 16:12:01 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537830722; bh=FEDl/MxDcGx7E096TPZZDN6q3wvFXNouQHwvoTSJA/o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iPOgg2yNf6axBLAEgqwmZHFREjAHix6lIw7IMn3Kex8QQJK7gt/itTpRSzMWdt7b8 JiFRTcjxSkOw0ylD86jUv4uymohuJd74sT/UhNBs4cHa8TvZLzjsUGfZ4IeFDJDy/d H00a92bnFJlsHez1kT7M6kfe0IgU7cHGKU+aUCzk=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3e32316f8648290bb568fad2f9151db94c13d6bc92cf0000000117c1314192a169ce1547f95a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1721/424155464@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1721@github.com>
References: <quicwg/base-drafts/issues/1721@github.com>
Subject: Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba96f41edefd_3ca63fa5cded45c413907"; 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/axsIgHAeEn_ewg_uLybnpoewXZo>
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, 24 Sep 2018 23:12:05 -0000

----==_mimepart_5ba96f41edefd_3ca63fa5cded45c413907
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yes, we discussed that breakage in NYC and it seems like people are OK with it.  Mostly.  The change is already in.

-- 
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/1721#issuecomment-424155464
----==_mimepart_5ba96f41edefd_3ca63fa5cded45c413907
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yes, we discussed that breakage in NYC and it seems like people are OK with it.  Mostly.  The change is already in.</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/1721#issuecomment-424155464">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8V54i_di8pb0b83MbXPRJdk4ZZSks5ueWbBgaJpZM4WaDtr">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8nEDfXpLloAR6pmWvaopjePRdXUks5ueWbBgaJpZM4WaDtr.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1721: Yes, we discussed that breakage in NYC and it seems like people are OK with it.  Mostly.  The change is already in."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1721#issuecomment-424155464"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-424155464",
"url": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-424155464",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1721,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-424155464"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375929707\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba96f41edefd_3ca63fa5cded45c413907--


From nobody Mon Sep 24 16:12:15 2018
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 3EE9C131197 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:12:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 YTlARdi7AElx for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:12:05 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7B23F130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:12:05 -0700 (PDT)
Date: Mon, 24 Sep 2018 16:12:04 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537830724; bh=VEwPeM9QD22lBgbhOTmEf3jp/MurpyQ6vt70YRslNow=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HC+rCTCgKizO177RQH/DOM9Hw2xfstS8s2/329qUn5j75gkrH7tU85NgTPqJ1iGS+ 1ZlsnTGQFIKNDiIlIxzUanzaxq3G3GtaI3XW7CVos922XbZ6Vt0xdLN3phnsuvKr7V 0KBDEVH9V5I77AzcQVgSc20dKCn3mXh9Ae+QadxU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0c612ce0b2fc36a87b5e2413dcaa35f5ee4b447b92cf0000000117c1314492a169ce1547f95a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1721/issue_event/1864395325@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1721@github.com>
References: <quicwg/base-drafts/issues/1721@github.com>
Subject: Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba96f44782a2_154a3fa5cded45c425434"; 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/0TiRJsmu43s3ULddvNVCbVKHbMs>
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, 24 Sep 2018 23:12:08 -0000

----==_mimepart_5ba96f44782a2_154a3fa5cded45c425434
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1721.

-- 
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/1721#event-1864395325
----==_mimepart_5ba96f44782a2_154a3fa5cded45c425434
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="357038426" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1721" href="https://github.com/quicwg/base-drafts/issues/1721">#1721</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/1721#event-1864395325">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzp2Y2Oxn4t2JDYQ7Y-4vJxwIkk9ks5ueWbEgaJpZM4WaDtr">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7HXdsDqO6P9KdOtKXVkUCyLLgn8ks5ueWbEgaJpZM4WaDtr.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1721."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1721#event-1864395325"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1721#event-1864395325",
"url": "https://github.com/quicwg/base-drafts/issues/1721#event-1864395325",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1721#event-1864395325"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375929707\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba96f44782a2_154a3fa5cded45c425434--


From nobody Mon Sep 24 16:12:46 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 E599913116A for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:12:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 3oksxTAgNnAK for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:12:42 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C2D82130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:12:42 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537830761; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=ge8+ZRZoxs+oyKBsXJGsrnqJDnF69qlnv8sBGUQXq2k=; b=VM4QuSXZm804FfH/XQqaoEA6bovMB4aMmZ+trlI39TiImDfoQga7Yowtf15eypMFs6eGbqNU kbzXZw0Ny3hptzKr5ek/Q1yvuDShw9/LCDn/jU2LfDBMg2ZOeHgZrOT6exnW+2Y9xbYy2QzN pL/McyiksUsU0hWUiTZlYxvaZjA=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 5ba96f69.7f95f0113ed0-smtp-out-n03; Mon, 24 Sep 2018 23:12:41 -0000 (UTC)
Date: Mon, 24 Sep 2018 16:12:40 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba96f687950b_54732aeab6750ec4365b3@hookshot-fe-d2afb11.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 5ec965: Allow NEW_CONNECTION_ID in probing packets (#1790)
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba96f6878fd1_54732aeab6750ec43643d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vNtxPx4uEo2EnqPAD1hMH_1x8ng>
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, 24 Sep 2018 23:12:44 -0000

----==_mimepart_5ba96f6878fd1_54732aeab6750ec43643d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 5ec965ff8759ad3e1631f23633c691c076f7307e
      https://github.com/quicwg/base-drafts/commit/5ec965ff8759ad3e1631f23633c691c076f7307e
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Allow NEW_CONNECTION_ID in probing packets (#1790)

Closes #1746.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba96f6878fd1_54732aeab6750ec43643d--


From nobody Mon Sep 24 16:12:52 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 E650E130E60 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:12:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 0VAQgnn185Ey for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:12:47 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BC58A131173 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:12:47 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537830767; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=1V2X2aMdVuTXHTPfCZYf8blSVDPw31+yN/CvVwgm6GQ=; b=X6+wnUlmxCA2QwTSqdhHIky5iqjw03novOo3/+UXHDta2O/p1mIRZIKxS1+ms8INUQWHOEQo uFYVHj0wDFwK8SscgrWbrtD4GP17otiz4y5ZVvfb+c/xTogf5iy6/dELZr+0X/dH5gI/cGoK jEKono+5bo9E1w01TnN0GcaFUog=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5ba96f6e.7f41b4ab2390-smtp-out-n03; Mon, 24 Sep 2018 23:12:46 -0000 (UTC)
Date: Mon, 24 Sep 2018 16:12:46 -0700
From: martinthomson <martin.thomson@gmail.com>
Reply-To: martinthomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba96f6e5653_50ac2b127e690ecc10381@hookshot-fe-7191cb1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba96f6e532b_50ac2b127e690ecc10274"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/O-SoTuRUtRLGeM_mhBsCSVRms4I>
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, 24 Sep 2018 23:12:49 -0000

----==_mimepart_5ba96f6e532b_50ac2b127e690ecc10274
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ncid-in-probe
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba96f6e532b_50ac2b127e690ecc10274--


From nobody Mon Sep 24 16:12:57 2018
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 99961130E60 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:12:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ZJxkxtMhSwIF for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:12:48 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D0338131187 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:12:47 -0700 (PDT)
Date: Mon, 24 Sep 2018 16:12:46 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537830767; bh=xtTDib0BJySCDVmMK2OEVCRwTlqxY8ju3yMd+JbkEOo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vAcg9+jVJZ6YQsqX7zKqqpd0BQ8WzWcd6WG++QHucXaC87JkUYO7M1NzHd9w/Mxb9 zTSzEIH5QcHWYj1Yk6O1jSziIDs+IPLM70aLG5JwL1FaL/gjwl/I+eNof9d/x6SfEq iXRj4fogX+oixbc3Gx/skP7l+sAmU307ylB1XnTs=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abaf8e2c70dfd1b5a49e920a24f3c7855d97befa4d92cf0000000117c1316e92a169ce157ba140@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1746/issue_event/1864396154@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1746@github.com>
References: <quicwg/base-drafts/issues/1746@github.com>
Subject: Re: [quicwg/base-drafts] NEW_CONNECTION_ID in Probing Packets (#1746)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba96f6eed8f2_530f3ff727ad45b8223d3"; 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/N1_-0XX4fNs8bYHA5J-P4c1ajuw>
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, 24 Sep 2018 23:12:50 -0000

----==_mimepart_5ba96f6eed8f2_530f3ff727ad45b8223d3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1746 via #1790.

-- 
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/1746#event-1864396154
----==_mimepart_5ba96f6eed8f2_530f3ff727ad45b8223d3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360423744" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1746" href="https://github.com/quicwg/base-drafts/issues/1746">#1746</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363347864" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1790" href="https://github.com/quicwg/base-drafts/pull/1790">#1790</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/1746#event-1864396154">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq58ebRT5VXADAxUOeyZthlbWcDABks5ueWbugaJpZM4Wpzwi">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6cVEsDqNOElesTwMLQaHTD7PJgTks5ueWbugaJpZM4Wpzwi.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1746 via #1790."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1746#event-1864396154"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1746#event-1864396154",
"url": "https://github.com/quicwg/base-drafts/issues/1746#event-1864396154",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] NEW_CONNECTION_ID in Probing Packets (#1746)",
"sections": [
{
"text": "",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1746#event-1864396154"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380058658\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba96f6eed8f2_530f3ff727ad45b8223d3--


From nobody Mon Sep 24 16:13:03 2018
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 A2AA11311FA for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:12:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 3PcT0i4YlNXs for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:12:53 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C05B71311D0 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:12:52 -0700 (PDT)
Date: Mon, 24 Sep 2018 16:12:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537830771; bh=tbg0jrr4s0hrlfXww7Hh0yTJQCZ8UZIfQ5o2vnyZ/ZE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=g8miXRJbQ344712vMXJCcdWCA0pqaqsVHNLsUHvW5HUGpaA6CSCie1TUIXmNjO0qE d42wRAw08dygHIzRnkJw8QTw65/hOOs3dBqU6LHB/44C37bt91imdOBKVE8EwoBHn3 Yjp299mcMR6C4clpiAT8wt+GDKgA6Un1toEco/+k=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab184fbb85ee30972c0d199c8fcfeb9f80dccd960792cf0000000117c1317392a169ce15a83f98@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1790/issue_event/1864396151@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1790@github.com>
References: <quicwg/base-drafts/pull/1790@github.com>
Subject: Re: [quicwg/base-drafts] Allow NEW_CONNECTION_ID in probing packets (#1790)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba96f73da8f4_4f973fec902d45bc8253c"; 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/oHmr5EgfDFkqMQV5YbC-6RDB_xY>
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, 24 Sep 2018 23:12:55 -0000

----==_mimepart_5ba96f73da8f4_4f973fec902d45bc8253c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1790 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/1790#event-1864396151
----==_mimepart_5ba96f73da8f4_4f973fec902d45bc8253c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363347864" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1790" href="https://github.com/quicwg/base-drafts/pull/1790">#1790</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/1790#event-1864396151">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-VF3zhFItYvi-sL8SnXWl2QulFvks5ueWbzgaJpZM4W3lKc">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7szOAFwmChw8WdEmc2X2BkE86YPks5ueWbzgaJpZM4W3lKc.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1790 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1790#event-1864396151"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1790#event-1864396151",
"url": "https://github.com/quicwg/base-drafts/pull/1790#event-1864396151",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Allow NEW_CONNECTION_ID in probing packets (#1790)",
"sections": [
{
"text": "",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1790#event-1864396151"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383668892\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba96f73da8f4_4f973fec902d45bc8253c--


From nobody Mon Sep 24 16:13:09 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 7EC12130E60 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:13:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 QFS1gVgsEAeV for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:13:05 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6FBFB13116A for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:13:05 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537830784; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=ywgxzwiXnpMNgUVMRb/Jo06+Rp/ZETr18WQAj7PAno0=; b=Lty5qAVV68/HKy7KS3S16gT/D8O3q3J98OCMlfk96nmiAKIOO4b6r7umH6wRyhrIeQoyb4eg qPq3/v8RT+I48vT8pBFYKoPt9SPtFLr/40mOWqbkHAbGgZ2mKiVPV1ZQLgnJQa40/zL2qnpN dfuowgM+Cz4FEN/5aCxk0Zz1O48=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5ba96f80.7f95b0386450-smtp-out-n03; Mon, 24 Sep 2018 23:13:04 -0000 (UTC)
Date: Mon, 24 Sep 2018 16:13:03 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba96f7fc6cf3_36f32b0cdb518ed09531@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 4336ec: Intro nit
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba96f7fc6965_36f32b0cdb518ed0946e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2f-vETTMFBs1pYH_kuzE9-WalRE>
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, 24 Sep 2018 23:13:08 -0000

----==_mimepart_5ba96f7fc6965_36f32b0cdb518ed0946e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4336ecc08380669a8299b0b5f259354303ee8f0d
      https://github.com/quicwg/base-drafts/commit/4336ecc08380669a8299b0b5f259354303ee8f0d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Intro nit


  Commit: e05d73e601fbc1bb17a99d6c8bd8881b08061024
      https://github.com/quicwg/base-drafts/commit/e05d73e601fbc1bb17a99d6c8bd8881b08061024
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #1791 from quicwg/ianswett-intro

Intro nit


Compare: https://github.com/quicwg/base-drafts/compare/5ec965ff8759...e05d73e601fb
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba96f7fc6965_36f32b0cdb518ed0946e--


From nobody Mon Sep 24 16:13:15 2018
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 82136130E60 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:13:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 DLckdDVO-lIv for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:13:10 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B7AE71311EC for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:13:10 -0700 (PDT)
Date: Mon, 24 Sep 2018 16:13:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537830789; bh=hNK9oiSuvgprbvLXD9wW8Miz7Xqo6bYxnb9QRAnenWA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=us/HxrIbYn80pLt0lEaCI669kUFmWnVqAxwN7klmX1NcCQBk+P0NZEZBhfwh4IH2X W4iY1YzUPI2+ApSR+PphFazRHhBz7Ef6Y/x3em1JCU6Ap+Ioj0aBQUwJgUYRUejZMz oYwQpaj/JklR6FM7jFnM3eW1IYaE6DbAsQD9D0QA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0d4f2c86b45c7af0646d7d22206b73690b175ee492cf0000000117c1318592a169ce15a8465e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1791/issue_event/1864396696@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1791@github.com>
References: <quicwg/base-drafts/pull/1791@github.com>
Subject: Re: [quicwg/base-drafts] Intro nit (#1791)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba96f85ea50d_77b73fdfbecd45b4738ae"; 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/si0PHzn8fDMdNNErWg7TCcNLNXA>
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, 24 Sep 2018 23:13:13 -0000

----==_mimepart_5ba96f85ea50d_77b73fdfbecd45b4738ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1791 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/1791#event-1864396696
----==_mimepart_5ba96f85ea50d_77b73fdfbecd45b4738ae
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363349598" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1791" href="https://github.com/quicwg/base-drafts/pull/1791">#1791</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/1791#event-1864396696">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9gPPR6Epy8sx02Rz3Kx5Ti-aPW9ks5ueWcFgaJpZM4W3lp-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3HieLYeALLeYbuqYE_EXsCdbU2cks5ueWcFgaJpZM4W3lp-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1791 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1791#event-1864396696"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1791#event-1864396696",
"url": "https://github.com/quicwg/base-drafts/pull/1791#event-1864396696",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Intro nit (#1791)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1791#event-1864396696"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383670910\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba96f85ea50d_77b73fdfbecd45b4738ae--


From nobody Mon Sep 24 16:13:58 2018
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 D40AF13116A for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:13:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ClrG7HiO_me9 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:13:55 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6C241130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:13:55 -0700 (PDT)
Date: Mon, 24 Sep 2018 16:13:54 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537830834; bh=bB5uZIYP2NclK8Xpda/OBQgA0ygQkBXj8Lg3P49TylA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=f+r+fIVcEXU7rfrFA4HWUNFL1xixvUunx9JoTtWPLk8RPIU+PGVahoVPV/T3B59nm 250NLDrlyZN6GO7bR2toLlxY1nIMvaToCsdNBlYJjU0YuDioYvJoO4pQAuiDcirwye q18lnhL00rkS7pl7yeNOjbdSZqR3E6UbG7g0w5PU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5f33b58ea9686c2f552ac3f1639fe0442d22890192cf0000000117c131b292a169ce1547f95a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1721/issue_event/1864397840@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1721@github.com>
References: <quicwg/base-drafts/issues/1721@github.com>
Subject: Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba96fb2af8ea_54853fc1330d45c49432a"; 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/cgkAtVJTNcAn1YKws-4MyBRaES8>
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, 24 Sep 2018 23:13:57 -0000

----==_mimepart_5ba96fb2af8ea_54853fc1330d45c49432a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Reopened #1721.

-- 
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/1721#event-1864397840
----==_mimepart_5ba96fb2af8ea_54853fc1330d45c49432a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Reopened <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="357038426" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1721" href="https://github.com/quicwg/base-drafts/issues/1721">#1721</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/1721#event-1864397840">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7gTYWHrer5P-YcjtM1GDtxuJFTcks5ueWcygaJpZM4WaDtr">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyityP5p-mMX3eFyiounOJxxEHUzks5ueWcygaJpZM4WaDtr.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Reopened #1721."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1721#event-1864397840"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1721#event-1864397840",
"url": "https://github.com/quicwg/base-drafts/issues/1721#event-1864397840",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1721#event-1864397840"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375929707\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba96fb2af8ea_54853fc1330d45c49432a--


From nobody Mon Sep 24 16:14:05 2018
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 6B149130E60 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:13:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 1S9vcYPbmg8F for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:13:55 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD860131169 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:13:55 -0700 (PDT)
Date: Mon, 24 Sep 2018 16:13:54 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537830835; bh=pDl5m3id888rcM3IWzml2iN6L5VDClcArpgCESBMJ50=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sPBJ2VIBCUQ4Vh8MneJ/NfUSDWIkwaHsL72GSl/PZjQBdnDVsDZfB27o6ZPQEndzm 7BWjgWJzWYSofuxW+uIhKaBXjz3C8Q1Bn0QscHtThUn9YjeJ+/T0aL8t8yHpdR7eJE 5e1lLOa3crBXC6wdNijQWlWJuCs/FjYyFrHolLTE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5f33b58ea9686c2f552ac3f1639fe0442d22890192cf0000000117c131b292a169ce1547f95a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1721/424155768@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1721@github.com>
References: <quicwg/base-drafts/issues/1721@github.com>
Subject: Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba96fb2ef444_549e3fc1330d45c49392e"; 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/31NU9bO2azSbXU-hG2Uv-WRUD14>
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, 24 Sep 2018 23:13:57 -0000

----==_mimepart_5ba96fb2ef444_549e3fc1330d45c49392e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixed in #1788.

-- 
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/1721#issuecomment-424155768
----==_mimepart_5ba96fb2ef444_549e3fc1330d45c49392e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Fixed in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362805968" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1788" href="https://github.com/quicwg/base-drafts/pull/1788">#1788</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/1721#issuecomment-424155768">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7gTYWHrer5P-YcjtM1GDtxuJFTcks5ueWcygaJpZM4WaDtr">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyityP5p-mMX3eFyiounOJxxEHUzks5ueWcygaJpZM4WaDtr.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1721: Fixed in #1788."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1721#issuecomment-424155768"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-424155768",
"url": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-424155768",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1721,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1721\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1721#issuecomment-424155768"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375929707\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba96fb2ef444_549e3fc1330d45c49392e--


From nobody Mon Sep 24 16:14:11 2018
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 79E921311EF for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:13:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 tsVhGvPjydXz for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:13:58 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0527C130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:13:58 -0700 (PDT)
Date: Mon, 24 Sep 2018 16:13:57 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537830837; bh=kXc9Bijy5lYA+WfUemegEgF8/Rk95tJUU0QphXwTq+s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zNRD+K4fECuuScqWVg17Zi505oRXlyGn4hneDObj4r9fCAoB9RP6M14tFzho1WobE GtDlF2N/7i2rt3HkXH1j2bTbnhdO9A27DJMv3QlsLLuy2g5EIC2Sjbt+FZJAUKy88C KwzPh+WX3SDHUImtnUsX34GtAuwSDcSPw1pwaE3M=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3074d027107f4d5ef1b531b9cbef5983c3c3330b92cf0000000117c131b592a169ce1547f95a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1721/issue_event/1864397940@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1721@github.com>
References: <quicwg/base-drafts/issues/1721@github.com>
Subject: Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba96fb556005_54bb3fc1330d45c4972aa"; 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/-vdCbnlGj49yt--TnlaP7rIjAg0>
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, 24 Sep 2018 23:14:00 -0000

----==_mimepart_5ba96fb556005_54bb3fc1330d45c4972aa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1721.

-- 
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/1721#event-1864397940
----==_mimepart_5ba96fb556005_54bb3fc1330d45c4972aa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="357038426" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1721" href="https://github.com/quicwg/base-drafts/issues/1721">#1721</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/1721#event-1864397940">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4hJynkAGSZVZRltEl-N35nF6p15ks5ueWc1gaJpZM4WaDtr">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-5hUQ9TDZslgHNbzS89-fSbHmLFks5ueWc1gaJpZM4WaDtr.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1721."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1721#event-1864397940"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1721#event-1864397940",
"url": "https://github.com/quicwg/base-drafts/issues/1721#event-1864397940",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Specify whether 0-RTT MAY use the same CID as Initial packets (#1721)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1721#event-1864397940"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375929707\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba96fb556005_54bb3fc1330d45c4972aa--


From nobody Mon Sep 24 16:18:38 2018
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 CD138131173 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:18:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 RvK-XNIHcQAu for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:18:35 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 664D6130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:18:35 -0700 (PDT)
Date: Mon, 24 Sep 2018 16:18:34 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537831114; bh=sqbkIHpAY1N//xv6nSCJW/HFkSgEsU/35TcCv/jj4+Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=s81kuNx5MeLJxf3J5qGkn8dgm4NCJ9usHFQ8y+gfY1eXbJm639g2TdGWB5hIUTBaM 93Dtd6Do25gdGDdIEF2m1aVUHA/0T33fHqFwNBJxwGAJzjB7B19AATzyhrb9pt9/fE QmqMHI9GQKl98XaUHyYa7a3tKv/d12fi8zCCGBgc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0293a9a086dd7d9d9f5b32385ed72db77667596692cf0000000117c132ca92a169ce158477a2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1757/424156597@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1757@github.com>
References: <quicwg/base-drafts/issues/1757@github.com>
Subject: Re: [quicwg/base-drafts] Does DCID change after HelloRetryRequest? (#1757)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba970ca87117_53353ff727ad45b8509e8"; 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/nhtfE5CR3S3KW8yLl_s3woJ1WFg>
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, 24 Sep 2018 23:18:37 -0000

----==_mimepart_5ba970ca87117_53353ff727ad45b8509e8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixed in #1788.

-- 
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/1757#issuecomment-424156597
----==_mimepart_5ba970ca87117_53353ff727ad45b8509e8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Fixed in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362805968" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1788" href="https://github.com/quicwg/base-drafts/pull/1788">#1788</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/1757#issuecomment-424156597">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy2vao4geKtW3lFlOUT1y5pur4IHks5ueWhKgaJpZM4Wsh9c">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0jX28v2fyg-G5awVoH_v_qVt0IUks5ueWhKgaJpZM4Wsh9c.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1757: Fixed in #1788."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1757#issuecomment-424156597"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1757#issuecomment-424156597",
"url": "https://github.com/quicwg/base-drafts/issues/1757#issuecomment-424156597",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Does DCID change after HelloRetryRequest? (#1757)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1757,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1757#issuecomment-424156597"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380772188\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba970ca87117_53353ff727ad45b8509e8--


From nobody Mon Sep 24 16:18:45 2018
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 E893B1311D0 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:18:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 7oucI9W2xrY1 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:18:35 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B27B413116A for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:18:35 -0700 (PDT)
Date: Mon, 24 Sep 2018 16:18:34 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537831114; bh=STd/LErqktQmBb7Hb86N+SbPfeRRlIJmGhIF6d8r3Co=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hCUniKppCVl+jS9f+jJnVgwOD2qhEGIDA2xQcD3o8P25gdNwF1n4xjYqVQr5EsBL5 kWHlRT3ZfLWI/tr8YWwo1Cjo6uWfgp81VmizXeBhvVWG23p1G6o7hgsttMF20IH9Wp J0MsRAQFQosytlCL64VmtprN2F64vb7vYOxPKWqw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0293a9a086dd7d9d9f5b32385ed72db77667596692cf0000000117c132ca92a169ce158477a2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1757/issue_event/1864403146@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1757@github.com>
References: <quicwg/base-drafts/issues/1757@github.com>
Subject: Re: [quicwg/base-drafts] Does DCID change after HelloRetryRequest? (#1757)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba970cac7e60_1bfe3fbf54ed45c4185d3"; 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/nYxwAY0dx1Vj-6g3Y92lKTSSjJ8>
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, 24 Sep 2018 23:18:40 -0000

----==_mimepart_5ba970cac7e60_1bfe3fbf54ed45c4185d3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1757.

-- 
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/1757#event-1864403146
----==_mimepart_5ba970cac7e60_1bfe3fbf54ed45c4185d3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361002914" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1757" href="https://github.com/quicwg/base-drafts/issues/1757">#1757</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/1757#event-1864403146">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy2vao4geKtW3lFlOUT1y5pur4IHks5ueWhKgaJpZM4Wsh9c">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0jX28v2fyg-G5awVoH_v_qVt0IUks5ueWhKgaJpZM4Wsh9c.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1757."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1757#event-1864403146"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1757#event-1864403146",
"url": "https://github.com/quicwg/base-drafts/issues/1757#event-1864403146",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Does DCID change after HelloRetryRequest? (#1757)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1757#event-1864403146"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380772188\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba970cac7e60_1bfe3fbf54ed45c4185d3--


From nobody Mon Sep 24 16:23:11 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 831F5130E60 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:23:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 2-JdLuqhCfD1 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:23:09 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 05C90131173 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:23:08 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537831388; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=sj5Zd1JCSWlgfrmDWPXukXDjfYXGPG2w/4FjmVKKF3o=; b=HBKJIAZ49sGgQfLdeNhfJCDrn4nfOZzVkTyKvz4Zbi+DXONcn5Fgg2VKnlxzgpP9DrQSs8rn sodO/dHgdL+Dpk+j52qQUxfyaQQ3zYsJaKX8q5LBGXsSrMvPjhpZXJiV98bGXSbWlf4PJzdy YMVK9rDceUpbC78nEMw/5EmywR4=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5ba96f83.7ff0ac358240-smtp-out-n03; Mon, 24 Sep 2018 23:13:07 -0000 (UTC)
Date: Mon, 24 Sep 2018 16:13:06 -0700
From: martinthomson <martin.thomson@gmail.com>
Reply-To: martinthomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba96f8260cd6_77a52ace2a842ec09725e@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba96f8260872_77a52ace2a842ec09714c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/h7FT1IujcV3i8dar7geqU5rBSmI>
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, 24 Sep 2018 23:23:11 -0000

----==_mimepart_5ba96f8260872_77a52ace2a842ec09714c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-intro
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba96f8260872_77a52ace2a842ec09714c--


From nobody Mon Sep 24 16:32:39 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 EE8FC131173 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:32:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 LpEvZEFrycEG for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:32:36 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5A056130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:32:36 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537831954; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=qVegwLu+hOtLrUnvysQOLKn54Hqosaw25fT5Wyvg8UY=; b=HX0NHVOr78dn0RPRdnRSjaaCNppnGtw/db1ho04yX7YeS8agfy6KeFo7wQpHnoUee3euTE4k Cg6ueRkqTYMeCs4RudpCzWT8THH5doJDAX38MWT+mgSmYyGatFV/1rBwkHF0O4PDzrOdAVPL ghwin1KnItzg9SrejfUTSTbZf04=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 5ba97412.7faaec4ebab0-smtp-out-n01; Mon, 24 Sep 2018 23:32:34 -0000 (UTC)
Date: Mon, 24 Sep 2018 16:32:34 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba974121cb95_25cb2b1b07beced420167@hookshot-fe-5a11256.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 4a58e8: Remove EndOfEarlyData from TLS
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba974121c82c_25cb2b1b07beced420076"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KMVtP5rAyC8nij09F5GL_ptWYnM>
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, 24 Sep 2018 23:32:38 -0000

----==_mimepart_5ba974121c82c_25cb2b1b07beced420076
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/remove-eoed
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4a58e88d242f1763c113aaf90c835e10e4e567c9
      https://github.com/quicwg/base-drafts/commit/4a58e88d242f1763c113aaf90c835e10e4e567c9
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Remove EndOfEarlyData from TLS

Closes #1518.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba974121c82c_25cb2b1b07beced420076--


From nobody Mon Sep 24 16:33:30 2018
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 83E4713104E for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:33:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 2oG9QnIcqTGF for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:33:27 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 54E1F130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:33:27 -0700 (PDT)
Date: Mon, 24 Sep 2018 16:33:26 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537832006; bh=/C7Vfrlx2C9bLl9Md+VAGRSfwtRF8KDDSXlY2JpOMwo=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=u5JvtscMVWgAH2NjF3efTfdE/g0mVKowUQXECiyFXAKJqEOIJcG/7ElYDgD4CoxlW MeCecRQYUdEJqFn77gZJDqRB5zMte5w/j5Q9zBQXXeK5QAZiUCERfHJRAOt7DdB4iX F/1tGhN+hGmivV1p3b2JLcN8L4p5vKWy+f4y3y5I=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3fe4e310aca5686a0922cc3d577dca5fcc4f945b92cf0000000117c1364692a169ce15a864f1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1792@github.com>
Subject: [quicwg/base-drafts] Remove EndOfEarlyData from TLS (#1792)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba97446688f7_4f773fec902d45bc2441c0"; 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/HY9xH70pkrMUwzw9PUW9VkfMaQI>
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, 24 Sep 2018 23:33:30 -0000

----==_mimepart_5ba97446688f7_4f773fec902d45bc2441c0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

As discussed in NYC, this message doesn't help us in QUIC, and it's annoying to implement.

Closes #1518.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1792

-- Commit Summary --

  * Remove EndOfEarlyData from TLS

-- File Changes --

    M draft-ietf-quic-tls.md (21)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1792.patch
https://github.com/quicwg/base-drafts/pull/1792.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/1792

----==_mimepart_5ba97446688f7_4f773fec902d45bc2441c0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>As discussed in NYC, this message doesn't help us in QUIC, and it's annoying to implement.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #1518.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="338116683" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1518" href="https://github.com/quicwg/base-drafts/issues/1518">#1518</a>.</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/1792'>https://github.com/quicwg/base-drafts/pull/1792</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Remove EndOfEarlyData from TLS</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1792/files#diff-0">draft-ietf-quic-tls.md</a>
    (21)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1792.patch'>https://github.com/quicwg/base-drafts/pull/1792.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1792.diff'>https://github.com/quicwg/base-drafts/pull/1792.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/1792">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8HSpxEDIDgiWxgoKNImR-ra61jHks5ueWvGgaJpZM4W3n8I">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq45LyPgBIX-XE8KX3GiVDLzgZspIks5ueWvGgaJpZM4W3n8I.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Remove EndOfEarlyData from TLS (#1792)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1792"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1792",
"url": "https://github.com/quicwg/base-drafts/pull/1792",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Remove EndOfEarlyData from TLS (#1792)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "4a58e88",
"value": "Remove EndOfEarlyData from TLS"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-tls.md](https://github.com/quicwg/base-drafts/pull/1792/files#diff-0) (21 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1792,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1792\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1792"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1792.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1792.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383680264\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba97446688f7_4f773fec902d45bc2441c0--


From nobody Mon Sep 24 16:47:38 2018
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 2013D131173 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:47:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 ghQs-G8EeTnJ for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:47:35 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5AE83131187 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:47:35 -0700 (PDT)
Date: Mon, 24 Sep 2018 16:47:34 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537832854; bh=CpKguAAobT2TIq7s+AkI/OUCqcIxDtmTRQxmjUrt8yk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2CMh64akRctmb6gY8b214zkJKCK8ay8X+mZc2mmIAhp4sWbmFNIv3vvvIrEy6YOnX 6laR3wVyBAxnJvCSWmuA5lPRimB2VZoFyqrKYqw2ZFlKvYvGHb3tg29h862S16eAoG nBFFhZgp09+OQdcVM/e+VOelEOxMaPf0D1vW9deg=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe4f714f873b22a4b2d46c142160852d46f82f89d92cf0000000117c1399692a169ce15a864f1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1792/review/158335884@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1792@github.com>
References: <quicwg/base-drafts/pull/1792@github.com>
Subject: Re: [quicwg/base-drafts] Remove EndOfEarlyData from TLS (#1792)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9779614c1a_1e283fa0ae8d45bc715cb"; 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/XTsB_Ot9_Eq1gLcEBPCg8rbJsSc>
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, 24 Sep 2018 23:47:37 -0000

----==_mimepart_5ba9779614c1a_1e283fa0ae8d45bc715cb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.

Q: Is "CRYPTO frames MAY appear in packets of any encryption level." still accurate?

Also, I think we can be more explicit about when to discard 0RTT read keys on the server side in "Discarding Unused Keys" now that no 0RTT packets are expected to have larger packet numbers than 1RTT packets.



-- 
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/1792#pullrequestreview-158335884
----==_mimepart_5ba9779614c1a_1e283fa0ae8d45bc715cb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<p>Q: Is "CRYPTO frames MAY appear in packets of any encryption level." still accurate?</p>
<p>Also, I think we can be more explicit about when to discard 0RTT read keys on the server side in "Discarding Unused Keys" now that no 0RTT packets are expected to have larger packet numbers than 1RTT packets.</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/1792#pullrequestreview-158335884">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_Xm-4dnAAIlcA9uLTgBftMWVurJks5ueW8WgaJpZM4W3n8I">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4jOy3vDhkDmBX1AU9fqEXDwf509ks5ueW8WgaJpZM4W3n8I.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1792"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1792#pullrequestreview-158335884"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1792#pullrequestreview-158335884",
"url": "https://github.com/quicwg/base-drafts/pull/1792#pullrequestreview-158335884",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1792",
"sections": [
{
"text": "Q: Is \"CRYPTO frames MAY appear in packets of any encryption level.\" still accurate?\r\n\r\nAlso, I think we can be more explicit about when to discard 0RTT read keys on the server side in \"Discarding Unused Keys\" now that no 0RTT packets are expected to have larger packet numbers than 1RTT packets.",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1792#pullrequestreview-158335884"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383680264\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba9779614c1a_1e283fa0ae8d45bc715cb--


From nobody Mon Sep 24 16:49:09 2018
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 B8C31131187 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:49:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 1smJOnXYoIWm for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:49:06 -0700 (PDT)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 95447130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:49:06 -0700 (PDT)
Date: Mon, 24 Sep 2018 16:49:05 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537832945; bh=IUKkr5qP2zg6t8IZVuUQ4p0XtJKf4yURbBm6SvE/tks=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RJX54uvwY9PASunlKAPQUKYBNDWDaXRfiWkMx2OEVj2I17zQfFfn+kKSC/ABEfzrt /KP1XQpCZOYOOGaBdDwcic+entBKOdtQ9Dyde0/XHZzkTzrHug0ZQ0lGoHtKBt3oJf 1mZod9TqVay0zQS+/YVGA2YdE+kWfr5EhRWdyZB0=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9437e73fec8d6f38955ca64ef8b23830e96555ae92cf0000000117c139f192a169ce15a864f1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1792/c424161901@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1792@github.com>
References: <quicwg/base-drafts/pull/1792@github.com>
Subject: Re: [quicwg/base-drafts] Remove EndOfEarlyData from TLS (#1792)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba977f19f992_d263ff0218d45b8870d3"; 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_SJGaeqMSPaaEru5G-OhZn52L4>
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, 24 Sep 2018 23:49:09 -0000

----==_mimepart_5ba977f19f992_d263ff0218d45b8870d3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Both of those comments were about the transport doc, so if you wanted to update that in a separate PR, that SGTM.

-- 
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/1792#issuecomment-424161901
----==_mimepart_5ba977f19f992_d263ff0218d45b8870d3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Both of those comments were about the transport doc, so if you wanted to update that in a separate PR, that SGTM.</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/1792#issuecomment-424161901">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1bVaQnsVRMpQ-1yzfzM9XZgOfizks5ueW9xgaJpZM4W3n8I">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6OjfGRiZmZ_T8FhHBm8k-2BksQVks5ueW9xgaJpZM4W3n8I.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1792: Both of those comments were about the transport doc, so if you wanted to update that in a separate PR, that SGTM."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1792#issuecomment-424161901"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1792#issuecomment-424161901",
"url": "https://github.com/quicwg/base-drafts/pull/1792#issuecomment-424161901",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remove EndOfEarlyData from TLS (#1792)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1792,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1792\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1792#issuecomment-424161901"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383680264\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba977f19f992_d263ff0218d45b8870d3--


From nobody Mon Sep 24 16:54:45 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 A4D5113104E for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:54:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 WSMbpjtkYmn6 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:54:42 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6DF90130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:54:42 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537833281; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=6vA4/CG8l3bT+bhIDf5z76tI1TJZSZ89ru4aZ2oYNBs=; b=Zoz/CRmkBlTWKM3OqFmZPXRxRtAULHuw8YfL194s39a8kNOWGH8+pVAycIwUTrpdN3z/BpCB EmOa8DTlpNH7D5GniV8ib3jsBkgsNli/ZdnvWaUzqUw3SPxzmO1KF3G9xNCw+ZQvqxY52pqL TmJxHxbvLLNAOrZA1Jj3IaqzNhs=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5ba97940.7f1d801aacf0-smtp-out-n01; Mon, 24 Sep 2018 23:54:40 -0000 (UTC)
Date: Mon, 24 Sep 2018 16:54:39 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba9793fdc294_7cf92ac2dbf8aed0944a1@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] aebb80: The server needs to acknowledge that a Retry happe...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba9793fdbca7_7cf92ac2dbf8aed094370"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nR0aaQDo6scDvxI5LUVUn5FT040>
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, 24 Sep 2018 23:54:44 -0000

----==_mimepart_5ba9793fdbca7_7cf92ac2dbf8aed094370
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/validate-retry
  Home:   https://github.com/quicwg/base-drafts
  Commit: aebb80751053d9f563ad1dc37f6a6681006482dc
      https://github.com/quicwg/base-drafts/commit/aebb80751053d9f563ad1dc37f6a6681006482dc
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  The server needs to acknowledge that a Retry happened

Closes #1710, #1486.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba9793fdbca7_7cf92ac2dbf8aed094370--


From nobody Mon Sep 24 16:55:01 2018
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 309F413104E for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:54:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 23r1ZJp7hyUH for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:54:57 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 253FE130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:54:57 -0700 (PDT)
Date: Mon, 24 Sep 2018 16:54:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537833296; bh=Lf5xEqdD/vVgYHv59sX0Yqcho6A1tZTatr6ppCgPLRA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ist+NbmFCZgXCSGDgJdTdEe3rKeywNtNrNbjnL8cWorQU4R7bg5XM2iEsHv8B0eMS VQ/63sR9XWQElEIt3xuh7IcbuPvEAIZncAuBilA6hUuCjF0YRzaq7Z6TEh51haKZGX QVa9KarxVdotiCn6ZavW89zPV+fEsxrPXvva0MzA=
From: Kyle Nekritz <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab41e01173a598d39271b2e5f08c16f0fb0545eab892cf0000000117c13b5092a169ce1584906c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1758/c424162821@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1758@github.com>
References: <quicwg/base-drafts/pull/1758@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to omit version negotiation in response to 0-RTT packets. (#1758)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba97950910e_4d873fc6878d45b819583c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: knekritz
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/ugh8jDuGvW7f0LaePGQracgeLdg>
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, 24 Sep 2018 23:54:59 -0000

----==_mimepart_5ba97950910e_4d873fc6878d45b819583c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Sorry about my lack of description here. The issue is that if we are doing 0-RTT and the server wants to negotiate a different versions, it will send a version negotiation packet in response to each 0-RTT packet in addition to the client initial. This isn't a huge issue normally as clients will only try 0-RTT when they have recent prior knowledge of the server, but it's not ideal during new version rollouts.

To prevent these duplicate version negotiation packets, the server can omit version negotiation responses when it knows they are unnecessary (for example in response to 0-RTT packets which always will come after the client initial). However, applying this too broadly comes with some ossification risk, if a server never sends version negotiation in response to 0-RTT packets as defined in v1 (without also checking the exact version), that will cause some ossification of the long header types, which is why I added the "explicit knowledge of another QUIC version" blurb.

-- 
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/1758#issuecomment-424162821
----==_mimepart_5ba97950910e_4d873fc6878d45b819583c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Sorry about my lack of description here. The issue is that if we are d=
oing 0-RTT and the server wants to negotiate a different versions, it wil=
l send a version negotiation packet in response to each 0-RTT packet in a=
ddition to the client initial. This isn't a huge issue normally as client=
s will only try 0-RTT when they have recent prior knowledge of the server=
, but it's not ideal during new version rollouts.</p>
<p>To prevent these duplicate version negotiation packets, the server can=
 omit version negotiation responses when it knows they are unnecessary (f=
or example in response to 0-RTT packets which always will come after the =
client initial). However, applying this too broadly comes with some ossif=
ication risk, if a server never sends version negotiation in response to =
0-RTT packets as defined in v1 (without also checking the exact version),=
 that will cause some ossification of the long header types, which is why=
 I added the "explicit knowledge of another QUIC version" blurb.</p>

<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/1758#issuecomment-424162821">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwvWCY=
WEHoH0LmJiPEoAbsYXVhSmks5ueXDQgaJpZM4Wsjx-">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqzdaYPGGLsVBOz02OmVFuEa2iX8m=
ks5ueXDQgaJpZM4Wsjx-.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@knek=
ritz in #1758: Sorry about my lack of description here. The issue is that=
 if we are doing 0-RTT and the server wants to negotiate a different vers=
ions, it will send a version negotiation packet in response to each 0-RTT=
 packet in addition to the client initial. This isn't a huge issue normal=
ly as clients will only try 0-RTT when they have recent prior knowledge o=
f the server, but it's not ideal during new version rollouts.\r\n\r\nTo p=
revent these duplicate version negotiation packets, the server can omit v=
ersion negotiation responses when it knows they are unnecessary (for exam=
ple in response to 0-RTT packets which always will come after the client =
initial). However, applying this too broadly comes with some ossification=
 risk, if a server never sends version negotiation in response to 0-RTT p=
ackets as defined in v1 (without also checking the exact version), that w=
ill cause some ossification of the long header types, which is why I adde=
d the \"explicit knowledge of another QUIC version\" blurb."}],"action":{=
"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/p=
ull/1758#issuecomment-424162821"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1758#issuecomment-4=
24162821",
"url": "https://github.com/quicwg/base-drafts/pull/1758#issuecomment-4241=
62821",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Allow servers to omit version negotiat=
ion in response to 0-RTT packets. (#1758)",
"sections": [
{
"text": "",
"activityTitle": "**Kyle Nekritz**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@knekritz",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1758,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1758\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1758#issuecomment-4241=
62821"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3807796=
46\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba97950910e_4d873fc6878d45b819583c--


From nobody Mon Sep 24 16:55:10 2018
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 49FC313104E for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:55:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 0LR3ktdzQ6Cx for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:55:06 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 60B83130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:55:06 -0700 (PDT)
Date: Mon, 24 Sep 2018 16:55:05 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537833305; bh=LztaoBRnpRvTt5QIjvSFKGP1yAwJxlQ+UF2uxNPP4/Y=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=nxDYgFf6UQNaBp+al5Aall/P3m8doxZT/Uy75fm8wuAGm3m3g5lUo9Pj4xmiV5D0M rEIzzLFhgrUNWR5y9qgJUj/N1BGCv+STtRN9fFFMfz3ODYADdI0ofBSNRapNMJcoN6 cD7wn6xHYwILi8GT3PdajHE7RKTdlcSOaHgvFIxM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd5ee5a82b6340978a00462183f7c690607fb72fc92cf0000000117c13b5992a169ce15a875e1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1793@github.com>
Subject: [quicwg/base-drafts] The server needs to acknowledge that a Retry happened (#1793)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba97959811ee_9ab3f81016d45b8139685"; 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/KhIvXcEB_CgE9S0O48Slnu6nS-4>
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, 24 Sep 2018 23:55:09 -0000

----==_mimepart_5ba97959811ee_9ab3f81016d45b8139685
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closes #1710, #1486.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1793

-- Commit Summary --

  * The server needs to acknowledge that a Retry happened

-- File Changes --

    M draft-ietf-quic-transport.md (21)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1793.patch
https://github.com/quicwg/base-drafts/pull/1793.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/1793

----==_mimepart_5ba97959811ee_9ab3f81016d45b8139685
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 #1710.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="354574495" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1710" href="https://github.com/quicwg/base-drafts/issues/1710">#1710</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="336069048" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1486" href="https://github.com/quicwg/base-drafts/issues/1486">#1486</a>.</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/1793'>https://github.com/quicwg/base-drafts/pull/1793</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>The server needs to acknowledge that a Retry happened</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1793/files#diff-0">draft-ietf-quic-transport.md</a>
    (21)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1793.patch'>https://github.com/quicwg/base-drafts/pull/1793.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1793.diff'>https://github.com/quicwg/base-drafts/pull/1793.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/1793">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6vod9bdsGfLUWU0CPjIEqavwYDNks5ueXDZgaJpZM4W3pMj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_PJgqSY5kzIekYBOMFlgZKpovnVks5ueXDZgaJpZM4W3pMj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"The server needs to acknowledge that a Retry happened (#1793)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1793"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1793",
"url": "https://github.com/quicwg/base-drafts/pull/1793",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "The server needs to acknowledge that a Retry happened (#1793)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "aebb807",
"value": "The server needs to acknowledge that a Retry happened"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1793/files#diff-0) (21 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1793,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1793\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1793"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1793.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1793.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383685411\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba97959811ee_9ab3f81016d45b8139685--


From nobody Mon Sep 24 16:57:05 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 B231513104E for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:57:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 SfaWoaAwFkZZ for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:57:02 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2CA4D131173 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:57:02 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537833420; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=v3D1Qv1pYfr+xzwD/d6oQ8LtJObHyaUe9P9GFa79n6Q=; b=PtyRTkJnh5IHf3sR4jM4bF4OkMBtiAvpYO5sHpRVACg1PW3khLZxXXxb31CrBhm/hA3krmMP g6voS/ZfXtDGUz5CH7VEbRzV038ZJD/YMZsTZCY7Ei+SATEtVpY/H31mqUe5smRUC9PcZNh8 Hl44UuYpbrGoBbY4hxE6+vrP9Ok=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5ba979cc.7f4b30555720-smtp-out-n02; Mon, 24 Sep 2018 23:57:00 -0000 (UTC)
Date: Mon, 24 Sep 2018 16:56:59 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba979cb15dae_791a2af70483eed068756@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 5ad418: CRYPTO can't appear at 0-RTT any more
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba979cb15412_791a2af70483eed0686ef"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/zjazxYVpafzVhl5nFizvjJvNl5I>
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, 24 Sep 2018 23:57:04 -0000

----==_mimepart_5ba979cb15412_791a2af70483eed0686ef
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/remove-eoed
  Home:   https://github.com/quicwg/base-drafts
  Commit: 5ad418c195b37149b693ef69a107dad72db95ed0
      https://github.com/quicwg/base-drafts/commit/5ad418c195b37149b693ef69a107dad72db95ed0
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  CRYPTO can't appear at 0-RTT any more



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba979cb15412_791a2af70483eed0686ef--


From nobody Mon Sep 24 16:57:11 2018
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 D64E8130E60 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:57:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 6PkhJK7JlyqB for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 16:57:05 -0700 (PDT)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AAB221311EC for <quic-issues@ietf.org>; Mon, 24 Sep 2018 16:57:05 -0700 (PDT)
Date: Mon, 24 Sep 2018 16:57:05 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537833425; bh=FI+hvkQguiUIROexqYiRCAvPvJmKYPMXN0FWpnKCQVM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tJnh+h4pDFfDea0fE3zA2NGJTKj433LyboMYJRh+wJzlksavHOr0LDEDfOoYbDPTp /c99AxBFvQ8AqWSU7cJWOQ34h3hv7P9HwdEdq5by+Sk00ExJTH+vfM/jxcPTjzTSD1 gveJe87e+rdqfsveJXMpZWhqQ4VaMsjiSC2LmwAQ=
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/1792/push/2903392556@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1792@github.com>
References: <quicwg/base-drafts/pull/1792@github.com>
Subject: Re: [quicwg/base-drafts] Remove EndOfEarlyData from TLS (#1792)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba979d0f3342_d5c3ff0218d45b827007"; 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/CThrUNip7kQNWOfWCq8LbVDDU80>
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, 24 Sep 2018 23:57:08 -0000

----==_mimepart_5ba979d0f3342_d5c3ff0218d45b827007
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

5ad418c  CRYPTO can't appear at 0-RTT any more


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1792/files/4a58e88d242f1763c113aaf90c835e10e4e567c9..5ad418c195b37149b693ef69a107dad72db95ed0

----==_mimepart_5ba979d0f3342_d5c3ff0218d45b827007
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/5ad418c">5ad418c</a>  CRYPTO can&#39;t appear at 0-RTT any more</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/1792/files/4a58e88d242f1763c113aaf90c835e10e4e567c9..5ad418c195b37149b693ef69a107dad72db95ed0">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4t4xIjbxCXRG6n1yGxp0_i4J9ekks5ueXFQgaJpZM4W3n8I">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_3heS5U9Dt_0_NZkWYGYicfN0vLks5ueXFQgaJpZM4W3n8I.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1792"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1792/files/4a58e88d242f1763c113aaf90c835e10e4e567c9..5ad418c195b37149b693ef69a107dad72db95ed0"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1792/files/4a58e88d242f1763c113aaf90c835e10e4e567c9..5ad418c195b37149b693ef69a107dad72db95ed0",
"url": "https://github.com/quicwg/base-drafts/pull/1792/files/4a58e88d242f1763c113aaf90c835e10e4e567c9..5ad418c195b37149b693ef69a107dad72db95ed0",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1792",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1792:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "5ad418c",
"value": "CRYPTO can't appear at 0-RTT any more"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1792/files/4a58e88d242f1763c113aaf90c835e10e4e567c9..5ad418c195b37149b693ef69a107dad72db95ed0"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383680264\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba979d0f3342_d5c3ff0218d45b827007--


From nobody Mon Sep 24 17:02:31 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 6039813104E for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:01:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.603
X-Spam-Level: 
X-Spam-Status: No, score=-0.603 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 q6KMjLGsP8SY for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:01:47 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EA03C130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 17:01:46 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537833706; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=NGXgQqAEGsoGF98FaaXWBJhnfGRissV4LWSMXIOMxFk=; b=v7CUSFFrWD2tnBWmW2IZNdae5lMcfDmF2P660rAKNuEMaLfxSKr2QtL1oCjJKwRHwVCzdtCh y+CZsq4f0rvysRqqUTCfTnwVKIIDabHZu0eakHsGAq0uP9qafSJVdw0mdxc5duhCyhX7i8bW +xURaz/z4ugFos45XQoYr1RkvGo=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5ba97ae9.7f330076a1b0-smtp-out-n01; Tue, 25 Sep 2018 00:01:45 -0000 (UTC)
Date: Mon, 24 Sep 2018 17:01:44 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba97ae8e1578_31c72adc38434ed4100e3@hookshot-fe-31feec6.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 05f551: Discarding 0-RTT keys is more complicated now
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba97ae8e1193_31c72adc38434ed499b1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/N7ZKffHmbwiQvmdKhrPHtku_NMs>
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, 25 Sep 2018 00:01:48 -0000

----==_mimepart_5ba97ae8e1193_31c72adc38434ed499b1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/remove-eoed
  Home:   https://github.com/quicwg/base-drafts
  Commit: 05f5516145ce8378dedf9f0a0b19677ea0200803
      https://github.com/quicwg/base-drafts/commit/05f5516145ce8378dedf9f0a0b19677ea0200803
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Discarding 0-RTT keys is more complicated now



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba97ae8e1193_31c72adc38434ed499b1--


From nobody Mon Sep 24 17:02:36 2018
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 627D913104E for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:01:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 Mj1QQlWTZfH2 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:01:53 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DC252130E60 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 17:01:52 -0700 (PDT)
Date: Mon, 24 Sep 2018 17:01:52 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537833712; bh=4Al3gsODYLu8O1J7WIqKQVm0v2EwSP+03FR7YpyFaTQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HsRjtVhK+JR76y9xTubR4a5cpPy9DPglmAdBcCtg9XD9g+5bhD7SwO9WHv9VTUTEi 32hJAy+djVGwzbbN+TXwDG1BHpe7W02BoBmFduXppDMTa/GHd/ewc+pjCQg8Yh6Mvz uM7hME5bUuQv643SISesRefVjHygMoY/i6hIp1nQ=
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/1792/push/2903400465@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1792@github.com>
References: <quicwg/base-drafts/pull/1792@github.com>
Subject: Re: [quicwg/base-drafts] Remove EndOfEarlyData from TLS (#1792)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba97af0270bc_35593ffcaded45c425895e"; 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/zQorj_FZNnW-fEnjvc1jeJwryCo>
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, 25 Sep 2018 00:01:56 -0000

----==_mimepart_5ba97af0270bc_35593ffcaded45c425895e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

05f5516  Discarding 0-RTT keys is more complicated now


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1792/files/5ad418c195b37149b693ef69a107dad72db95ed0..05f5516145ce8378dedf9f0a0b19677ea0200803

----==_mimepart_5ba97af0270bc_35593ffcaded45c425895e
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/05f5516">05f5516</a>  Discarding 0-RTT keys is more complicated now</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/1792/files/5ad418c195b37149b693ef69a107dad72db95ed0..05f5516145ce8378dedf9f0a0b19677ea0200803">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8WTOLM0Wv1FEDbZVBL8BAJRy6okks5ueXJwgaJpZM4W3n8I">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5HZvNZWZ4UpY_4eUOvw7j04e9itks5ueXJwgaJpZM4W3n8I.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1792"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1792/files/5ad418c195b37149b693ef69a107dad72db95ed0..05f5516145ce8378dedf9f0a0b19677ea0200803"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1792/files/5ad418c195b37149b693ef69a107dad72db95ed0..05f5516145ce8378dedf9f0a0b19677ea0200803",
"url": "https://github.com/quicwg/base-drafts/pull/1792/files/5ad418c195b37149b693ef69a107dad72db95ed0..05f5516145ce8378dedf9f0a0b19677ea0200803",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1792",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1792:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "05f5516",
"value": "Discarding 0-RTT keys is more complicated now"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1792/files/5ad418c195b37149b693ef69a107dad72db95ed0..05f5516145ce8378dedf9f0a0b19677ea0200803"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383680264\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba97af0270bc_35593ffcaded45c425895e--


From nobody Mon Sep 24 17:02:42 2018
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 275831311FF for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:02:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level: 
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] 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 kve5f7nG5-ZM for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:02:11 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4E0A0131230 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 17:02:11 -0700 (PDT)
Date: Mon, 24 Sep 2018 17:02:10 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537833730; bh=QyCLw2s7hD166C+ur1t0oAqTtmRtSh+g0VqeikSBi0Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oi/KR+rQ/AFS91Gte/LbJOpMzQ2itUy4zV4IbCcrZWMW4p4dW3a4pgeBlaP1USAL9 vjGufbHfR1P9r7aqdNQfje73ZuqgXaFC1AnvmZxqgHKLT4Lqb+oa38jgl+0j3MoMnm DxLyxiDYkureyFm0I1BPFVRUwlbHDp3EMyL3ricI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbf77d4dbe43206539c8c7663634ac36a6e1520d092cf0000000117c13d0292a169ce15a864f1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1792/c424164031@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1792@github.com>
References: <quicwg/base-drafts/pull/1792@github.com>
Subject: Re: [quicwg/base-drafts] Remove EndOfEarlyData from TLS (#1792)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba97b02a045a_61923fcfc26d45bc741f9"; 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/lbNoLhQkg1CTgmwEGNqKhP19W8Q>
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, 25 Sep 2018 00:02:14 -0000

----==_mimepart_5ba97b02a045a_61923fcfc26d45bc741f9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Both of those are in the TLS doc as it happens, so I thought it best to address them here.  Thanks for catching them.

-- 
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/1792#issuecomment-424164031
----==_mimepart_5ba97b02a045a_61923fcfc26d45bc741f9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Both of those are in the TLS doc as it happens, so I thought it best to address them here.  Thanks for catching them.</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/1792#issuecomment-424164031">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxzpc7RZJc7lrb34QhlqZXNy5FQSks5ueXKCgaJpZM4W3n8I">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-hhAylFx12UI-1VVLfSJHTQLYGcks5ueXKCgaJpZM4W3n8I.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1792: Both of those are in the TLS doc as it happens, so I thought it best to address them here.  Thanks for catching them."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1792#issuecomment-424164031"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1792#issuecomment-424164031",
"url": "https://github.com/quicwg/base-drafts/pull/1792#issuecomment-424164031",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remove EndOfEarlyData from TLS (#1792)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1792,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1792\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1792#issuecomment-424164031"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383680264\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba97b02a045a_61923fcfc26d45bc741f9--


From nobody Mon Sep 24 17:14:58 2018
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 E00AB131197 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:14:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 LpVo2vtdhsFP for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:14:56 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0B2AD131190 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 17:14:55 -0700 (PDT)
Date: Mon, 24 Sep 2018 17:14:54 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537834494; bh=5L5/KaXqvywDLZGq9ie+WKPecAcl5oKbdrcJAbt5KUE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ooCqOTVpXWf356Pgpfn/JFPB0J1JluXq5qmG39Rs/6Ds0yA7ei5kUlaNbrNF0vdZ7 8ml4QuEgb5qI+IMgFJq1pILzG8Gavm7magtRtqG7DJGX3Wp3B61OXUsGSOhtUcGmvK q63O8oaLJwtZFCwKbU0Z8IitdRpd1Ele4YZ5bBFI=
From: janaiyengar <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/1742/push/2903421401@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba97dfee9e1b_58d33fc61dcd45c4119461"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
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/n8hEOCdcQ1rreF2Ags7UHZ_F76M>
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, 25 Sep 2018 00:14:58 -0000

----==_mimepart_5ba97dfee9e1b_58d33fc61dcd45c4119461
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

6a67f0c  Revert "Bring back TP, this time for max_connection_ids"


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1742/files/a22f0aa6f52360b696745afcfc414a9a1cdf4fd0..6a67f0c5ef6ead104075bce5fa41fbf0f42879ac

----==_mimepart_5ba97dfee9e1b_58d33fc61dcd45c4119461
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/janaiyengar" class="user-mention">@janaiyengar</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/6a67f0c">6a67f0c</a>  Revert &quot;Bring back TP, this time for max_connection_ids&quot;</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/1742/files/a22f0aa6f52360b696745afcfc414a9a1cdf4fd0..6a67f0c5ef6ead104075bce5fa41fbf0f42879ac">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw7JGbVv1_an2mROgJ8lDbjO-YGYks5ueXV-gaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3rZayr3b739SN4xJ3KrTN-vG-88ks5ueXV-gaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742/files/a22f0aa6f52360b696745afcfc414a9a1cdf4fd0..6a67f0c5ef6ead104075bce5fa41fbf0f42879ac"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742/files/a22f0aa6f52360b696745afcfc414a9a1cdf4fd0..6a67f0c5ef6ead104075bce5fa41fbf0f42879ac",
"url": "https://github.com/quicwg/base-drafts/pull/1742/files/a22f0aa6f52360b696745afcfc414a9a1cdf4fd0..6a67f0c5ef6ead104075bce5fa41fbf0f42879ac",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@janaiyengar pushed 1 commit in #1742",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1742:",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [
{
"name": "6a67f0c",
"value": "Revert \"Bring back TP, this time for max_connection_ids\""
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742/files/a22f0aa6f52360b696745afcfc414a9a1cdf4fd0..6a67f0c5ef6ead104075bce5fa41fbf0f42879ac"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba97dfee9e1b_58d33fc61dcd45c4119461--


From nobody Mon Sep 24 17:19:44 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 2B520131190 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:19:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.602
X-Spam-Level: 
X-Spam-Status: No, score=-0.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.146, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 M3guhJC3Jl16 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:19:40 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B1E1313115B for <quic-issues@ietf.org>; Mon, 24 Sep 2018 17:19:40 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537834780; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=aSrTeSbaRao6sEFIxNZ+ZqCVYrw3S1EiIabX3w4iZtc=; b=KlfAh+1jvpnZl6XSaRSlXnpyHIxYmYzXKVK+OxLcb8FORe8jhZNetnOuDNmDlrB9+X9MCPSQ 3jjD3CrqvYfC7W7jWYwj2KYcPUcx2WKnpY/rIedWqrXI0kc4rMTEVITEoH7jBTwe2rdmjG42 l00n2P7Sb/DGMJoxKsAoDaht4Wo=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5ba97f1b.7f14f86bc810-smtp-out-n03; Tue, 25 Sep 2018 00:19:39 -0000 (UTC)
Date: Mon, 24 Sep 2018 17:19:39 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5ba97f1b3ce46_319f2abfda402ecc58027@hookshot-fe-31feec6.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 508458: Only include a token in the "first" Initial
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba97f1b3c8f2_319f2abfda402ecc579b9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vM5FHGAd9Ebv3RK0aCaJjdo07f4>
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, 25 Sep 2018 00:19:42 -0000

----==_mimepart_5ba97f1b3c8f2_319f2abfda402ecc579b9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/initial-token
  Home:   https://github.com/quicwg/base-drafts
  Commit: 5084586323f17f95ec29dee965b18c8a893045b1
      https://github.com/quicwg/base-drafts/commit/5084586323f17f95ec29dee965b18c8a893045b1
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Only include a token in the "first" Initial

Closes #1649.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba97f1b3c8f2_319f2abfda402ecc579b9--


From nobody Mon Sep 24 17:20:09 2018
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 97D8A131197 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:20:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 q3WjMpBeo0mL for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:20:05 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B118F131190 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 17:20:05 -0700 (PDT)
Date: Mon, 24 Sep 2018 17:20:04 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537834804; bh=bwNDIqriD6GqV8WJX48oJDuuNY3uGs/NsAS8iuzzARI=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=oX6DR5PMp3ec7O68sQoLBcNHLa9KWZruXL0yYHWB9S0vMXJrttMbWT7HzdGOoxJ+C o1iCyFMxjDx5G3aJ0KNK+6BUD9gkF2HWHMHhHIR1ojTm1bh4xL+TbJiZACJW80o6E8 2e6PhkobP8n+57KSAqeo50PXLCwMTyfDzAJ1x97k=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbc763084862982fbbebbe64f8c08891336d434c392cf0000000117c1413492a169ce15a88727@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1794@github.com>
Subject: [quicwg/base-drafts] Only include a token in the "first" Initial (#1794)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba97f34ece57_1ad13ff719ed45b877574"; 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/0mIDD_8iXYMob10TjYvfSrJVjno>
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, 25 Sep 2018 00:20:08 -0000

----==_mimepart_5ba97f34ece57_1ad13ff719ed45b877574
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closes #1649.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1794

-- Commit Summary --

  * Only include a token in the "first" Initial

-- File Changes --

    M draft-ietf-quic-transport.md (13)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1794.patch
https://github.com/quicwg/base-drafts/pull/1794.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/1794

----==_mimepart_5ba97f34ece57_1ad13ff719ed45b877574
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 #1649.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="349603867" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1649" href="https://github.com/quicwg/base-drafts/issues/1649">#1649</a>.</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/1794'>https://github.com/quicwg/base-drafts/pull/1794</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Only include a token in the &quot;first&quot; Initial</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1794/files#diff-0">draft-ietf-quic-transport.md</a>
    (13)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1794.patch'>https://github.com/quicwg/base-drafts/pull/1794.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1794.diff'>https://github.com/quicwg/base-drafts/pull/1794.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/1794">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2Bf45hzpIzBbYw7gJeLDQOFghmDks5ueXa0gaJpZM4W3qeS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3iLVhb5YBjZkJb6Gpfn3oyU0Djdks5ueXa0gaJpZM4W3qeS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Only include a token in the \"first\" Initial (#1794)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1794"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1794",
"url": "https://github.com/quicwg/base-drafts/pull/1794",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Only include a token in the \"first\" Initial (#1794)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "5084586",
"value": "Only include a token in the \"first\" Initial"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1794/files#diff-0) (13 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1794,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1794\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1794"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1794.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1794.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383690642\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba97f34ece57_1ad13ff719ed45b877574--


From nobody Mon Sep 24 17:20:53 2018
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 C7A68131190 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:20:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 5GWlNhScyaSk for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:20:50 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 13B2B13115B for <quic-issues@ietf.org>; Mon, 24 Sep 2018 17:20:50 -0700 (PDT)
Date: Mon, 24 Sep 2018 17:20:49 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537834849; bh=FRAFTt+cwKO8sgfumNDjTSTPGrYsX65/OPx99Y2uglg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MHo3Gd9ON2qIcdJ5FGoMRWRaE4gAVPtUPhY6ik+WL2vScyW3wGpELPiSQKn50j9Bh t+1duh2OKjoZuttUiruP39QWpl9+KsMaY/zVMN391wL/fFddw/MFotRK4427lz5h2w hwnDc1fXRx2nsk7QDX1uHbh6tE9R4WLWFxwd5dg4=
From: janaiyengar <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/1742/push/2903430386@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba97f6134766_35493feac6ad45bc2500a2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
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/TN7H4u7Xpq67A9bO4uMYeud_AYo>
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, 25 Sep 2018 00:20:52 -0000

----==_mimepart_5ba97f6134766_35493feac6ad45bc2500a2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

923b024  replace CONNECTION_ID_FINISHED with RETIRE_CONNECTION_ID


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1742/files/6a67f0c5ef6ead104075bce5fa41fbf0f42879ac..923b024085df0f58ea736772c054afb246362884

----==_mimepart_5ba97f6134766_35493feac6ad45bc2500a2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/janaiyengar" class="user-mention">@janaiyengar</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/923b024">923b024</a>  replace CONNECTION_ID_FINISHED with RETIRE_CONNECTION_ID</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/1742/files/6a67f0c5ef6ead104075bce5fa41fbf0f42879ac..923b024085df0f58ea736772c054afb246362884">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxeXKRw4TG4m7jDOS5BP4qBmEtkyks5ueXbhgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0cv22nyQc_r19E5FoS6Tt71RmbDks5ueXbhgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742/files/6a67f0c5ef6ead104075bce5fa41fbf0f42879ac..923b024085df0f58ea736772c054afb246362884"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742/files/6a67f0c5ef6ead104075bce5fa41fbf0f42879ac..923b024085df0f58ea736772c054afb246362884",
"url": "https://github.com/quicwg/base-drafts/pull/1742/files/6a67f0c5ef6ead104075bce5fa41fbf0f42879ac..923b024085df0f58ea736772c054afb246362884",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@janaiyengar pushed 1 commit in #1742",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1742:",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [
{
"name": "923b024",
"value": "replace CONNECTION_ID_FINISHED with RETIRE_CONNECTION_ID"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742/files/6a67f0c5ef6ead104075bce5fa41fbf0f42879ac..923b024085df0f58ea736772c054afb246362884"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba97f6134766_35493feac6ad45bc2500a2--


From nobody Mon Sep 24 17:22:14 2018
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 A7063131190 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:22:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 7i3yaeBuslX7 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:22:11 -0700 (PDT)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0903D13115B for <quic-issues@ietf.org>; Mon, 24 Sep 2018 17:22:11 -0700 (PDT)
Date: Mon, 24 Sep 2018 17:22:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537834929; bh=5OGqEOenw7b65RZ8LaLv6+r/MJBLQSWHQkEFrWUVH8U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CPfALR71XOGXIuAhW2rgH1E7qGgGiZodPePwt43J/MVysalrkG3Ui7bH3Ru+tGN4N D50mg61KhqeQsy6QV/KKLAkNj5YWLQIm8+l9kUav5VRbPZjapZcmrMK68kFyZOdIYc 0LVEnKM5DwWYdrR3teZurVVMgRdWe2KgxATfKnTM=
From: janaiyengar <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/1742/push/2903432349@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba97fb179159_63543f937fad45c48449b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
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/fgBK8jJBzhN2tMhsBTeNRiG86eY>
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, 25 Sep 2018 00:22:13 -0000

----==_mimepart_5ba97fb179159_63543f937fad45c48449b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

ae3ba4f  stragglers


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1742/files/923b024085df0f58ea736772c054afb246362884..ae3ba4f23552694653b44c7f4d14c1f2bd74f35b

----==_mimepart_5ba97fb179159_63543f937fad45c48449b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/janaiyengar" class="user-mention">@janaiyengar</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/ae3ba4f">ae3ba4f</a>  stragglers</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/1742/files/923b024085df0f58ea736772c054afb246362884..ae3ba4f23552694653b44c7f4d14c1f2bd74f35b">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8rgWs8py5MN0mX8JThpDTrccpFFks5ueXcxgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx0i_WjBy5TM3mUXDEuMybSR0yMYks5ueXcxgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742/files/923b024085df0f58ea736772c054afb246362884..ae3ba4f23552694653b44c7f4d14c1f2bd74f35b"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742/files/923b024085df0f58ea736772c054afb246362884..ae3ba4f23552694653b44c7f4d14c1f2bd74f35b",
"url": "https://github.com/quicwg/base-drafts/pull/1742/files/923b024085df0f58ea736772c054afb246362884..ae3ba4f23552694653b44c7f4d14c1f2bd74f35b",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@janaiyengar pushed 1 commit in #1742",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1742:",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [
{
"name": "ae3ba4f",
"value": "stragglers"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742/files/923b024085df0f58ea736772c054afb246362884..ae3ba4f23552694653b44c7f4d14c1f2bd74f35b"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba97fb179159_63543f937fad45c48449b--


From nobody Mon Sep 24 17:40:38 2018
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 14741131197 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:40:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 au8k36LbmeRI for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:40:35 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 78682131163 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 17:40:35 -0700 (PDT)
Date: Mon, 24 Sep 2018 17:40:34 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537836034; bh=Mqhcb5f7IMaJXwCQ14hhGSJhqoUJnidQ8HsIFESrqLQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qoHE7TWpDkh4tkhaXow/rS9uP/gpQ5Xb1lERRMbDk4BFbjIaW3a3ouMilwUuussh0 QjvEh+IqlENquU9NCnZ5oKEMtr4A6XndQt/Q9zLKBoCNAgqpfmAJp/kd/P/Jns240p r0uNulNHyU2kqDXScL3Fby0S7FsRhUkeymd5M3V8=
From: janaiyengar <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/1742/push/2903460304@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba984021a2da_36d33f8a13ed45b8969db"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
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/TgzrYlMONAol819Q-4V3JwxOdf0>
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, 25 Sep 2018 00:40:37 -0000

----==_mimepart_5ba984021a2da_36d33f8a13ed45b8969db
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

6dc077f  cleaned up section on issuing connection IDs


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1742/files/ae3ba4f23552694653b44c7f4d14c1f2bd74f35b..6dc077fbc4763687cb1c8400e4d9466ab7a906a9

----==_mimepart_5ba984021a2da_36d33f8a13ed45b8969db
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/janaiyengar" class="user-mention">@janaiyengar</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/6dc077f">6dc077f</a>  cleaned up section on issuing connection IDs</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/1742/files/ae3ba4f23552694653b44c7f4d14c1f2bd74f35b..6dc077fbc4763687cb1c8400e4d9466ab7a906a9">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzRsIGolswEulcyr5uGHW1MzWTEVks5ueXuCgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3h0XUjrx1_rTLg3--E0ZcSfOYNWks5ueXuCgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742/files/ae3ba4f23552694653b44c7f4d14c1f2bd74f35b..6dc077fbc4763687cb1c8400e4d9466ab7a906a9"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742/files/ae3ba4f23552694653b44c7f4d14c1f2bd74f35b..6dc077fbc4763687cb1c8400e4d9466ab7a906a9",
"url": "https://github.com/quicwg/base-drafts/pull/1742/files/ae3ba4f23552694653b44c7f4d14c1f2bd74f35b..6dc077fbc4763687cb1c8400e4d9466ab7a906a9",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@janaiyengar pushed 1 commit in #1742",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1742:",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [
{
"name": "6dc077f",
"value": "cleaned up section on issuing connection IDs"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742/files/ae3ba4f23552694653b44c7f4d14c1f2bd74f35b..6dc077fbc4763687cb1c8400e4d9466ab7a906a9"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba984021a2da_36d33f8a13ed45b8969db--


From nobody Mon Sep 24 17:50:46 2018
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 A34E7131197 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:50:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 XCHqkFBGsfhr for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 17:50:42 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B23C613115B for <quic-issues@ietf.org>; Mon, 24 Sep 2018 17:50:42 -0700 (PDT)
Date: Mon, 24 Sep 2018 17:50:41 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537836641; bh=hIXmLGJbhzdPwnSVBw73IX6rGbFbFhscEA6Lo+JIW5U=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=haFV3ZoXUiiUHTadPXDiMDI3NFz9lzQ/WSMKxxG+gII4RvRcRXvgBEhGrpd9fsp3A D8xgOlsGG4QzqKgaapj9KRNsMFqSuaVO7S5IQ0hiwdxT1VboAy7Y9Vf8oTFXywJRXV 44tqOYdZc7J0GdTZAqpXwd9D9NKtQlkh/0jGxNos=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd11b9c19e724c109ac38e54c8bde490463783f7592cf0000000117c1486192a169ce15a89a06@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1795@github.com>
Subject: [quicwg/base-drafts] Define a safe algorithm for changing CID in response to a change in CID (#1795)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba98661b84c9_428a3f9a858d45b4171092"; 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/esAon4qI4IUXPI2msamRrf38bVA>
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, 25 Sep 2018 00:50:45 -0000

----==_mimepart_5ba98661b84c9_428a3f9a858d45b4171092
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Ideally, we want an endpoint to change connection ID if its peer changes connection ID.  However, this leads to infinite changing of connection IDs if you implement the naive version of this.  We need an algorithm that is simple enough to implement, but immune to the looping problem.

This isn't critical (we can live without it), but it would be a nice to have.

Currently Section 6.11.5 is where this would live.

-- 
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/1795
----==_mimepart_5ba98661b84c9_428a3f9a858d45b4171092
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Ideally, we want an endpoint to change connection ID if its peer changes connection ID.  However, this leads to infinite changing of connection IDs if you implement the naive version of this.  We need an algorithm that is simple enough to implement, but immune to the looping problem.</p>
<p>This isn't critical (we can live without it), but it would be a nice to have.</p>
<p>Currently Section 6.11.5 is where this would live.</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/1795">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2VPwvlhrCJcugTGHQYvxwo2zHduks5ueX3hgaJpZM4W3r29">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyYIJ-_dGAAIjrMXvpK2yCMtNFDaks5ueX3hgaJpZM4W3r29.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Define a safe algorithm for changing CID in response to a change in CID (#1795)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1795"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1795",
"url": "https://github.com/quicwg/base-drafts/issues/1795",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Define a safe algorithm for changing CID in response to a change in CID (#1795)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1795
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1795,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1795\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1795"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383696317\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba98661b84c9_428a3f9a858d45b4171092--


From nobody Mon Sep 24 18:01:40 2018
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 5CC6C131166 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:01:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 a3xIDyWefSVM for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:01:36 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C434B13115B for <quic-issues@ietf.org>; Mon, 24 Sep 2018 18:01:36 -0700 (PDT)
Date: Mon, 24 Sep 2018 18:01:35 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537837295; bh=uuy5U2IDrM/8JObNJgZDVqOtPVjeKhm6Wl7PL4rXJhI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bikvHS2O2y54cAxAz/WnLggGbgdZvaQdBZFHUag7Dd+aitkerc6cFOANo2EDezFGf KgrHQNDKEyMRW9MkPQITBtFsoHuutO+topq3OwSnrxQWlIig3WIb79T2a7VLEZXmdx 4L7p86NclryRZCmZdwKAatDYwS+awq3U4Oibd8X8=
From: janaiyengar <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/1742/push/2903491758@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba988ef9f9d6_4e703fd9534d45c4102317"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
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/5aWtQoOxlJtnl1A7HJTaGHWT-i4>
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, 25 Sep 2018 01:01:39 -0000

----==_mimepart_5ba988ef9f9d6_4e703fd9534d45c4102317
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

b64b73c  finished section on consuming and retiring connection IDs


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1742/files/6dc077fbc4763687cb1c8400e4d9466ab7a906a9..b64b73cb29bdea47c266dee579f768785ec08c5b

----==_mimepart_5ba988ef9f9d6_4e703fd9534d45c4102317
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/janaiyengar" class="user-mention">@janaiyengar</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/b64b73c">b64b73c</a>  finished section on consuming and retiring connection IDs</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/1742/files/6dc077fbc4763687cb1c8400e4d9466ab7a906a9..b64b73cb29bdea47c266dee579f768785ec08c5b">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9ZHWp4P9J6G5_hUQIiOBdZAOVOwks5ueYBvgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2bI1FYe_x9gtexg2RwSTkioZgw_ks5ueYBvgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742/files/6dc077fbc4763687cb1c8400e4d9466ab7a906a9..b64b73cb29bdea47c266dee579f768785ec08c5b"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742/files/6dc077fbc4763687cb1c8400e4d9466ab7a906a9..b64b73cb29bdea47c266dee579f768785ec08c5b",
"url": "https://github.com/quicwg/base-drafts/pull/1742/files/6dc077fbc4763687cb1c8400e4d9466ab7a906a9..b64b73cb29bdea47c266dee579f768785ec08c5b",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@janaiyengar pushed 1 commit in #1742",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1742:",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [
{
"name": "b64b73c",
"value": "finished section on consuming and retiring connection IDs"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742/files/6dc077fbc4763687cb1c8400e4d9466ab7a906a9..b64b73cb29bdea47c266dee579f768785ec08c5b"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba988ef9f9d6_4e703fd9534d45c4102317--


From nobody Mon Sep 24 18:05:43 2018
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 C6675131166 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:05:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 wUVVuJX2KK4L for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:05:40 -0700 (PDT)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 40DE613115B for <quic-issues@ietf.org>; Mon, 24 Sep 2018 18:05:40 -0700 (PDT)
Date: Mon, 24 Sep 2018 18:05:39 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537837539; bh=JEMf2jMjgAtHfNHNHKxEOuA5L0HzDhuZLMDY0rGtm8E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OrnNYYICnBTkRfQc1XfM/LJTxt7ZbyNPGeBJ001i6N1nHlu6IQIiLFW/4fR+4+jmX TcJM5X0HbVY4/OTZEK1XTZQhJ0Q85uaeElATHzhKSyKp6xR2AfM+0Mkz/lmua/Yl+6 V6YvBNWJ8ZbNyn4n7jKBrGjer+4bKDgO5HLysQW4=
From: janaiyengar <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/1742/push/2903497769@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba989e34fccc_1fac3fdb182d45b41967cc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
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/u7Kg3myQN91U5lX6boYfbWTUeB8>
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, 25 Sep 2018 01:05:42 -0000

----==_mimepart_5ba989e34fccc_1fac3fdb182d45b41967cc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

978abd8  final bits


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1742/files/b64b73cb29bdea47c266dee579f768785ec08c5b..978abd8333d35663df22fdc897c5ee6aac39d152

----==_mimepart_5ba989e34fccc_1fac3fdb182d45b41967cc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/janaiyengar" class="user-mention">@janaiyengar</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/978abd8">978abd8</a>  final bits</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/1742/files/b64b73cb29bdea47c266dee579f768785ec08c5b..978abd8333d35663df22fdc897c5ee6aac39d152">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzWzAf746Zhcf22CMuWpl7KGe1Wkks5ueYFjgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_Z8Aa62N9ovQkQ6R56YTQWrhGuIks5ueYFjgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742/files/b64b73cb29bdea47c266dee579f768785ec08c5b..978abd8333d35663df22fdc897c5ee6aac39d152"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742/files/b64b73cb29bdea47c266dee579f768785ec08c5b..978abd8333d35663df22fdc897c5ee6aac39d152",
"url": "https://github.com/quicwg/base-drafts/pull/1742/files/b64b73cb29bdea47c266dee579f768785ec08c5b..978abd8333d35663df22fdc897c5ee6aac39d152",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@janaiyengar pushed 1 commit in #1742",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1742:",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [
{
"name": "978abd8",
"value": "final bits"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742/files/b64b73cb29bdea47c266dee579f768785ec08c5b..978abd8333d35663df22fdc897c5ee6aac39d152"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba989e34fccc_1fac3fdb182d45b41967cc--


From nobody Mon Sep 24 18:07:32 2018
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 433FB131166 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:07:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 a1LAHMmxrDNz for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:07:29 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E9B2E13115B for <quic-issues@ietf.org>; Mon, 24 Sep 2018 18:07:28 -0700 (PDT)
Date: Mon, 24 Sep 2018 18:07:28 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537837648; bh=qPj9TZhqeVIbFOdBBXpJTxlzzYlPgJVPICG5ekHBF/Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jW9rtbfr4gLwexZ1IRscsSZMTzEUQYRdMbgyRyxyimwCgZDmoXpYUA0LcreCRavye ZTfARAdUChOHuZ384JGJ4jf4lUOuAH73lobq8m+viMG7j7tDpa+zbtuy9AopbgQMez RDZ5VXQg0GoCfuqfINe4npD2JZegwghXtd7VE8Lk=
From: janaiyengar <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/1742/push/2903500403@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba98a50ca9c_3abc3f937fad45c4308749"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
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/0MopImMgVeqJmQJumtfIiJ42Otw>
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, 25 Sep 2018 01:07:30 -0000

----==_mimepart_5ba98a50ca9c_3abc3f937fad45c4308749
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

93052d0  nits


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1742/files/978abd8333d35663df22fdc897c5ee6aac39d152..93052d0c45eed5c298c5480d05f49e66f5c7fd04

----==_mimepart_5ba98a50ca9c_3abc3f937fad45c4308749
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/janaiyengar" class="user-mention">@janaiyengar</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/93052d0">93052d0</a>  nits</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/1742/files/978abd8333d35663df22fdc897c5ee6aac39d152..93052d0c45eed5c298c5480d05f49e66f5c7fd04">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9H7FW9xv3tZqHphW_Thyq_iO9KQks5ueYHQgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_QR9hqL5WX1HvdHkeIkXNKf-f6-ks5ueYHQgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742/files/978abd8333d35663df22fdc897c5ee6aac39d152..93052d0c45eed5c298c5480d05f49e66f5c7fd04"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742/files/978abd8333d35663df22fdc897c5ee6aac39d152..93052d0c45eed5c298c5480d05f49e66f5c7fd04",
"url": "https://github.com/quicwg/base-drafts/pull/1742/files/978abd8333d35663df22fdc897c5ee6aac39d152..93052d0c45eed5c298c5480d05f49e66f5c7fd04",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@janaiyengar pushed 1 commit in #1742",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1742:",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [
{
"name": "93052d0",
"value": "nits"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742/files/978abd8333d35663df22fdc897c5ee6aac39d152..93052d0c45eed5c298c5480d05f49e66f5c7fd04"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba98a50ca9c_3abc3f937fad45c4308749--


From nobody Mon Sep 24 18:09:53 2018
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 6FD49131166 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:09:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 Nc8JVPvReflF for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:09:49 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9734E13115B for <quic-issues@ietf.org>; Mon, 24 Sep 2018 18:09:49 -0700 (PDT)
Date: Mon, 24 Sep 2018 18:09:48 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537837788; bh=GD5TFsd0WXwH0Wd3wnQaHW8LgNsEMBvUsrk1thKwYuU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iLoTEbMb45o0Yk4JiU7IhJw+2PNWx1StGeT8YjlXLMWRsQ19BoZaOyKo/ebcLVWtJ vgYkAqo8c1c+4CrEAueDDbycQ62mXx/ou0Y1LWqurVR9umDfrWPQI7Zn4GA3nU07uY EoHdEIdoASbt1yFivcOtw+OoYOMui4EdPyQzerPg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6702315bfa9ef4867148ac7d8aa4bbf8e10a04f392cf0000000117c14cdc92a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/158348635@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba98adce3917_30c33ff60e4d45c419089a"; 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/Z-72g80VHnmo-o3sNiMyvNsiy5g>
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, 25 Sep 2018 01:09:51 -0000

----==_mimepart_5ba98adce3917_30c33ff60e4d45c419089a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



>  
 
 ### Issuing Connection IDs
 
-An endpoint issues connection IDs to its peer for the peer to use when sending
-packets. This allows the endpoint control over the strategy used to interpret
-connection IDs of packets that it receives.  These connection IDs are
-communicated to the peer using NEW_CONNECTION_ID frames
-({{frame-new-connection-id}}).
+The initial connection ID issued by an endpoint is the Source Connection ID
+during the handshake.  Subsequent connection IDs are communicated to the peer
+using NEW_CONNECTION_ID frames ({{frame-new-connection-id}}).  While each
+endpoint independently chooses how many connection IDs to issue, a recommended
+number of outstanding connection IDs is eight.

endpoints SHOULD provide and maintain at least 8 connection IDs......

-- 
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/1742#pullrequestreview-158348635
----==_mimepart_5ba98adce3917_30c33ff60e4d45c419089a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r220034010">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 
 ### Issuing Connection IDs
 
-An endpoint issues connection IDs to its peer for the peer to use when sending
-packets. This allows the endpoint control over the strategy used to interpret
-connection IDs of packets that it receives.  These connection IDs are
-communicated to the peer using NEW_CONNECTION_ID frames
-({{frame-new-connection-id}}).
+The initial connection ID issued by an endpoint is the Source Connection ID
+during the handshake.  Subsequent connection IDs are communicated to the peer
+using NEW_CONNECTION_ID frames ({{frame-new-connection-id}}).  While each
+endpoint independently chooses how many connection IDs to issue, a recommended
+number of outstanding connection IDs is eight.
</pre>
<p>endpoints SHOULD provide and maintain at least 8 connection IDs......</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/1742#pullrequestreview-158348635">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3AxMG30p1xLi-Yb0kWBK5vpQOFfks5ueYJcgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5H6JvquqRC3AB5aun-1q69WZ48Hks5ueYJcgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348635"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348635",
"url": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348635",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348635"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba98adce3917_30c33ff60e4d45c419089a--


From nobody Mon Sep 24 18:10:36 2018
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 07D29131166 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:10:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 tH5USDBMG4lI for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:10:33 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EBBF213115B for <quic-issues@ietf.org>; Mon, 24 Sep 2018 18:10:32 -0700 (PDT)
Date: Mon, 24 Sep 2018 18:10:32 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537837832; bh=PpUeq6ok2wUGIii3ARZNVslJ+BpZh3q06BgFK3+Wrfs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=THSBqQKieIHguQNqDMQTYryihBQTX1oIbwh+BeQCJ02gw054zsGGtJxQuQuWgo0fJ tbXidyIN2ncb1eejPN/U9RwD1qkzfvnhIv2m5KxjzROeukSpsAuvpDTLln1XG/AF4t pF5eQGWsH6i6fTqyEVwfRk3PzxBzDwfW00ozI3l0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6b6ead02fb922b2a6d262e45bdb626d2f675a46192cf0000000117c14d0892a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/158348724@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba98b081d1c0_3b233f937fad45c4292544"; 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/QJmIl4pdZIVnJOy4TRZ_sYm_aTo>
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, 25 Sep 2018 01:10:35 -0000

----==_mimepart_5ba98b081d1c0_3b233f937fad45c4292544
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> -new connection ID for each connection ID retired with a RETIRE_CONNECTION_ID
-frame. When a receiver of a packet notices that its peer is now using a
-previously unused connection ID, it can supply its peer with a new connection ID
-using a NEW_CONNECTION_ID frame to reduce the possibility of its peer running
-out of available connection IDs.
-
-Endpoints that use connection IDs with length greater than zero could have their
-activity correlated if their peers keep using the same destination connection ID
-after migration.  An endpoint that receives a packet with a different remote
-address or destination connection ID than previously used SHOULD also switch to
-sending with a connection ID that has not previously been used.  The goal is to
-ensure absence of correlation between the pairs of client and server connection
-ID used on different paths.  To fulfill this privacy requirement, endpoints that
+An endpoint SHOULD ensure that its peer has a sufficient number of available and
+unused connection IDs.  The endpoint can do this by always supplying a new
+connection ID when a connection ID is retired by its peer or when the endpoint

Maybe move the recommendation for 8 in between the two sentences here.

-- 
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/1742#pullrequestreview-158348724
----==_mimepart_5ba98b081d1c0_3b233f937fad45c4292544
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r220034082">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; -new connection ID for each connection ID retired with a RETIRE_CONNECTION_ID
-frame. When a receiver of a packet notices that its peer is now using a
-previously unused connection ID, it can supply its peer with a new connection ID
-using a NEW_CONNECTION_ID frame to reduce the possibility of its peer running
-out of available connection IDs.
-
-Endpoints that use connection IDs with length greater than zero could have their
-activity correlated if their peers keep using the same destination connection ID
-after migration.  An endpoint that receives a packet with a different remote
-address or destination connection ID than previously used SHOULD also switch to
-sending with a connection ID that has not previously been used.  The goal is to
-ensure absence of correlation between the pairs of client and server connection
-ID used on different paths.  To fulfill this privacy requirement, endpoints that
+An endpoint SHOULD ensure that its peer has a sufficient number of available and
+unused connection IDs.  The endpoint can do this by always supplying a new
+connection ID when a connection ID is retired by its peer or when the endpoint
</pre>
<p>Maybe move the recommendation for 8 in between the two sentences here.</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/1742#pullrequestreview-158348724">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyQUht0E7BYOR9u8YxjNrNKhK9fuks5ueYKIgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8FwHbG8aFxljT6Akp3GJbgpe7jnks5ueYKIgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348724"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348724",
"url": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348724",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348724"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba98b081d1c0_3b233f937fad45c4292544--


From nobody Mon Sep 24 18:11:11 2018
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 5339C131166 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:11:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 FeLD0HakfOSR for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:11:08 -0700 (PDT)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9D18113115B for <quic-issues@ietf.org>; Mon, 24 Sep 2018 18:11:08 -0700 (PDT)
Date: Mon, 24 Sep 2018 18:11:07 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537837868; bh=dcyFMWAxWleHEtpyXL60jBkdCh+geH/T6rDSiAGg3P8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hKEuPTn0rWDTibik2s5d6dvfpHfsRs8FiVwW8mbsWRcNSJdWrgRIvBp60MoA8CEcs sTNOU07w4P6Dp+oAV3hJwLAL47/joNnspYZLZqthfE/SvjamVONZbwML0T7cGPmsq7 NEf0C/Aj9xeeb3BDJKyMZ2J7DFGQUNuFglf6Gnds=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc8df461d72c1be6d2f61619debfc52baed5f092b92cf0000000117c14d2b92a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/158348791@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba98b2be9198_40b3ff3fe0d45bc1148c5"; 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/3fxU2YZl4kbVsb_dkfLlBEXtShQ>
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, 25 Sep 2018 01:11:10 -0000

----==_mimepart_5ba98b2be9198_40b3ff3fe0d45bc1148c5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> -address or destination connection ID than previously used SHOULD also switch to
-sending with a connection ID that has not previously been used.  The goal is to
-ensure absence of correlation between the pairs of client and server connection
-ID used on different paths.  To fulfill this privacy requirement, endpoints that
+An endpoint SHOULD ensure that its peer has a sufficient number of available and
+unused connection IDs.  The endpoint can do this by always supplying a new
+connection ID when a connection ID is retired by its peer or when the endpoint
+receives a packet with a previously unused connection ID.
+
+
+### Consuming Connection IDs
+
+An endpoint that receives a packet with a different remote address or
+destination connection ID than previously used SHOULD also switch to sending
+with a connection ID that has not previously been used.  The goal is to ensure
+absence of correlation between the pairs of client and server connection ID used

The goal is to ensure that traffic on different paths cannot be correlated.

-- 
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/1742#pullrequestreview-158348791
----==_mimepart_5ba98b2be9198_40b3ff3fe0d45bc1148c5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r220034142">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; -address or destination connection ID than previously used SHOULD also switch to
-sending with a connection ID that has not previously been used.  The goal is to
-ensure absence of correlation between the pairs of client and server connection
-ID used on different paths.  To fulfill this privacy requirement, endpoints that
+An endpoint SHOULD ensure that its peer has a sufficient number of available and
+unused connection IDs.  The endpoint can do this by always supplying a new
+connection ID when a connection ID is retired by its peer or when the endpoint
+receives a packet with a previously unused connection ID.
+
+
+### Consuming Connection IDs
+
+An endpoint that receives a packet with a different remote address or
+destination connection ID than previously used SHOULD also switch to sending
+with a connection ID that has not previously been used.  The goal is to ensure
+absence of correlation between the pairs of client and server connection ID used
</pre>
<p>The goal is to ensure that traffic on different paths cannot be correlated.</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/1742#pullrequestreview-158348791">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyhKCITk1USQPgMg2JtBVnohZ9k3ks5ueYKrgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5ZzPhBOnGeKf-iYtuXvPK6ct30oks5ueYKrgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348791"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348791",
"url": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348791",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348791"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba98b2be9198_40b3ff3fe0d45bc1148c5--


From nobody Mon Sep 24 18:12:18 2018
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 7E26613124F for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:12:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 l5QzzWBLcUMQ for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:12:08 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B20C513121A for <quic-issues@ietf.org>; Mon, 24 Sep 2018 18:12:08 -0700 (PDT)
Date: Mon, 24 Sep 2018 18:12:07 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537837927; bh=H1ntiE+7kb8AG09zDqmo3ojJ07GylUzRaj3/NcV1tzs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gf9UFfD5H3MSQ73oyXxWtNDpjjvBMdyEAfb7lKAiL35cWZSXXipk+TWQ2JKy/+lPd wYizrY7Pdrio/oOoJIu12PBR4vIiQMniFZxVA3IGEfUJ06knb4Dhs97UACdRGHcaTi Az8IURSNIetUyDHt/9Vu9t3BmkA3xp8lSg/hVGX0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab91532b9f7a183752ab3c520212a470cdc7b0d82292cf0000000117c14d6792a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/158348921@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba98b6786b13_550f3fd9534d45c4134851"; 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/xEh4-UxyUC1nk6ksuQ2_F_ppwj0>
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, 25 Sep 2018 01:12:15 -0000

----==_mimepart_5ba98b6786b13_550f3fd9534d45c4134851
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -1242,46 +1242,37 @@ the connection ID via a RETIRE_CONNECTION_ID frame
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  The endpoint can do this by always supplying a new
 connection ID when a connection ID is retired by its peer or when the endpoint
-receives a packet with a previously unused connection ID.
-
-
-### Consuming Connection IDs
+receives a packet with a previously unused connection ID.  Endpoints that
+initiate migration and require non-zero-length connection IDs SHOULD provide
+their peers with new connection IDs before migration, or risk the peer closing
+the connection.

closing the connection...when they run out of connection IDs.

-- 
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/1742#pullrequestreview-158348921
----==_mimepart_5ba98b6786b13_550f3fd9534d45c4134851
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r220034238">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1242,46 +1242,37 @@ the connection ID via a RETIRE_CONNECTION_ID frame
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  The endpoint can do this by always supplying a new
 connection ID when a connection ID is retired by its peer or when the endpoint
-receives a packet with a previously unused connection ID.
-
-
-### Consuming Connection IDs
+receives a packet with a previously unused connection ID.  Endpoints that
+initiate migration and require non-zero-length connection IDs SHOULD provide
+their peers with new connection IDs before migration, or risk the peer closing
+the connection.
</pre>
<p>closing the connection...when they run out of connection IDs.</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/1742#pullrequestreview-158348921">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9D2fyhbMkXqdOnEXly3WbVYQwATks5ueYLngaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1JeqptRsKKePXnzO2Ug_U7keop0ks5ueYLngaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348921"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348921",
"url": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348921",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348921"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba98b6786b13_550f3fd9534d45c4134851--


From nobody Mon Sep 24 18:12:32 2018
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 EEFA21312BC for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:12:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 8mX499k2ldgT for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:12:23 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5241313122A for <quic-issues@ietf.org>; Mon, 24 Sep 2018 18:12:22 -0700 (PDT)
Date: Mon, 24 Sep 2018 18:12:21 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537837941; bh=rcKj03PMkWamW6+3A7QyhMOU5yB//E8XUV8j1ljIB8g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DzvUW36Px2WrV9UB3DfJiK23FrBuoXqQbrBK1WDwIypCKBTHbDf2kcLAzzXRq35Zj Sl2zQKYCuUdiaG0Q65Smeu8xBF19v5u/fSkwl4Y1tU7lOnHLKYOSAV7YqpvebF0Ghs t6/9j3jSMR6XgCXlge4ktf6+KNQsd8odCEW+z3CQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf322895591dc192a24c746e0f3a5bc00fcc3fbd192cf0000000117c14d7592a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/158348960@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba98b7566841_58c23fc61dcd45c41991d2"; 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/OVQZD8Q11zgAGaq0hohCNVHNX2Y>
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, 25 Sep 2018 01:12:29 -0000

----==_mimepart_5ba98b7566841_58c23fc61dcd45c41991d2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



>  
-: If both endpoints change connection ID in response to seeing a change in
-  connection ID from their peer, then this can trigger an infinite sequence
-  of changes.
+An endpoint can arbitrarily change the connection ID it uses for a peer to

s/arbitrarily//

-- 
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/1742#pullrequestreview-158348960
----==_mimepart_5ba98b7566841_58c23fc61dcd45c41991d2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r220034265">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-: If both endpoints change connection ID in response to seeing a change in
-  connection ID from their peer, then this can trigger an infinite sequence
-  of changes.
+An endpoint can arbitrarily change the connection ID it uses for a peer to
</pre>
<p>s/arbitrarily//</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/1742#pullrequestreview-158348960">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6ibpjz9_Q9J8Oi-QZMsgILFLIrcks5ueYL1gaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_mEXVnC_lt7_9K-wVFvgTefPbIMks5ueYL1gaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348960"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348960",
"url": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348960",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158348960"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba98b7566841_58c23fc61dcd45c41991d2--


From nobody Mon Sep 24 18:14:30 2018
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 34AAD131166 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:14:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 zgOexRp5ikON for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:14:26 -0700 (PDT)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A1D0113115B for <quic-issues@ietf.org>; Mon, 24 Sep 2018 18:14:26 -0700 (PDT)
Date: Mon, 24 Sep 2018 18:14:25 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537838066; bh=i/jaZs0N0BEWeQGqpBYM3rB85SNUmZNPs8fWbf7SbT0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IGcJXG1BItZ0Q44NLKsvsoxA/N5jYqyzx3VM5e3t05KtfRiDFJcNhueIcvJsPEzP+ SlTIu1o4YGa8qJAMnq7NgLe26alWSJx8O7MlqfJq/R1n/mMeNogEYu6l5AQz4xePlS QfFxJNOyyCjFEokvGRcrwW/Hi4uKYOKge4iCBeoo=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1b9a1a5672e67cf4b792e33771130d2aeff5bb2692cf0000000117c14df192a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/review/158349202@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba98bf1eda91_7a5b3f84472d45b43326c7"; 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/9EIgIVPVSl4NtsUsMDKbSgRCwUg>
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, 25 Sep 2018 01:14:28 -0000

----==_mimepart_5ba98bf1eda91_7a5b3f84472d45b43326c7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



>  
 An endpoint that retires a connection ID should retain knowledge of that
-connection ID for a period of time after sending the RETIRE_CONNECTION_ID
-frame, or until that frame is acknowledged.  A recommended time is three times
-the current Retransmission Timeout (RTO) interval as defined in
-{{QUIC-RECOVERY}}.  This prevents potential retransmissions of a
-NEW_CONNECTION_ID frame from overlapping with the RETIRE_CONNECTION_ID frame
-for the same connection ID.
+connection ID for a period of time after sending the RETIRE_CONNECTION_ID frame,
+or until that frame is acknowledged.  A recommended time is three times the
+current retransmission timeout (RTO) interval as defined in {{QUIC-RECOVERY}}.
+This prevents confusion from receiving retransmissions of a NEW_CONNECTION_ID

This prevents a retransmission of a NEW_CONNECTION_ID from incorrectly renewing a previously retired connection ID.

-- 
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/1742#pullrequestreview-158349202
----==_mimepart_5ba98bf1eda91_7a5b3f84472d45b43326c7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1742#discussion_r220034474">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 An endpoint that retires a connection ID should retain knowledge of that
-connection ID for a period of time after sending the RETIRE_CONNECTION_ID
-frame, or until that frame is acknowledged.  A recommended time is three times
-the current Retransmission Timeout (RTO) interval as defined in
-{{QUIC-RECOVERY}}.  This prevents potential retransmissions of a
-NEW_CONNECTION_ID frame from overlapping with the RETIRE_CONNECTION_ID frame
-for the same connection ID.
+connection ID for a period of time after sending the RETIRE_CONNECTION_ID frame,
+or until that frame is acknowledged.  A recommended time is three times the
+current retransmission timeout (RTO) interval as defined in {{QUIC-RECOVERY}}.
+This prevents confusion from receiving retransmissions of a NEW_CONNECTION_ID
</pre>
<p>This prevents a retransmission of a NEW_CONNECTION_ID from incorrectly renewing a previously retired connection ID.</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/1742#pullrequestreview-158349202">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0-qhCfgrBcbZnI964xUJroN-c6Vks5ueYNxgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9dPksvi-VoM3oiECaQ9YJ7zli67ks5ueYNxgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158349202"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158349202",
"url": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158349202",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1742",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#pullrequestreview-158349202"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba98bf1eda91_7a5b3f84472d45b43326c7--


From nobody Mon Sep 24 18:16:39 2018
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 5A571130E3F for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:16:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 DjZPk_0nA24x for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:16:36 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C543313115B for <quic-issues@ietf.org>; Mon, 24 Sep 2018 18:16:35 -0700 (PDT)
Date: Mon, 24 Sep 2018 18:16:34 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537838194; bh=7olyz+kq24sskt2fAZPm1loCm5/uPmAeUreE6mhIdds=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WQnp1DRg8WJaO3Nw357k6naQGt9QIWcAs3WiAcSok9n3W+VrNTuZX3i1neRV5A0WU seSGHB/Hr1ylpHCZu4qDY0HipaA1Hn+Q+gDtOIS9vRUihb7aYdnqXH7ZtxAyCDK91/ DEtB2HG3o35uBm7B/ty20qbOgOlMCyyq2lJzPjP4=
From: janaiyengar <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/1742/push/2903513866@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba98c72e8c28_125e3facc24d45b489253"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
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/k1j36RC0oxC7kO286B4mseaDhKQ>
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, 25 Sep 2018 01:16:38 -0000

----==_mimepart_5ba98c72e8c28_125e3facc24d45b489253
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

94c6a0e  mt review


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1742/files/93052d0c45eed5c298c5480d05f49e66f5c7fd04..94c6a0eb69baf56e09ae331d557da0af4ad29984

----==_mimepart_5ba98c72e8c28_125e3facc24d45b489253
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/janaiyengar" class="user-mention">@janaiyengar</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/94c6a0e">94c6a0e</a>  mt review</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/1742/files/93052d0c45eed5c298c5480d05f49e66f5c7fd04..94c6a0eb69baf56e09ae331d557da0af4ad29984">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6IyqNOJcUDpnkYy-pgAGul-XcR8ks5ueYPygaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2zdX9ECI84i8sK2EBy0b1KTmV_Xks5ueYPygaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742/files/93052d0c45eed5c298c5480d05f49e66f5c7fd04..94c6a0eb69baf56e09ae331d557da0af4ad29984"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742/files/93052d0c45eed5c298c5480d05f49e66f5c7fd04..94c6a0eb69baf56e09ae331d557da0af4ad29984",
"url": "https://github.com/quicwg/base-drafts/pull/1742/files/93052d0c45eed5c298c5480d05f49e66f5c7fd04..94c6a0eb69baf56e09ae331d557da0af4ad29984",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@janaiyengar pushed 1 commit in #1742",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1742:",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [
{
"name": "94c6a0e",
"value": "mt review"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742/files/93052d0c45eed5c298c5480d05f49e66f5c7fd04..94c6a0eb69baf56e09ae331d557da0af4ad29984"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba98c72e8c28_125e3facc24d45b489253--


From nobody Mon Sep 24 18:18:52 2018
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 CFAFC1311D9 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:18:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 apMrFANe1MmT for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:18:49 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2416E131197 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 18:18:49 -0700 (PDT)
Date: Mon, 24 Sep 2018 18:18:48 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537838328; bh=E6QPt7SinA+fwJuSYHmq5vLe3m/QmFR2YTNKSzrgxcc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gzLnyfWkLKsXdB1LarnMnw0uo/PW+Xmpg8AiltTRHK8BTJrKxw1tHawQbJIZwaybF AR6haMSxw04+S5Lryum5jWOF05leI/awzKz9au2MFW7ZL6PjWcPkasCcwGeX4KGd2V heBRku76Vh2XQdk3zsv7U3EOYo8SE/dy0ZuwzcCA=
From: janaiyengar <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/1742/push/2903517001@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba98cf84ca9f_123f3facc24d45b4981a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
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/cAoY5qGJ9mJ5-0pooz6EKRC2gDQ>
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, 25 Sep 2018 01:18:51 -0000

----==_mimepart_5ba98cf84ca9f_123f3facc24d45b4981a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

48ff3e7  fix


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1742/files/94c6a0eb69baf56e09ae331d557da0af4ad29984..48ff3e7050c3298008929ce40d130bd1bc745e0e

----==_mimepart_5ba98cf84ca9f_123f3facc24d45b4981a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/janaiyengar" class="user-mention">@janaiyengar</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/48ff3e7">48ff3e7</a>  fix</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/1742/files/94c6a0eb69baf56e09ae331d557da0af4ad29984..48ff3e7050c3298008929ce40d130bd1bc745e0e">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8XGB5u-8aAULyRO6sefbLXxX9I4ks5ueYR4gaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq26KEa4I2Bov6hSb7kD0xVaOrXKcks5ueYR4gaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #1742"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742/files/94c6a0eb69baf56e09ae331d557da0af4ad29984..48ff3e7050c3298008929ce40d130bd1bc745e0e"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742/files/94c6a0eb69baf56e09ae331d557da0af4ad29984..48ff3e7050c3298008929ce40d130bd1bc745e0e",
"url": "https://github.com/quicwg/base-drafts/pull/1742/files/94c6a0eb69baf56e09ae331d557da0af4ad29984..48ff3e7050c3298008929ce40d130bd1bc745e0e",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@janaiyengar pushed 1 commit in #1742",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1742:",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [
{
"name": "48ff3e7",
"value": "fix"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742/files/94c6a0eb69baf56e09ae331d557da0af4ad29984..48ff3e7050c3298008929ce40d130bd1bc745e0e"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5ba98cf84ca9f_123f3facc24d45b4981a--


From nobody Mon Sep 24 18:20:18 2018
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 7045B1311D9 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:20:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 mmymBiRz2OIQ for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:20:16 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3E649131197 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 18:20:16 -0700 (PDT)
Date: Mon, 24 Sep 2018 18:20:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537838415; bh=w4dKL7+sw9I8DldQq/edZBHg/DP1FhkClY7cGaGoULI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=amJKUhDbVoA/s25TgEzbJ7hIUA7Xdz266RJ8D/fiCPHQtgiq0lnobcOOB6tvBzTIp t3h4qdcBSMYtkdCjYVGrnLsMD2djG+4RZ6Gh3FNhxWz1UszOg2cd6vCLg9m6Bcf4fF 1f9m3lb9y/6YXn5VEz1LVVgQQiXadDt8PI3XH0kI=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab27d7b8460fdc2b05ede8052118cd62bd47e5cb3992cf0000000117c14f4f92a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/c424175862@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba98d4f7e32c_89e3fcbc5ed45c4754ae"; 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/CkRqi4RKGd9gUJxKii1k90VHF9Y>
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, 25 Sep 2018 01:20:17 -0000

----==_mimepart_5ba98d4f7e32c_89e3fcbc5ed45c4754ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I've made some editorial fixes to the text, and also tried to reflect what we agreed on in NYC.

-- 
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/1742#issuecomment-424175862
----==_mimepart_5ba98d4f7e32c_89e3fcbc5ed45c4754ae
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I've made some editorial fixes to the text, and also tried to reflect what we agreed on in NYC.</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/1742#issuecomment-424175862">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6mQkX2qXLbuFkNgJQn5k35AVcFMks5ueYTPgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4CExi_91zkG4jDDweOjiNzq0MJzks5ueYTPgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #1742: I've made some editorial fixes to the text, and also tried to reflect what we agreed on in NYC."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#issuecomment-424175862"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#issuecomment-424175862",
"url": "https://github.com/quicwg/base-drafts/pull/1742#issuecomment-424175862",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID DT output (#1742)",
"sections": [
{
"text": "",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1742,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1742\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#issuecomment-424175862"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba98d4f7e32c_89e3fcbc5ed45c4754ae--


From nobody Mon Sep 24 18:20:25 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 20510131197 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:20:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.172
X-Spam-Level: 
X-Spam-Status: No, score=-1.172 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FROM_STARTS_WITH_NUMS=0.738, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, URIBL_BLOCKED=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 wpctWWssG5d8 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:20:21 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7A3F21311D9 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 18:20:21 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537838420; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=owXwCpdWx+5oSHMZwUX43Nm7kdbiZGLqpj1kZBdUuLk=; b=prC3owVL9E4U6bCs8sfpudcf8JezwmXsirNs+KwEjvZ/lv4g/IxLiu7ynHV3L9N/s0z4aBDG 17P+eLRpiUE9HDHWyJDerTDHSipsQyiktzjj+tdSjQFNz67kDWGUnr7aTZubCHZJVVIHwZjr mbEXnZjFShYrzqe478BvCcHrj4g=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: 32474881+erickinnear=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5ba98d53.7f63b01ae7e0-smtp-out-n02; Tue, 25 Sep 2018 01:20:19 -0000 (UTC)
Date: Mon, 24 Sep 2018 18:20:19 -0700
From: erickinnear <32474881+erickinnear@users.noreply.github.com>
Reply-To: erickinnear <32474881+erickinnear@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5ba98d5350b3b_3dfe2b244f1d2ed489670@hookshot-fe-6b2eebc.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] f7d1a2: Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5ba98d535065c_3dfe2b244f1d2ed48955d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ah0LhG6YNNI5lovUFTRbGCCTf-8>
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, 25 Sep 2018 01:20:23 -0000

----==_mimepart_5ba98d535065c_3dfe2b244f1d2ed48955d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: f7d1a254c4e9052716947175006de5641cf9f6f4
      https://github.com/quicwg/base-drafts/commit/f7d1a254c4e9052716947175006de5641cf9f6f4
  Author: erickinnear <32474881+erickinnear@users.noreply.github.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Connection ID DT output (#1742)

* New text around Connection IDs, add CONNECTION_ID_FINISHED

* Move caution text, review comments

* Minor textual nits

* Bring back TP, this time for max_connection_ids

* Revert "Bring back TP, this time for max_connection_ids"

This reverts commit a22f0aa6f52360b696745afcfc414a9a1cdf4fd0.

* replace CONNECTION_ID_FINISHED with RETIRE_CONNECTION_ID

* stragglers

* cleaned up section on issuing connection IDs

* finished section on consuming and retiring connection IDs

* final bits

* nits

* mt review

* fix



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5ba98d535065c_3dfe2b244f1d2ed48955d--


From nobody Mon Sep 24 18:20:32 2018
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 2BBC8131197 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:20:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.008
X-Spam-Level: 
X-Spam-Status: No, score=-8.008 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 R00Q0gYGwYqX for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 18:20:26 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AA2F7131218 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 18:20:26 -0700 (PDT)
Date: Mon, 24 Sep 2018 18:20:25 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537838425; bh=JkZ5nDB0bY3O4dAs+5cOU01dUhx5uloM4lgNhBq0AH4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oTajFxtK3s2T7tuBv04ZiaUqsstORN5RKmU13yqJ1N7T6LggDGckWY0EfHMEAOp4j pk6VPnCbf8HAinKVi9GCqmp/us4DKPUJj9hYRVrEXCFheD7cA21rELjJ+z4fLye3iH 8gACz6t2TaLZiWD2gzeAVaIE2MfSZSqwweUptrOU=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2f05f75b120b9fa6916476e1e562d4a446b39b0b92cf0000000117c14f5992a169ce156fd3c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1742/issue_event/1864528341@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1742@github.com>
References: <quicwg/base-drafts/pull/1742@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID DT output (#1742)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba98d59ed608_31923ff9494d45b8120745"; 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/lUGnb1y3CVmsRf4ACccwHGAU5OM>
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, 25 Sep 2018 01:20:28 -0000

----==_mimepart_5ba98d59ed608_31923ff9494d45b8120745
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1742 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/1742#event-1864528341
----==_mimepart_5ba98d59ed608_31923ff9494d45b8120745
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="359650240" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1742" href="https://github.com/quicwg/base-drafts/pull/1742">#1742</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/1742#event-1864528341">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwDyhjaxkw5R-mSLk3A4uI2vZq-Yks5ueYTZgaJpZM4WmJ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxteMQQEn6DPhX4J7yw9tUg7-QhHks5ueYTZgaJpZM4WmJ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1742 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1742#event-1864528341"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1742#event-1864528341",
"url": "https://github.com/quicwg/base-drafts/pull/1742#event-1864528341",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Connection ID DT output (#1742)",
"sections": [
{
"text": "",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1742#event-1864528341"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 379101183\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba98d59ed608_31923ff9494d45b8120745--


From nobody Mon Sep 24 19:42:43 2018
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 7BA0A131166 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 19:42:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 2jLIw3zKzuN0 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 19:42:40 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9BAEC1310E3 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 19:42:40 -0700 (PDT)
Date: Mon, 24 Sep 2018 19:42:38 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537843358; bh=hjz5UUFT0G9eqJim6eN90hC+d+o2EE3RpolBLciIKxQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HQeidKd2hCQt9ul+iNZsBXc4fCvh3MHvmprkVOjGHZNlT/edwB8LkIyYrrRhUmZo2 ZzHJBKFGNA1WcirJRf/bWJYzB49KcCOxPKyIahi1ih/x6Zl11GvW0EU+wscIirszNf asW3fKosqVcRmz2RBaoI1oD8l4xVQzEQPuULeK14=
From: Subodh Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9e2938172e583f256558e7fc14024e0a90faa5dc92cf0000000117c1629e92a169ce15a864f1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1792/review/158360953@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1792@github.com>
References: <quicwg/base-drafts/pull/1792@github.com>
Subject: Re: [quicwg/base-drafts] Remove EndOfEarlyData from TLS (#1792)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9a09e82858_32c73fe1f5cd45bc15065d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: siyengar
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/vfniX6s5wBF42sF5SFDxXhbyxjo>
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, 25 Sep 2018 02:42:42 -0000

----==_mimepart_5ba9a09e82858_32c73fe1f5cd45bc15065d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

siyengar commented on this pull request.



> @@ -1108,6 +1108,16 @@ and reliance on them should be minimized.  However, any tampering with the
 parameters will cause the handshake to fail.
 
 
+## Removing the EndOfEarlyData Message {#remove-eoed}
+
+Negotiating the quic_transport_parameters extension also modifies TLS to remove

this makes it seem like sending quic_transport_params on a tcp connection will also negotiate having no eoed. Is that really desirable. Maybe we should say that this should be only done when  both endpoints know they are speaking quic.

-- 
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/1792#pullrequestreview-158360953
----==_mimepart_5ba9a09e82858_32c73fe1f5cd45bc15065d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@siyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1792#discussion_r220044808">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1108,6 +1108,16 @@ and reliance on them should be minimized.  However, any tampering with the
 parameters will cause the handshake to fail.
 
 
+## Removing the EndOfEarlyData Message {#remove-eoed}
+
+Negotiating the quic_transport_parameters extension also modifies TLS to remove
</pre>
<p>this makes it seem like sending quic_transport_params on a tcp connection will also negotiate having no eoed. Is that really desirable. Maybe we should say that this should be only done when  both endpoints know they are speaking quic.</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/1792#pullrequestreview-158360953">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0s8cLP6Lhk47OBO9csCHax6W4Dbks5ueZgegaJpZM4W3n8I">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2alsFCQzp7FPz5YiADbZSnxJ19zks5ueZgegaJpZM4W3n8I.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@siyengar commented on #1792"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1792#pullrequestreview-158360953"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1792#pullrequestreview-158360953",
"url": "https://github.com/quicwg/base-drafts/pull/1792#pullrequestreview-158360953",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@siyengar commented on 1792",
"sections": [
{
"text": "",
"activityTitle": "**Subodh Iyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@siyengar",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1792#pullrequestreview-158360953"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383680264\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba9a09e82858_32c73fe1f5cd45bc15065d--


From nobody Mon Sep 24 21:18:59 2018
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 85F7F1311FA for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 21:18:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 SqQ58vTa9ANE for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 21:18:55 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9464913107E for <quic-issues@ietf.org>; Mon, 24 Sep 2018 21:18:55 -0700 (PDT)
Date: Mon, 24 Sep 2018 21:18:53 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537849133; bh=jg4Yhg/Vi/O2H/XSE/qUpwdMZa1FBrUcUUfpdmFJUqk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KKhZBG6xEIwaLBYVZTomjRonai0QrZAbqvEkcHzM8ISoOcfnoQavjgrOU1Jo0Ci0O 3GBW3QdyB2OymXpPL1jLV/cIgXxqkWWwIrLP9hSFeYKbRObY7nCXRl2zEfQD2R3exZ gfhOcdk2a7f/9pTj1a8hkxC5TAqhge6uNj2zYvcw=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb285217fc7080b446a45dd7d86162ab9d8fa331892cf0000000117c1792d92a169ce15a89a06@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1795/424202322@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1795@github.com>
References: <quicwg/base-drafts/issues/1795@github.com>
Subject: Re: [quicwg/base-drafts] Define a safe algorithm for changing CID in response to a change in CID (#1795)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9b72d8049f_2bb23fa5794d45b4480748"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KwGh5qVDyy8wyQB-rJzGYgKtVnQ>
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, 25 Sep 2018 04:18:57 -0000

----==_mimepart_5ba9b72d8049f_2bb23fa5794d45b4480748
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

FWIW, my view is that each endpoint maintains the number of send and receive CIDs used for every 5-tuple (as the endpoint sees it). The endpoint starts sending a new CID when the number of CIDs being received on that 5-tuple exceeds the number of CIDs that it has already sent.

I assume that such an approach is not difficult to implement now that we have `RETIRE_CONNECTION_ID` frames.

-- 
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/1795#issuecomment-424202322
----==_mimepart_5ba9b72d8049f_2bb23fa5794d45b4480748
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>FWIW, my view is that each endpoint maintains the number of send and r=
eceive CIDs used for every 5-tuple (as the endpoint sees it). The endpoin=
t starts sending a new CID when the number of CIDs being received on that=
 5-tuple exceeds the number of CIDs that it has already sent.</p>
<p>I assume that such an approach is not difficult to implement now that =
we have <code>RETIRE_CONNECTION_ID</code> frames.</p>

<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/1795#issuecomment-424202322">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_h9=
CLfIyXM-KSUKNFT6N7knwlgqks5uea6tgaJpZM4W3r29">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq6IgGbeK8p2nZFciqGx82rou=
icfRks5uea6tgaJpZM4W3r29.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1795: FWIW, my view is that each endpoint maintains the number of =
send and receive CIDs used for every 5-tuple (as the endpoint sees it). T=
he endpoint starts sending a new CID when the number of CIDs being receiv=
ed on that 5-tuple exceeds the number of CIDs that it has already sent.\r=
\n\r\nI assume that such an approach is not difficult to implement now th=
at we have `RETIRE_CONNECTION_ID` frames."}],"action":{"name":"View Issue=
","url":"https://github.com/quicwg/base-drafts/issues/1795#issuecomment-4=
24202322"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1795#issuecomment=
-424202322",
"url": "https://github.com/quicwg/base-drafts/issues/1795#issuecomment-42=
4202322",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Define a safe algorithm for changing C=
ID in response to a change in CID (#1795)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1795,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1795\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1795#issuecomment-42=
4202322"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3836963=
17\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba9b72d8049f_2bb23fa5794d45b4480748--


From nobody Mon Sep 24 23:01:12 2018
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 E1729131127 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 23:01:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 3B-ut_I4vsPE for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 23:01:09 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DCA5613107E for <quic-issues@ietf.org>; Mon, 24 Sep 2018 23:01:08 -0700 (PDT)
Date: Mon, 24 Sep 2018 23:01:07 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537855267; bh=bvGZr73DluR3PsFxMLFuUvNB9hpu8wFZAMEQ/dUOx84=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zb04SZaErubl23DlIH2GE/kaGQH4Ud8U9SUAvZzUI4u2z5c8hf5orQsyvmQTFUa9u +vDV6SFGqig2zFMcBA5ab3GLIUuFcJfA6v7n550n9LTSFLGUkTpFBInF/YJWkcBtfc N2EMUvcOO0iid1kgJlC6APzT2Rg3k1MQBKX0sYKM=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3f91150e81d0c25fea22d5ac05c2e2a249243c3a92cf0000000117c1912392a169ce15a89a06@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1795/424217202@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1795@github.com>
References: <quicwg/base-drafts/issues/1795@github.com>
Subject: Re: [quicwg/base-drafts] Define a safe algorithm for changing CID in response to a change in CID (#1795)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9cf23a7998_5ac23f8e740d45c0748836"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/ZlCPEXLkxskJZuHq-rU-RBeFeFo>
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, 25 Sep 2018 06:01:11 -0000

----==_mimepart_5ba9cf23a7998_5ac23f8e740d45c0748836
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm slightly worried that some ill-advised an endpoint might spam the other endpoint with endless IDs that are being naively stored by the peer instead of retired causing a targeted or involuntary DoS attack. Even if the peer retires the IDs timely, it might not have credits to get rid of them. Of course, defense is to shut down bad behavior, but perhaps it should be considered in an advisory algorithm.

-- 
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/1795#issuecomment-424217202
----==_mimepart_5ba9cf23a7998_5ac23f8e740d45c0748836
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I'm slightly worried that some ill-advised an endpoint might spam the =
other endpoint with endless IDs that are being naively stored by the peer=
 instead of retired causing a targeted or involuntary DoS attack. Even if=
 the peer retires the IDs timely, it might not have credits to get rid of=
 them. Of course, defense is to shut down bad behavior, but perhaps it sh=
ould be considered in an advisory algorithm.</p>

<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/1795#issuecomment-424217202">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxVS=
gK5cwfCt62MYHpphO5W_Blnaks5uecajgaJpZM4W3r29">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-l44D7eTLFfvY4tDSTBxZen=
g-8gks5uecajgaJpZM4W3r29.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1795: I'm slightly worried that some ill-advised an endpoint mig=
ht spam the other endpoint with endless IDs that are being naively stored=
 by the peer instead of retired causing a targeted or involuntary DoS att=
ack. Even if the peer retires the IDs timely, it might not have credits t=
o get rid of them. Of course, defense is to shut down bad behavior, but p=
erhaps it should be considered in an advisory algorithm."}],"action":{"na=
me":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1795=
#issuecomment-424217202"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1795#issuecomment=
-424217202",
"url": "https://github.com/quicwg/base-drafts/issues/1795#issuecomment-42=
4217202",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Define a safe algorithm for changing C=
ID in response to a change in CID (#1795)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1795,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1795\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1795#issuecomment-42=
4217202"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3836963=
17\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba9cf23a7998_5ac23f8e740d45c0748836--


From nobody Mon Sep 24 23:32:40 2018
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 28749131218 for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 23:32:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 PloTH6_Jxo5f for <quic-issues@ietfa.amsl.com>; Mon, 24 Sep 2018 23:32:36 -0700 (PDT)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 668E7131217 for <quic-issues@ietf.org>; Mon, 24 Sep 2018 23:32:36 -0700 (PDT)
Date: Mon, 24 Sep 2018 23:32:35 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537857155; bh=MBqxNHOiQfEv+EZ7g2MTOeuM2s+qcduMsyEzVsGpqiM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lrfNLhl9jPQLzpNGUPBNp54N0bSUEm99PRNslfz64D9vFjhYxkk6xtsJY1JWXlehp RzD72IZD3YtSEdkMeezFiE4nRGJa0ugoztk34wI+1nqi/cHCHeDNghq7uIeGcPbbCk UgDjjwaoM46Wz9EOAfZEGD2pMnUgpA+YRo0mOACE=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7dbcd22c2279308889fdd0b09aeb9f690c9f61c692cf0000000117c1988392a169ce15a88727@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1794/c424223180@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1794@github.com>
References: <quicwg/base-drafts/pull/1794@github.com>
Subject: Re: [quicwg/base-drafts] Only include a token in the "first" Initial (#1794)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9d6836947d_2d5a3ff72b0d45b48410fe"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/n9CFtatiY5YdJEksTPIKMkhyZA0>
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, 25 Sep 2018 06:32:38 -0000

----==_mimepart_5ba9d6836947d_2d5a3ff72b0d45b48410fe
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

What if the Intial packet with token needs to be sent again because of suspected packet loss?
(There is a lot of new text in this area, so it could well be covered).

-- 
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/1794#issuecomment-424223180
----==_mimepart_5ba9d6836947d_2d5a3ff72b0d45b48410fe
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>What if the Intial packet with token needs to be sent again because of suspected packet loss?<br>
(There is a lot of new text in this area, so it could well be covered).</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/1794#issuecomment-424223180">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2gpTruyLEEAL5FEcBXnMHWKxPqTks5uec4DgaJpZM4W3qeS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzWw9T464EYxGeBCNXqkO0tzZjXcks5uec4DgaJpZM4W3qeS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1794: What if the Intial packet with token needs to be sent again because of suspected packet loss?\r\n(There is a lot of new text in this area, so it could well be covered)."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1794#issuecomment-424223180"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1794#issuecomment-424223180",
"url": "https://github.com/quicwg/base-drafts/pull/1794#issuecomment-424223180",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Only include a token in the \"first\" Initial (#1794)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1794,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1794\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1794#issuecomment-424223180"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383690642\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba9d6836947d_2d5a3ff72b0d45b48410fe--


From nobody Tue Sep 25 00:32:15 2018
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 DCDC51311FF for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 00:32:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 rPXmaeFS3X18 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 00:32:10 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AF433131229 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 00:32:10 -0700 (PDT)
Date: Tue, 25 Sep 2018 00:32:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537860729; bh=L9PSlFNYXQn+4F4ppSWMEgVLlQBJfnD7XnwlkklmpmQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=02DlQv6dIz7o6FpjwbzE1ZqxZoHLzZ9rDJTVrr9d+J8ApIU3g49sId/4aUMdmnizj YJReVAXLiC7bCgUWHM38Lofz/GlPFsp9cSuQ5elezj8qDB+nNGotAvXJxPkxHTIXE5 ULLQ/0W5oCFyh20H6NLhnUgl40Jd6+n9aaeIjEck=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abad93bc1363c7a19ca8488005036b018862d2cfc592cf0000000117c1a67992a169ce0cd5d91f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/411/424237154@github.com>
In-Reply-To: <quicwg/base-drafts/issues/411@github.com>
References: <quicwg/base-drafts/issues/411@github.com>
Subject: Re: [quicwg/base-drafts] Restructure document (#411)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9e4795cb05_2143fa9dbcd45b4694cb"; 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/RJvqiKTxR4EPJHRQGgdD-r6yt6A>
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, 25 Sep 2018 07:32:14 -0000

----==_mimepart_5ba9e4795cb05_2143fa9dbcd45b4694cb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

It seems odd to put connection migration so early when things like Sending and Acknowledging packets is much later(though having those adjacent I think makes sense).  Is there a reason connection migration needs to be that early, such as it's introducing text used later?

Re 8: QUIC doesn't resent packets

-- 
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/411#issuecomment-424237154
----==_mimepart_5ba9e4795cb05_2143fa9dbcd45b4694cb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>It seems odd to put connection migration so early when things like Sen=
ding and Acknowledging packets is much later(though having those adjacent=
 I think makes sense).  Is there a reason connection migration needs to b=
e that early, such as it's introducing text used later?</p>
<p>Re 8: QUIC doesn't resent packets</p>

<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/411#issuecomment-424237154">view it on GitHub</a>, =
or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8Xmr=
eLifi7tCLYl6IB6EtWK2YWOks5uedv5gaJpZM4MiE8J">mute the thread</a>.<img src=
=3D"https://github.com/notifications/beacon/AWbkq517pxjanUWrRa7S2-d9Maig6=
x7Qks5uedv5gaJpZM4MiE8J.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #411: It seems odd to put connection migration so early when thin=
gs like Sending and Acknowledging packets is much later(though having tho=
se adjacent I think makes sense).  Is there a reason connection migration=
 needs to be that early, such as it's introducing text used later?\r\n\r\=
nRe 8: QUIC doesn't resent packets"}],"action":{"name":"View Issue","url"=
:"https://github.com/quicwg/base-drafts/issues/411#issuecomment-424237154=
"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/411#issuecomment-=
424237154",
"url": "https://github.com/quicwg/base-drafts/issues/411#issuecomment-424=
237154",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Restructure document (#411)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 411,\n\"IssueComment\": \"{{IssueCom=
ment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 411\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/411#issuecomment-424=
237154"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 2102597=
21\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5ba9e4795cb05_2143fa9dbcd45b4694cb--


From nobody Tue Sep 25 00:37:15 2018
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 CA0C6131229 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 00:37:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 YWCZFreunCfw for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 00:37:12 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4CA6B1311FF for <quic-issues@ietf.org>; Tue, 25 Sep 2018 00:37:12 -0700 (PDT)
Date: Tue, 25 Sep 2018 00:37:11 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537861031; bh=b8gDJMcLJ6PM6QUgFwKj3N1FFXnMTd/SKSTsdxEo5/A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HRnc4EZgKC7jNqCoMoTFbv/XcxF7ccm8aB3LSFJ0sYfSSD2f0wsBdr5xxPsXPQjFI 0uh0azcGXBMYX+DTuKs7grufzcyx6mMFWf0ltUSQQ2ysKGEPQmB0EWbnp9KCr8Y+Xr uxqnUNF1aPtH4cm0L0XiSp3ZBnKer/lCQq+bozXE=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab780aa7a211af60361d0b7c8a3e5b2fcec602b59192cf0000000117c1a7a792a169ce15a864f1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1792/review/158410043@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1792@github.com>
References: <quicwg/base-drafts/pull/1792@github.com>
Subject: Re: [quicwg/base-drafts] Remove EndOfEarlyData from TLS (#1792)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ba9e5a768cf4_61a23ff69dcd45b41609a8"; 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/W8ReR8ajZiN7cbcKqnBfRmboH3Q>
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, 25 Sep 2018 07:37:14 -0000

----==_mimepart_5ba9e5a768cf4_61a23ff69dcd45b41609a8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -465,10 +465,9 @@ and lower encryption levels than the current encryption level used by TLS.
 
 In particular, server implementations need to be able to read packets at the
 Handshake encryption level before the final TLS handshake message at the 0-RTT

What's the final TLS handshake message at the 0-RTT encryption level?  Overall, I'm not sure what this paragraph is trying to add to the previous one.

-- 
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/1792#pullrequestreview-158410043
----==_mimepart_5ba9e5a768cf4_61a23ff69dcd45b41609a8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1792#discussion_r220085836">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -465,10 +465,9 @@ and lower encryption levels than the current encryption level used by TLS.
 
 In particular, server implementations need to be able to read packets at the
 Handshake encryption level before the final TLS handshake message at the 0-RTT
</pre>
<p>What's the final TLS handshake message at the 0-RTT encryption level?  Overall, I'm not sure what this paragraph is trying to add to the previous one.</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/1792#pullrequestreview-158410043">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5W5yQuJlDgUuo-4PH0YhbMtzzTDks5ued0ngaJpZM4W3n8I">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-g7WsGoa4RnvEanJjq7Ya4gP2c0ks5ued0ngaJpZM4W3n8I.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1792"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1792#pullrequestreview-158410043"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1792#pullrequestreview-158410043",
"url": "https://github.com/quicwg/base-drafts/pull/1792#pullrequestreview-158410043",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1792",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1792#pullrequestreview-158410043"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383680264\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5ba9e5a768cf4_61a23ff69dcd45b41609a8--


From nobody Tue Sep 25 02:54:26 2018
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 6C2FE131285 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 02:54:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level: 
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, 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 e2AXWJ8QVKgJ for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 02:54:20 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1FA5E131255 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 02:54:20 -0700 (PDT)
Date: Tue, 25 Sep 2018 02:54:19 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537869259; bh=s/mk9PPb7Zr8uPlBAPS5CejMY/offZphW+rr1muf2W4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wY2VfeA6CiPqIh4eKRMii17UtRw6nokSATaJLdirJrEpWcQ2wOVkIT45eT42RDPrF CAmeuYKDLK3neaPUkiv87r/zXYErQT2Gub7YDqeqILZ/3lW3iIgBzrkOM59X0ryI6u 7f8Slw+bn0fSNVfQ2KG/lP+Yol1HcM6UtXtdEDs8=
From: mirjak <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab756960b820e8f640388fa45e677713f29080611892cf0000000117c1c7cb92a169ce0cd5d91f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/411/424279558@github.com>
In-Reply-To: <quicwg/base-drafts/issues/411@github.com>
References: <quicwg/base-drafts/issues/411@github.com>
Subject: Re: [quicwg/base-drafts] Restructure document (#411)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa05cb16e44_73f13fe3794d45bc305363"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mirjak
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/Ffk-z1z5gdVCA4I9tXRW2aUFJWs>
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, 25 Sep 2018 09:54:24 -0000

----==_mimepart_5baa05cb16e44_73f13fe3794d45bc305363
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I guess you will also need to have the "Packets and Frame" section much earlier in the doc and I would think that the "Short and Long Headers" might be a subsection of that...? Also "Packet Size" might also be rather a subsection somewhere.

However, I also have to say that the split in the current doc between section 5 "Frames and Frame Types" and 7 "Frame Types and Formats" is rather awkward, so I not sure I would recommend to keep it that way but maybe that's currently rather an editorial issue.


-- 
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/411#issuecomment-424279558
----==_mimepart_5baa05cb16e44_73f13fe3794d45bc305363
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I guess you will also need to have the "Packets and Frame" section muc=
h earlier in the doc and I would think that the "Short and Long Headers" =
might be a subsection of that...? Also "Packet Size" might also be rather=
 a subsection somewhere.</p>
<p>However, I also have to say that the split in the current doc between =
section 5 "Frames and Frame Types" and 7 "Frame Types and Formats" is rat=
her awkward, so I not sure I would recommend to keep it that way but mayb=
e that's currently rather an editorial issue.</p>

<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/411#issuecomment-424279558">view it on GitHub</a>, =
or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8WWG=
qNkozYGs48-ft99v-b0bpbTks5uef1LgaJpZM4MiE8J">mute the thread</a>.<img src=
=3D"https://github.com/notifications/beacon/AWbkq9_1y-3RSEu8OWnzkjpM_HZR2=
mG_ks5uef1LgaJpZM4MiE8J.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mirj=
ak in #411: I guess you will also need to have the \"Packets and Frame\" =
section much earlier in the doc and I would think that the \"Short and Lo=
ng Headers\" might be a subsection of that...? Also \"Packet Size\" might=
 also be rather a subsection somewhere.\r\n\r\nHowever, I also have to sa=
y that the split in the current doc between section 5 \"Frames and Frame =
Types\" and 7 \"Frame Types and Formats\" is rather awkward, so I not sur=
e I would recommend to keep it that way but maybe that's currently rather=
 an editorial issue.\r\n"}],"action":{"name":"View Issue","url":"https://=
github.com/quicwg/base-drafts/issues/411#issuecomment-424279558"}}}</scri=
pt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/411#issuecomment-=
424279558",
"url": "https://github.com/quicwg/base-drafts/issues/411#issuecomment-424=
279558",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Restructure document (#411)",
"sections": [
{
"text": "",
"activityTitle": "**mirjak**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mirjak",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 411,\n\"IssueComment\": \"{{IssueCom=
ment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 411\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/411#issuecomment-424=
279558"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 2102597=
21\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5baa05cb16e44_73f13fe3794d45bc305363--


From nobody Tue Sep 25 06:53:54 2018
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 ED4E0131378 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 06:53:51 -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=[DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 WXiYAfesUJJH for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 06:53:50 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5A043131396 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 06:51:42 -0700 (PDT)
Date: Tue, 25 Sep 2018 06:51:41 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537883501; bh=2lHpAmA1IHjbS/SkXU3hjbMR6Ejt32JHWxErQQaFW+k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=r7NLVHHPspYjzDfXOQBf67WyDcV3UxPjZ+Sg4zO+LqO2cwrH7o4BaZb5p0TPTa2xJ yL2rn666SaT/b78PtBw9yinu4DIft/Zg0lRSmRskhmHGNY5ZU7TO9egX88+K+gTBVz r+0Gul7qLEKRxBaV8RYsrOCC6CgSvIYNIGphvKBk=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1b1ee1f1bed557bb82c7ecf359bf1c85fbbf266c92cf0000000117c1ff6d92a169ce15a88727@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1794/c424351163@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1794@github.com>
References: <quicwg/base-drafts/pull/1794@github.com>
Subject: Re: [quicwg/base-drafts] Only include a token in the "first" Initial (#1794)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa3d6dc8ac_3f2c3f88606d45c05438c"; 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/zb5taQHOcB1pRj1W360Y1EI-WeA>
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, 25 Sep 2018 13:53:52 -0000

----==_mimepart_5baa3d6dc8ac_3f2c3f88606d45c05438c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree with @mikkelfj here. If the client's first Initial (with a token) is suspected to be lost and the contents retransmitted, the token should continue to be included, right? Additionally, is there **harm** in including the token in all client Initial packets?

-- 
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/1794#issuecomment-424351163
----==_mimepart_5baa3d6dc8ac_3f2c3f88606d45c05438c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I agree with <a class="user-mention" data-hovercard-user-id="193335" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mikkelfj">@mikkelfj</a> here. If the client's first Initial (with a token) is suspected to be lost and the contents retransmitted, the token should continue to be included, right? Additionally, is there <strong>harm</strong> in including the token in all client Initial packets?</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/1794#issuecomment-424351163">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwBprT9GZn3rB3sPuE-xSgi5GSr6ks5uejTtgaJpZM4W3qeS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0dy_8RQE5D7vonBMWGXXgh0dV4aks5uejTtgaJpZM4W3qeS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks in #1794: I agree with @mikkelfj here. If the client's first Initial (with a token) is suspected to be lost and the contents retransmitted, the token should continue to be included, right? Additionally, is there **harm** in including the token in all client Initial packets?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1794#issuecomment-424351163"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1794#issuecomment-424351163",
"url": "https://github.com/quicwg/base-drafts/pull/1794#issuecomment-424351163",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Only include a token in the \"first\" Initial (#1794)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1794,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1794\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1794#issuecomment-424351163"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383690642\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baa3d6dc8ac_3f2c3f88606d45c05438c--


From nobody Tue Sep 25 07:23:09 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 D8ED81312D1 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 07:23:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.356
X-Spam-Level: 
X-Spam-Status: No, score=-2.356 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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 Tehb3zVXgzxL for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 07:23:05 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 60C85120072 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 07:23:05 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537885384; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=QqtsOoueRqsg8Nc042dT8aocgqSldLilyu9K8sYg8qI=; b=fpB6m3+bszYbfPmrIcT3nWpPkeGqjqpuNUnCcj9aKpJRrP7dF177DU3ybmv4bF34/fmCc55J 2VenU8udj7+63jLfUfwfohdozSiWVoBX54/YqKKswlS/Ne2Ve23r+rRNFqjbdEsjWXOS5pwa xQ5ACdvKPzg0kolHIxHtJ6PPXpc=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 5baa44c8.7f1efc543e40-smtp-out-n02; Tue, 25 Sep 2018 14:23:04 -0000 (UTC)
Date: Tue, 25 Sep 2018 07:23:04 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5baa44c85ddee_2ac52ad05d672ed0946f6@hookshot-fe-5a11256.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 124536: Ack Delay and TLP
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baa44c85da37_2ac52ad05d672ed094517"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/faJM2pGDS6LC-4ThQm1LDrlG92o>
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, 25 Sep 2018 14:23:08 -0000

----==_mimepart_5baa44c85da37_2ac52ad05d672ed094517
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ack-delay-tlp
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1245368fbc90cd5c3a873693c82a8e20ec29811d
      https://github.com/quicwg/base-drafts/commit/1245368fbc90cd5c3a873693c82a8e20ec29811d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Ack Delay and TLP

Fixes some remaining issues now that QUIC recommends sending an ACK every two packets, mostly involving reverting to the TCP style TLP calculation.

I wrote this based on 'two full-sized packets' equalling a fixed 2400 bytes.  QUIC could send immediate acks for non-full-sized packets, but that's not what TCP does.  I could base it on the connection's packet size, but that requires the receiver to monitor the sender's max packet size, which made me a bit concerned?

Advice on how to ensure sender and receiver agree on packet size would be appreciated.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baa44c85da37_2ac52ad05d672ed094517--


From nobody Tue Sep 25 07:25:13 2018
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 1676F1312D1 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 07:25:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 sObqI2D_CUlm for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 07:25:10 -0700 (PDT)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ABEC41312BC for <quic-issues@ietf.org>; Tue, 25 Sep 2018 07:25:10 -0700 (PDT)
Date: Tue, 25 Sep 2018 07:25:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537885509; bh=Pw5tYqFkw46MZzRfT4ncbXL/9osWJTrPnyxbrLJN0lc=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=WvYMuGjNJoP0Cyo7Cszyuy5sN0cV82WMY64Cn7crDwJqTV8O9SrQdyeweZEzJr6MM 3iVKk/3tRNankotQi+rDpaq1YyKQmLUri+nYed2EXD8sQxYfuFaPThoI9bT1UQd+A9 gtpScgSNwNVU9+9HiDgEJZHeGbDbSpVL9Zevd/Xw=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab31319436ea258eac969f2127bfcee9600499851a92cf0000000117c2074592a169ce15ac2c4e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1796@github.com>
Subject: [quicwg/base-drafts] Ack Delay and TLP (#1796)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa454537e98_3d343fb4f12d45c0564765"; 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/Srk0F_dYNULd6cy0EKi5JHiJVO0>
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, 25 Sep 2018 14:25:12 -0000

----==_mimepart_5baa454537e98_3d343fb4f12d45c0564765
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes some remaining issues now that QUIC recommends sending an ACK every two packets, mostly involving reverting to the TCP style TLP calculation.

I wrote this based on 'two full-sized packets' equalling a fixed 2400 bytes.  QUIC could send immediate acks for non-full-sized packets, but that's not what TCP does.  I could base it on the connection's packet size, but that requires the receiver to monitor the sender's max packet size, which made me a bit concerned?

Advice on how to ensure sender and receiver agree on packet size would be appreciated.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1796

-- Commit Summary --

  * Ack Delay and TLP

-- File Changes --

    M draft-ietf-quic-recovery.md (50)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1796.patch
https://github.com/quicwg/base-drafts/pull/1796.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/1796

----==_mimepart_5baa454537e98_3d343fb4f12d45c0564765
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Fixes some remaining issues now that QUIC recommends sending an ACK every two packets, mostly involving reverting to the TCP style TLP calculation.</p>
<p>I wrote this based on 'two full-sized packets' equalling a fixed 2400 bytes.  QUIC could send immediate acks for non-full-sized packets, but that's not what TCP does.  I could base it on the connection's packet size, but that requires the receiver to monitor the sender's max packet size, which made me a bit concerned?</p>
<p>Advice on how to ensure sender and receiver agree on packet size would be appreciated.</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/1796'>https://github.com/quicwg/base-drafts/pull/1796</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Ack Delay and TLP</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1796/files#diff-0">draft-ietf-quic-recovery.md</a>
    (50)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1796.patch'>https://github.com/quicwg/base-drafts/pull/1796.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1796.diff'>https://github.com/quicwg/base-drafts/pull/1796.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/1796">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxqEHJf_qiisJdmVEugYsr6bkFLFks5uejzFgaJpZM4W4vxd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwtEr_PVvTzpInYN7R3pdw1VkLGMks5uejzFgaJpZM4W4vxd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Ack Delay and TLP (#1796)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1796"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1796",
"url": "https://github.com/quicwg/base-drafts/pull/1796",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Ack Delay and TLP (#1796)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "1245368",
"value": "Ack Delay and TLP"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-recovery.md](https://github.com/quicwg/base-drafts/pull/1796/files#diff-0) (50 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1796,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1796\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1796"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1796.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1796.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383974493\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baa454537e98_3d343fb4f12d45c0564765--


From nobody Tue Sep 25 07:43:13 2018
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 6C07C130F53 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 07:43:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 iCcB5s0nhuWa for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 07:43:09 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 24C351312DA for <quic-issues@ietf.org>; Tue, 25 Sep 2018 07:43:09 -0700 (PDT)
Date: Tue, 25 Sep 2018 07:43:08 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537886588; bh=P18GUHoY6yb67Z4hfQfy/ywGX4eKGrWELcB2rcgYxIg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2XpGWIaJPHtufLsSsRUFTu8gPnb4ZUSoCdAfoUAMbsvWxXGRmBPUa7ZmNpTNpbVzi WBBwGAZqGpGPwPIL0ntAn+J4hkC2Aght6XU/Hb+n8GfIZ4EKMDXKXfOl+m2xoLEK5P nbxGl1kx+N7CVppyjb2M383RMIHHXViGHG1iaZgY=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1a091c55dba370c419d1568f333f185dfbe2f99a92cf0000000117c20b7c92a169ce15ac2c4e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1796/review/158577350@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1796@github.com>
References: <quicwg/base-drafts/pull/1796@github.com>
Subject: Re: [quicwg/base-drafts] Ack Delay and TLP (#1796)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa497ce0a3_f743fd7834d45b48112f5"; 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/iRU1uykM1JwJLw6O1qsQmLQkb2s>
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, 25 Sep 2018 14:43:11 -0000

----==_mimepart_5baa497ce0a3_f743fd7834d45b48112f5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



> @@ -834,8 +827,13 @@ Pseudocode for SetLossDetectionTimer follows:
       timeout = timeout * (2 ^ rto_count)
       if (tlp_count < kMaxTLPs):
         // Tail Loss Probe
-        tlp_timeout = max(1.5 * smoothed_rtt
-                           + max_ack_delay, kMinTLPTimeout)
+        if (bytes_in_flight < 2400):
+          // Less than one full-sized packet in flight.
+          tlp_timeout = max(1.5 * smoothed_rtt

Should the comment here be `Less than two full-sized packets in flight`?

> @@ -834,8 +827,13 @@ Pseudocode for SetLossDetectionTimer follows:
       timeout = timeout * (2 ^ rto_count)
       if (tlp_count < kMaxTLPs):
         // Tail Loss Probe
-        tlp_timeout = max(1.5 * smoothed_rtt
-                           + max_ack_delay, kMinTLPTimeout)
+        if (bytes_in_flight < 2400):
+          // Less than one full-sized packet in flight.
+          tlp_timeout = max(1.5 * smoothed_rtt
+                              + max_ack_delay, kMinTLPTimeout)
+        else:
+          tlp_timeout = max(1.5 * smoothed_rtt,

I believe the `1.5` here should be `2` according to the text you have above.

> @@ -365,7 +352,11 @@ receiver.
 The timer duration, or Probe Timeout (PTO), is set based on the following
 conditions:
 
-* PTO SHOULD be scheduled for max(1.5*SRTT+MaxAckDelay, kMinTLPTimeout)
+* If less than 2400 bytes are in flight, PTO SHOULD be scheduled for

Having this somewhat magic number here just feels weird. This is the number of bytes 'we, locally' have in flight right? So don't we know our current sending MTU? Can't it just be two times 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/1796#pullrequestreview-158577350
----==_mimepart_5baa497ce0a3_f743fd7834d45b48112f5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@nibanks</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1796#discussion_r220220263">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -834,8 +827,13 @@ Pseudocode for SetLossDetectionTimer follows:
       timeout = timeout * (2 ^ rto_count)
       if (tlp_count &lt; kMaxTLPs):
         // Tail Loss Probe
-        tlp_timeout = max(1.5 * smoothed_rtt
-                           + max_ack_delay, kMinTLPTimeout)
+        if (bytes_in_flight &lt; 2400):
+          // Less than one full-sized packet in flight.
+          tlp_timeout = max(1.5 * smoothed_rtt
</pre>
<p>Should the comment here be <code>Less than two full-sized packets in flight</code>?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1796#discussion_r220220423">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -834,8 +827,13 @@ Pseudocode for SetLossDetectionTimer follows:
       timeout = timeout * (2 ^ rto_count)
       if (tlp_count &lt; kMaxTLPs):
         // Tail Loss Probe
-        tlp_timeout = max(1.5 * smoothed_rtt
-                           + max_ack_delay, kMinTLPTimeout)
+        if (bytes_in_flight &lt; 2400):
+          // Less than one full-sized packet in flight.
+          tlp_timeout = max(1.5 * smoothed_rtt
+                              + max_ack_delay, kMinTLPTimeout)
+        else:
+          tlp_timeout = max(1.5 * smoothed_rtt,
</pre>
<p>I believe the <code>1.5</code> here should be <code>2</code> according to the text you have above.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1796#discussion_r220221083">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -365,7 +352,11 @@ receiver.
 The timer duration, or Probe Timeout (PTO), is set based on the following
 conditions:
 
-* PTO SHOULD be scheduled for max(1.5*SRTT+MaxAckDelay, kMinTLPTimeout)
+* If less than 2400 bytes are in flight, PTO SHOULD be scheduled for
</pre>
<p>Having this somewhat magic number here just feels weird. This is the number of bytes 'we, locally' have in flight right? So don't we know our current sending MTU? Can't it just be two times 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/1796#pullrequestreview-158577350">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9IvZPNRJMDMT4gP5yt5tD2J5IeVks5uekD8gaJpZM4W4vxd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5COFvUMSOGGYk1llyNiygGHBhaZks5uekD8gaJpZM4W4vxd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks commented on #1796"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1796#pullrequestreview-158577350"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1796#pullrequestreview-158577350",
"url": "https://github.com/quicwg/base-drafts/pull/1796#pullrequestreview-158577350",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@nibanks commented on 1796",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1796#pullrequestreview-158577350"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383974493\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baa497ce0a3_f743fd7834d45b48112f5--


From nobody Tue Sep 25 07:54:27 2018
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 86526131011 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 07:54:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 1IdI568Dvo5s for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 07:54:24 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 209581312DB for <quic-issues@ietf.org>; Tue, 25 Sep 2018 07:54:24 -0700 (PDT)
Date: Tue, 25 Sep 2018 07:54:23 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537887263; bh=IhfH0egE84RHT78Qm+Gt6DN30Men6+4FKM5442eYY/g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Kn2/DcwKKIxpGfarJEkMT5Gs9NV3eBrO5HZ8ms0pvaNFyannVMtgrzsqzVE2c2L9m k3NOsl/cky+rdkNWdRCvFbwZAXZIinLvoDpPV8wTpn3CBZ6LWiQZW+mZGhQgeBv/X3 rev/YN1qlfXxRmbZSW+CnZfgucKj3pz7ZBzMz9Pk=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab671b1fd5d2c1426652fb45cafa386e767250ae0092cf0000000117c20e1f92a169ce15a875e1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1793/review/158583928@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1793@github.com>
References: <quicwg/base-drafts/pull/1793@github.com>
Subject: Re: [quicwg/base-drafts] The server needs to acknowledge that a Retry happened (#1793)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa4c1f30e46_23423fed072d45b85257b6"; 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/_hO4o-PiWtxoovRNH27uXHeBPgA>
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, 25 Sep 2018 14:54:25 -0000

----==_mimepart_5baa4c1f30e46_23423fed072d45b85257b6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks requested changes on this pull request.

Why is the design such that the client validates instead of the server? Can we not have such a design where the client updates its TP to include the original CID, and the server validates this? It is the one that knows if it expected a Retry or not. In the case of a completely independent DoS protection device, that the server wants to allow for, it doesn't necessarily know the original CID, and could then just generally allow any changes. I just think the server should be the one doing the validation, as it know the deployment state; not the client.



-- 
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/1793#pullrequestreview-158583928
----==_mimepart_5baa4c1f30e46_23423fed072d45b85257b6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@nibanks</b> requested changes on this pull request.</p>

<p>Why is the design such that the client validates instead of the server? Can we not have such a design where the client updates its TP to include the original CID, and the server validates this? It is the one that knows if it expected a Retry or not. In the case of a completely independent DoS protection device, that the server wants to allow for, it doesn't necessarily know the original CID, and could then just generally allow any changes. I just think the server should be the one doing the validation, as it know the deployment state; not the client.</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/1793#pullrequestreview-158583928">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-tjdP6YKAbkLiDfB8UW1dzJ9qt2ks5uekOfgaJpZM4W3pMj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1_pqWQ_yONSnnD2jaZ-3AF9mlGPks5uekOfgaJpZM4W3pMj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks requested changes on #1793"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1793#pullrequestreview-158583928"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1793#pullrequestreview-158583928",
"url": "https://github.com/quicwg/base-drafts/pull/1793#pullrequestreview-158583928",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@nibanks requested changes on 1793",
"sections": [
{
"text": "Why is the design such that the client validates instead of the server? Can we not have such a design where the client updates its TP to include the original CID, and the server validates this? It is the one that knows if it expected a Retry or not. In the case of a completely independent DoS protection device, that the server wants to allow for, it doesn't necessarily know the original CID, and could then just generally allow any changes. I just think the server should be the one doing the validation, as it know the deployment state; not the client.",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1793#pullrequestreview-158583928"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383685411\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baa4c1f30e46_23423fed072d45b85257b6--


From nobody Tue Sep 25 09:36:38 2018
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 97567130DC7 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 09:36:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 A2vWu_ccApdV for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 09:36:35 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9B3E2124BE5 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 09:36:35 -0700 (PDT)
Date: Tue, 25 Sep 2018 09:36:34 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537893395; bh=Tvqb/Ca0peLrk6k0AGLMEfqt8SJj7udDlrG4PIXe8pc=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=t57JcAkAzcG+2p/QTA802KEh8fjyzETr9ySg6j5qhrAnIEM1jSCuuCWkKKV61q7Bg 7fQKy5zkhWGWOnkIgs5OUGMexI3v2jpVEEjxdyT9GhPZNFiR6oSNdNFu/Fw8tyY4Yq YU+5MndDTlqhlXY/UllYoAHkpyuFpyNHck7mqcTQ=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4faa36a3a69edfecc15a26cf2a04857b01c1382492cf0000000117c2261292a169ce15ad130f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1797@github.com>
Subject: [quicwg/base-drafts] STOP_SENDING in Ready state (#1797)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa6412cc0ce_43d33f7f4e8d45c03069f5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/iqUZyiQ0wl0lg9pc2C45I24FsMw>
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, 25 Sep 2018 16:36:37 -0000

----==_mimepart_5baa6412cc0ce_43d33f7f4e8d45c03069f5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Section 7.15 of the current editor's draft states:=0D
> Receiving a STOP_SENDING frame for a send stream that is =E2=80=9CReady=
=E2=80=9D or non-existent MUST be treated as a connection error of type P=
ROTOCOL_VIOLATION.=0D
=0D
To put it another way, if an endpoint wants to abruptly discard a bidirec=
tional stream that it has opened, it needs to either:=0D
* wait for the peer to send a STREAM frame before sending STOP_SENDING=0D=

* bundle an empty STREAM frame (offset=3D0, len=3D0, FIN not set) when se=
nding a STOP_SENDING frame=0D
=0D
However, either of the two solution seems like an unnecessary complexity.=
=0D
=0D
Can't we simply state that a STOP_SENDING frame implicitly creates a send=
 stream before it is applied?

-- =

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/1797=

----==_mimepart_5baa6412cc0ce_43d33f7f4e8d45c03069f5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Section 7.15 of the current editor's draft states:</p>
<blockquote>
<p>Receiving a STOP_SENDING frame for a send stream that is =E2=80=9CRead=
y=E2=80=9D or non-existent MUST be treated as a connection error of type =
PROTOCOL_VIOLATION.</p>
</blockquote>
<p>To put it another way, if an endpoint wants to abruptly discard a bidi=
rectional stream that it has opened, it needs to either:</p>
<ul>
<li>wait for the peer to send a STREAM frame before sending STOP_SENDING<=
/li>
<li>bundle an empty STREAM frame (offset=3D0, len=3D0, FIN not set) when =
sending a STOP_SENDING frame</li>
</ul>
<p>However, either of the two solution seems like an unnecessary complexi=
ty.</p>
<p>Can't we simply state that a STOP_SENDING frame implicitly creates a s=
end stream before it is applied?</p>

<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/1797">view it on GitHub</a>, or <a href=3D"https://=
github.com/notifications/unsubscribe-auth/AWbkq3XFOa3YECOpijYXv6sYIbd1piC=
Pks5ueluSgaJpZM4W5BDs">mute the thread</a>.<img src=3D"https://github.com=
/notifications/beacon/AWbkq59q97O9uS8dIuz1pakVHbVXpHLEks5ueluSgaJpZM4W5BD=
s.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"=
STOP_SENDING in Ready state (#1797)"}],"action":{"name":"View Issue","url=
":"https://github.com/quicwg/base-drafts/issues/1797"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1797",
"url": "https://github.com/quicwg/base-drafts/issues/1797",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "STOP_SENDING in Ready state (#1797)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1797
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1797,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1797\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1797"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3840452=
92\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5baa6412cc0ce_43d33f7f4e8d45c03069f5--


From nobody Tue Sep 25 09:43:08 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 4306D12F1AC for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 09:43:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.356
X-Spam-Level: 
X-Spam-Status: No, score=-2.356 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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 D0BwLzLOuERF for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 09:43:04 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3F3F6128C65 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 09:43:04 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537893783; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=gxmIG20mqa/0/33hhyXwGBY7issYP3VfimQtd9091oY=; b=zL9TrfKYkhuH/c8zcM5jgcD+bW26Dgjkm9UllS003SkrnpIq/pmqWJL/mxfRpY/ZPM+sDm5W 6A4tVJAVAgiFzxJhCI3QJlyqo2VFAyMNuEb8+cJjwtHbD3njQzjPySe1vcUhdnkHyjaAjZ2E UJD+jXXWomikxks0cm8tWOlH+gY=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5baa6597.7f118c141f00-smtp-out-n02; Tue, 25 Sep 2018 16:43:03 -0000 (UTC)
Date: Tue, 25 Sep 2018 09:43:02 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5baa659612cfb_36fa2acf0e8c6ed47012@hookshot-fe-6b2eebc.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 33a6b5: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baa6596127e0_36fa2acf0e8c6ed47002a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/JShHs0FMbii8bTaZufy-gBW7cDM>
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, 25 Sep 2018 16:43:06 -0000

----==_mimepart_5baa6596127e0_36fa2acf0e8c6ed47002a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ack-delay-tlp
  Home:   https://github.com/quicwg/base-drafts
  Commit: 33a6b560727cac89304877faa942dfeaa028c657
      https://github.com/quicwg/base-drafts/commit/33a6b560727cac89304877faa942dfeaa028c657
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baa6596127e0_36fa2acf0e8c6ed47002a--


From nobody Tue Sep 25 09:50:50 2018
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 C839E130DD7 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 09:50:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 IQrq1l0aL55J for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 09:50:47 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CCE92128766 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 09:50:46 -0700 (PDT)
Date: Tue, 25 Sep 2018 09:50:45 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537894245; bh=UNj6SvPAJKWbzgopEPv5c6rpUYkxiBEPyfAFWpsQAxQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KU3xCvwh8FEdftyGDWbfHTPBCyaWoxFjyimUax+3EsMpIbwmZxFIJIYTROclH2A2s MsGACe7Op4tRil4ifnYE2ty//Hsl0klovAnez5zMUD2UPKI6s02qAJwsFzB8FXQhC9 /isUGTpZ2fqtfEGL1wrBinp0ZzV7M6WNpzuBIfsg=
From: ianswett <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/1796/push/2905821092@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1796@github.com>
References: <quicwg/base-drafts/pull/1796@github.com>
Subject: Re: [quicwg/base-drafts] Ack Delay and TLP (#1796)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa6765ae433_18633f9f92ed45c4672c5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/BD7a9GmM5N6X4ASNBBC8S4ERLlA>
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, 25 Sep 2018 16:50:49 -0000

----==_mimepart_5baa6765ae433_18633f9f92ed45c4672c5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

33a6b56  Update draft-ietf-quic-recovery.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1796/files/1245368fbc90cd5c3a873693c82a8e20ec29811d..33a6b560727cac89304877faa942dfeaa028c657

----==_mimepart_5baa6765ae433_18633f9f92ed45c4672c5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/33a6b56">33a6b56</a>  Update draft-ietf-quic-recovery.md</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/1796/files/1245368fbc90cd5c3a873693c82a8e20ec29811d..33a6b560727cac89304877faa942dfeaa028c657">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzPQ7EaD0-tF7OZFC9cFQNWCOXSEks5uel7lgaJpZM4W4vxd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_580IUM-lxoGUYrpDkmI9QvFXEbks5uel7lgaJpZM4W4vxd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1796"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1796/files/1245368fbc90cd5c3a873693c82a8e20ec29811d..33a6b560727cac89304877faa942dfeaa028c657"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1796/files/1245368fbc90cd5c3a873693c82a8e20ec29811d..33a6b560727cac89304877faa942dfeaa028c657",
"url": "https://github.com/quicwg/base-drafts/pull/1796/files/1245368fbc90cd5c3a873693c82a8e20ec29811d..33a6b560727cac89304877faa942dfeaa028c657",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1796",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1796:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "33a6b56",
"value": "Update draft-ietf-quic-recovery.md"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1796/files/1245368fbc90cd5c3a873693c82a8e20ec29811d..33a6b560727cac89304877faa942dfeaa028c657"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383974493\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baa6765ae433_18633f9f92ed45c4672c5--


From nobody Tue Sep 25 09:52:27 2018
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 3F0DD128766 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 09:52:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.999
X-Spam-Level: 
X-Spam-Status: No, score=-2.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 My0eomCvUUHf for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 09:52:24 -0700 (PDT)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 64236130DD7 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 09:52:24 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=AxmL98ontLNXlNbDWrEM8+Mm7j0=; b=oMK8cCgOzMI3R2v+ c6ptdamATQ9TKyJ98BD9TKVieakbKvHZm2fvsKD/UiFUQlm9z24EG3YQOdftg9AK rZfn6WF0IIUISQU0BYBIS0VsyC4rfoUCQ6p5VbpTLgg6YV463tV4T5w0pt8ZQFkh Ihd0NLJ0AV3N8Yw3i5VRByTrpQk=
Received: by filter1505p1mdw1.sendgrid.net with SMTP id filter1505p1mdw1-29538-5BAA67C6-46 2018-09-25 16:52:22.981060419 +0000 UTC m=+1626349.954988980
Received: from github-lowworker-e8fa9ff.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0005p1iad2.sendgrid.net (SG) with ESMTP id PzRsu0eKR-6dgI3Jkkb-BQ for <quic-issues@ietf.org>; Tue, 25 Sep 2018 16:52:23.063 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e8fa9ff.cp1-iad.github.net (Postfix) with ESMTP id DEF3A420348 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 09:52:22 -0700 (PDT)
Date: Tue, 25 Sep 2018 16:52:23 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd7c30c355a04d8e943c080b7430ff76ae6f3e1c892cf0000000117c229c692a169ce15ac2c4e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1796/review/158637248@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1796@github.com>
References: <quicwg/base-drafts/pull/1796@github.com>
Subject: Re: [quicwg/base-drafts] Ack Delay and TLP (#1796)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa67c6d7d6e_3583fd992cd45b476942"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0sf0g8EZJL4osAEcag0h8mfQUcWZtipK72N5 VknMMPH2FXwLwgyIcahtHuLQwQUoxBq9rZjQmQKoZMBgfByEqve8HNva8vwg/NwWGmf5Yd5Cq5XtEb IO/VdT9bAH+w8FLpCMozuIvUVrVvu5tiY+aKgPqhajETg75dsvE7NhTGkrV/tgNhFMxZXgjurYxIry Y=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/uhwppkZ1omVKm0KE2L_NFwXIch4>
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, 25 Sep 2018 16:52:26 -0000

----==_mimepart_5baa67c6d7d6e_3583fd992cd45b476942
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.

Should I move to 2* kMaxDatagramSize?

> @@ -365,7 +352,11 @@ receiver.
 The timer duration, or Probe Timeout (PTO), is set based on the following
 conditions:
 
-* PTO SHOULD be scheduled for max(1.5*SRTT+MaxAckDelay, kMinTLPTimeout)
+* If less than 2400 bytes are in flight, PTO SHOULD be scheduled for

Yes, but the receiver needs to know the current.  Should I reference kMaxDatagramSize and call that close enough?  I'm fairly concerned that if that changes over the course of the connection, the sender and receiver will not act predictably.

-- 
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/1796#pullrequestreview-158637248
----==_mimepart_5baa67c6d7d6e_3583fd992cd45b476942
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<p>Should I move to 2* kMaxDatagramSize?</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1796#discussion_r220268436">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -365,7 +352,11 @@ receiver.
 The timer duration, or Probe Timeout (PTO), is set based on the following
 conditions:
 
-* PTO SHOULD be scheduled for max(1.5*SRTT+MaxAckDelay, kMinTLPTimeout)
+* If less than 2400 bytes are in flight, PTO SHOULD be scheduled for
</pre>
<p>Yes, but the receiver needs to know the current.  Should I reference kMaxDatagramSize and call that close enough?  I'm fairly concerned that if that changes over the course of the connection, the sender and receiver will not act predictably.</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/1796#pullrequestreview-158637248">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz416BFrgoalcL-hqoBne_lFz9rRks5uel9GgaJpZM4W4vxd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy24q_A68izi4CleVMqE48_CQ1Bnks5uel9GgaJpZM4W4vxd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1796"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1796#pullrequestreview-158637248"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1796#pullrequestreview-158637248",
"url": "https://github.com/quicwg/base-drafts/pull/1796#pullrequestreview-158637248",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1796",
"sections": [
{
"text": "Should I move to 2* kMaxDatagramSize?",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1796#pullrequestreview-158637248"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383974493\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baa67c6d7d6e_3583fd992cd45b476942--


From nobody Tue Sep 25 10:00:37 2018
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 CA5D8130E26 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 10:00:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 KC9owjss__zq for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 10:00:30 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E0746130E22 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 10:00:29 -0700 (PDT)
Date: Tue, 25 Sep 2018 10:00:28 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537894829; bh=h2tT71sKDTzp1dyHyvFU0dt2JVmFac1URdkFiCtQ4mM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=y6qxuKZRZROGLw/852CJb5FRzg8Da3oGHwyth05umwaoR8Ih+UmNGpHNXDWGa3D4J 0lsAJa4AzTkFwRMInSZSNKclxep2z3SNhbjOPDZ6VN3KCTxb6+iC+lB13R4LoGdJZW FcIl+1jOzHcQP3H5WsghEQTr5kTiY5cRVc9+FfAo=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7efe9f457f26ecb0ad0aafdd8f221416283ab34d92cf0000000117c22bac92a169ce15ac2c4e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1796/review/158642271@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1796@github.com>
References: <quicwg/base-drafts/pull/1796@github.com>
Subject: Re: [quicwg/base-drafts] Ack Delay and TLP (#1796)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa69acebfc2_1c213f95e1cd45b829789f"; 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/cCd1R98NI0X3Qh0QK4FzPY7i6as>
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, 25 Sep 2018 17:00:32 -0000

----==_mimepart_5baa69acebfc2_1c213f95e1cd45b829789f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



> @@ -365,7 +352,11 @@ receiver.
 The timer duration, or Probe Timeout (PTO), is set based on the following
 conditions:
 
-* PTO SHOULD be scheduled for max(1.5*SRTT+MaxAckDelay, kMinTLPTimeout)
+* If less than 2400 bytes are in flight, PTO SHOULD be scheduled for

So, is the receiver acknowledging based on byte count or packet count? I thought it was packet count. If so, then it seems to reason, the sender should do the same here.

-- 
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/1796#discussion_r220272371
----==_mimepart_5baa69acebfc2_1c213f95e1cd45b829789f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@nibanks</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1796#discussion_r220272371">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -365,7 +352,11 @@ receiver.
 The timer duration, or Probe Timeout (PTO), is set based on the following
 conditions:
 
-* PTO SHOULD be scheduled for max(1.5*SRTT+MaxAckDelay, kMinTLPTimeout)
+* If less than 2400 bytes are in flight, PTO SHOULD be scheduled for
</pre>
<p>So, is the receiver acknowledging based on byte count or packet count? I thought it was packet count. If so, then it seems to reason, the sender should do the same here.</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/1796#discussion_r220272371">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyaIEw7m63G-MAUu5MJY7DoF1BIiks5uemEsgaJpZM4W4vxd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq22bIrQa74CCopVjG4q8kkjATxcEks5uemEsgaJpZM4W4vxd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks commented on #1796"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1796#discussion_r220272371"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1796#discussion_r220272371",
"url": "https://github.com/quicwg/base-drafts/pull/1796#discussion_r220272371",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@nibanks commented on 1796",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1796#discussion_r220272371"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383974493\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baa69acebfc2_1c213f95e1cd45b829789f--


From nobody Tue Sep 25 10:14:02 2018
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 6046212426A for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 10:13:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.999
X-Spam-Level: 
X-Spam-Status: No, score=-2.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 Vq9FigbGUnpY for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 10:13:50 -0700 (PDT)
Received: from o5.sgmail.github.com (o5.sgmail.github.com [192.254.113.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3A6C7124D68 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 10:13:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=XD0REZaUN0UfX0s0Yxu4HvcWeJg=; b=Kmxd2uFo/20w792M 2FlQNpm+9g00zHi7gJ+n2b0NGBXG0PdQpA2Bbp+h+RTdIrkCTjzUcN3KCSLeui69 cwzyBnr6nEPLDokorHJz/C9qZx08YcJx2Cl83TYwndUdYtBTcitUpd61cImcb69l u0x99neb8BwE6UPJ1g+bV+S2aeA=
Received: by filter0343p1iad2.sendgrid.net with SMTP id filter0343p1iad2-20647-5BAA6CCC-22 2018-09-25 17:13:48.684289548 +0000 UTC m=+7589.858355173
Received: from github-lowworker-e55e3e3.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0015p1iad2.sendgrid.net (SG) with ESMTP id 73JbOR0vRVetEgTJVbJbkQ for <quic-issues@ietf.org>; Tue, 25 Sep 2018 17:13:48.714 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e55e3e3.cp1-iad.github.net (Postfix) with ESMTP id A6BF6180059 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 10:13:48 -0700 (PDT)
Date: Tue, 25 Sep 2018 17:13:48 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abaf015cb495f786ff63ab96c4d3931801842ed32292cf0000000117c22ecc92a169ce14620d9d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1575/424424893@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1575@github.com>
References: <quicwg/base-drafts/issues/1575@github.com>
Subject: Re: [quicwg/base-drafts] Consider simplifying Packet Number Encryption (#1575)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa6ccca54fa_56b93fa76d2d45c0541e6"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0YjD3b2qFBaFhS3rxVmnn7A1NwaX7/TCSeAZ 1CvUwYbC7RW4Jsed6KFcDlgzreLr4cyZJzFFgIJmgxEefBbk5o+ZgEc4JOZ0fgtubTe9hOeaJW/ijy FkEElJ/4p/qht0zhxMfxkqoBkyGBuvU8inTJwPGDAx9Co9rIAeiScDnvUcA8kbV9tqCsOjG/QD88Uk s=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_bpo7MUhx_allSBCQBrPtdV9TKs>
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, 25 Sep 2018 17:13:52 -0000

----==_mimepart_5baa6ccca54fa_56b93fa76d2d45c0541e6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

That sounds good.  We can stipulate that a packet MUST always contain at least 3 octets of frames.  Adding a couple of padding octets is probably a good idea.

Note that we're probably changing the encoding of packet numbers (again, yeah, sorry), so the precise set of 

Not sure whether you mean that you always XOR 4 octets (which means XOR over the encrypted payload if the packet number is <4), or whether you only XOR the octets of the packet number.  With the proposed move of the packet number length to the first octet, it's probably better to only XOR the octets of the packet number.  That way you don't touch the payload octets other than to sample them.

-- 
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/1575#issuecomment-424424893
----==_mimepart_5baa6ccca54fa_56b93fa76d2d45c0541e6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>That sounds good.  We can stipulate that a packet MUST always contain at=
 least 3 octets of frames.  Adding a couple of padding octets is probably a=
 good idea.</p>
<p>Note that we're probably changing the encoding of packet numbers (again,=
 yeah, sorry), so the precise set of</p>
<p>Not sure whether you mean that you always XOR 4 octets (which means XOR =
over the encrypted payload if the packet number is &lt;4), or whether you o=
nly XOR the octets of the packet number.  With the proposed move of the pac=
ket number length to the first octet, it's probably better to only XOR the =
octets of the packet number.  That way you don't touch the payload octets o=
ther than to sample them.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/1575#issuecomment-424424893">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxorKCg8dgC8Az=
jXVhEVR8R4P4cZks5uemRMgaJpZM4VTEWJ">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkqxRlQnIVdt1KFGwgqxihCYNWLucIks5uemRMga=
JpZM4VTEWJ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #15=
75: That sounds good.  We can stipulate that a packet MUST always contain a=
t least 3 octets of frames.  Adding a couple of padding octets is probably =
a good idea.\r\n\r\nNote that we're probably changing the encoding of packe=
t numbers (again, yeah, sorry), so the precise set of \r\n\r\nNot sure whet=
her you mean that you always XOR 4 octets (which means XOR over the encrypt=
ed payload if the packet number is \u003c4), or whether you only XOR the oc=
tets of the packet number.  With the proposed move of the packet number len=
gth to the first octet, it's probably better to only XOR the octets of the =
packet number.  That way you don't touch the payload octets other than to s=
ample them."}],"action":{"name":"View Issue","url":"https://github.com/quic=
wg/base-drafts/issues/1575#issuecomment-424424893"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1575#issuecomment-4=
24424893",
"url": "https://github.com/quicwg/base-drafts/issues/1575#issuecomment-4244=
24893",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Consider simplifying Packet Number Encry=
ption (#1575)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1575,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"qui=
cwg/base-drafts\",\n\"issueId\": 1575\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1575#issuecomment-4244=
24893"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 357320073=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5baa6ccca54fa_56b93fa76d2d45c0541e6--


From nobody Tue Sep 25 10:17:01 2018
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 D21F0126F72 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 10:16:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 MWALEHbppXRi for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 10:16:58 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 65236127133 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 10:16:57 -0700 (PDT)
Date: Tue, 25 Sep 2018 10:16:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537895816; bh=Ctkwa1J2cgO+m7DvS524jBhrDEjzMnJAlmgfktY99Qo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JQajkMMde9JvlXJBU5Gt+ecyFGD95fWsIcrPvwFlbsVZCxe2ccAVPG3n7s1pYjsZp bn6WDzIi/a6ZhvcyUjdlrYgj4zBSPt4nFfHPTkSBbxkp0GgIq7Rw2HlomSaUmcLY1R NRCh/kQg5qvjMTVZvDm936Drs49LdctVPgWq9t94=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc7412d5aac89a2250c05f41b0c193c77bf160adf92cf0000000117c22f8892a169ce15a89a06@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1795/424426182@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1795@github.com>
References: <quicwg/base-drafts/issues/1795@github.com>
Subject: Re: [quicwg/base-drafts] Define a safe algorithm for changing CID in response to a change in CID (#1795)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa6d886dcdf_76253fb97f2d45c417613f"; 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/oio4BUtD_1oOeeR9749nx5GLx_o>
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, 25 Sep 2018 17:17:00 -0000

----==_mimepart_5baa6d886dcdf_76253fb97f2d45c417613f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho, you need a small tweak there to deal with the possibility that a peer changes >1 times before you send anything yourself.  But that seems workable.

@mikkelfj the nice thing there is that bad behaviour leads to connections closing, which seems like a good outcome.  When the only thing at stake is the continued existence of the connection, there is no need for further defenses.

-- 
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/1795#issuecomment-424426182
----==_mimepart_5baa6d886dcdf_76253fb97f2d45c417613f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"41567" data-octo-c=
lick=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" hre=
f=3D"https://github.com/kazuho">@kazuho</a>, you need a small tweak there=
 to deal with the possibility that a peer changes &gt;1 times before you =
send anything yourself.  But that seems workable.</p>
<p><a class=3D"user-mention" data-hovercard-user-id=3D"193335" data-octo-=
click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" hr=
ef=3D"https://github.com/mikkelfj">@mikkelfj</a> the nice thing there is =
that bad behaviour leads to connections closing, which seems like a good =
outcome.  When the only thing at stake is the continued existence of the =
connection, there is no need for further defenses.</p>

<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/1795#issuecomment-424426182">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqywQ=
wr9lJEp-ziIRLwsRBzFXVvlDks5uemUIgaJpZM4W3r29">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq0YHY3znY8bwdrb4-9Q1OSQS=
MWPwks5uemUIgaJpZM4W3r29.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
inthomson in #1795: @kazuho, you need a small tweak there to deal with th=
e possibility that a peer changes \u003e1 times before you send anything =
yourself.  But that seems workable.\r\n\r\n@mikkelfj the nice thing there=
 is that bad behaviour leads to connections closing, which seems like a g=
ood outcome.  When the only thing at stake is the continued existence of =
the connection, there is no need for further defenses."}],"action":{"name=
":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1795#i=
ssuecomment-424426182"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1795#issuecomment=
-424426182",
"url": "https://github.com/quicwg/base-drafts/issues/1795#issuecomment-42=
4426182",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Define a safe algorithm for changing C=
ID in response to a change in CID (#1795)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1795,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1795\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1795#issuecomment-42=
4426182"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3836963=
17\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5baa6d886dcdf_76253fb97f2d45c417613f--


From nobody Tue Sep 25 10:22:00 2018
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 96B49126DBF for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 10:21:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 1NWfgrDZhYuj for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 10:21:56 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BC3E5124D68 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 10:21:56 -0700 (PDT)
Date: Tue, 25 Sep 2018 10:21:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537896116; bh=z7r9tlovaKZ+uxFzmeUlKFSNJJGr46KNoZieIWvSNRg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0r94/nmCQy9eIiU7Z2QOopNhw2vIVOT4kpRN5pHpOP9mXo2mnAfq6UIt2og++o/bh 4beR7qUQWw3IzTFcWRAeHSgDfVbp+iTcIteETy5pIlE+e+RbVAcjP8w/MUobwAKjwW DmC3DMIL3fgPhuMY8fanvY14LOIP7dFAckT1Tn84=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf70815d5875494c66f02acc2e0ee09f7ffd67b0b92cf0000000117c230b492a169ce15ac2c4e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1796/review/158652586@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1796@github.com>
References: <quicwg/base-drafts/pull/1796@github.com>
Subject: Re: [quicwg/base-drafts] Ack Delay and TLP (#1796)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa6eb415808_cf73f85082d45c0123130"; 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/y8ZW9ZflIbhr_gXEVsbDhJtJ6JA>
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, 25 Sep 2018 17:21:59 -0000

----==_mimepart_5baa6eb415808_cf73f85082d45c0123130
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -365,7 +352,11 @@ receiver.
 The timer duration, or Probe Timeout (PTO), is set based on the following
 conditions:
 
-* PTO SHOULD be scheduled for max(1.5*SRTT+MaxAckDelay, kMinTLPTimeout)
+* If less than 2400 bytes are in flight, PTO SHOULD be scheduled for

My understanding is that TCP waits for 2 full-sized packets, so I was trying to specify something similar to that in bytes.  The issue here becomes what constitutes a full-sized packet if the packet size changes?  Maybe keeping a max received packet size is reasonable?

We can add a packet count, but it's yet another variable to track and I don't think receiving two tiny packets would cause an immediate ACK in TCP, so I wouldn't expect it to in QUIC.

-- 
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/1796#discussion_r220280495
----==_mimepart_5baa6eb415808_cf73f85082d45c0123130
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1796#discussion_r220280495">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -365,7 +352,11 @@ receiver.
 The timer duration, or Probe Timeout (PTO), is set based on the following
 conditions:
 
-* PTO SHOULD be scheduled for max(1.5*SRTT+MaxAckDelay, kMinTLPTimeout)
+* If less than 2400 bytes are in flight, PTO SHOULD be scheduled for
</pre>
<p>My understanding is that TCP waits for 2 full-sized packets, so I was trying to specify something similar to that in bytes.  The issue here becomes what constitutes a full-sized packet if the packet size changes?  Maybe keeping a max received packet size is reasonable?</p>
<p>We can add a packet count, but it's yet another variable to track and I don't think receiving two tiny packets would cause an immediate ACK in TCP, so I wouldn't expect it to in QUIC.</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/1796#discussion_r220280495">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq101-WX1p4s6LH75PWKBnMi1Vqhcks5uemY0gaJpZM4W4vxd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyHdlHXM2MK5zBycADROcXIhn_G2ks5uemY0gaJpZM4W4vxd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1796"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1796#discussion_r220280495"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1796#discussion_r220280495",
"url": "https://github.com/quicwg/base-drafts/pull/1796#discussion_r220280495",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1796",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1796#discussion_r220280495"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383974493\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baa6eb415808_cf73f85082d45c0123130--


From nobody Tue Sep 25 10:40:06 2018
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 0318312777C for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 10:40:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 ShGOB6lPOb8I for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 10:40:03 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8FD0C127332 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 10:40:03 -0700 (PDT)
Date: Tue, 25 Sep 2018 10:40:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537897202; bh=OWtu9dGhIcI8eeMKx0hV07kvFaF0g4I9k97sOOkl2Xw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dpRF51xcQLCMAaIxzYJH3p3wcS1bMzS87RegUHlCUVba8BrznEF1pWwqJO7EsRTsS 3/TbhZD7+CqfHHXFA9mIaInRu71lPiOUIDKEOfZWRxX43lff+a4nRX2dA7IMH4YKsM +EmK2n/2cXAZlEzlqDhMz2RnWGaaHapiYnvno/CU=
From: hardie <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab09d201edd4b96c9b3930dd21ec288a0452737b5092cf0000000117c234f292a169ce15a77b1e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1789/c424435426@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1789@github.com>
References: <quicwg/base-drafts/pull/1789@github.com>
Subject: Re: [quicwg/base-drafts] Make intro more accessible (#1789)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa72f2bfe7e_2a7a3f8bd64d45bc403da"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: hardie
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/T8091lLLQrP3Zbw2GiSkCEHZ8cM>
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, 25 Sep 2018 17:40:05 -0000

----==_mimepart_5baa72f2bfe7e_2a7a3f8bd64d45bc403da
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

On Mon, Sep 24, 2018 at 3:51 PM, ianswett <notifications@github.com> wrote:

> *@ianswett* commented on this pull request.
> ------------------------------
>
> In draft-ietf-quic-transport.md
> <https://github.com/quicwg/base-drafts/pull/1789#discussion_r220013359>:
> Agreed, this sentence is awkward.
>
> How about "QUIC uses UDP as a substrate to avoid changes to legacy client
> operating systems and middleboxes in order to be deployed."
>
>
How about just "QUIC uses UDP as a substrate to avoid requiring changes in
legacy client operating systems or middleboxes."?  I think the point about
deployment is made by the "avoid requiring changes", so I think it could be
dropped.

Ted


-- 
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/1789#issuecomment-424435426
----==_mimepart_5baa72f2bfe7e_2a7a3f8bd64d45bc403da
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On Mon, Sep 24, 2018 at 3:51 PM, ianswett &lt;notifications@github.com&gt=
; wrote:<br>
<br>
&gt; *@ianswett* commented on this pull request.<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; In draft-ietf-quic-transport.md<br>
&gt; &lt;https://github.com/quicwg/base-drafts/pull/1789#discussion_r2200=
13359&gt;:<br>
&gt; Agreed, this sentence is awkward.<br>
&gt;<br>
&gt; How about &quot;QUIC uses UDP as a substrate to avoid changes to leg=
acy client<br>
&gt; operating systems and middleboxes in order to be deployed.&quot;<br>=

&gt;<br>
&gt;<br>
How about just &quot;QUIC uses UDP as a substrate to avoid requiring chan=
ges in<br>
legacy client operating systems or middleboxes.&quot;?  I think the point=
 about<br>
deployment is made by the &quot;avoid requiring changes&quot;, so I think=
 it could be<br>
dropped.<br>
<br>
Ted<br>


<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/1789#issuecomment-424435426">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3kBU6=
36u9DYaj0O8nXAnoOQU4h5ks5uempygaJpZM4W3WoC">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq-MkyxBkovhZubJnQ3HB8Mb8v01l=
ks5uempygaJpZM4W3WoC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@hard=
ie in #1789: On Mon, Sep 24, 2018 at 3:51 PM, ianswett \u003cnotification=
s@github.com\u003e wrote:\n\n\u003e *@ianswett* commented on this pull re=
quest.\n\u003e ------------------------------\n\u003e\n\u003e In draft-ie=
tf-quic-transport.md\n\u003e \u003chttps://github.com/quicwg/base-drafts/=
pull/1789#discussion_r220013359\u003e:\n\u003e Agreed, this sentence is a=
wkward.\n\u003e\n\u003e How about \"QUIC uses UDP as a substrate to avoid=
 changes to legacy client\n\u003e operating systems and middleboxes in or=
der to be deployed.\"\n\u003e\n\u003e\nHow about just \"QUIC uses UDP as =
a substrate to avoid requiring changes in\nlegacy client operating system=
s or middleboxes.\"?  I think the point about\ndeployment is made by the =
\"avoid requiring changes\", so I think it could be\ndropped.\n\nTed\n"}]=
,"action":{"name":"View Pull Request","url":"https://github.com/quicwg/ba=
se-drafts/pull/1789#issuecomment-424435426"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1789#issuecomment-4=
24435426",
"url": "https://github.com/quicwg/base-drafts/pull/1789#issuecomment-4244=
35426",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make intro more accessible (#1789)",
"sections": [
{
"text": "",
"activityTitle": "**hardie**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@hardie",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1789,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1789#issuecomment-4244=
35426"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3836093=
46\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5baa72f2bfe7e_2a7a3f8bd64d45bc403da--


From nobody Tue Sep 25 10:56:05 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 584AE127AC2 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 10:56:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.498
X-Spam-Level: 
X-Spam-Status: No, score=-0.498 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 aBTV56ZgIhnT for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 10:56:00 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3D15A12785F for <quic-issues@ietf.org>; Tue, 25 Sep 2018 10:56:00 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537898159; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=kNZ/naSd7LDoSQprjLh5spAo7brbo1mMTrR8yUhLdtk=; b=p2WZq1VBSJI1+FqbmuDQvYIkTatZkBkZ/nxKGUHkuC8kCu//2OJ2p4p1RQO6GmUz5di1xxtv rWfNNp/8wjbzXz0oxk3xGmOu2tRzPqbcq/2g5TxzKcIHIQYdRAEluB140E2OPK699R+VVb8+ pxewSwo6LqgamvdzjCXadtlhJsA=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 5baa76ae.7f62dee5ea20-smtp-out-n02; Tue, 25 Sep 2018 17:55:58 -0000 (UTC)
Date: Tue, 25 Sep 2018 10:55:57 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5baa76add5b8a_9502b1767c78ec840080@hookshot-fe-5a11256.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ace1ee: Don't allow this with TCP
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baa76add5807_9502b1767c78ec8399b6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Cym5rE-nEkKgJmfONitMBKEp-Es>
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, 25 Sep 2018 17:56:02 -0000

----==_mimepart_5baa76add5807_9502b1767c78ec8399b6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/remove-eoed
  Home:   https://github.com/quicwg/base-drafts
  Commit: ace1ee19a3c83530e1ec32d5c330f12deb48dfe1
      https://github.com/quicwg/base-drafts/commit/ace1ee19a3c83530e1ec32d5c330f12deb48dfe1
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Don't allow this with TCP



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baa76add5807_9502b1767c78ec8399b6--


From nobody Tue Sep 25 10:56:11 2018
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 9B901128B14 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 10:56:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 ULibYhJn4iN9 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 10:56:05 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D69EA1286E3 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 10:56:04 -0700 (PDT)
Date: Tue, 25 Sep 2018 10:56:04 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537898164; bh=3xJjQytkHvV3pUUsn0/OqB8vmOSEs8L3nFheFVCY8QA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QOp0Ik+4QYNzGLe9uMJdizWDzivhFaznSsyBfxJZd8CxeDU963ULyygHDVrkBjhq5 ayoxvYssRybn11uYfS4p39yWOliFSMk/6MPmfeIhrzvOq1d6ya/be3qcfBYoPnCxpF OG8kGFvLnRNtsGGYh/lNC1Fe/Mj8XuwUpLTSbasE=
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/1792/push/2906031313@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1792@github.com>
References: <quicwg/base-drafts/pull/1792@github.com>
Subject: Re: [quicwg/base-drafts] Remove EndOfEarlyData from TLS (#1792)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa76b4e788_754e3fb5c5cd45b421260"; 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/6EfEIrAhaeQnlpQ0I-8AF41wsNs>
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, 25 Sep 2018 17:56:07 -0000

----==_mimepart_5baa76b4e788_754e3fb5c5cd45b421260
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

ace1ee1  Don't allow this with TCP


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1792/files/05f5516145ce8378dedf9f0a0b19677ea0200803..ace1ee19a3c83530e1ec32d5c330f12deb48dfe1

----==_mimepart_5baa76b4e788_754e3fb5c5cd45b421260
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/ace1ee1">ace1ee1</a>  Don&#39;t allow this with TCP</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/1792/files/05f5516145ce8378dedf9f0a0b19677ea0200803..ace1ee19a3c83530e1ec32d5c330f12deb48dfe1">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9WeeIYjRbFUtAd9cWHAI4ijlw8Qks5uem40gaJpZM4W3n8I">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1c0zVJe8n1SuOSVvXUjJaQo5B7hks5uem40gaJpZM4W3n8I.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1792"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1792/files/05f5516145ce8378dedf9f0a0b19677ea0200803..ace1ee19a3c83530e1ec32d5c330f12deb48dfe1"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1792/files/05f5516145ce8378dedf9f0a0b19677ea0200803..ace1ee19a3c83530e1ec32d5c330f12deb48dfe1",
"url": "https://github.com/quicwg/base-drafts/pull/1792/files/05f5516145ce8378dedf9f0a0b19677ea0200803..ace1ee19a3c83530e1ec32d5c330f12deb48dfe1",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1792",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1792:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "ace1ee1",
"value": "Don't allow this with TCP"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1792/files/05f5516145ce8378dedf9f0a0b19677ea0200803..ace1ee19a3c83530e1ec32d5c330f12deb48dfe1"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383680264\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baa76b4e788_754e3fb5c5cd45b421260--


From nobody Tue Sep 25 10:57:30 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 2059F1277CC for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 10:57:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.498
X-Spam-Level: 
X-Spam-Status: No, score=-0.498 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 1Yol36iigtT9 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 10:57:26 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AC5FF12785F for <quic-issues@ietf.org>; Tue, 25 Sep 2018 10:57:26 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537898246; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=IBJjXJ1t7rKOLSDlWH7mLGNHrWKWGuSHuqVgYmX9AZQ=; b=xOpzDCkS+lEgsvj16FT4KwIzbd551rFNNLrznM52tPcV3eWg83KEyWptoScvgX2MA++fi6rl NVp9RdsBuzAkQ+727OaqcIoew9YDZCxUEnrjUw7AtHLnr1tszjq8Q2hqmWyrFbOzJY83Lrxl /GyGaOk7yD8DQfoodRJF+ysMcRs=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5baa7706.7f66a804c180-smtp-out-n03; Tue, 25 Sep 2018 17:57:26 -0000 (UTC)
Date: Tue, 25 Sep 2018 10:57:25 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5baa77055812f_17b62ae3288baed0728aa@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 44bc65: Snafu regarding 0-RTT and handshake interleaving
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baa770557bb0_17b62ae3288baed0727e7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/s6OYq4D1wZ-JlnK6oE0pwwt8Hrg>
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, 25 Sep 2018 17:57:28 -0000

----==_mimepart_5baa770557bb0_17b62ae3288baed0727e7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/remove-eoed
  Home:   https://github.com/quicwg/base-drafts
  Commit: 44bc6568d55b21352228a62948d9f6560a4d86e6
      https://github.com/quicwg/base-drafts/commit/44bc6568d55b21352228a62948d9f6560a4d86e6
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Snafu regarding 0-RTT and handshake interleaving



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baa770557bb0_17b62ae3288baed0727e7--


From nobody Tue Sep 25 10:57:38 2018
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 675CA128A6E for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 10:57:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.455
X-Spam-Level: 
X-Spam-Status: No, score=-3.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 zF0QgkaI8xtd for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 10:57:31 -0700 (PDT)
Received: from o8.sgmail.github.com (o8.sgmail.github.com [167.89.101.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9CC7F127AC2 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 10:57:31 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=jT3tspVf0AX5mx/oA/5vufXRAHM=; b=TqKALVmHfhH6hDdN fCqu8B52LBQhgE1P6fuwYsNll2dy6FdBKYs8rMzKdqUTBpJxI1JZOChmjcQnNQ6Y TNTWsOY/PN99VbhjmrFO0gzPP4l3ognOUJFJviQfjvNdVz2pNONafNzWeaQ/71uJ 5VZglIzj083NnctdU0Oh+aQ8Mcc=
Received: by filter1632p1mdw1.sendgrid.net with SMTP id filter1632p1mdw1-25229-5BAA7708-22 2018-09-25 17:57:28.849858234 +0000 UTC m=+1037959.124354395
Received: from github-lowworker-1c220e1.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id IbKbTI-8TQW0gRuhAyk3Cw for <quic-issues@ietf.org>; Tue, 25 Sep 2018 17:57:28.770 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1c220e1.cp1-iad.github.net (Postfix) with ESMTP id BA7651606F6 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 10:57:28 -0700 (PDT)
Date: Tue, 25 Sep 2018 17:57:29 +0000 (UTC)
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/1792/push/2906035670@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1792@github.com>
References: <quicwg/base-drafts/pull/1792@github.com>
Subject: Re: [quicwg/base-drafts] Remove EndOfEarlyData from TLS (#1792)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa7708b886f_44e73fa69d6d45c4262613"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0ek7VStEqsiYur8CkPFRgIfWlEspVxlz4pGU gi/0g4W9ehsfAJv47n9Dz8/Bo6e4E/aTOvGhs3keUvqiS6UYATJpoqPl1sRJW6iPlcEV1eieDszW6z L9hOB3wxunceGbdUlELjfLyV2AC8TJGKPiglmm498/zb0wCREbRlH/qG2rL8Alh0q/nhS2GSRWv/li M=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CTolFqhFf5_f9E0bR4T5lcBXo1Q>
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, 25 Sep 2018 17:57:33 -0000

----==_mimepart_5baa7708b886f_44e73fa69d6d45c4262613
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

44bc656  Snafu regarding 0-RTT and handshake interleaving


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1792/files/ace1ee19a3c83530e1ec32d5c330f12deb48dfe1..44bc6568d55b21352228a62948d9f6560a4d86e6

----==_mimepart_5baa7708b886f_44e73fa69d6d45c4262613
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/44bc656">44bc656</a>  Snafu regarding 0-RTT and handshake interleaving</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/1792/files/ace1ee19a3c83530e1ec32d5c330f12deb48dfe1..44bc6568d55b21352228a62948d9f6560a4d86e6">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7wtMRtV7TIQBNuxR6LXAJb5uheCks5uem6IgaJpZM4W3n8I">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy67Hd5MouUW55iRnrsz6MbNVdEaks5uem6IgaJpZM4W3n8I.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1792"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1792/files/ace1ee19a3c83530e1ec32d5c330f12deb48dfe1..44bc6568d55b21352228a62948d9f6560a4d86e6"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1792/files/ace1ee19a3c83530e1ec32d5c330f12deb48dfe1..44bc6568d55b21352228a62948d9f6560a4d86e6",
"url": "https://github.com/quicwg/base-drafts/pull/1792/files/ace1ee19a3c83530e1ec32d5c330f12deb48dfe1..44bc6568d55b21352228a62948d9f6560a4d86e6",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1792",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1792:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "44bc656",
"value": "Snafu regarding 0-RTT and handshake interleaving"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1792/files/ace1ee19a3c83530e1ec32d5c330f12deb48dfe1..44bc6568d55b21352228a62948d9f6560a4d86e6"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383680264\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baa7708b886f_44e73fa69d6d45c4262613--


From nobody Tue Sep 25 11:04:26 2018
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 08962128B14 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 11:04:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.455
X-Spam-Level: 
X-Spam-Status: No, score=-3.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 eAcsDFlJnPey for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 11:04:22 -0700 (PDT)
Received: from o6.sgmail.github.com (o6.sgmail.github.com [192.254.113.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EA90C1286E3 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 11:04:21 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=L7t8Ha5o+C57B9fBual5TOW0uiY=; b=psk8tSRb+VhmCsVh k5EgvfySq8ijY6WcoiBOaBjQmCdyZdGKxuyohFLVskb9gHoj9lYTz1VzPfVe7MKT 5WjP6ZYxZCfSDBIx/AezXZ3x8TfuI7VXKYGpBarV4dBbgvtZ01Gf/m53ysBuIeOf f5Ubm2Gv/CIOJ05gjY0Kxo/vcjs=
Received: by filter1300p1mdw1.sendgrid.net with SMTP id filter1300p1mdw1-5577-5BAA78A4-15 2018-09-25 18:04:20.454491342 +0000 UTC m=+1630676.053303030
Received: from github-lowworker-4f62d42.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0010p1iad1.sendgrid.net (SG) with ESMTP id pUVjMhSiQTyNwO3-CT26eA for <quic-issues@ietf.org>; Tue, 25 Sep 2018 18:04:20.382 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-4f62d42.cp1-iad.github.net (Postfix) with ESMTP id 4899EC0A48 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 11:04:20 -0700 (PDT)
Date: Tue, 25 Sep 2018 18:04:20 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbfee76d2a002b27f25ae80525fdfcbeb6b8f8a1392cf0000000117c23aa492a169ce15ad130f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1797/424443788@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1797@github.com>
References: <quicwg/base-drafts/issues/1797@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING in Ready state (#1797)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa78a44614e_2c5b3ffad4cd45c4868b0"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0DzeTfssZNcz03UPFUYW8JQIln9sw9LKVomA +BMUeg2il31bgDy+G1UA7WaqHOds2lIfmfOQjdPJWRtf6GS7Y1gU4ra7WeFGm75qa8y1nxFPcnF0eI j0ql2UzCA3R6nDaIf9IRThVD+RKptgCu8Zyc5K2q75pNw96uDF2z2HG5hX6Srj+zQ0denKaeHHCwhT I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/eg0xFNrQWUM2wTMx83LT0ozJnwA>
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, 25 Sep 2018 18:04:24 -0000

----==_mimepart_5baa78a44614e_2c5b3ffad4cd45c4868b0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Seems reasonable.  Do you think that you could make a PR for this?  I assume that you want to limit this to bidirectional streams.  We don't want STOP_SENDING to be used as a means of using unidirectional streams.

-- 
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/1797#issuecomment-424443788
----==_mimepart_5baa78a44614e_2c5b3ffad4cd45c4868b0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Seems reasonable.  Do you think that you could make a PR for this?  I assume that you want to limit this to bidirectional streams.  We don't want STOP_SENDING to be used as a means of using unidirectional streams.</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/1797#issuecomment-424443788">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3fTJ69dsaB4JRyEfXjnsE2NRlqLks5uenAkgaJpZM4W5BDs">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3L6Cufgck3g7CMtcOiWEMwU_J_fks5uenAkgaJpZM4W5BDs.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1797: Seems reasonable.  Do you think that you could make a PR for this?  I assume that you want to limit this to bidirectional streams.  We don't want STOP_SENDING to be used as a means of using unidirectional streams."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1797#issuecomment-424443788"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment-424443788",
"url": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment-424443788",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] STOP_SENDING in Ready state (#1797)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1797,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1797\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment-424443788"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384045292\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baa78a44614e_2c5b3ffad4cd45c4868b0--


From nobody Tue Sep 25 11:07:49 2018
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 06B2B128C65 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 11:07:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.455
X-Spam-Level: 
X-Spam-Status: No, score=-3.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 BTxs-vaUgZyr for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 11:07:45 -0700 (PDT)
Received: from o1.sgmail.github.com (o1.sgmail.github.com [192.254.114.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 743D3128B14 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 11:07:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=56MlrzSVlUkfgH884XrWBeZPncg=; b=LKIWr9LSlWfBIMHs 7Fm5GfzlENpLdc+Mi/Xe0ou1aJSCPgVI47TV6YGUH/ep3uiadeD8LwxOBhw0lKFl ZqFWjaU5XQreFiDOc03kedD5GJkGn33eIPM9fNnC8NKgnPuMvRTd7mRYJLBcupw9 ph5dmZ2mRLahPhLHJu3Qt4D3Ndc=
Received: by filter1763p1mdw1.sendgrid.net with SMTP id filter1763p1mdw1-21221-5BAA793E-1A 2018-09-25 18:06:54.261190274 +0000 UTC m=+42.301278894
Received: from github-lowworker-dcd58f3.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0011p1iad2.sendgrid.net (SG) with ESMTP id zyLisNcRRu2HtUiEHJFf1w for <quic-issues@ietf.org>; Tue, 25 Sep 2018 18:06:54.224 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcd58f3.cp1-iad.github.net (Postfix) with ESMTP id 1D646240D6D for <quic-issues@ietf.org>; Tue, 25 Sep 2018 11:06:54 -0700 (PDT)
Date: Tue, 25 Sep 2018 18:06:54 +0000 (UTC)
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab39c25d300e2e2d19bba8402a3e25379255002cd092cf0000000117c23b3e92a169ce15a864f1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1792/review/158673698@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1792@github.com>
References: <quicwg/base-drafts/pull/1792@github.com>
Subject: Re: [quicwg/base-drafts] Remove EndOfEarlyData from TLS (#1792)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa793e1b08c_7623fc1bb2d45bc2069bd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3wqXUQ+gyAutEsrLIiWGk8hSQwNhBz6Tc7NN WlgkAeI8WEYWKpd34DnZVAxxAYsGy324+LRdXb94IdMcKaSGgCAr7iDVlYcHnCTD6MMdSu8svoX4tK yeXXv/UEWoK2iC+G7y9S+zey9tXQpBDWYxT+0HdRQahUVVInZt058uPmBRQbe6RRpvBoVGTiU4msz/ w=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CXPMXSsq5VmH_QCJLp4Z1DatvcY>
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, 25 Sep 2018 18:07:48 -0000

----==_mimepart_5baa793e1b08c_7623fc1bb2d45bc2069bd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -1107,6 +1107,21 @@ of the handshake, they cannot be fully trusted until the handshake completes,
 and reliance on them should be minimized.  However, any tampering with the
 parameters will cause the handshake to fail.
 
+Endpoints MUST NOT send this extension in a TLS connection that does not use
+QUIC (such as the use of TLS with TCP defined in {{!TLS13}}).  A fatal
+unsupported_extension alert MUST be sent if this extension is received when the
+transport is not QUIC.
+
+
+## Removing the EndOfEarlyData Message {#remove-eoed}
+
+Negotiating the quic_transport_parameters extension also modifies TLS to remove
+the EndOfEarlyData message.  QUIC does not rely on this message to mark the end

My preference goes to simply stating that we do not use EOED in QUIC, rather than stating that the use of a particular extension signals the omission (I assume that is what @siyengar suggested).

My read is that the proposed text expects the stacks to be implemented in either of the following two ways, which seems like an unnecessary complication to me:
* making TLS stacks depend on an extension defined outside of TLS
* let the server-side QUIC stack modify the flag of the TLS stack (signaling the omission) when it processes ClientHello

-- 
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/1792#pullrequestreview-158673698
----==_mimepart_5baa793e1b08c_7623fc1bb2d45bc2069bd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1792#discussion_r220297617">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1107,6 +1107,21 @@ of the handshake, they cannot be fully trusted until the handshake completes,
 and reliance on them should be minimized.  However, any tampering with the
 parameters will cause the handshake to fail.
 
+Endpoints MUST NOT send this extension in a TLS connection that does not use
+QUIC (such as the use of TLS with TCP defined in {{!TLS13}}).  A fatal
+unsupported_extension alert MUST be sent if this extension is received when the
+transport is not QUIC.
+
+
+## Removing the EndOfEarlyData Message {#remove-eoed}
+
+Negotiating the quic_transport_parameters extension also modifies TLS to remove
+the EndOfEarlyData message.  QUIC does not rely on this message to mark the end
</pre>
<p>My preference goes to simply stating that we do not use EOED in QUIC, rather than stating that the use of a particular extension signals the omission (I assume that is what <a class="user-mention" data-hovercard-user-id="1054756" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/siyengar">@siyengar</a> suggested).</p>
<p>My read is that the proposed text expects the stacks to be implemented in either of the following two ways, which seems like an unnecessary complication to me:</p>
<ul>
<li>making TLS stacks depend on an extension defined outside of TLS</li>
<li>let the server-side QUIC stack modify the flag of the TLS stack (signaling the omission) when it processes ClientHello</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/1792#pullrequestreview-158673698">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8fO__TfKiLCQE1jXjF3NhmExWmeks5uenC-gaJpZM4W3n8I">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_vhOrGJwVutMsIh98GwZJidcTntks5uenC-gaJpZM4W3n8I.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #1792"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1792#pullrequestreview-158673698"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1792#pullrequestreview-158673698",
"url": "https://github.com/quicwg/base-drafts/pull/1792#pullrequestreview-158673698",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@kazuho commented on 1792",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1792#pullrequestreview-158673698"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383680264\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baa793e1b08c_7623fc1bb2d45bc2069bd--


From nobody Tue Sep 25 11:09:55 2018
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 8C7E9128B14 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 11:09:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 nYO21F1Twi6Z for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 11:09:52 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 11B7A1286E3 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 11:09:52 -0700 (PDT)
Date: Tue, 25 Sep 2018 11:09:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537898991; bh=PRDVzGW76lgxPznk7+7yIYEILgoyrNUpU2osltmx9sI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Le/AJYH4zE873zRIrA7zqMamy5nqgQ2Jk1mBFdKB0HVAg5XMK6c9CQcKE8lRyTP+U Y4COT5vhgMs+qQn8ed0dwGzpdFKX50Wu2HBYdRAEJQV6OP8q6f8woejB8yMH81YZ8q PbQjnLdH44LBYhK5hevOEvCNX51u/xaDor5L6D4U=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab331fb1fb886c7c4cfc6358c4e111e7739dab59f192cf0000000117c23bef92a169ce15ad130f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1797/424445663@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1797@github.com>
References: <quicwg/base-drafts/issues/1797@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING in Ready state (#1797)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa79ef51cd8_46783fac98ed45c0519c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pwIpvKxfDTo_IV6x96QBZmVxbiE>
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, 25 Sep 2018 18:09:53 -0000

----==_mimepart_5baa79ef51cd8_46783fac98ed45c0519c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yes. This should be limited to bidirectional streams. I'll try to come up with a PR.

-- 
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/1797#issuecomment-424445663
----==_mimepart_5baa79ef51cd8_46783fac98ed45c0519c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yes. This should be limited to bidirectional streams. I'll try to come up with a PR.</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/1797#issuecomment-424445663">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3zp4R8c1PIb8uDv9VYGxGqt8WP4ks5uenFvgaJpZM4W5BDs">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4FSF_wCXNLYkCknBmHquRcm-sIhks5uenFvgaJpZM4W5BDs.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #1797: Yes. This should be limited to bidirectional streams. I'll try to come up with a PR."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1797#issuecomment-424445663"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment-424445663",
"url": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment-424445663",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] STOP_SENDING in Ready state (#1797)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1797,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1797\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment-424445663"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384045292\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baa79ef51cd8_46783fac98ed45c0519c--


From nobody Tue Sep 25 11:16:31 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 DEF81128BAC for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 11:16:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.498
X-Spam-Level: 
X-Spam-Status: No, score=-0.498 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 fpjiHTUPv7Fr for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 11:16:29 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A3CB4128B14 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 11:16:29 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537899388; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=MkpqfE9U1zAvouDiHFOxU4888uNNcl0HiX7aG1ds//8=; b=ForRdBJR1AJ39f9rtcikBYKHFRVLVDGW+iH2aSp1Smgxz5Fwy1Cy8bLokLKjKg9gvNCBJrtM 75H+qrfOf4VhMT6N9Bf3+/OyacrewX08s9UE89Bohaqb1GDS3qhVcRgqwbwlWDRQtfBWKImI ZdXD1fgryqaal4quuY8ZXelGKK4=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5baa7b7c.7fcaec597de0-smtp-out-n02; Tue, 25 Sep 2018 18:16:28 -0000 (UTC)
Date: Tue, 25 Sep 2018 11:16:27 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5baa7b7bace15_195b2abc7da76ed04899e@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 4e572f: @hardie's excellent suggestion for rewording
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baa7b7bac9ea_195b2abc7da76ed0488c2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/cZKWmdvkX4D8Po4uEZUw91YXSEU>
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, 25 Sep 2018 18:16:31 -0000

----==_mimepart_5baa7b7bac9ea_195b2abc7da76ed0488c2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4e572fb52952ba98d43530cc77a01b4ef69963bf
      https://github.com/quicwg/base-drafts/commit/4e572fb52952ba98d43530cc77a01b4ef69963bf
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  @hardie's excellent suggestion for rewording



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baa7b7bac9ea_195b2abc7da76ed0488c2--


From nobody Tue Sep 25 11:19:43 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 3C8461274D0 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 11:19:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.498
X-Spam-Level: 
X-Spam-Status: No, score=-0.498 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 LIn_5mJBRszp for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 11:19:41 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 33A3C126CB6 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 11:19:41 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537899580; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=p7J+wZqLTjHIzsfFkyeqjyAdyGkVPHGsUUATCBrxSHY=; b=RJIhFkgHQ0dzfP+qmCd+DBjdeDDdxhWpNf5gR9apwFaVQW+d+yAvNFMtszfpDqrHxTftQBB5 n7TjQRtfBMz+7J7thR9IkvE76lRj5xlyihAqLpbM7/dGBwsIi+52+eVnHBGGW/KqlLyWUg83 tNLV9N40d1Vw8NnFlWDtPQq3KFw=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5baa7c3c.7f463c4be600-smtp-out-n01; Tue, 25 Sep 2018 18:19:40 -0000 (UTC)
Date: Tue, 25 Sep 2018 11:19:40 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5baa7c3c47922_761c2ad2b1110ec88589d@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 919e97: Don't tie EOED removal to the extension
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baa7c3c475d7_761c2ad2b1110ec88576f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FBtmjL0ey6DwtN6rdfcL2OAG8iQ>
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, 25 Sep 2018 18:19:42 -0000

----==_mimepart_5baa7c3c475d7_761c2ad2b1110ec88576f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/remove-eoed-v2
  Home:   https://github.com/quicwg/base-drafts
  Commit: 919e97cbf785d805d46181a508fb6bf5f945c1dd
      https://github.com/quicwg/base-drafts/commit/919e97cbf785d805d46181a508fb6bf5f945c1dd
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Don't tie EOED removal to the extension



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baa7c3c475d7_761c2ad2b1110ec88576f--


From nobody Tue Sep 25 11:20:24 2018
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 C8AD3128BAC for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 11:20:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 xJ-dpXXddhcW for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 11:20:20 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 22A3E1274D0 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 11:20:20 -0700 (PDT)
Date: Tue, 25 Sep 2018 11:20:19 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537899619; bh=97Cc5KC5I5zhuHu3vCCi42ARt/y9CeUTlAxyBSmkFvI=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=VwjrQUVCvFaVh/q7l9PrWjKLPZ9p8LlDOLVh0VHUxbm+glDAp6inYppq83e4Y+T4T 9M+RAQ+MpjDPCbxXftRbiKBvjBdOUSDblk5enuz91xGy92DF5mFiQO+KyirljksWtL /qPNZxPCc3PggVGIoWTB8KerNPvC78cuCxxJPRlQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abac87e5cde9e8608b9a203a7a1a5846d069f1987192cf0000000117c23e6392a169ce15adbc52@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1798@github.com>
Subject: [quicwg/base-drafts] Remove EOED v2 (#1798)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa7c631cc06_10b43ffa6f4d45b440691b"; 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/ALox8-Sbp1lbLPfzBY9eh3756Hk>
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, 25 Sep 2018 18:20:22 -0000

----==_mimepart_5baa7c631cc06_10b43ffa6f4d45b440691b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Just so we have options.

As suggested by @kazuho.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1798

-- Commit Summary --

  * Remove EndOfEarlyData from TLS
  * CRYPTO can't appear at 0-RTT any more
  * Discarding 0-RTT keys is more complicated now
  * Don't allow this with TCP
  * Snafu regarding 0-RTT and handshake interleaving
  * Don't tie EOED removal to the extension

-- File Changes --

    M draft-ietf-quic-tls.md (48)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1798.patch
https://github.com/quicwg/base-drafts/pull/1798.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/1798

----==_mimepart_5baa7c631cc06_10b43ffa6f4d45b440691b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Just so we have options.</p>
<p>As suggested by <a class="user-mention" data-hovercard-user-id="41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a>.</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/1798'>https://github.com/quicwg/base-drafts/pull/1798</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Remove EndOfEarlyData from TLS</li>
  <li>CRYPTO can&#39;t appear at 0-RTT any more</li>
  <li>Discarding 0-RTT keys is more complicated now</li>
  <li>Don&#39;t allow this with TCP</li>
  <li>Snafu regarding 0-RTT and handshake interleaving</li>
  <li>Don&#39;t tie EOED removal to the extension</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1798/files#diff-0">draft-ietf-quic-tls.md</a>
    (48)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1798.patch'>https://github.com/quicwg/base-drafts/pull/1798.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1798.diff'>https://github.com/quicwg/base-drafts/pull/1798.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/1798">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw5m2LRR5GLKAAqarLvsEBMn1cv5ks5uenPjgaJpZM4W5NwK">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_cf18RwTKEOXz4frHLXJcfezbQsks5uenPjgaJpZM4W5NwK.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Remove EOED v2 (#1798)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1798"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1798",
"url": "https://github.com/quicwg/base-drafts/pull/1798",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Remove EOED v2 (#1798)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "4a58e88",
"value": "Remove EndOfEarlyData from TLS"
},
{
"name": "5ad418c",
"value": "CRYPTO can't appear at 0-RTT any more"
},
{
"name": "05f5516",
"value": "Discarding 0-RTT keys is more complicated now"
},
{
"name": "ace1ee1",
"value": "Don't allow this with TCP"
},
{
"name": "44bc656",
"value": "Snafu regarding 0-RTT and handshake interleaving"
},
{
"name": "919e97c",
"value": "Don't tie EOED removal to the extension"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-tls.md](https://github.com/quicwg/base-drafts/pull/1798/files#diff-0) (48 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1798,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1798\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1798"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1798.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1798.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384097290\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baa7c631cc06_10b43ffa6f4d45b440691b--


From nobody Tue Sep 25 11:41:59 2018
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 D3E9D128BAC for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 11:41:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 P1AHKYuhhBOj for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 11:41:48 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A8D731277CC for <quic-issues@ietf.org>; Tue, 25 Sep 2018 11:41:48 -0700 (PDT)
Date: Tue, 25 Sep 2018 11:41:47 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537900907; bh=lLEdLduv+ZOLwhe2XdKjybtjz3TY6ai/9/iQ5g1fDzU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=C/Fuj2HXzpa8SmXzvK4AEAgWGpXTCPGdYipsi8x5asfj8PklKslr58anE6JlQhGAx g2FVBFr++TB/vgXRu0YE23XDd1DZVpKzo2LhZOsiANX/d+ajyC0fGlIMX1t0peDGSo lKnZV6YxZ8svQACZj9v26HCgBuvCM5GRcKixxoAQ=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcf67dd9a8f5954bbeae9f3b2041462e558bdb94b92cf0000000117c2436b92a169ce15a864f1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1792/review/158688483@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1792@github.com>
References: <quicwg/base-drafts/pull/1792@github.com>
Subject: Re: [quicwg/base-drafts] Remove EndOfEarlyData from TLS (#1792)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa816b702cd_43a53f912a8d45b4164026"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/rDsxQRl3crjSlwxUaWurSfNlhWc>
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, 25 Sep 2018 18:41:51 -0000

----==_mimepart_5baa816b702cd_43a53f912a8d45b4164026
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -1107,6 +1107,21 @@ of the handshake, they cannot be fully trusted until the handshake completes,
 and reliance on them should be minimized.  However, any tampering with the
 parameters will cause the handshake to fail.
 
+Endpoints MUST NOT send this extension in a TLS connection that does not use
+QUIC (such as the use of TLS with TCP defined in {{!TLS13}}).  A fatal
+unsupported_extension alert MUST be sent if this extension is received when the
+transport is not QUIC.
+
+
+## Removing the EndOfEarlyData Message {#remove-eoed}
+
+Negotiating the quic_transport_parameters extension also modifies TLS to remove
+the EndOfEarlyData message.  QUIC does not rely on this message to mark the end

I share those thoughts - while it is unlikely that a random TCP connection would send a QUIC extension, QUIC cannot mandate what other protocols should and should not do. Furthermore, a QUIC client might not know for sure that what the other end supports, and even if it thinks that it does, the might not remain true after a random intern pushed the wrong button.

-- 
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/1792#discussion_r220309530
----==_mimepart_5baa816b702cd_43a53f912a8d45b4164026
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1792#discussion_r220309530">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1107,6 +1107,21 @@ of the handshake, they cannot be fully trusted until the handshake completes,
 and reliance on them should be minimized.  However, any tampering with the
 parameters will cause the handshake to fail.
 
+Endpoints MUST NOT send this extension in a TLS connection that does not use
+QUIC (such as the use of TLS with TCP defined in {{!TLS13}}).  A fatal
+unsupported_extension alert MUST be sent if this extension is received when the
+transport is not QUIC.
+
+
+## Removing the EndOfEarlyData Message {#remove-eoed}
+
+Negotiating the quic_transport_parameters extension also modifies TLS to remove
+the EndOfEarlyData message.  QUIC does not rely on this message to mark the end
</pre>
<p>I share those thoughts - while it is unlikely that a random TCP connection would send a QUIC extension, QUIC cannot mandate what other protocols should and should not do. Furthermore, a QUIC client might not know for sure that what the other end supports, and even if it thinks that it does, the might not remain true after a random intern pushed the wrong button.</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/1792#discussion_r220309530">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwJGPkMy0P3GVZ0rX0vS7Rc-Ghw7ks5uenjrgaJpZM4W3n8I">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3RwSsWkIllLmlOVOrQPuoLcjC5tks5uenjrgaJpZM4W3n8I.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1792"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1792#discussion_r220309530"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1792#discussion_r220309530",
"url": "https://github.com/quicwg/base-drafts/pull/1792#discussion_r220309530",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1792",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1792#discussion_r220309530"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383680264\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baa816b702cd_43a53f912a8d45b4164026--


From nobody Tue Sep 25 11:59:24 2018
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 1B07A12D7F8 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 11:59:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 phTJdVYfcreZ for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 11:59:21 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4C2651294D0 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 11:59:21 -0700 (PDT)
Date: Tue, 25 Sep 2018 11:59:20 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537901960; bh=hOujdIJ5etLSUp+GXol6UgI336F0ay4hsROKC3hezg4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iFFouWuNNp/tnMxSQn71noa3xfYJRae5g0zJ7SH0cQjhlczY4MkNu0RDdF4NWGL58 qSkO7ftYEL6jn6k7i9yFeqeBcw7q+aVomGXe3+jtHZbEFSjeTwPSbx3+gjx6uMG4l8 j2hX7MP1cZdfRzggbknz1hSJefJXuYf5QfRrwXzY=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdbb5d6c1b4be1bce8a90eb1912b893fd3b9120dc92cf0000000117c2478892a169ce15a89a06@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1795/424461694@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1795@github.com>
References: <quicwg/base-drafts/issues/1795@github.com>
Subject: Re: [quicwg/base-drafts] Define a safe algorithm for changing CID in response to a change in CID (#1795)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa858867302_3ad43fcd8fcd45b4213083"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/BAZcUnHKTAJdonWapF1FIvy32Lo>
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, 25 Sep 2018 18:59:23 -0000

----==_mimepart_5baa858867302_3ad43fcd8fcd45b4213083
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson I agree, my concern is only that this might not be obvious to implementers - in that they could kill an entire server instead of just a connection if not careful. It's a balance on how much advice to give.

-- 
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/1795#issuecomment-424461694
----==_mimepart_5baa858867302_3ad43fcd8fcd45b4213083
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-user-id="67641" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a> I agree, my concern is only that this might not be obvious to implementers - in that they could kill an entire server instead of just a connection if not careful. It's a balance on how much advice to give.</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/1795#issuecomment-424461694">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxMSKBRYe7mAxG8lMLpwcz0ozVAHks5uen0IgaJpZM4W3r29">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7jY_jrFbxlSzw2KPq0oE4dPXCXPks5uen0IgaJpZM4W3r29.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1795: @martinthomson I agree, my concern is only that this might not be obvious to implementers - in that they could kill an entire server instead of just a connection if not careful. It's a balance on how much advice to give."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1795#issuecomment-424461694"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1795#issuecomment-424461694",
"url": "https://github.com/quicwg/base-drafts/issues/1795#issuecomment-424461694",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Define a safe algorithm for changing CID in response to a change in CID (#1795)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1795,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1795\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1795#issuecomment-424461694"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383696317\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baa858867302_3ad43fcd8fcd45b4213083--


From nobody Tue Sep 25 13:00:06 2018
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 94D0C130E11 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 13:00:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 zK_0zcGZZJeL for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 12:59:57 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B06B2130DC6 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 12:59:55 -0700 (PDT)
Date: Tue, 25 Sep 2018 12:59:54 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537905594; bh=PHD+GMbJmHU9NSPjG/4OlGjDt8YBdJeWEjsgs6Ul1qA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dbEvTPhvfLDfnhZhmoO5IyVjmS+X0viqXR45bNPw6RrjkyUETrASPGdTf5nX7A6G6 BgJ4hLReh9rDStdGKz3IX7XAO4tQ1de+29HSsxM+jnX9F2zlyPismtJnj6mAEZnGNX Gfa14ZrPhkm8wV6EpMwj3S7dcJuWefrAkwntfPsU=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab912b3712d4572a8d6323df0a40baabc5bac9119792cf0000000117c255ba92a169ce15adbc52@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1798/review/158718706@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1798@github.com>
References: <quicwg/base-drafts/pull/1798@github.com>
Subject: Re: [quicwg/base-drafts] Remove EOED v2 (#1798)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa93ba8e178_56a23fe302ed45c0127266b"; 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/7mLUhsfltW4ZlRfospz-fatC1vg>
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, 25 Sep 2018 20:00:05 -0000

----==_mimepart_5baa93ba8e178_56a23fe302ed45c0127266b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.

Some small suggestions that may apply to the other PR as well.

> @@ -656,13 +655,14 @@ all the acknowledgements necessary to reach the same state.
 
 After all CRYPTO frames for a given encryption level have been sent and all
 expected CRYPTO frames received, and all the corresponding acknowledgments have
-been received or sent, an endpoint starts a timer.  To limit the effect of
-packet loss around a change in keys, endpoints MUST retain packet protection
-keys for that encryption level for at least three times the current
-Retransmission Timeout (RTO) interval as defined in {{QUIC-RECOVERY}}.
-Retaining keys for this interval allows packets containing CRYPTO or ACK frames
-at that encryption level to be sent if packets are determined to be lost or new
-packets require acknowledgment.
+been received or sent, an endpoint starts a timer.  For 0-RTT keys, which do not
+carry CRYPTO frames, this timer starts when the first packets protected with

The 0-RTT timer can be much more aggressive than 3 * RTO, since nothing now ever needs to be retransmitted at 0-RTT, it can always be sent with 1-RTT keys instead.

> @@ -656,13 +655,14 @@ all the acknowledgements necessary to reach the same state.
 
 After all CRYPTO frames for a given encryption level have been sent and all
 expected CRYPTO frames received, and all the corresponding acknowledgments have
-been received or sent, an endpoint starts a timer.  To limit the effect of
-packet loss around a change in keys, endpoints MUST retain packet protection
-keys for that encryption level for at least three times the current
-Retransmission Timeout (RTO) interval as defined in {{QUIC-RECOVERY}}.
-Retaining keys for this interval allows packets containing CRYPTO or ACK frames
-at that encryption level to be sent if packets are determined to be lost or new
-packets require acknowledgment.
+been received or sent, an endpoint starts a timer.  For 0-RTT keys, which do not
+carry CRYPTO frames, this timer starts when the first packets protected with
+1-RTT are sent or received.  To limit the effect of packet loss around a change
+in keys, endpoints MUST retain packet protection keys for that encryption level
+for at least three times the current Retransmission Timeout (RTO) interval as
+defined in {{QUIC-RECOVERY}}.  Retaining keys for this interval allows packets

I think the key goal here is allowing retransmitted CRYPTO data to be acknowledged with the correct encryption level?

-- 
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/1798#pullrequestreview-158718706
----==_mimepart_5baa93ba8e178_56a23fe302ed45c0127266b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<p>Some small suggestions that may apply to the other PR as well.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1798#discussion_r220334035">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -656,13 +655,14 @@ all the acknowledgements necessary to reach the same state.
 
 After all CRYPTO frames for a given encryption level have been sent and all
 expected CRYPTO frames received, and all the corresponding acknowledgments have
-been received or sent, an endpoint starts a timer.  To limit the effect of
-packet loss around a change in keys, endpoints MUST retain packet protection
-keys for that encryption level for at least three times the current
-Retransmission Timeout (RTO) interval as defined in {{QUIC-RECOVERY}}.
-Retaining keys for this interval allows packets containing CRYPTO or ACK frames
-at that encryption level to be sent if packets are determined to be lost or new
-packets require acknowledgment.
+been received or sent, an endpoint starts a timer.  For 0-RTT keys, which do not
+carry CRYPTO frames, this timer starts when the first packets protected with
</pre>
<p>The 0-RTT timer can be much more aggressive than 3 * RTO, since nothing now ever needs to be retransmitted at 0-RTT, it can always be sent with 1-RTT keys instead.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1798#discussion_r220334252">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -656,13 +655,14 @@ all the acknowledgements necessary to reach the same state.
 
 After all CRYPTO frames for a given encryption level have been sent and all
 expected CRYPTO frames received, and all the corresponding acknowledgments have
-been received or sent, an endpoint starts a timer.  To limit the effect of
-packet loss around a change in keys, endpoints MUST retain packet protection
-keys for that encryption level for at least three times the current
-Retransmission Timeout (RTO) interval as defined in {{QUIC-RECOVERY}}.
-Retaining keys for this interval allows packets containing CRYPTO or ACK frames
-at that encryption level to be sent if packets are determined to be lost or new
-packets require acknowledgment.
+been received or sent, an endpoint starts a timer.  For 0-RTT keys, which do not
+carry CRYPTO frames, this timer starts when the first packets protected with
+1-RTT are sent or received.  To limit the effect of packet loss around a change
+in keys, endpoints MUST retain packet protection keys for that encryption level
+for at least three times the current Retransmission Timeout (RTO) interval as
+defined in {{QUIC-RECOVERY}}.  Retaining keys for this interval allows packets
</pre>
<p>I think the key goal here is allowing retransmitted CRYPTO data to be acknowledged with the correct encryption level?</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/1798#pullrequestreview-158718706">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8ODrtW69DeuogkEkvOlBU73U-fdks5ueos6gaJpZM4W5NwK">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0pRhdpPpQM1ZnkpDDjU_V2RD-4_ks5ueos6gaJpZM4W5NwK.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1798"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1798#pullrequestreview-158718706"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1798#pullrequestreview-158718706",
"url": "https://github.com/quicwg/base-drafts/pull/1798#pullrequestreview-158718706",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1798",
"sections": [
{
"text": "Some small suggestions that may apply to the other PR as well.",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1798#pullrequestreview-158718706"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384097290\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baa93ba8e178_56a23fe302ed45c0127266b--


From nobody Tue Sep 25 13:11:13 2018
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 E3493130DC5 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 13:11:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.455
X-Spam-Level: 
X-Spam-Status: No, score=-3.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 z6VwN7uQnZCr for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 13:11:09 -0700 (PDT)
Received: from o6.sgmail.github.com (o6.sgmail.github.com [192.254.113.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C4D4C130DC4 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 13:11:08 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=Smxxzh4LDvHM5I/1YecvUfaz4dQ=; b=WV5w1EqqwgeUxj6M hfMC0uS655bpUSgqu+p6jdLV39Sm5POM7W6bxh2PZ52zhkMvR4dGAWcNscnyDWzw Sym3abguDIOudnrLRLKY4dAERH3KwyCAX4uWDbZdagOQxswIFqrK2NuKbNshmY0Y GgFtd8EoAsKJjV3D6fO9DD9CXMo=
Received: by filter1843p1mdw1.sendgrid.net with SMTP id filter1843p1mdw1-18004-5BAA965B-1B 2018-09-25 20:11:07.416752376 +0000 UTC m=+7217.378160921
Received: from github-lowworker-e711880.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0011p1iad2.sendgrid.net (SG) with ESMTP id ruXYMxzURp64QpOWhDyPOw for <quic-issues@ietf.org>; Tue, 25 Sep 2018 20:11:07.354 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e711880.cp1-iad.github.net (Postfix) with ESMTP id 46BCA4403C4 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 13:11:07 -0700 (PDT)
Date: Tue, 25 Sep 2018 20:11:07 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4cded3e5f1ee287c04492c64526cd4abf390222992cf0000000117c2585b92a169ce15a88727@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1794/review/158723563@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1794@github.com>
References: <quicwg/base-drafts/pull/1794@github.com>
Subject: Re: [quicwg/base-drafts] Only include a token in the "first" Initial (#1794)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa965b44edc_699e3fb55f4d45b4139252"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2mJOwsWTU/QCpfWtRzP7NVNqN05lSJkYyw7X HgB85hXeHNm0aVXsLig6hxKC1lIOmkVMoKCQ2g0PcIQBJMQnA3kJgtgOjBUH4iURPQRsjl+dx39ZDH mimQjG1bzRbrXfvrlVRQtM5lP4c6SaRKAmDhA311cs0d4OakWYucelUIII0hXkae/a1FHErS6oqxy+ I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KXYeCiJinw5Od8Hc2i5ZCK5cRqw>
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, 25 Sep 2018 20:11:11 -0000

----==_mimepart_5baa965b44edc_699e3fb55f4d45b4139252
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -621,10 +621,19 @@ packet. It also sets the Token field to the token provided in the Retry. The
 client MUST NOT change the Source Connection ID because the server could include
 the connection ID as part of its token validation logic (see {{tokens}}).
 
+The Initial packet sent by the client in response to a Retry packet is subject
+to the same restrictions as the first Initial packet, with the exception of the
+value of the Destination Connection ID and Token fields, which are set as
+described here.  A client can either reuse the cryptographic handshake message
+or construct a new one at its discretion.  Any subsequent Initial packets from
+the client MUST use the same connection ID values, and MUST NOT include the

I thought the Retry now must change the CID?

-- 
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/1794#pullrequestreview-158723563
----==_mimepart_5baa965b44edc_699e3fb55f4d45b4139252
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1794#discussion_r220337752">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -621,10 +621,19 @@ packet. It also sets the Token field to the token provided in the Retry. The
 client MUST NOT change the Source Connection ID because the server could include
 the connection ID as part of its token validation logic (see {{tokens}}).
 
+The Initial packet sent by the client in response to a Retry packet is subject
+to the same restrictions as the first Initial packet, with the exception of the
+value of the Destination Connection ID and Token fields, which are set as
+described here.  A client can either reuse the cryptographic handshake message
+or construct a new one at its discretion.  Any subsequent Initial packets from
+the client MUST use the same connection ID values, and MUST NOT include the
</pre>
<p>I thought the Retry now must change the CID?</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/1794#pullrequestreview-158723563">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9_Nxi-3a4fGKv7ROU7q8PxP-S-Mks5ueo3bgaJpZM4W3qeS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7ZUivxAiTJQHPYWDrrjMwTN1GJWks5ueo3bgaJpZM4W3qeS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1794"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1794#pullrequestreview-158723563"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1794#pullrequestreview-158723563",
"url": "https://github.com/quicwg/base-drafts/pull/1794#pullrequestreview-158723563",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1794",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1794#pullrequestreview-158723563"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383690642\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baa965b44edc_699e3fb55f4d45b4139252--


From nobody Tue Sep 25 13:14:47 2018
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 252E3130DC4 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 13:14:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.455
X-Spam-Level: 
X-Spam-Status: No, score=-3.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 b9_PVFYZeAcA for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 13:14:44 -0700 (PDT)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 08487130934 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 13:14:43 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=dqxCjFtnCQg21CAOMHPQz1blz8A=; b=STYWp3lBmQMNaoyy X7rFD0jJ66y+cJsiEG11XbC+WSwcjSEUETCFp241sJOhP1WVkWXpxJpFBkg9imrP 4tmrmqB06FqXRspVfXD7qwP6FA6yNu3eC+8wnIAsukQBq4roNFLl9TgCTwG1U2G7 9pZkAZaxeS78nu8W1fpFPdK9XZ4=
Received: by filter1642p1mdw1.sendgrid.net with SMTP id filter1642p1mdw1-11328-5BAA9733-4 2018-09-25 20:14:43.161514547 +0000 UTC m=+7472.325420876
Received: from github-lowworker-39ccb07.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0010p1iad1.sendgrid.net (SG) with ESMTP id QvzSS78YQQiK_u_eG6_Iug for <quic-issues@ietf.org>; Tue, 25 Sep 2018 20:14:42.920 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-39ccb07.cp1-iad.github.net (Postfix) with ESMTP id DD2FC40005C for <quic-issues@ietf.org>; Tue, 25 Sep 2018 13:14:42 -0700 (PDT)
Date: Tue, 25 Sep 2018 20:14:43 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe285f16105c772a512a148690f4dc59bc58b07d592cf0000000117c2593292a169ce15a875e1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1793/c424485433@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1793@github.com>
References: <quicwg/base-drafts/pull/1793@github.com>
Subject: Re: [quicwg/base-drafts] The server needs to acknowledge that a Retry happened (#1793)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa9732dae79_1f073fce47cd45c4993ad"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1H6oyLSvlZ1pztkigk+OLI1oWUuz9W3RfVra CGO82ZJpbmPkm0sZNqfUALJEGEoGrcbkyH8oipfQWODJZAgKkz5cGdneoGv3zPw5fDrvDiuGRKdPQ5 regEX/XztEWrUNDAh0EAhWUnfbGhPW00H6lNj7pzL0yQdtJzZv3pqX58IanwtaIPVsxOHAF8nHGa8Q 0=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FXXAxdj5ZeG7jNmpfyfJ_CYVLdo>
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, 25 Sep 2018 20:14:46 -0000

----==_mimepart_5baa9732dae79_1f073fce47cd45c4993ad
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

To clarify, the server can't generate a retry itself IF there's also a DoS device in front of it.  If the DoS device is the server, I don't see why that wouldn't work?

-- 
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/1793#issuecomment-424485433
----==_mimepart_5baa9732dae79_1f073fce47cd45c4993ad
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>To clarify, the server can't generate a retry itself IF there's also a DoS device in front of it.  If the DoS device is the server, I don't see why that wouldn't work?</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/1793#issuecomment-424485433">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzR2KqvlyRNEPBC5vY7fP2DfEfyzks5ueo6ygaJpZM4W3pMj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_tcLuNOX2g4rR8SN4o3_ndwEkp6ks5ueo6ygaJpZM4W3pMj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1793: To clarify, the server can't generate a retry itself IF there's also a DoS device in front of it.  If the DoS device is the server, I don't see why that wouldn't work?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1793#issuecomment-424485433"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1793#issuecomment-424485433",
"url": "https://github.com/quicwg/base-drafts/pull/1793#issuecomment-424485433",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] The server needs to acknowledge that a Retry happened (#1793)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1793,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1793\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1793#issuecomment-424485433"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383685411\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baa9732dae79_1f073fce47cd45c4993ad--


From nobody Tue Sep 25 13:18:04 2018
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 8937E130DC5 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 13:18:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.051
X-Spam-Level: 
X-Spam-Status: No, score=-2.051 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 fyod7ZCT2tQI for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 13:18:01 -0700 (PDT)
Received: from o5.sgmail.github.com (o5.sgmail.github.com [192.254.113.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 94975130DC4 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 13:18:01 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=35rmCTZVsZaGrPTl0nPoTKAbVaY=; b=YYsyMRN02rtNJLXJ nAuxpFD8/QEPdPgElbv47gvfSmi48ZERs/oJ18y8JcDs9eMCiYlSxS0F7rY+/QI7 BQ4Al2+F+jRVNwR7fx//doRHM8irPiMX6TydoFMgMQ91DZDpSHXLQ0NM8uObxlqd CfxeggUKh/fDTL3/8mepmPb4wvk=
Received: by filter0869p1las1.sendgrid.net with SMTP id filter0869p1las1-13806-5BAA97F8-19 2018-09-25 20:18:00.3677907 +0000 UTC m=+1637292.512365748
Received: from github-lowworker-fc273f0.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id UrlyyBbmRRi2DhFf1JkVag for <quic-issues@ietf.org>; Tue, 25 Sep 2018 20:18:00.247 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-fc273f0.cp1-iad.github.net (Postfix) with ESMTP id 29788C0076 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 13:18:00 -0700 (PDT)
Date: Tue, 25 Sep 2018 20:18:00 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6ac2307fa7758c0f452ff0fb1cd8a1702ae8a78a92cf0000000117c259f792a169ce15a875e1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1793/review/158726139@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1793@github.com>
References: <quicwg/base-drafts/pull/1793@github.com>
Subject: Re: [quicwg/base-drafts] The server needs to acknowledge that a Retry happened (#1793)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa97f7f4071_1b233ff49ded45b487928"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1oP1qrwN1DHUt5cihnOa7X7nSBggzE1+do2l UM0MVPFrWy7iRsbmyI6Vm55TeMy+H1mI+03Y0ehYgk0Z9uH1yMFW7qEUqPtcO5M+KWbUpG4ujQ6m+5 Jzb/hDzTR6BgqfX1TSGMeLjJ1Ej9Q9tJCB/yhUitCV8qyLBVXiOE3J6z7HcFKz0iu1VmNuCftDuuNP s=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/JRwhKPYeQh0-VxBjAb7twDVE0so>
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, 25 Sep 2018 20:18:03 -0000

----==_mimepart_5baa97f7f4071_1b233ff49ded45b487928
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/1793#pullrequestreview-158726139
----==_mimepart_5baa97f7f4071_1b233ff49ded45b487928
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<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/1793#pullrequestreview-158726139">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_678SSovs8GeExAXlEmdJJpOgk2ks5ueo93gaJpZM4W3pMj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_KLunqfwi95GId7DoJL_7EId-38ks5ueo93gaJpZM4W3pMj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #1793"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1793#pullrequestreview-158726139"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1793#pullrequestreview-158726139",
"url": "https://github.com/quicwg/base-drafts/pull/1793#pullrequestreview-158726139",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett approved 1793",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1793#pullrequestreview-158726139"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383685411\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baa97f7f4071_1b233ff49ded45b487928--


From nobody Tue Sep 25 13:23:16 2018
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 0FA81130DC8 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 13:23:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.455
X-Spam-Level: 
X-Spam-Status: No, score=-3.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 wTzw4jauwXtJ for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 13:23:13 -0700 (PDT)
Received: from o8.sgmail.github.com (o8.sgmail.github.com [167.89.101.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0B1DE130DC6 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 13:23:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=fPxqRtdjeFxtLfawC17TVgrHNw0=; b=Q+uZ2DbwOpPw5Akw 6FRyqANWScKkvZR55IzHuc6c7GleBSdtRUkePIe1P9/FXBoQadZZuo9K//kYf/iF KQUbzN0wOsw/e9mfW0tFnqEC/8GWAcvfKfGUfIglkF+cmZa7R631L1KRK9ZTnUjO xE40JNmX2lVixb4LxrocCd5cEOk=
Received: by filter1446p1mdw1.sendgrid.net with SMTP id filter1446p1mdw1-6150-5BAA992F-1F 2018-09-25 20:23:11.905539901 +0000 UTC m=+1637390.038555807
Received: from github-lowworker-05ceafd.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0010p1iad1.sendgrid.net (SG) with ESMTP id E90sZYT9R5W44MGI-plSiQ for <quic-issues@ietf.org>; Tue, 25 Sep 2018 20:23:11.774 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-05ceafd.cp1-iad.github.net (Postfix) with ESMTP id B9E3446093A for <quic-issues@ietf.org>; Tue, 25 Sep 2018 13:23:11 -0700 (PDT)
Date: Tue, 25 Sep 2018 20:23:12 +0000 (UTC)
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab17942608012a83f6e61b989645b9a1ec92c498b692cf0000000117c25b2f92a169ce15a875e1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1793/c424488143@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1793@github.com>
References: <quicwg/base-drafts/pull/1793@github.com>
Subject: Re: [quicwg/base-drafts] The server needs to acknowledge that a Retry happened (#1793)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa992fb77dc_7fa83fbabecd45c02844f6"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1I/dFJdi3idI9ugfUo/tTQnxSOcdIa4GIxLR yKBgqJShMr7DdC+0Q+/ZoqUZhN4l9fVi5EuwIrfmJaQ9ozGCpggjGU2BnA4gs18JH4vwBAbyCGeOEy 5K6SwlF8jDusI13AFrdglX0GKFVk/Gz9dCmRXOWtU/Pt8VLxhKXUxxFgCh9RtLWC10WmgeqkIVk1Ag 0=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/mpB0XM6XoQfxFc7hqy7ifI7MnVY>
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, 25 Sep 2018 20:23:15 -0000

----==_mimepart_5baa992fb77dc_7fa83fbabecd45c02844f6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

To be specific, the server can't generate a Retry if the DoS device already generated one. If the DoS device is only present some of the time, the those other times, the server can still do 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/1793#issuecomment-424488143
----==_mimepart_5baa992fb77dc_7fa83fbabecd45c02844f6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>To be specific, the server can't generate a Retry if the DoS device already generated one. If the DoS device is only present some of the time, the those other times, the server can still do 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/1793#issuecomment-424488143">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8FY_IC13JVDLmjBNaqClU5yq5dMks5uepCvgaJpZM4W3pMj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxBboJzYOFxkKtRWFVnWNAMZMvwUks5uepCvgaJpZM4W3pMj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks in #1793: To be specific, the server can't generate a Retry if the DoS device already generated one. If the DoS device is only present some of the time, the those other times, the server can still do it."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1793#issuecomment-424488143"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1793#issuecomment-424488143",
"url": "https://github.com/quicwg/base-drafts/pull/1793#issuecomment-424488143",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] The server needs to acknowledge that a Retry happened (#1793)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1793,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1793\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1793#issuecomment-424488143"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383685411\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baa992fb77dc_7fa83fbabecd45c02844f6--


From nobody Tue Sep 25 13:45:07 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 AD0E1130DD1 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 13:45:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1
X-Spam-Level: 
X-Spam-Status: No, score=-1 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 LzOwlOCZ9PZ5 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 13:45:02 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 19612130DF6 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 13:45:02 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537908301; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=n9XVYHBTX+GJD3KEJBqJiUqWuogjbwIIq7JLFUx8fZQ=; b=lkZd1k92DgNaxsk9HngU+kQ+W4L0e61iikmBRbKvwEGqVRbbgmkgYq6JP5SuypoYvoR4Wmdq q0DxaY8kDNV21DaGhK5kxwLbIQknvW5YEDifpCOeWDdB0uXAYPjnVJyy9XlM7Cxi3fppI1Tb 1fcT+9gSVmJZ6XaSC/i2E6NvCjk=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5baa9e4c.7ff180d6f810-smtp-out-n03; Tue, 25 Sep 2018 20:45:00 -0000 (UTC)
Date: Tue, 25 Sep 2018 13:44:59 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5baa9e4be4a65_40b52b12f1974ecc323b1@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 0c4826: Use 2*kMaxDatagramSize
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baa9e4be46ce_40b52b12f1974ecc322f6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LJNl0U61eRE57iJ_aKtt9T_ygQw>
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, 25 Sep 2018 20:45:04 -0000

----==_mimepart_5baa9e4be46ce_40b52b12f1974ecc322f6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ack-delay-tlp
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0c4826f48f682fd856cd6581a9bafdf6216fd736
      https://github.com/quicwg/base-drafts/commit/0c4826f48f682fd856cd6581a9bafdf6216fd736
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Use 2*kMaxDatagramSize



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baa9e4be46ce_40b52b12f1974ecc322f6--


From nobody Tue Sep 25 13:45:16 2018
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 3B4DA130DC6 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 13:45:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.455
X-Spam-Level: 
X-Spam-Status: No, score=-3.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 XuDjVngePgq5 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 13:45:11 -0700 (PDT)
Received: from o1.sgmail.github.com (o1.sgmail.github.com [192.254.114.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E247F124C04 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 13:45:10 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=BEG7TXxgCOyCGWzcYi+hPvkROj8=; b=wvSFykfdHD5hushD X5EiHkK54WkmeD1h1dnx2H+TLrlKnA/TxZWFEATl/3zedQnsZ2DjrQLhSGwf1Y8G AvQcOC00PUOm9cTz7bHJxINqFFqfrGMyPe15QPv6g1E+m/C36fnMvmrw9w3zmjvV W9aflI64KYCOAZeD1Vji+fvGBL0=
Received: by filter1857p1mdw1.sendgrid.net with SMTP id filter1857p1mdw1-19354-5BAA9E51-23 2018-09-25 20:45:05.482623864 +0000 UTC m=+9293.564304669
Received: from github-lowworker-e55e3e3.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id EhMNio9UQGGYr1UgbTIzNQ for <quic-issues@ietf.org>; Tue, 25 Sep 2018 20:45:05.392 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e55e3e3.cp1-iad.github.net (Postfix) with ESMTP id 5DC5C180345 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 13:45:05 -0700 (PDT)
Date: Tue, 25 Sep 2018 20:45:05 +0000 (UTC)
From: ianswett <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/1796/push/2906506323@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1796@github.com>
References: <quicwg/base-drafts/pull/1796@github.com>
Subject: Re: [quicwg/base-drafts] Ack Delay and TLP (#1796)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baa9e515c4e6_536a3fcb9fed45b8183657"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0tmymA1eWtwi4YZLv4hzfzQahS8Z+sbsAe/7 gAmg/6CnCWmWptHtgvqaijj6Q85dgGGs4hIQLcJcZDJEBF6qduuVkpDrd6/FLbjHfaGluAXTjLCDtp hTh40cxDcKQxy1Ffn0XZ2tSj/0tJSasubRLDDOzynEROUwcbYTS7CAqodbvRnZoKBP/uTAmSUKELL2 g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kuhS8nu0uhhAy-qek5rX1dBV8ME>
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, 25 Sep 2018 20:45:13 -0000

----==_mimepart_5baa9e515c4e6_536a3fcb9fed45b8183657
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

0c4826f  Use 2*kMaxDatagramSize


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1796/files/33a6b560727cac89304877faa942dfeaa028c657..0c4826f48f682fd856cd6581a9bafdf6216fd736

----==_mimepart_5baa9e515c4e6_536a3fcb9fed45b8183657
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/0c4826f">0c4826f</a>  Use 2*kMaxDatagramSize</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/1796/files/33a6b560727cac89304877faa942dfeaa028c657..0c4826f48f682fd856cd6581a9bafdf6216fd736">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqydXmlsSzRoosSEyy9T82FKwrQK_ks5uepXRgaJpZM4W4vxd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx7KzNoCyWu98r7DewRJ9x7dx02eks5uepXRgaJpZM4W4vxd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1796"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1796/files/33a6b560727cac89304877faa942dfeaa028c657..0c4826f48f682fd856cd6581a9bafdf6216fd736"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1796/files/33a6b560727cac89304877faa942dfeaa028c657..0c4826f48f682fd856cd6581a9bafdf6216fd736",
"url": "https://github.com/quicwg/base-drafts/pull/1796/files/33a6b560727cac89304877faa942dfeaa028c657..0c4826f48f682fd856cd6581a9bafdf6216fd736",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1796",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1796:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "0c4826f",
"value": "Use 2*kMaxDatagramSize"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1796/files/33a6b560727cac89304877faa942dfeaa028c657..0c4826f48f682fd856cd6581a9bafdf6216fd736"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383974493\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baa9e515c4e6_536a3fcb9fed45b8183657--


From nobody Tue Sep 25 14:09:36 2018
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 685AD130DCE for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 14:09:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.455
X-Spam-Level: 
X-Spam-Status: No, score=-3.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 i_erg05MRHGe for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 14:09:33 -0700 (PDT)
Received: from o11.sgmail.github.com (o11.sgmail.github.com [167.89.101.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 45984130DC6 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 14:09:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=heY0h1Vjy9DLLeuIioa0dFxEcAM=; b=sQYZj4ofWz6EQfyV UPUz5zr8XCrdtg+8RLLpLnBA7khhDreBJF16b/zu2H+/04s4rlbP6mFAwk5Tcq0N 7ryyqQK1WFnElnE+M7lwXCjW7zWUYO304tBK0hGj2EJ2AfjcKxyS0pp64lMVVL27 MD9WzHM/4Opr9mik800N5LjnycY=
Received: by filter1287p1mdw1.sendgrid.net with SMTP id filter1287p1mdw1-7550-5BAAA40C-8 2018-09-25 21:09:32.271913064 +0000 UTC m=+10643.505656334
Received: from github-lowworker-5909e27.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0017p1iad2.sendgrid.net (SG) with ESMTP id VLe8HeLqSk2ll2fxdyomLA for <quic-issues@ietf.org>; Tue, 25 Sep 2018 21:09:32.599 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-5909e27.cp1-iad.github.net (Postfix) with ESMTP id 3ED713E0A97 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 14:09:32 -0700 (PDT)
Date: Tue, 25 Sep 2018 21:09:32 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab503abbdf9179a5b12e760fcc74a9f2f1a444c3ad92cf0000000117c2660c92a169ce15a875e1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1793/c424502381@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1793@github.com>
References: <quicwg/base-drafts/pull/1793@github.com>
Subject: Re: [quicwg/base-drafts] The server needs to acknowledge that a Retry happened (#1793)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baaa40c3c821_d1d3fc775ad45b831121c"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3DrcPxTXHe9zUYkXCaR6R/74jIlJ2c63FKbZ tv+g9VrU7c0WZwDsomAZTr3KSWjbHmtMwc8yW2XJarSN6+TJAGhD4jwu0Bo2PMqRL1RNz29XrPjsy2 inV2yTuKHDF9/5+O81XIkZ3ap8MyouFYJrM69YU16b074HoyF+MmCaFgs2BW7WeKrin+7Hvgl5ohIb M=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6iyrfv6G2yik3hj14OuPntsFbEM>
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, 25 Sep 2018 21:09:35 -0000

----==_mimepart_5baaa40c3c821_d1d3fc775ad45b831121c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> Why is the design such that the client validates instead of the server? 

It creates the right incentives.  This way, server implementations can't cheap out and not implement the check or coordination.  If servers didn't check, middleboxes could come to rely on them not checking.  That leads to Retry coming from middleboxes, which I heard pretty firmly that we don't want.

Given how easy this is to manage with a tiny bit of coordination (Azure could simply publish their scheme for encoding the connection ID into the token, for instance), this scheme seems like the best way to avoid that class of problem.

-- 
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/1793#issuecomment-424502381
----==_mimepart_5baaa40c3c821_d1d3fc775ad45b831121c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>Why is the design such that the client validates instead of the server?<=
/p>
</blockquote>
<p>It creates the right incentives.  This way, server implementations can't=
 cheap out and not implement the check or coordination.  If servers didn't =
check, middleboxes could come to rely on them not checking.  That leads to =
Retry coming from middleboxes, which I heard pretty firmly that we don't wa=
nt.</p>
<p>Given how easy this is to manage with a tiny bit of coordination (Azure =
could simply publish their scheme for encoding the connection ID into the t=
oken, for instance), this scheme seems like the best way to avoid that clas=
s of problem.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/1793#issuecomment-424502381">view it on GitHub</a>, or <a hre=
f=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-KsjiLHj0y8tq99=
YPG42J8kGaW0ks5uepuMgaJpZM4W3pMj">mute the thread</a>.<img src=3D"https://g=
ithub.com/notifications/beacon/AWbkq2Acn-raYbE4tqzufmGM3wVrx0e_ks5uepuMgaJp=
ZM4W3pMj.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #17=
93: \u003e Why is the design such that the client validates instead of the =
server? \r\n\r\nIt creates the right incentives.  This way, server implemen=
tations can't cheap out and not implement the check or coordination.  If se=
rvers didn't check, middleboxes could come to rely on them not checking.  T=
hat leads to Retry coming from middleboxes, which I heard pretty firmly tha=
t we don't want.\r\n\r\nGiven how easy this is to manage with a tiny bit of=
 coordination (Azure could simply publish their scheme for encoding the con=
nection ID into the token, for instance), this scheme seems like the best w=
ay to avoid that class of problem."}],"action":{"name":"View Pull Request",=
"url":"https://github.com/quicwg/base-drafts/pull/1793#issuecomment-4245023=
81"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1793#issuecomment-424=
502381",
"url": "https://github.com/quicwg/base-drafts/pull/1793#issuecomment-424502=
381",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] The server needs to acknowledge that a R=
etry happened (#1793)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1793,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\":=
 \"quicwg/base-drafts\",\n\"pullRequestId\": 1793\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1793#issuecomment-424502=
381"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383685411=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5baaa40c3c821_d1d3fc775ad45b831121c--


From nobody Tue Sep 25 14:09:44 2018
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 77EEA130DC6 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 14:09:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 Up7QY-bDeRcf for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 14:09:41 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 832C2126BED for <quic-issues@ietf.org>; Tue, 25 Sep 2018 14:09:41 -0700 (PDT)
Date: Tue, 25 Sep 2018 14:09:40 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537909780; bh=2nt5T5tRkIKnp8dUHrXkzShVegdD5RmfKf2jKdmUhdQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QUFlSnvKoTAuXVyQwje9CL5L6urnuIIn/nb/l9BY5/pzDXcn9+c9CluXOZCH3vkGC 5glAlZBesMQ5iE13Of4MSvR1E2J++7VJ6Bi7/G+RLQNTC28rZZO24gWry9uVRCc7CW QiEQJQpLqi0/Im7r23sDR8dSfhpZUCFzbQnc9mvI=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfc9dbca1f54bdfab2d2fda655a3fc7c05788a27d92cf0000000117c2661492a169ce1584906c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1758/c424502413@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1758@github.com>
References: <quicwg/base-drafts/pull/1758@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to omit version negotiation in response to 0-RTT packets. (#1758)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baaa41445c82_35653ff8710d45b8106376"; 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/46HvsEAsvLix3vbd3c2jcJeazNY>
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, 25 Sep 2018 21:09:44 -0000

----==_mimepart_5baaa41445c82_35653ff8710d45b8106376
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This is a corner-case of a corner-case.  In the general case, if you don't recognize the client's proposed version, you have to send VN because you can't interpret anything about it and the spec says that you SHOULD NOT try.  But here, you know the version you've received well enough to know what packet types you don't want to send VN in response to, but you don't actually speak that version.  To me, that sounds like a version that's been deprecated for security reasons; outside of that, you either know a version or you don't.

I'd agree with Martin, the right framing here is that servers aren't required to send VN in response to every packet, but are allowed to use heuristics to limit the number they send.  That could be based on packet type if it knows but refuses to speak the version, or by having a short-lived cache of client IP/ports to which you've recently send VN packets, etc.

-- 
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/1758#issuecomment-424502413
----==_mimepart_5baaa41445c82_35653ff8710d45b8106376
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>This is a corner-case of a corner-case.  In the general case, if you d=
on't recognize the client's proposed version, you have to send VN because=
 you can't interpret anything about it and the spec says that you SHOULD =
NOT try.  But here, you know the version you've received well enough to k=
now what packet types you don't want to send VN in response to, but you d=
on't actually speak that version.  To me, that sounds like a version that=
's been deprecated for security reasons; outside of that, you either know=
 a version or you don't.</p>
<p>I'd agree with Martin, the right framing here is that servers aren't r=
equired to send VN in response to every packet, but are allowed to use he=
uristics to limit the number they send.  That could be based on packet ty=
pe if it knows but refuses to speak the version, or by having a short-liv=
ed cache of client IP/ports to which you've recently send VN packets, etc=
.</p>

<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/1758#issuecomment-424502413">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1cO8k=
H15UxeVgEcMliRVk3jDzhTks5uepuUgaJpZM4Wsjx-">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq8RbJXfiHuiF4kbqoK9hVdZ-kSqC=
ks5uepuUgaJpZM4Wsjx-.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Mike=
Bishop in #1758: This is a corner-case of a corner-case.  In the general =
case, if you don't recognize the client's proposed version, you have to s=
end VN because you can't interpret anything about it and the spec says th=
at you SHOULD NOT try.  But here, you know the version you've received we=
ll enough to know what packet types you don't want to send VN in response=
 to, but you don't actually speak that version.  To me, that sounds like =
a version that's been deprecated for security reasons; outside of that, y=
ou either know a version or you don't.\r\n\r\nI'd agree with Martin, the =
right framing here is that servers aren't required to send VN in response=
 to every packet, but are allowed to use heuristics to limit the number t=
hey send.  That could be based on packet type if it knows but refuses to =
speak the version, or by having a short-lived cache of client IP/ports to=
 which you've recently send VN packets, etc."}],"action":{"name":"View Pu=
ll Request","url":"https://github.com/quicwg/base-drafts/pull/1758#issuec=
omment-424502413"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1758#issuecomment-4=
24502413",
"url": "https://github.com/quicwg/base-drafts/pull/1758#issuecomment-4245=
02413",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Allow servers to omit version negotiat=
ion in response to 0-RTT packets. (#1758)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1758,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1758\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1758#issuecomment-4245=
02413"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3807796=
46\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5baaa41445c82_35653ff8710d45b8106376--


From nobody Tue Sep 25 15:20:13 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 66DDE1277BB for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:20:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.498
X-Spam-Level: 
X-Spam-Status: No, score=-0.498 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 ezr4Tzsgn1PS for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:20:11 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DBA8D126DBF for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:20:10 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537914010; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=FfIViUcq7a609zLuP8Izs2HPoXrU8ldaK8LjOCGaAEE=; b=xBa1oO8yq07Fo3njJx77eoKn8tZxOzc8csxJyO7ivoQJcxIkgcXk9LDwCqTCH6JGePTqbnSV d9+HwwsEgzK4+TJRuF59n55hqaobev0amGJJZE1EGMSZ9TSYUNfspFafXiLojTe2Uyp7lk7J dQmD+FxyG+Qfrm6gPmZB3EtGwTA=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5baab499.7f707043fde0-smtp-out-n01; Tue, 25 Sep 2018 22:20:09 -0000 (UTC)
Date: Tue, 25 Sep 2018 15:20:09 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5baab499caeaa_3d7a2af46a45aec8242aa@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] d249f5: Update tagging script
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baab499cab53_3d7a2af46a45aec8241c6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FA1qKWRCgtPGMWBIbUc4gwHDJ4A>
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, 25 Sep 2018 22:20:12 -0000

----==_mimepart_5baab499cab53_3d7a2af46a45aec8241c6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: d249f5dba2b7c23c01c82b8684b09a4616c2cd5e
      https://github.com/quicwg/base-drafts/commit/d249f5dba2b7c23c01c82b8684b09a4616c2cd5e
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M tag.sh

  Log Message:
  -----------
  Update tagging script



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baab499cab53_3d7a2af46a45aec8241c6--


From nobody Tue Sep 25 15:26:24 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 D0D7A126DBF for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:26:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.106
X-Spam-Level: 
X-Spam-Status: No, score=-2.106 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, 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 iDYzWmd2CmA9 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:26:20 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 317F31277BB for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:26:20 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537914379; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=TGuhfUjHSFNYOo3SbOBBI9BbfHvzs735YnbXpkGJnyc=; b=kDu8rQeNz8t+g6TfxP0qkQyIKTqdp6VF5MJ0sEOcHeLo/euNFAlYghPchkQnwdAwyROA5Jmk XvWcyeFdMo3iCN0Dm52/UFO2LdlshKe2T7kk994ssbRwDt1jcKHiQzk9jf5emjJY+aPJHo1+ PyvJXJaMCJkZHLAcF/r6gxg0m1w=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=fb.com@github.com
Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 5baab60b.7f65c85b3bd0-smtp-out-n03; Tue, 25 Sep 2018 22:26:19 -0000 (UTC)
Date: Tue, 25 Sep 2018 15:26:18 -0700
From: Alan Frindell <afrind@fb.com>
Reply-To: Alan Frindell <afrind@fb.com>
To: quic-issues@ietf.org
Message-ID: <5baab60a1f2e9_38132ab923434ed0347bf@hookshot-fe-5a11256.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 880e7c: QPACK: don't send stream cancellation when SETTING...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baab60a1ed47_38132ab923434ed0346a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/EOCzBkj1ovRKwW-lHQascCuCF94>
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, 25 Sep 2018 22:26:22 -0000

----==_mimepart_5baab60a1ed47_38132ab923434ed0346a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/qpack-cancel-0
  Home:   https://github.com/quicwg/base-drafts
  Commit: 880e7c866d438bfcc260e5aa0d0447c936af48b9
      https://github.com/quicwg/base-drafts/commit/880e7c866d438bfcc260e5aa0d0447c936af48b9
  Author: Alan Frindell <afrind@fb.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  QPACK: don't send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0

Fixes: #1747


  Commit: cb92e60d29d57d3582d00f6a2f8747415a492a47
      https://github.com/quicwg/base-drafts/commit/cb92e60d29d57d3582d00f6a2f8747415a492a47
  Author: Alan Frindell <afrind@fb.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  s/does not/SHOULD NOT/


  Commit: 969fd338e312260cd602285b376bb17bcc57c5e8
      https://github.com/quicwg/base-drafts/commit/969fd338e312260cd602285b376bb17bcc57c5e8
  Author: Alan Frindell <afrind@fb.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  Change 'SHOULD NOT send' to 'MAY omit'


Compare: https://github.com/quicwg/base-drafts/compare/b8c0e60a0ab3...969fd338e312
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baab60a1ed47_38132ab923434ed0346a--


From nobody Tue Sep 25 15:30:58 2018
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 043671277BB for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:30:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 djR_XrIMxuXJ for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:30:54 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0417F126F72 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:30:54 -0700 (PDT)
Date: Tue, 25 Sep 2018 15:30:52 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537914652; bh=K6tHW7VeEmIqykU+Ts2sTRu6OWWyQpZYTde9i8kSuSs=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=l8OAt84j5+tkDXbgEC8lK7k/ENwnNdGCyOMcoBLbWIL+20owuZt9J3c2uJ7hcYKR5 e8jU6ngwuOCZcaTCB9urrPtUStYzMdPNFlVTR8CqSOfqMQiUXLBjFnLnUcDolNaEcg iYY+VjndmY7esjZtBxn5VIOz9p5VemREKNpofyr0=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5895aaaffd224a34a19f09ee0b6c62e01c14ec8a92cf0000000117c2791c92a169ce15af01d9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1799@github.com>
Subject: [quicwg/base-drafts] Avoid renewing retired connection IDs (#1799)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baab71cc36a4_6e363fb1c8ad45bc35753"; 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/1ylmoSb6Ga6TmBQV6ipBjIyfnDg>
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, 25 Sep 2018 22:30:56 -0000

----==_mimepart_5baab71cc36a4_6e363fb1c8ad45bc35753
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

to avoid a receiver accepting a retransmitted NEW_CONNECTION_ID, after the same connection ID has been retired. This can happen if a receiver receives, uses, and quickly retires a connection ID, but the sender is still retransmitting because it hasn't yet received an acknowledgment for the NEW_CONNECTION_ID frame.

A simple proposal is to add a sequence number to NEW_CONNECTION_ID, which is used in RETIRE_CONNECTION_ID. Then a receiver can easily discard old connection IDs.

-- 
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/1799
----==_mimepart_5baab71cc36a4_6e363fb1c8ad45bc35753
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>to avoid a receiver accepting a retransmitted NEW_CONNECTION_ID, after the same connection ID has been retired. This can happen if a receiver receives, uses, and quickly retires a connection ID, but the sender is still retransmitting because it hasn't yet received an acknowledgment for the NEW_CONNECTION_ID frame.</p>
<p>A simple proposal is to add a sequence number to NEW_CONNECTION_ID, which is used in RETIRE_CONNECTION_ID. Then a receiver can easily discard old connection IDs.</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/1799">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_o7mpjH6HL0ZoYf7glAeVm1lKuwks5ueq6cgaJpZM4W5luW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzcstGfJCutfu2jqVqKd3tZq7fSqks5ueq6cgaJpZM4W5luW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Avoid renewing retired connection IDs (#1799)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1799"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1799",
"url": "https://github.com/quicwg/base-drafts/issues/1799",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Avoid renewing retired connection IDs (#1799)",
"sections": [
{
"text": "",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1799
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1799,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1799\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1799"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384195478\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baab71cc36a4_6e363fb1c8ad45bc35753--


From nobody Tue Sep 25 15:32:39 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 058A31277BB for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:32:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.106
X-Spam-Level: 
X-Spam-Status: No, score=-2.106 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, 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 pbMeewIGaW5I for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:32:34 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 856DC126F72 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:32:34 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537914753; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=W7g94b3eCqLiaUxLIsUMNn0Ji+rw6qLMHWjdyc3nJQw=; b=pQpAc4dGlvCPFXvb6CIy31z75rq+zokO/SjK0MVCYA0MPLxNFss9sz2Ip/Iw+nFsVhCVjiQq zaVOy0ipIYA7upFsJRZ/NjjsWQFDMwCvorI3yZlMb/cKFUYjL0+0rJ3GWMsihIsKe3xOLmwu D2svWrP32CT8/LuxlgpqsLwchgA=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=fb.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5baab529.7f1f18034a50-smtp-out-n02; Tue, 25 Sep 2018 22:22:33 -0000 (UTC)
Date: Tue, 25 Sep 2018 15:22:33 -0700
From: Alan Frindell <afrind@fb.com>
Reply-To: Alan Frindell <afrind@fb.com>
To: quic-issues@ietf.org
Message-ID: <5baab5297913a_5ee32b04ac106ec815771@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] de6409: QPACK: make TSS=0 a connection error
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baab5297868b_5ee32b04ac106ec815667"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/GsWmgA-m0eLAacAPnv3thvl77ss>
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, 25 Sep 2018 22:32:37 -0000

----==_mimepart_5baab5297868b_5ee32b04ac106ec815667
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/qpack-tss-error
  Home:   https://github.com/quicwg/base-drafts
  Commit: de6409d65f7b0d8bbff2868e6a6558fdb9ca3ebb
      https://github.com/quicwg/base-drafts/commit/de6409d65f7b0d8bbff2868e6a6558fdb9ca3ebb
  Author: Alan Frindell <afrind@fb.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  QPACK: make TSS=0 a connection error

Fixes #1736


  Commit: 14d456668ed9ebe5c23fb104d17e35de0d2945af
      https://github.com/quicwg/base-drafts/commit/14d456668ed9ebe5c23fb104d17e35de0d2945af
  Author: Alan Frindell <afrind@fb.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  Wordsmithing


Compare: https://github.com/quicwg/base-drafts/compare/1d03791741f8...14d456668ed9
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baab5297868b_5ee32b04ac106ec815667--


From nobody Tue Sep 25 15:34:06 2018
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 E869D130DD3 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:34:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 reKbzYtg6GkH for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:34:02 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9BD50126F72 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:34:02 -0700 (PDT)
Date: Tue, 25 Sep 2018 15:34:01 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537914841; bh=QsEd6bFoS5qfUEy7BzavKxhW3ztzsMKA2OP2T0nG6Pg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sfHYwNPG9/S2187v9AwVXOKxxiDq8yv58UxouEToJtPnYublu4zKsZW/QUTwOaxcl oPPpsc2BocoTij82XrHBkkt44BXVmyPfukHZxo3lYEMKAGiTPpuI7oeEQgHWpgiTyj lkjwhmJjJtlOFGa97svvAM5+jF4gpCe5b40bQ2Gk=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7639d5e5709497ff36b0d8e4a12dd56129e0629492cf0000000117c279d992a169ce15adbc52@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1798/review/158772196@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1798@github.com>
References: <quicwg/base-drafts/pull/1798@github.com>
Subject: Re: [quicwg/base-drafts] Remove EOED v2 (#1798)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baab7d9bdf7d_242a3fe9c7ad45bc871c7"; 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/hWwyY7L376u1DU6cOKj1u5wEI5E>
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, 25 Sep 2018 22:34:05 -0000

----==_mimepart_5baab7d9bdf7d_242a3fe9c7ad45bc871c7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -656,13 +655,14 @@ all the acknowledgements necessary to reach the same state.
 
 After all CRYPTO frames for a given encryption level have been sent and all
 expected CRYPTO frames received, and all the corresponding acknowledgments have
-been received or sent, an endpoint starts a timer.  To limit the effect of
-packet loss around a change in keys, endpoints MUST retain packet protection
-keys for that encryption level for at least three times the current
-Retransmission Timeout (RTO) interval as defined in {{QUIC-RECOVERY}}.
-Retaining keys for this interval allows packets containing CRYPTO or ACK frames
-at that encryption level to be sent if packets are determined to be lost or new
-packets require acknowledgment.
+been received or sent, an endpoint starts a timer.  For 0-RTT keys, which do not
+carry CRYPTO frames, this timer starts when the first packets protected with

I don't think that we need to special case that - as we agreed, there are optimizations that are possible, but we don't need to describe them.  The trick here is that the sender/client might stop using 0-RTT, but the receiver/server can't as easily.

-- 
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/1798#discussion_r220377101
----==_mimepart_5baab7d9bdf7d_242a3fe9c7ad45bc871c7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1798#discussion_r220377101">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -656,13 +655,14 @@ all the acknowledgements necessary to reach the same state.
 
 After all CRYPTO frames for a given encryption level have been sent and all
 expected CRYPTO frames received, and all the corresponding acknowledgments have
-been received or sent, an endpoint starts a timer.  To limit the effect of
-packet loss around a change in keys, endpoints MUST retain packet protection
-keys for that encryption level for at least three times the current
-Retransmission Timeout (RTO) interval as defined in {{QUIC-RECOVERY}}.
-Retaining keys for this interval allows packets containing CRYPTO or ACK frames
-at that encryption level to be sent if packets are determined to be lost or new
-packets require acknowledgment.
+been received or sent, an endpoint starts a timer.  For 0-RTT keys, which do not
+carry CRYPTO frames, this timer starts when the first packets protected with
</pre>
<p>I don't think that we need to special case that - as we agreed, there are optimizations that are possible, but we don't need to describe them.  The trick here is that the sender/client might stop using 0-RTT, but the receiver/server can't as easily.</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/1798#discussion_r220377101">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_8rdjuu-lZaLvq_tgzQ1nf0HyQ0ks5ueq9ZgaJpZM4W5NwK">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwKhIK50CQGfMxf9CymWoB1D7KLlks5ueq9ZgaJpZM4W5NwK.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1798"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1798#discussion_r220377101"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1798#discussion_r220377101",
"url": "https://github.com/quicwg/base-drafts/pull/1798#discussion_r220377101",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1798",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1798#discussion_r220377101"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384097290\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baab7d9bdf7d_242a3fe9c7ad45bc871c7--


From nobody Tue Sep 25 15:34:57 2018
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 635E41277BB for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:34:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 KhAwC7kShBGo for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:34:53 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 693FD126F72 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:34:53 -0700 (PDT)
Date: Tue, 25 Sep 2018 15:34:52 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537914892; bh=5PSmIbNHhse5hlESZzVZ6T98Ny/3v526/MGvXgg3os4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qGtqK/H8y40erCSHdsy4DSQYTFKmzAzxsZU0SXkrUTRazRAAVVeWz/LFmA12/aH15 35f1yYJwODQq/poSK6D/G8DfR9COYPFcy6w9ZFPlKcvkrIr1BFEBgFY9jJ8amA/Lna AtmLZoPFpJ2CviqW7aIn72h2655NcI9gSf6SUNjc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1eea5065766ecf3eba600840e4249d4b7764e51792cf0000000117c27a0c92a169ce15adbc52@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1798/review/158772393@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1798@github.com>
References: <quicwg/base-drafts/pull/1798@github.com>
Subject: Re: [quicwg/base-drafts] Remove EOED v2 (#1798)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baab80c6ab96_511f3f90082d45c4121624"; 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/6fasrbJbNMyK9bsOFkjZ7Nr27GY>
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, 25 Sep 2018 22:34:55 -0000

----==_mimepart_5baab80c6ab96_511f3f90082d45c4121624
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -656,13 +655,14 @@ all the acknowledgements necessary to reach the same state.
 
 After all CRYPTO frames for a given encryption level have been sent and all
 expected CRYPTO frames received, and all the corresponding acknowledgments have
-been received or sent, an endpoint starts a timer.  To limit the effect of
-packet loss around a change in keys, endpoints MUST retain packet protection
-keys for that encryption level for at least three times the current
-Retransmission Timeout (RTO) interval as defined in {{QUIC-RECOVERY}}.
-Retaining keys for this interval allows packets containing CRYPTO or ACK frames
-at that encryption level to be sent if packets are determined to be lost or new
-packets require acknowledgment.
+been received or sent, an endpoint starts a timer.  For 0-RTT keys, which do not
+carry CRYPTO frames, this timer starts when the first packets protected with
+1-RTT are sent or received.  To limit the effect of packet loss around a change
+in keys, endpoints MUST retain packet protection keys for that encryption level
+for at least three times the current Retransmission Timeout (RTO) interval as
+defined in {{QUIC-RECOVERY}}.  Retaining keys for this interval allows packets

That's part of it, but the reordering thing matters more for key updates.  I'd prefer to fix this separately, if that's OK.

-- 
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/1798#discussion_r220377275
----==_mimepart_5baab80c6ab96_511f3f90082d45c4121624
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1798#discussion_r220377275">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -656,13 +655,14 @@ all the acknowledgements necessary to reach the same state.
 
 After all CRYPTO frames for a given encryption level have been sent and all
 expected CRYPTO frames received, and all the corresponding acknowledgments have
-been received or sent, an endpoint starts a timer.  To limit the effect of
-packet loss around a change in keys, endpoints MUST retain packet protection
-keys for that encryption level for at least three times the current
-Retransmission Timeout (RTO) interval as defined in {{QUIC-RECOVERY}}.
-Retaining keys for this interval allows packets containing CRYPTO or ACK frames
-at that encryption level to be sent if packets are determined to be lost or new
-packets require acknowledgment.
+been received or sent, an endpoint starts a timer.  For 0-RTT keys, which do not
+carry CRYPTO frames, this timer starts when the first packets protected with
+1-RTT are sent or received.  To limit the effect of packet loss around a change
+in keys, endpoints MUST retain packet protection keys for that encryption level
+for at least three times the current Retransmission Timeout (RTO) interval as
+defined in {{QUIC-RECOVERY}}.  Retaining keys for this interval allows packets
</pre>
<p>That's part of it, but the reordering thing matters more for key updates.  I'd prefer to fix this separately, if that's OK.</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/1798#discussion_r220377275">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3FbA2TfGnMVn8jt2cIBUwDZj0Geks5ueq-MgaJpZM4W5NwK">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1V5J5FLyfMmA-_kCA4ZC-gNHja7ks5ueq-MgaJpZM4W5NwK.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1798"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1798#discussion_r220377275"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1798#discussion_r220377275",
"url": "https://github.com/quicwg/base-drafts/pull/1798#discussion_r220377275",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1798",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1798#discussion_r220377275"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384097290\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baab80c6ab96_511f3f90082d45c4121624--


From nobody Tue Sep 25 15:35:05 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 1192B130DF0 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:34:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.498
X-Spam-Level: 
X-Spam-Status: No, score=-0.498 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 snwNPQGTIRcf for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:34:56 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4A887126F72 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:34:56 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537914895; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=fIX6WUbTcwHTRud2ecoNMXfhXu/wL86EC1vxaJOa+3Y=; b=BJWIguKbPk738ZZn82erCI6VCw9cvkmgIpOobJ8KACZyJuCOz/55NocPYFpOsScAbiZcW812 ZhQ73WIpYBfKVLdD+3FXxC71U7fQY7ZGWL/pkxOslrHrcHb7tveZ+Cqql5os8U+fBmlv4WIZ bWLtCjL3glpS5HiO6GSi6HP79jQ=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5baab80f.7f7ca7fe0240-smtp-out-n03; Tue, 25 Sep 2018 22:34:55 -0000 (UTC)
Date: Tue, 25 Sep 2018 15:34:54 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5baab80ef9e5_34182aefd9432ecc1612@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 4a58e8: Remove EndOfEarlyData from TLS
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baab80ef5eb_34182aefd9432ecc1524"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0sviOZ_FQcG59KUnP1zNCn5EVgA>
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, 25 Sep 2018 22:34:59 -0000

----==_mimepart_5baab80ef5eb_34182aefd9432ecc1524
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4a58e88d242f1763c113aaf90c835e10e4e567c9
      https://github.com/quicwg/base-drafts/commit/4a58e88d242f1763c113aaf90c835e10e4e567c9
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Remove EndOfEarlyData from TLS

Closes #1518.


  Commit: 5ad418c195b37149b693ef69a107dad72db95ed0
      https://github.com/quicwg/base-drafts/commit/5ad418c195b37149b693ef69a107dad72db95ed0
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  CRYPTO can't appear at 0-RTT any more


  Commit: 05f5516145ce8378dedf9f0a0b19677ea0200803
      https://github.com/quicwg/base-drafts/commit/05f5516145ce8378dedf9f0a0b19677ea0200803
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Discarding 0-RTT keys is more complicated now


  Commit: ace1ee19a3c83530e1ec32d5c330f12deb48dfe1
      https://github.com/quicwg/base-drafts/commit/ace1ee19a3c83530e1ec32d5c330f12deb48dfe1
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Don't allow this with TCP


  Commit: 44bc6568d55b21352228a62948d9f6560a4d86e6
      https://github.com/quicwg/base-drafts/commit/44bc6568d55b21352228a62948d9f6560a4d86e6
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Snafu regarding 0-RTT and handshake interleaving


  Commit: 919e97cbf785d805d46181a508fb6bf5f945c1dd
      https://github.com/quicwg/base-drafts/commit/919e97cbf785d805d46181a508fb6bf5f945c1dd
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Don't tie EOED removal to the extension


  Commit: ce389fa0dcd56cdd261382c7a653fc7bf3c6bdd6
      https://github.com/quicwg/base-drafts/commit/ce389fa0dcd56cdd261382c7a653fc7bf3c6bdd6
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Merge pull request #1798 from quicwg/remove-eoed-v2

Remove EOED v2


Compare: https://github.com/quicwg/base-drafts/compare/d249f5dba2b7...ce389fa0dcd5
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baab80ef5eb_34182aefd9432ecc1524--


From nobody Tue Sep 25 15:35:11 2018
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 E1F0F126F72 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:34:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.454
X-Spam-Level: 
X-Spam-Status: No, score=-8.454 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 zM0VVP8SnyNY for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:34:58 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CCD24130DD7 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:34:57 -0700 (PDT)
Date: Tue, 25 Sep 2018 15:34:57 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537914897; bh=IKnEcBKOKRFceC+qRzYo7cpSsSb2EAo4N5vQh8kF98M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sbn8ORyT2ryTVeLsWEb1nMid3yHY9RZf0wD2ZsAHqLnINZjHl3ETZTVY8nvlTCoGL igydQf+njQA/kmnkV9BBxdisgnA1Fk974NYk3GUr5x+AtqeSCtcfVwPK1+4bZQjuEZ z4LSoBuioDnYBNg2HS1v5ZoxggXlJASXFB9FwkPg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab528ad79c5eb976348d9a492b1330eaf26bf6c7df92cf0000000117c27a1092a169ce15adbc52@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1798/issue_event/1867031586@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1798@github.com>
References: <quicwg/base-drafts/pull/1798@github.com>
Subject: Re: [quicwg/base-drafts] Remove EOED v2 (#1798)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baab81126e8_2e633fd7704d45b8761ca"; 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/tR9wA_TKxjjAQFS2Rez4qfrtGhs>
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, 25 Sep 2018 22:35:00 -0000

----==_mimepart_5baab81126e8_2e633fd7704d45b8761ca
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1798 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/1798#event-1867031586
----==_mimepart_5baab81126e8_2e633fd7704d45b8761ca
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363707474" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1798" href="https://github.com/quicwg/base-drafts/pull/1798">#1798</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/1798#event-1867031586">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4cc5ByFMqjTHIYfcHt91JcRscjmks5ueq-RgaJpZM4W5NwK">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2qpVJwsN0Qj2z-W26wKIx0Dlpf_ks5ueq-RgaJpZM4W5NwK.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1798 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1798#event-1867031586"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1798#event-1867031586",
"url": "https://github.com/quicwg/base-drafts/pull/1798#event-1867031586",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remove EOED v2 (#1798)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1798#event-1867031586"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384097290\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baab81126e8_2e633fd7704d45b8761ca--


From nobody Tue Sep 25 15:35:17 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 57913130DDA for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:35:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.498
X-Spam-Level: 
X-Spam-Status: No, score=-0.498 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 Mj81W1eVRwR8 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:34:59 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E7D8B130E0A for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:34:58 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537914898; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=TiLGvevpR33L2Kj/pm/MsTyze2XR3DbRSaW4dgxOGzE=; b=w251Ee14opxK4L2tK+Dw07t3uoTYf13rk0rheCoeaI0KRY6tyPt8/t8tVPVBDvOnhCl7KV7c iChOzLXon9h4VB79Pc+IKoDQdaL2GEYvM39ozW1ZflzvZj/BneznmGs5lBFZbUECWm51pm50 2T1Szbh+fNT/a2YA06dXtev92+g=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5baab812.7f39b43b6750-smtp-out-n03; Tue, 25 Sep 2018 22:34:58 -0000 (UTC)
Date: Tue, 25 Sep 2018 15:34:57 -0700
From: martinthomson <martin.thomson@gmail.com>
Reply-To: martinthomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5baab8114885c_74272af47e914ec872898@hookshot-fe-7191cb1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baab81148421_74272af47e914ec87273a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KMlJh2b8cXGMPK8wIc2s4ASLKTU>
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, 25 Sep 2018 22:35:00 -0000

----==_mimepart_5baab81148421_74272af47e914ec87273a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/remove-eoed-v2
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baab81148421_74272af47e914ec87273a--


From nobody Tue Sep 25 15:35:23 2018
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 49FAD1277BB for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:35:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.454
X-Spam-Level: 
X-Spam-Status: No, score=-8.454 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 M30OqH97ysFC for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:35:00 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 574EB130DD7 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:35:00 -0700 (PDT)
Date: Tue, 25 Sep 2018 15:34:59 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537914899; bh=uz9yX0eloXbRlcklCNvHisj/fHuMVMGPvpcDASR+0ug=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Uc6GU/QxeXwdfVHpFxfLgDVti7V4J7hLVkmICJI1ZmzgO9JzKqSr/atc9NK2SsXqx CQNFj9IIohP2iUlvo1RAdwpZurgC6PobHTUnaGMBtyKmpooIkKyEq540X26lY+5RZS fRRbWKtavrQ/UiOgVizyFRWBx/hHl0qJAIfrJ5OM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8d80e9950d5bb37d398c5dcfc49a9bb36d6d480392cf0000000117c27a1392a169ce15a864f1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1792/issue_event/1867031673@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1792@github.com>
References: <quicwg/base-drafts/pull/1792@github.com>
Subject: Re: [quicwg/base-drafts] Remove EndOfEarlyData from TLS (#1792)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baab813a1c51_7e413fa0cc8d45bc1018a5"; 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/BKWvf63cPhbO-5LGUOpDVAz5idw>
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, 25 Sep 2018 22:35:02 -0000

----==_mimepart_5baab813a1c51_7e413fa0cc8d45bc1018a5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1792 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/1792#event-1867031673
----==_mimepart_5baab813a1c51_7e413fa0cc8d45bc1018a5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363357425" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1792" href="https://github.com/quicwg/base-drafts/pull/1792">#1792</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/1792#event-1867031673">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwRrIP0SuPdzpZQ18XyBcqMy_s7Bks5ueq-TgaJpZM4W3n8I">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqziGVWD3pyKRiivBkQgWaeAXmXmtks5ueq-TgaJpZM4W3n8I.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1792 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1792#event-1867031673"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1792#event-1867031673",
"url": "https://github.com/quicwg/base-drafts/pull/1792#event-1867031673",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remove EndOfEarlyData from TLS (#1792)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1792#event-1867031673"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383680264\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baab813a1c51_7e413fa0cc8d45bc1018a5--


From nobody Tue Sep 25 15:35:28 2018
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 733B01277BB for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:35:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.454
X-Spam-Level: 
X-Spam-Status: No, score=-8.454 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 gfrQCTC_7nmU for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:35:01 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B3E06126F72 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:35:01 -0700 (PDT)
Date: Tue, 25 Sep 2018 15:35:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537914900; bh=+W+PKShJgk1o638ByhTX5o1PIRzeXuCi0K7tpgKOsKc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KjCzkiovUsgaJ0YW5Vil6TOv3StqDoEf+povCYQJzsmEAdaOW8FB6KLLh8W4ZnPXK iaC1W0aDEXteYewDSJAx9JDG2BZeGyi2/43e2x9BwOUnvG+fPML3v/S6YVYTt/Uyil aPHXHEVPw5/iRMe/mIP9Rgoef9wm1117awZmg+AE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab284c100776f6c0edf11ff611117eb008d9e6bfb792cf0000000117c27a1492a169ce1427404b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1518/issue_event/1867031676@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1518@github.com>
References: <quicwg/base-drafts/issues/1518@github.com>
Subject: Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baab814d61cc_1b2c3fcebe4d45b41248b3"; 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/tnb_T79EgGfUtdRrsi-A1IWnkS4>
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, 25 Sep 2018 22:35:03 -0000

----==_mimepart_5baab814d61cc_1b2c3fcebe4d45b41248b3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1518 via #1792.

-- 
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/1518#event-1867031676
----==_mimepart_5baab814d61cc_1b2c3fcebe4d45b41248b3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="338116683" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1518" href="https://github.com/quicwg/base-drafts/issues/1518">#1518</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363357425" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1792" href="https://github.com/quicwg/base-drafts/pull/1792">#1792</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/1518#event-1867031676">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2zdkJFsClZWf1L-DZmY7oh00KFtks5ueq-UgaJpZM4VB5Yx">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6LX9gIPkxy9HfozZ0qBebnSQAgDks5ueq-UgaJpZM4VB5Yx.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1518 via #1792."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1518#event-1867031676"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1518#event-1867031676",
"url": "https://github.com/quicwg/base-drafts/issues/1518#event-1867031676",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Make EOED transmission optional in QUIC, please (#1518)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1518#event-1867031676"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 352818737\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baab814d61cc_1b2c3fcebe4d45b41248b3--


From nobody Tue Sep 25 15:36:23 2018
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 23A6F130E6E for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:36:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.051
X-Spam-Level: 
X-Spam-Status: No, score=-7.051 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 DChobvYbFKbE for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:36:15 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 008D4130E4D for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:36:08 -0700 (PDT)
Date: Tue, 25 Sep 2018 15:36:08 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537914968; bh=HcVdJEzXZSJzDet0bz/tkEBu1FWVhOYOOpf6JAF9GkA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CVIH0m1QLAPx9er8mtL4d757/nIYZIWwF5TLXNzvbbH/Wol3vnm/aCPTX2QNAkA86 eXfq0dE8NWN/Sr3Cu9jP2m5PUGk7DTlQhPT4J+Mnxn8n+Ud3/7gj6ENWqT+rRzC9/b RG0Ks5ajJu9FpS83sv1juiZtq97F3a3/l17Z4wvw=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab281b1f6cb5b1210607eef97613a6fd80c1f98d5a92cf0000000117c27a5892a169ce15a875e1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1793/review/158772700@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1793@github.com>
References: <quicwg/base-drafts/pull/1793@github.com>
Subject: Re: [quicwg/base-drafts] The server needs to acknowledge that a Retry happened (#1793)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baab85847779_438f3fbeaf2d45bc46419"; 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/WtovDE7BvAZeAVY15H-6mGap2Vc>
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, 25 Sep 2018 22:36:22 -0000

----==_mimepart_5baab85847779_438f3fbeaf2d45bc46419
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/1793#pullrequestreview-158772700
----==_mimepart_5baab85847779_438f3fbeaf2d45bc46419
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<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/1793#pullrequestreview-158772700">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwdaB2j0u69tuCM4SqhehPivmlKMks5ueq_YgaJpZM4W3pMj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4h94764D1-sZvHRKrfBBk5-XRvYks5ueq_YgaJpZM4W3pMj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar approved #1793"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1793#pullrequestreview-158772700"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1793#pullrequestreview-158772700",
"url": "https://github.com/quicwg/base-drafts/pull/1793#pullrequestreview-158772700",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@janaiyengar approved 1793",
"sections": [
{
"text": "",
"activityTitle": "**janaiyengar**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@janaiyengar",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1793#pullrequestreview-158772700"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383685411\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baab85847779_438f3fbeaf2d45bc46419--


From nobody Tue Sep 25 15:36:55 2018
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 B60321277BB for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:36:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.051
X-Spam-Level: 
X-Spam-Status: No, score=-7.051 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 CsIag_JYirmH for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:36:52 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D9359126F72 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:36:51 -0700 (PDT)
Date: Tue, 25 Sep 2018 15:36:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537915011; bh=4HzxT84EE1LUpD7F3FgXDD3ObQYu4MOVehiQ3Yd8aQc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FrnsuUMczKh43pmXt0xlkppxH8WyxRA6ulkpGY5G2X0deTCgvhGQdodf6+FHMAJ8i QvObzLdT4GGyd66dLPR31yeSoXFEuUQoCqbzYoIvxUG2JTNQXD/37FKgOvrFWxLeHi CIKlQFP365E79u/f6hBHweb+1IyRzMg3pfJypJY8=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5f4b76fa17b87d5f7b8502acb69964352b78708d92cf0000000117c27a8392a169ce15a875e1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1793/review/158772879@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1793@github.com>
References: <quicwg/base-drafts/pull/1793@github.com>
Subject: Re: [quicwg/base-drafts] The server needs to acknowledge that a Retry happened (#1793)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baab8836e63_172d3fad5dcd45c0118396"; 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/buEVchOMTES9-GCpNdImbuksNHc>
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, 25 Sep 2018 22:36:54 -0000

----==_mimepart_5baab8836e63_172d3fad5dcd45c0118396
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/1793#pullrequestreview-158772879
----==_mimepart_5baab8836e63_172d3fad5dcd45c0118396
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<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/1793#pullrequestreview-158772879">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4eYEmfmPSg5jCTAIGpZeJq4-b8Dks5uerADgaJpZM4W3pMj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq97GfspY-XgfY0hqYNtdPikC-z4Nks5uerADgaJpZM4W3pMj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop approved #1793"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1793#pullrequestreview-158772879"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1793#pullrequestreview-158772879",
"url": "https://github.com/quicwg/base-drafts/pull/1793#pullrequestreview-158772879",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop approved 1793",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1793#pullrequestreview-158772879"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383685411\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baab8836e63_172d3fad5dcd45c0118396--


From nobody Tue Sep 25 15:42:32 2018
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 1DA4B130DD3 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:42:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 TBAiV1wECW05 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:42:29 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 695131277BB for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:42:29 -0700 (PDT)
Date: Tue, 25 Sep 2018 15:42:28 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537915348; bh=IsXEVXa7m1FvbDq1Y8Yr1q7JnHhb25mci8tkARnh39c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Fb9rF8m5spYu9Ybie9h463SXknIq5+457/JydyqdKiq1RRH24tyEf2EYEzK3g7ECK MzYFqXjsAfadRicED38K/O/vMPUWGm56qrpVwhzm91BAgBWM4fjVzIadEtOsOGzYa3 emkzOtoS7qrIBGvznR2HJTX48g2+ZBlg97mnY8Gs=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab78365e7ef2e303044de3c0e22051c12fe908d44e92cf0000000117c27bd492a169ce15a88727@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1794/c424526026@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1794@github.com>
References: <quicwg/base-drafts/pull/1794@github.com>
Subject: Re: [quicwg/base-drafts] Only include a token in the "first" Initial (#1794)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baab9d48d0e0_242a3fe9c7ad45bc1150c4"; 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/FO243Nx-Gl4pFXVPKgZzNJYXG48>
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, 25 Sep 2018 22:42:31 -0000

----==_mimepart_5baab9d48d0e0_242a3fe9c7ad45bc1150c4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Token on every Initial seemed wrong, but the more I think about it, the less reason I have for rejecting it.  Does anyone have a reason to remove the token?

-- 
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/1794#issuecomment-424526026
----==_mimepart_5baab9d48d0e0_242a3fe9c7ad45bc1150c4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Token on every Initial seemed wrong, but the more I think about it, the less reason I have for rejecting it.  Does anyone have a reason to remove the token?</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/1794#issuecomment-424526026">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1wGqXNOsZ8OY1U_qzruDMVOHsdKks5uerFUgaJpZM4W3qeS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5t4mI2ia7DUd9p2hVp9T6NrcMELks5uerFUgaJpZM4W3qeS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1794: Token on every Initial seemed wrong, but the more I think about it, the less reason I have for rejecting it.  Does anyone have a reason to remove the token?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1794#issuecomment-424526026"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1794#issuecomment-424526026",
"url": "https://github.com/quicwg/base-drafts/pull/1794#issuecomment-424526026",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Only include a token in the \"first\" Initial (#1794)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1794,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1794\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1794#issuecomment-424526026"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383690642\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baab9d48d0e0_242a3fe9c7ad45bc1150c4--


From nobody Tue Sep 25 15:45:32 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 B1393130DD3 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:45:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.498
X-Spam-Level: 
X-Spam-Status: No, score=-0.498 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 aAONKRGzotEl for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:45:29 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7AD8B1277BB for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:45:29 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537915528; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=9C84ZFWN3EIVePCohU3zhdvUOsC9vYLQErlznZo70IE=; b=O+abErRoIEJzrvsbBhr8zXWfa2UB+vtk23L0++H4m3fUZ0tGPqgZ5xEiY7kqNqdSPp1FCwnD S9ags9WwiSPcdcq5lYKNfZCh9iiNyae/mx/SGlv6piv0sj7Ji5pOnJW5sSGAcMssB36VCwyQ 5GekP3ifmhjuYyZGBk18vqOrJGQ=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5baaba88.7fc0c40c3e40-smtp-out-n03; Tue, 25 Sep 2018 22:45:28 -0000 (UTC)
Date: Tue, 25 Sep 2018 15:45:27 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5baaba8731068_667a2aadf65a0ec825439@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 2f216b: Use the token always
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baaba87305ec_667a2aadf65a0ec825371"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/J9bQixuUbf4Y6bpDC3_MF1nRfrI>
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, 25 Sep 2018 22:45:31 -0000

----==_mimepart_5baaba87305ec_667a2aadf65a0ec825371
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/initial-token
  Home:   https://github.com/quicwg/base-drafts
  Commit: 2f216b2d6bf706610e2157ac56cba863db797bf2
      https://github.com/quicwg/base-drafts/commit/2f216b2d6bf706610e2157ac56cba863db797bf2
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Use the token always



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baaba87305ec_667a2aadf65a0ec825371--


From nobody Tue Sep 25 15:45:39 2018
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 3D190130E00 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:45:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 39OAD1-YvvIp for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:45:31 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6093B1277BB for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:45:31 -0700 (PDT)
Date: Tue, 25 Sep 2018 15:45:30 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537915530; bh=qXiko4dyqqFLZKth4KZnFwBb3qzmv6BQRS/5EgLFrC8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PWKfmhvEjaPhLpcEPJLobp5IuqgJ9Cf79szR7MWs/ngi07p7KbIvgH6bjAw5TNG17 xmPevhXs6VVtRQXzNWpxWEZXhTlbDmfbNqQZgTw8I7fpFHZybDWxobkUs69w8fwKu6 f3+O+SQDtuTnS0h3QCQmb5yHF9/RzWgBXokjQDXc=
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/1794/push/2906794773@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1794@github.com>
References: <quicwg/base-drafts/pull/1794@github.com>
Subject: Re: [quicwg/base-drafts] Include a token on all Initial packets (#1794)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baaba8a9fe5a_7a903facc0ed45c01703fc"; 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/2cM31aIgC-XGO7SeAP422mF3AmE>
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, 25 Sep 2018 22:45:34 -0000

----==_mimepart_5baaba8a9fe5a_7a903facc0ed45c01703fc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

2f216b2  Use the token always


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1794/files/5084586323f17f95ec29dee965b18c8a893045b1..2f216b2d6bf706610e2157ac56cba863db797bf2

----==_mimepart_5baaba8a9fe5a_7a903facc0ed45c01703fc
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/2f216b2">2f216b2</a>  Use the token always</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/1794/files/5084586323f17f95ec29dee965b18c8a893045b1..2f216b2d6bf706610e2157ac56cba863db797bf2">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3YPJsbWK3lBUhVtv-6rwwYBUZ0aks5uerIKgaJpZM4W3qeS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2Ztz-7A4Yr2lDthZAnyrrGc_xGJks5uerIKgaJpZM4W3qeS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1794"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1794/files/5084586323f17f95ec29dee965b18c8a893045b1..2f216b2d6bf706610e2157ac56cba863db797bf2"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1794/files/5084586323f17f95ec29dee965b18c8a893045b1..2f216b2d6bf706610e2157ac56cba863db797bf2",
"url": "https://github.com/quicwg/base-drafts/pull/1794/files/5084586323f17f95ec29dee965b18c8a893045b1..2f216b2d6bf706610e2157ac56cba863db797bf2",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1794",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1794:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "2f216b2",
"value": "Use the token always"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1794/files/5084586323f17f95ec29dee965b18c8a893045b1..2f216b2d6bf706610e2157ac56cba863db797bf2"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383690642\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baaba8a9fe5a_7a903facc0ed45c01703fc--


From nobody Tue Sep 25 15:45:46 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 309D8130DD7 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:45:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.498
X-Spam-Level: 
X-Spam-Status: No, score=-0.498 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 rdlFC_-hUNdV for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:45:40 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AEA96130DDA for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:45:40 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537915539; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=feVkeBaDCR4Yz80vaBXGU7r4rFoyewOjV0d60zJWqFk=; b=bIKC/N9Nf+tTAzlY8De0Rp+qHbDnVxS52v7rMEjk5+IGpJTeMV+c2BMrvL+Km37c1MLJLij3 Qih3LsbqePp3Az2UYOu3jaSGxH7P9k2hyuNhRdXe2GcAwsVxkMxvx0NawMExmOKdm3iWBpN+ ZPbrCpW1tWdn2yRtLSn/UUy3KSs=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5baaba93.7f9a547e3db0-smtp-out-n01; Tue, 25 Sep 2018 22:45:39 -0000 (UTC)
Date: Tue, 25 Sep 2018 15:45:38 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5baaba9277c6f_159c2b121e8faed42126a@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] aebb80: The server needs to acknowledge that a Retry happe...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baaba92778a3_159c2b121e8faed42114e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/m2V9ldi-IQ7KzHJvb-In0VkQBWw>
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, 25 Sep 2018 22:45:42 -0000

----==_mimepart_5baaba92778a3_159c2b121e8faed42114e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: aebb80751053d9f563ad1dc37f6a6681006482dc
      https://github.com/quicwg/base-drafts/commit/aebb80751053d9f563ad1dc37f6a6681006482dc
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  The server needs to acknowledge that a Retry happened

Closes #1710, #1486.


  Commit: 2cb4aadb1bc36154c67fa25fe2531aea7770d258
      https://github.com/quicwg/base-drafts/commit/2cb4aadb1bc36154c67fa25fe2531aea7770d258
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #1793 from quicwg/validate-retry

The server needs to acknowledge that a Retry happened


Compare: https://github.com/quicwg/base-drafts/compare/ce389fa0dcd5...2cb4aadb1bc3
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baaba92778a3_159c2b121e8faed42114e--


From nobody Tue Sep 25 15:45:52 2018
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 E8F071277BB for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:45:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.454
X-Spam-Level: 
X-Spam-Status: No, score=-8.454 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 qqgVgfr81G7M for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:45:42 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1B568130DD3 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:45:42 -0700 (PDT)
Date: Tue, 25 Sep 2018 15:45:40 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537915541; bh=z5MJ9WpTGbLxBJ6Rs1updiOd+L7eTWuYTL2ggsxnDYg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Z9UPRDThXS2AsCSHDzGHkQaLfH4f4L2yeq6suIdULptSu0KsN9O2lI9wD2SE0DS2W ZkC9vlKx/D9S4emHbMFc+hx/5USOG8pHyWHlVYH9UMmYmmFbME3RiZ+bE+I1ue4Y8a iZIOgl7XrhsM3jLVqPy4jOAjsjh+t9A4BKB/b4Kg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9ec4c97f734bd5a078b80e667d71075eb977a4a492cf0000000117c27c9492a169ce15a875e1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1793/issue_event/1867046374@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1793@github.com>
References: <quicwg/base-drafts/pull/1793@github.com>
Subject: Re: [quicwg/base-drafts] The server needs to acknowledge that a Retry happened (#1793)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baaba94a3be1_1a9f3f890b0d45c01146a6"; 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/xCHRx1ZslbFONx-X8YSq-EaBc80>
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, 25 Sep 2018 22:45:44 -0000

----==_mimepart_5baaba94a3be1_1a9f3f890b0d45c01146a6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1793 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/1793#event-1867046374
----==_mimepart_5baaba94a3be1_1a9f3f890b0d45c01146a6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363361761" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1793" href="https://github.com/quicwg/base-drafts/pull/1793">#1793</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/1793#event-1867046374">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_dj4fWoqCxPlopKbezK2amAfS5Sks5uerIUgaJpZM4W3pMj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_6PWjOJ2lSzKKs7okysTAawEXRLks5uerIUgaJpZM4W3pMj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1793 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1793#event-1867046374"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1793#event-1867046374",
"url": "https://github.com/quicwg/base-drafts/pull/1793#event-1867046374",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] The server needs to acknowledge that a Retry happened (#1793)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1793#event-1867046374"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383685411\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baaba94a3be1_1a9f3f890b0d45c01146a6--


From nobody Tue Sep 25 15:45:58 2018
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 B04031277BB for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:45:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.454
X-Spam-Level: 
X-Spam-Status: No, score=-8.454 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 jzup9cpBvU57 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:45:44 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B56B6130DDA for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:45:42 -0700 (PDT)
Date: Tue, 25 Sep 2018 15:45:41 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537915541; bh=H0S+4F/MHyHACWO8FaKYUNxWooLzyp6haLGZTYGkdpk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FFJVVW37Z60vaTuV9iCBzG9c1OtJvUEzV60O/wr7RH6zzPQdixZDWr+clPa/5Jp7d 9HlAllNZzwWPbS9U6IBgQ1G+wO7AUS/r7nCtV9mV3deuhKCDXORweNqlv1OY1DjgT8 3gSHaiPFyxgqDKHyYPlbgiUzw8Fem83f/3zgZA3U=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab64c2e19372775f3b1a623cf41c043352a5a4a1b692cf0000000117c27c9592a169ce1522609f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1710/issue_event/1867046377@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1710@github.com>
References: <quicwg/base-drafts/issues/1710@github.com>
Subject: Re: [quicwg/base-drafts] Authenticate Retry (#1710)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baaba95de942_50813fa8a2ad45b41151d2"; 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/x0erV4SOuBKOWodspDXmbtLVHzg>
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, 25 Sep 2018 22:45:46 -0000

----==_mimepart_5baaba95de942_50813fa8a2ad45b41151d2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1710 via #1793.

-- 
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/1710#event-1867046377
----==_mimepart_5baaba95de942_50813fa8a2ad45b41151d2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="354574495" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1710" href="https://github.com/quicwg/base-drafts/issues/1710">#1710</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363361761" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1793" href="https://github.com/quicwg/base-drafts/pull/1793">#1793</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/1710#event-1867046377">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxLf-LYJydre5cyMo37f0xDHWJMvks5uerIVgaJpZM4WO7fd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwLQ8dqNkzJMI2oCH7NRUsUrxSoRks5uerIVgaJpZM4WO7fd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1710 via #1793."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1710#event-1867046377"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1710#event-1867046377",
"url": "https://github.com/quicwg/base-drafts/issues/1710#event-1867046377",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Authenticate Retry (#1710)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1710#event-1867046377"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 373012445\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baaba95de942_50813fa8a2ad45b41151d2--


From nobody Tue Sep 25 15:50:52 2018
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 F3D9A130DD7 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:50:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 UqQ7n_xacAIg for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 15:50:49 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2721D1277BB for <quic-issues@ietf.org>; Tue, 25 Sep 2018 15:50:49 -0700 (PDT)
Date: Tue, 25 Sep 2018 15:50:48 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537915848; bh=2qIYknPe40q/w9mAZoRkOQTS2wnFZF9ufdfKyvJiHZw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YeP/NM8Ys2PAf8OQ7uQ3dbTDKk1EEKn0tCQcC+Gzb5tBaL6JXwPiTRqb5pv17nuxY JmoDbyVD5EJLcZoCa9O+DfOsmLoGIybUyqNxcpLNtl4D/2jNI7gxCN83maR/3hqfND 6ojT3WxUXU4/B12Rffk+kSF7JNexQpaUQT+1xMzM=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab72de382ca2218e6568e039ab3799c71e9249461c92cf0000000117c27dc892a169ce15af01d9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1799/424527753@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1799@github.com>
References: <quicwg/base-drafts/issues/1799@github.com>
Subject: Re: [quicwg/base-drafts] Avoid renewing retired connection IDs (#1799)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baabbc86ea8e_25053ffc138d45c436683f"; 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/63XdlkBikyqkBxtoyMTAKyPt8wM>
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, 25 Sep 2018 22:50:51 -0000

----==_mimepart_5baabbc86ea8e_25053ffc138d45c436683f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This is basically un-removing #1465.

-- 
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/1799#issuecomment-424527753
----==_mimepart_5baabbc86ea8e_25053ffc138d45c436683f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This is basically un-removing <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="334258304" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1465" href="https://github.com/quicwg/base-drafts/pull/1465">#1465</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/1799#issuecomment-424527753">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8N0QOWYEht8U2F0f4z9V2t8ViCUks5uerNIgaJpZM4W5luW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6CAV3OzDQqt7D8rY6Tfe4cz6UJLks5uerNIgaJpZM4W5luW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #1799: This is basically un-removing #1465."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1799#issuecomment-424527753"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1799#issuecomment-424527753",
"url": "https://github.com/quicwg/base-drafts/issues/1799#issuecomment-424527753",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Avoid renewing retired connection IDs (#1799)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1799,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1799\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1799#issuecomment-424527753"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384195478\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baabbc86ea8e_25053ffc138d45c436683f--


From nobody Tue Sep 25 18:23:22 2018
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 2EA2B130DED for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 18:23:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qQXQFE8YFoTS for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 18:23:18 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 707A3130DFF for <quic-issues@ietf.org>; Tue, 25 Sep 2018 18:23:18 -0700 (PDT)
Date: Tue, 25 Sep 2018 18:23:17 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537924997; bh=p8v0oGXLDx1yHPGQywoTfC7txmpTgfP7HD+P1Pj6RMg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=r9IsgcIY84owJRL0wfrV6nNovPvFyJn/Lk6PQKZJPUXD+H9GlmXKJEssHZ8Y+1U+T vuwusDJFCf5GnEWKWTqXyiDUQ1dDl5dmHovXA/AdIwoJ2s22jvSg1I05u6cWyRsqjP +4AOj7ymLWm5GSbbYnDGaZVQtSIJVUxkN8bvE3No=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab35775d8dbb9e7c78d882a52d0a38f2f51f9aaf4c92cf0000000117c2a18592a169ce15af01d9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1799/424553366@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1799@github.com>
References: <quicwg/base-drafts/issues/1799@github.com>
Subject: Re: [quicwg/base-drafts] Avoid renewing retired connection IDs (#1799)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baadf855af3f_3d543f91370d45b41376b2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
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/RNURo7V41b6Dcw7E3kheWcJYGPg>
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, 26 Sep 2018 01:23:20 -0000

----==_mimepart_5baadf855af3f_3d543f91370d45b41376b2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If you're going to use the proposal from NYC: 

> Each CID comes with a sequence number, every CID that you send must have a sequence number higher than any you've previously sent

> This does not requiring anything to happen in lockstep as before, however this solves a big edge case in that you can now forget CIDs immediately instead of waiting for 3xRTO when you retire them, since any NEW_CONNECTION_ID frame crossing paths with the retirement frame will contain a sequence number. Instead, you just remember the highest sequence number NEW_CONNECTION_ID that you've RETIRED.

>For example:
Peer sends NEW_CONNECTION_ID and you use it, then immediately retire it with RETIRE_CONNECTION_ID.
Ack of NEW_CONNECTION_ID gets lost.
RETIRE_CONNECTION_ID frame is still in flight when the peer retransmits NEW_CONNECTION_ID.
If you've got a sequence number you can keep track of the highest sequence that you've gotten and, since this one will not advance the sequence number, you can safely ignore the duplicate NEW_CONNECTION_ID frame.

Note the distinction between *received* and *retired* sequence number, since if you keep track of *received* sequence number for dropping new ones, then reordering between NEW_CONNECTION_ID frames can cause you to ignore some of them when you shouldn't. 

-- 
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/1799#issuecomment-424553366
----==_mimepart_5baadf855af3f_3d543f91370d45b41376b2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>If you're going to use the proposal from NYC:</p>
<blockquote>
<p>Each CID comes with a sequence number, every CID that you send must ha=
ve a sequence number higher than any you've previously sent</p>
</blockquote>
<blockquote>
<p>This does not requiring anything to happen in lockstep as before, howe=
ver this solves a big edge case in that you can now forget CIDs immediate=
ly instead of waiting for 3xRTO when you retire them, since any NEW_CONNE=
CTION_ID frame crossing paths with the retirement frame will contain a se=
quence number. Instead, you just remember the highest sequence number NEW=
_CONNECTION_ID that you've RETIRED.</p>
</blockquote>
<blockquote>
<p>For example:<br>
Peer sends NEW_CONNECTION_ID and you use it, then immediately retire it w=
ith RETIRE_CONNECTION_ID.<br>
Ack of NEW_CONNECTION_ID gets lost.<br>
RETIRE_CONNECTION_ID frame is still in flight when the peer retransmits N=
EW_CONNECTION_ID.<br>
If you've got a sequence number you can keep track of the highest sequenc=
e that you've gotten and, since this one will not advance the sequence nu=
mber, you can safely ignore the duplicate NEW_CONNECTION_ID frame.</p>
</blockquote>
<p>Note the distinction between <em>received</em> and <em>retired</em> se=
quence number, since if you keep track of <em>received</em> sequence numb=
er for dropping new ones, then reordering between NEW_CONNECTION_ID frame=
s can cause you to ignore some of them when you shouldn't.</p>

<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/1799#issuecomment-424553366">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq04O=
67QMd0qako1HS4I3ALlRkxv_ks5uetcFgaJpZM4W5luW">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-YaFT5Rop5DVVT4LyBjASb7=
XKJxks5uetcFgaJpZM4W5luW.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@eric=
kinnear in #1799: If you're going to use the proposal from NYC: \r\n\r\n\=
u003e Each CID comes with a sequence number, every CID that you send must=
 have a sequence number higher than any you've previously sent\r\n\r\n\u0=
03e This does not requiring anything to happen in lockstep as before, how=
ever this solves a big edge case in that you can now forget CIDs immediat=
ely instead of waiting for 3xRTO when you retire them, since any NEW_CONN=
ECTION_ID frame crossing paths with the retirement frame will contain a s=
equence number. Instead, you just remember the highest sequence number NE=
W_CONNECTION_ID that you've RETIRED.\r\n\r\n\u003eFor example:\r\nPeer se=
nds NEW_CONNECTION_ID and you use it, then immediately retire it with RET=
IRE_CONNECTION_ID.\r\nAck of NEW_CONNECTION_ID gets lost.\r\nRETIRE_CONNE=
CTION_ID frame is still in flight when the peer retransmits NEW_CONNECTIO=
N_ID.\r\nIf you've got a sequence number you can keep track of the highes=
t sequence that you've gotten and, since this one will not advance the se=
quence number, you can safely ignore the duplicate NEW_CONNECTION_ID fram=
e.\r\n\r\nNote the distinction between *received* and *retired* sequence =
number, since if you keep track of *received* sequence number for droppin=
g new ones, then reordering between NEW_CONNECTION_ID frames can cause yo=
u to ignore some of them when you shouldn't. "}],"action":{"name":"View I=
ssue","url":"https://github.com/quicwg/base-drafts/issues/1799#issuecomme=
nt-424553366"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1799#issuecomment=
-424553366",
"url": "https://github.com/quicwg/base-drafts/issues/1799#issuecomment-42=
4553366",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Avoid renewing retired connection IDs =
(#1799)",
"sections": [
{
"text": "",
"activityTitle": "**erickinnear**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@erickinnear",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1799,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1799\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1799#issuecomment-42=
4553366"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3841954=
78\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5baadf855af3f_3d543f91370d45b41376b2--


From nobody Tue Sep 25 18:54:23 2018
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 E79A2130DED for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 18:54:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EY2j3nZJiOes for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 18:54:20 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 48D6B1271FF for <quic-issues@ietf.org>; Tue, 25 Sep 2018 18:54:20 -0700 (PDT)
Date: Tue, 25 Sep 2018 18:54:18 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537926858; bh=k0GtxM15ThSDs9Z++/UHMabNtqgKOSmZbmbSkWB3M1I=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=bRKqTHrUWzGg1TWTb4pu1RTl1HR54+osXOuL5pfz9mWnp9aqGoEYPbpHjr8zrMJAA KUKKdWno0m2qSSK73AEQUc2EdknjBcX9SLeQ2ZkV8RnVixxDNSX6C1xqd/j72G+jJO QlJRB0sJMxtG+LvqUIcJ7jzUzt5y5Yc+uZhWIlOU=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4f9f7437fb951f1cc21aeeccf9b0577f5ae52d6992cf0000000117c2a8ca92a169ce15af9397@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1800@github.com>
Subject: [quicwg/base-drafts] Minor nits (#1800)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baae6caedd20_60b13fe4804d45b4313ce"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/xByvK_4NM1NfpZ4ZsJ1F2N2ZYms>
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, 26 Sep 2018 01:54:22 -0000

----==_mimepart_5baae6caedd20_60b13fe4804d45b4313ce
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Added a few explicit statements about how TCP-TLS and QUIC-TLS differ. Synced with the transport draft about which frames are allowed in which contexts.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1800

-- Commit Summary --

  * Minor nits

-- File Changes --

    M draft-ietf-quic-tls.md (23)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1800.patch
https://github.com/quicwg/base-drafts/pull/1800.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/1800

----==_mimepart_5baae6caedd20_60b13fe4804d45b4313ce
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Added a few explicit statements about how TCP-TLS and QUIC-TLS differ. Synced with the transport draft about which frames are allowed in which contexts.</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/1800'>https://github.com/quicwg/base-drafts/pull/1800</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Minor nits</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1800/files#diff-0">draft-ietf-quic-tls.md</a>
    (23)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1800.patch'>https://github.com/quicwg/base-drafts/pull/1800.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1800.diff'>https://github.com/quicwg/base-drafts/pull/1800.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/1800">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxdM1axbNL-dI5iCRvoCXFeJQiPgks5uet5KgaJpZM4W5wxE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2FG3q0fedcy1QtHLWt2E51p5H20ks5uet5KgaJpZM4W5wxE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Minor nits (#1800)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1800"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1800",
"url": "https://github.com/quicwg/base-drafts/pull/1800",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Minor nits (#1800)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "c9e2974",
"value": "Minor nits"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-tls.md](https://github.com/quicwg/base-drafts/pull/1800/files#diff-0) (23 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1800,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1800\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1800"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1800.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1800.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384240708\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baae6caedd20_60b13fe4804d45b4313ce--


From nobody Tue Sep 25 18:55:14 2018
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 A6FA9130DED for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 18:55:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2mlVSNG04vv7 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 18:55:12 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 031A51271FF for <quic-issues@ietf.org>; Tue, 25 Sep 2018 18:55:12 -0700 (PDT)
Date: Tue, 25 Sep 2018 18:55:10 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537926911; bh=zdoFAiiGojjGYVNK0LYp0A6oMDpK2UWz89lN15tJ10Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IZ/JoYHmxQ4VdlVVjhnjXrfivSN+6/UgAf6ldDa+TMkEWzzH+Y32w2DHKTON/RReA kQrJQpmfQqG8t+xj+KOs2qGpXgBII50YnYZ6dDD36XCvvOXyS7qAK0YV0FiB2HZmeW BjDyXNXh1ztnAIP+TWvP/7he3X5Elx4hOQgKszkU=
From: martinduke <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/1800/push/2907105053@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1800@github.com>
References: <quicwg/base-drafts/pull/1800@github.com>
Subject: Re: [quicwg/base-drafts] Minor nits (#1800)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baae6fe26160_18f93f93a52d45c46146a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/jUdQSCVBFqq1Vg4znlf3o-g0uNA>
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, 26 Sep 2018 01:55:14 -0000

----==_mimepart_5baae6fe26160_18f93f93a52d45c46146a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinduke pushed 1 commit.

27b95f7  typo


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1800/files/c9e297403c30d34ccc3e278d6f0546f416f73543..27b95f7181f42a39a29a0638c942d81556bc33ab

----==_mimepart_5baae6fe26160_18f93f93a52d45c46146a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinduke" class="user-mention">@martinduke</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/27b95f7">27b95f7</a>  typo</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/1800/files/c9e297403c30d34ccc3e278d6f0546f416f73543..27b95f7181f42a39a29a0638c942d81556bc33ab">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3vIF-c9YJGPiUXhD5dZVwiA64Okks5uet5-gaJpZM4W5wxE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1pZ5ShY-O5JQVLJMjoiwGmH-rUIks5uet5-gaJpZM4W5wxE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke pushed 1 commit in #1800"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1800/files/c9e297403c30d34ccc3e278d6f0546f416f73543..27b95f7181f42a39a29a0638c942d81556bc33ab"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1800/files/c9e297403c30d34ccc3e278d6f0546f416f73543..27b95f7181f42a39a29a0638c942d81556bc33ab",
"url": "https://github.com/quicwg/base-drafts/pull/1800/files/c9e297403c30d34ccc3e278d6f0546f416f73543..27b95f7181f42a39a29a0638c942d81556bc33ab",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinduke pushed 1 commit in #1800",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1800:",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [
{
"name": "27b95f7",
"value": "typo"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1800/files/c9e297403c30d34ccc3e278d6f0546f416f73543..27b95f7181f42a39a29a0638c942d81556bc33ab"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384240708\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baae6fe26160_18f93f93a52d45c46146a--


From nobody Tue Sep 25 18:59:38 2018
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 C5B281271FF for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 18:59:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KD5Lgtl6pviB for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 18:59:35 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 553D01252B7 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 18:59:35 -0700 (PDT)
Date: Tue, 25 Sep 2018 18:59:34 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537927174; bh=Fl8SYNIdOj9UNFWQJ/07kGd6eJp6K6VpL400Y89aUBk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZHX2lIK6+x9L5ciCUK6WLL9WLHaM93kcwEBDv3wdujolUov3c3DhiJTz8weNXPYQ0 np1g+FQJoASsRmNjITeN2ygDtr3PB/axPIxvQB9QYkBMiocD0j/AkOxQ5mEAEsTaFb W0Zfk5dMfI0mM1bS2iS9wQJlyVeBMuUleFFITNKk=
From: martinduke <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/1800/push/2907112056@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1800@github.com>
References: <quicwg/base-drafts/pull/1800@github.com>
Subject: Re: [quicwg/base-drafts] Minor nits (#1800)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baae8067ab80_3b553ffb9eed45c0157950"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/Jz5bWdJ09Uq8bAgqXegsrB5Gvik>
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, 26 Sep 2018 01:59:37 -0000

----==_mimepart_5baae8067ab80_3b553ffb9eed45c0157950
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinduke pushed 1 commit.

090131d  eliminate whitespace


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1800/files/27b95f7181f42a39a29a0638c942d81556bc33ab..090131d1bce5c8bbf2363b23775c4129514c5eb3

----==_mimepart_5baae8067ab80_3b553ffb9eed45c0157950
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinduke" class="user-mention">@martinduke</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/090131d">090131d</a>  eliminate whitespace</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/1800/files/27b95f7181f42a39a29a0638c942d81556bc33ab..090131d1bce5c8bbf2363b23775c4129514c5eb3">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq61xgFxIcOqJ31IBR5f8dyzSNp87ks5uet-GgaJpZM4W5wxE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8euJ0KpwHV2uctHdwH_xNjJv1HSks5uet-GgaJpZM4W5wxE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke pushed 1 commit in #1800"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1800/files/27b95f7181f42a39a29a0638c942d81556bc33ab..090131d1bce5c8bbf2363b23775c4129514c5eb3"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1800/files/27b95f7181f42a39a29a0638c942d81556bc33ab..090131d1bce5c8bbf2363b23775c4129514c5eb3",
"url": "https://github.com/quicwg/base-drafts/pull/1800/files/27b95f7181f42a39a29a0638c942d81556bc33ab..090131d1bce5c8bbf2363b23775c4129514c5eb3",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinduke pushed 1 commit in #1800",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1800:",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [
{
"name": "090131d",
"value": "eliminate whitespace"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1800/files/27b95f7181f42a39a29a0638c942d81556bc33ab..090131d1bce5c8bbf2363b23775c4129514c5eb3"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384240708\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baae8067ab80_3b553ffb9eed45c0157950--


From nobody Tue Sep 25 19:02:30 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 63011130E01 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:02:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.457
X-Spam-Level: 
X-Spam-Status: No, score=-1.457 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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 U_f1ElNsb6Ji for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:02:26 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9BD881252B7 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 19:02:26 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537927345; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=99/+dp4F6b7vuXTOIf47FMVPIFxRaXXKNw6886qOwlA=; b=FEVMBfc/vHg7Uara3nn9IAxqSuNdhexHJsZndRbQZMWP9dT+yyHHJMjgd1i5qTlIk/S3MGL0 bMhnWsakcyWyhEEi1lMDSAV+Iw7oycjx8fnKUwSJ7flVqPyOJSVnkq5LormrmpQV8dBIip7E s/mx+DnxLVu6r0nKjlFd68im3S8=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5baae8b0.7f3cb2fa9870-smtp-out-n01; Wed, 26 Sep 2018 02:02:24 -0000 (UTC)
Date: Tue, 25 Sep 2018 19:02:23 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5baae8afb1780_79862adfc5292ec492762@hookshot-fe-7191cb1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] bb364d: Merge ACK and ACK_ECN
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baae8afb1173_79862adfc5292ec4926e7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/S978HZeLlNyKKF21Orlbf34ucQg>
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, 26 Sep 2018 02:02:29 -0000

----==_mimepart_5baae8afb1173_79862adfc5292ec4926e7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ack-ecn-merge
  Home:   https://github.com/quicwg/base-drafts
  Commit: bb364d6cc97ae849dda2f134f7fa5758fbae82b9
      https://github.com/quicwg/base-drafts/commit/bb364d6cc97ae849dda2f134f7fa5758fbae82b9
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge ACK and ACK_ECN

Fixes #1778



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baae8afb1173_79862adfc5292ec4926e7--


From nobody Tue Sep 25 19:02:50 2018
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 9FC88130E01 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:02:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yn6DEXf-mW-o for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:02:46 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3A9D71252B7 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 19:02:46 -0700 (PDT)
Date: Tue, 25 Sep 2018 19:02:45 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537927365; bh=LW45u2TpSiFxtsrX9jduHQ1V0ifw4+K4VBA+dx8SeI0=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=UtDhqF5YEBnaXTKQhN6is1jzNc3x6CjsJ3pGH6PzdHi5uOx3HJqnKZntosi2pBrOG PDC1/3HSnyQybB5hF2eYw5X86fMyRitV58vwd7mG5SY8/IstKG9M61W4T/lVRFOYLe 2tf174/WDKLbo59DlnlA10Qe6FuD1oqo0SmFtHuM=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7ac19e80700598ad0664a54e12c29db85ff2d96e92cf0000000117c2aac592a169ce15af991f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1801@github.com>
Subject: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1801)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baae8c570e3c_7ae43f80a04d45bc16087b"; 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/QOBffLVTwAOv3l4lqaLgQGo4VM4>
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, 26 Sep 2018 02:02:49 -0000

----==_mimepart_5baae8c570e3c_7ae43f80a04d45bc16087b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #1778
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1801

-- Commit Summary --

  * Merge ACK and ACK_ECN

-- File Changes --

    M draft-ietf-quic-transport.md (107)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1801.patch
https://github.com/quicwg/base-drafts/pull/1801.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/1801

----==_mimepart_5baae8c570e3c_7ae43f80a04d45bc16087b
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 #1778.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362208022" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1778" href="https://github.com/quicwg/base-drafts/issues/1778">#1778</a></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/1801'>https://github.com/quicwg/base-drafts/pull/1801</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Merge ACK and ACK_ECN</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1801/files#diff-0">draft-ietf-quic-transport.md</a>
    (107)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1801.patch'>https://github.com/quicwg/base-drafts/pull/1801.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1801.diff'>https://github.com/quicwg/base-drafts/pull/1801.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/1801">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy8030v2c6EukoKZYWkYEiB0We3bks5ueuBFgaJpZM4W5xMf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx4zmVXAR1kVUvBowUvJL8LkXezlks5ueuBFgaJpZM4W5xMf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merge ACK and ACK_ECN (#1801)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1801"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1801",
"url": "https://github.com/quicwg/base-drafts/pull/1801",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Merge ACK and ACK_ECN (#1801)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "bb364d6",
"value": "Merge ACK and ACK_ECN"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1801/files#diff-0) (107 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1801,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1801\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1801"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1801.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1801.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384242463\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baae8c570e3c_7ae43f80a04d45bc16087b--


From nobody Tue Sep 25 19:04:05 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 B01CE130E01 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:04:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.457
X-Spam-Level: 
X-Spam-Status: No, score=-1.457 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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 vAyU4I7UhYTE for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:04:02 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E94551252B7 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 19:04:01 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537927440; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=k+/jIpT+Yng3J5HEHORv2rlxvBvNMu6k5fH5GSU3Hgs=; b=lX+FDQOK9RnNgNz4Jo/zWvg2O0uRZUGLp27NBJtx2aqpWMhhHMq0R9YEOZFs7YiKPorh9OJo qkZlV/HMEWkZ8NF9KMr0UjGR+VFkxGuWVGoerHVkzuEQWJFdOf0sYUmQCPDpAeYOvJdlSqQo aS6XZWUpdufmV2P3fYjsGPxmjPQ=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5baae910.7f4b107b3ba0-smtp-out-n02; Wed, 26 Sep 2018 02:04:00 -0000 (UTC)
Date: Tue, 25 Sep 2018 19:03:58 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5baae90ef402e_16542ab4bdb74ed057a7@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] c7e3e1: Update draft-ietf-quic-transport.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baae90ef341b_16542ab4bdb74ed0564f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/eliKDcpf0Ilrz-2rv6McBOt6avs>
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, 26 Sep 2018 02:04:04 -0000

----==_mimepart_5baae90ef341b_16542ab4bdb74ed0564f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ack-ecn-merge
  Home:   https://github.com/quicwg/base-drafts
  Commit: c7e3e10a08a709e4bb9bcc0ba1c30ad92f7a49ea
      https://github.com/quicwg/base-drafts/commit/c7e3e10a08a709e4bb9bcc0ba1c30ad92f7a49ea
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baae90ef341b_16542ab4bdb74ed0564f--


From nobody Tue Sep 25 19:04:12 2018
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 E89C7130E08 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:04:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wVoy7XV65U-u for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:04:05 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E961A1252B7 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 19:04:04 -0700 (PDT)
Date: Tue, 25 Sep 2018 19:04:04 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537927444; bh=X+GqYpXvLk8AwT3SL80a+vF0Ra6glDTHQ1ohQn8E1QE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FiVwByBWWTseRN5nsSVvpfopI1+9h+QtgkITHjGzMBytyp4ObBZp5/d3sihIusmQ6 9P/AORANabm2hiV1DTkAmmJI8ewdOYxxBf09WmBDBfEgzFToomIaKXIyapnTQRyKoA VcWwL0loj/9azRxQnXLEYtxUh8u6rHCHHnvRT2ic=
From: ianswett <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/1801/push/2907119188@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1801@github.com>
References: <quicwg/base-drafts/pull/1801@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1801)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baae914331d2_4b853ff52ced45c031287d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/afZWkdepvG0C4baaXtyKvRihVbg>
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, 26 Sep 2018 02:04:07 -0000

----==_mimepart_5baae914331d2_4b853ff52ced45c031287d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

c7e3e10  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1801/files/bb364d6cc97ae849dda2f134f7fa5758fbae82b9..c7e3e10a08a709e4bb9bcc0ba1c30ad92f7a49ea

----==_mimepart_5baae914331d2_4b853ff52ced45c031287d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/c7e3e10">c7e3e10</a>  Update draft-ietf-quic-transport.md</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/1801/files/bb364d6cc97ae849dda2f134f7fa5758fbae82b9..c7e3e10a08a709e4bb9bcc0ba1c30ad92f7a49ea">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwU33SLPlfYn9Sq2qmoY3MWorpgtks5ueuCUgaJpZM4W5xMf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8VwcvS5Ns0I8yrIFijsmzkVVPajks5ueuCUgaJpZM4W5xMf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1801"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1801/files/bb364d6cc97ae849dda2f134f7fa5758fbae82b9..c7e3e10a08a709e4bb9bcc0ba1c30ad92f7a49ea"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1801/files/bb364d6cc97ae849dda2f134f7fa5758fbae82b9..c7e3e10a08a709e4bb9bcc0ba1c30ad92f7a49ea",
"url": "https://github.com/quicwg/base-drafts/pull/1801/files/bb364d6cc97ae849dda2f134f7fa5758fbae82b9..c7e3e10a08a709e4bb9bcc0ba1c30ad92f7a49ea",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1801",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1801:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "c7e3e10",
"value": "Update draft-ietf-quic-transport.md"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1801/files/bb364d6cc97ae849dda2f134f7fa5758fbae82b9..c7e3e10a08a709e4bb9bcc0ba1c30ad92f7a49ea"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384242463\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baae914331d2_4b853ff52ced45c031287d--


From nobody Tue Sep 25 19:05:50 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 39A5A130E05 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:05:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.457
X-Spam-Level: 
X-Spam-Status: No, score=-1.457 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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 fAPxK-5L3vUX for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:05:48 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9B8D8130E08 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 19:05:45 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537927545; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=MoU/fTLSY6x13JOWhmEk5rGOrakpDtEdcOgr3IqGX4c=; b=EvqcNiH+zfeAZha1/SLbmuHQl+evMjr9ie2ZJhNwDdpAvXov1fKraneFvxHpeEY+Vszurmx4 0FEGoh1ITKZgw+XroGKxvSXZg3ReHbPKQ5NTfvJ+qyrGAwaWjI5DGsz12UsTHQOG4yV+PcNB m4s87YLxpNVZ+CVlWtqkz3wqWxI=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5baae978.7fe170274300-smtp-out-n01; Wed, 26 Sep 2018 02:05:44 -0000 (UTC)
Date: Tue, 25 Sep 2018 19:05:43 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5baae97771b1f_33f72ad50701aed09335@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ddd62c: Update draft-ietf-quic-transport.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baae9777171d_33f72ad50701aed0932b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Qq2-f1hOy8QpYJeC78deIYRH7FY>
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, 26 Sep 2018 02:05:49 -0000

----==_mimepart_5baae9777171d_33f72ad50701aed0932b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ack-ecn-merge
  Home:   https://github.com/quicwg/base-drafts
  Commit: ddd62cb4d9f578e575025f64406c56b6ebec27ea
      https://github.com/quicwg/base-drafts/commit/ddd62cb4d9f578e575025f64406c56b6ebec27ea
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baae9777171d_33f72ad50701aed0932b--


From nobody Tue Sep 25 19:05:56 2018
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 ED186130E05 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:05:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.456
X-Spam-Level: 
X-Spam-Status: No, score=-3.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 7hIYf7EGiIW8 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:05:48 -0700 (PDT)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 99D3E130E0A for <quic-issues@ietf.org>; Tue, 25 Sep 2018 19:05:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=Lk8VIxbDsVAVwSY+XDfY0aLlGKs=; b=hg7EyxJTi++FRpCM G5t/qc+e+YK2fImxhvTfuJqRvwNwAVmEKZBBTTx+EctikJydfDZFEGLNENyjo+Ds IgzWUXg8fjKPPDYXljpfnaR9zYGmST06Majna/ZcNqif47pAdqtQnP/lrRhF5vdd rjSzGh4uHZ96nrKMBTvxiRBshFs=
Received: by filter1078p1las1.sendgrid.net with SMTP id filter1078p1las1-6255-5BAAE97A-29 2018-09-26 02:05:46.900135697 +0000 UTC m=+1657710.401368374
Received: from github-lowworker-e55e3e3.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0014p1iad2.sendgrid.net (SG) with ESMTP id tEuXewkYS_ij6lKBhk6jJA for <quic-issues@ietf.org>; Wed, 26 Sep 2018 02:05:46.802 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e55e3e3.cp1-iad.github.net (Postfix) with ESMTP id C1E0418090E for <quic-issues@ietf.org>; Tue, 25 Sep 2018 19:05:46 -0700 (PDT)
Date: Wed, 26 Sep 2018 02:05:47 +0000 (UTC)
From: ianswett <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/1801/push/2907121915@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1801@github.com>
References: <quicwg/base-drafts/pull/1801@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1801)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baae97ac004b_1d383fb36a8d45c01679ae"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1oo7K5vWe3oDMg8Skr4JGHE8rI35MwEKIKDc bN2IW+E5dIMBH4j0j2QaTRJIXDPuFTIdcyse6zaVfSrA4ymsrrlTLPCG/OhrXNZ7z7FLu5gZA+vbW/ Njn7TjX1EmMf6Lr3LOEqRHvtFDXGGxN1H41kL2qAaz9QUTZ5O/1+u4Pb8w==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WZA7Ufl5SSddBq2KKlE4gQI5mik>
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, 26 Sep 2018 02:05:50 -0000

----==_mimepart_5baae97ac004b_1d383fb36a8d45c01679ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

ddd62cb  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1801/files/c7e3e10a08a709e4bb9bcc0ba1c30ad92f7a49ea..ddd62cb4d9f578e575025f64406c56b6ebec27ea

----==_mimepart_5baae97ac004b_1d383fb36a8d45c01679ae
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/ddd62cb">ddd62cb</a>  Update draft-ietf-quic-transport.md</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/1801/files/c7e3e10a08a709e4bb9bcc0ba1c30ad92f7a49ea..ddd62cb4d9f578e575025f64406c56b6ebec27ea">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3dIZqJtjiVNPYvDY_kYefmXxOfmks5ueuD6gaJpZM4W5xMf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzWSdQRsdlozwS6dx3amhVAMZOm1ks5ueuD6gaJpZM4W5xMf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1801"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1801/files/c7e3e10a08a709e4bb9bcc0ba1c30ad92f7a49ea..ddd62cb4d9f578e575025f64406c56b6ebec27ea"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1801/files/c7e3e10a08a709e4bb9bcc0ba1c30ad92f7a49ea..ddd62cb4d9f578e575025f64406c56b6ebec27ea",
"url": "https://github.com/quicwg/base-drafts/pull/1801/files/c7e3e10a08a709e4bb9bcc0ba1c30ad92f7a49ea..ddd62cb4d9f578e575025f64406c56b6ebec27ea",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1801",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1801:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "ddd62cb",
"value": "Update draft-ietf-quic-transport.md"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1801/files/c7e3e10a08a709e4bb9bcc0ba1c30ad92f7a49ea..ddd62cb4d9f578e575025f64406c56b6ebec27ea"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384242463\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baae97ac004b_1d383fb36a8d45c01679ae--


From nobody Tue Sep 25 19:06:50 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 9B46B130E05 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:06:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.457
X-Spam-Level: 
X-Spam-Status: No, score=-1.457 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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 GdIgKF2iFwjg for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:06:47 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 09080130E01 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 19:06:46 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537927606; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=N28mWdSckDJ3/hAYv3XcfBQw2QIiBkamg9QB22V0iUk=; b=dBf2l87SpkEqon+FApJI3x3k90tC1bL/ukQLxgbab924mlKQuBZW5fn0FRQCmB7cZQQpQdra jZ8wMYSrGan3c6uRAh66nZHQdWt9jlX7snD493t3iSpCD4s9WwBZ4MVuBPS24TW4EqLr9QW/ Tu1nfAOumXXeBW5sEpnc+8KOSyA=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 5baae9b6.7f1f806b6bd0-smtp-out-n02; Wed, 26 Sep 2018 02:06:46 -0000 (UTC)
Date: Tue, 25 Sep 2018 19:06:46 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5baae9b64059_38652adaa7facec0656e2@hookshot-fe-5a11256.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] bd85b7: Update draft-ietf-quic-transport.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baae9b63bcd_38652adaa7facec06559a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/EfO1AhFO4ZFo-mF9t72FHBE9HtA>
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, 26 Sep 2018 02:06:49 -0000

----==_mimepart_5baae9b63bcd_38652adaa7facec06559a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ack-ecn-merge
  Home:   https://github.com/quicwg/base-drafts
  Commit: bd85b7b5bdcac11eee97d8632855fb5fe33a6e75
      https://github.com/quicwg/base-drafts/commit/bd85b7b5bdcac11eee97d8632855fb5fe33a6e75
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baae9b63bcd_38652adaa7facec06559a--


From nobody Tue Sep 25 19:06:59 2018
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 034A8130E10 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:06:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CEt2eDbsZzbr for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:06:50 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3F772130E08 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 19:06:50 -0700 (PDT)
Date: Tue, 25 Sep 2018 19:06:49 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537927609; bh=uu5psscC7H53FuxA8Hf/nYEohI8rywk1RDmyT6BnEVY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZwPoECQx/o5KA3tOamJgj8seP1M0r6snvJ8FCmkLRktB5kCgBErlvryYyL2otWGfy dyTmxX8kwTGCWEnC9L3a3ucfTaL/cbCz4VJ/Ridf7gQzmjay27aDOz4Uq79Hcaf8uQ uzHTc598ShB25iDHY1evccIpke1/TWzn3/tWH8Y0=
From: ianswett <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/1801/push/2907123534@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1801@github.com>
References: <quicwg/base-drafts/pull/1801@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1801)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baae9b988c71_1873fa9ef6d45c42135b9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/-tbBDO021CZEKGfsMY2CgaOdxc4>
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, 26 Sep 2018 02:06:52 -0000

----==_mimepart_5baae9b988c71_1873fa9ef6d45c42135b9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

bd85b7b  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1801/files/ddd62cb4d9f578e575025f64406c56b6ebec27ea..bd85b7b5bdcac11eee97d8632855fb5fe33a6e75

----==_mimepart_5baae9b988c71_1873fa9ef6d45c42135b9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/bd85b7b">bd85b7b</a>  Update draft-ietf-quic-transport.md</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/1801/files/ddd62cb4d9f578e575025f64406c56b6ebec27ea..bd85b7b5bdcac11eee97d8632855fb5fe33a6e75">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxsxvGYMbZfByHSvgfC8VHMYhs7xks5ueuE5gaJpZM4W5xMf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3sureXR7V5GBjsjXJCuu09xJWJAks5ueuE5gaJpZM4W5xMf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1801"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1801/files/ddd62cb4d9f578e575025f64406c56b6ebec27ea..bd85b7b5bdcac11eee97d8632855fb5fe33a6e75"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1801/files/ddd62cb4d9f578e575025f64406c56b6ebec27ea..bd85b7b5bdcac11eee97d8632855fb5fe33a6e75",
"url": "https://github.com/quicwg/base-drafts/pull/1801/files/ddd62cb4d9f578e575025f64406c56b6ebec27ea..bd85b7b5bdcac11eee97d8632855fb5fe33a6e75",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1801",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1801:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "bd85b7b",
"value": "Update draft-ietf-quic-transport.md"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1801/files/ddd62cb4d9f578e575025f64406c56b6ebec27ea..bd85b7b5bdcac11eee97d8632855fb5fe33a6e75"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384242463\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baae9b988c71_1873fa9ef6d45c42135b9--


From nobody Tue Sep 25 19:08:58 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 234D5130E08 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:08:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.457
X-Spam-Level: 
X-Spam-Status: No, score=-1.457 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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 mtFEseMhhEJs for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:08:56 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CFCDA130E01 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 19:08:55 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537927735; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=MM3ykcfNkd2GYmvmxBXCsVodU9POEEWDi8Jy8b5rHVM=; b=qfkcsdy4JQb2BrlBB5eX0Ss43gAMX9uYzhV5+jUK2fcqIhR5jlUlmvnXa0jdnFv1euy9hrf6 Soe3WkYwefgKZYCQ4Sofw4XBBQpzt5uzredO12SP4pHs7mugyDoKmBw5BstxYYs8upDBPFCe RbQOHfLN9uML6zyVE3pBhRIG1cI=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5baaea36.7f5653f82720-smtp-out-n03; Wed, 26 Sep 2018 02:08:54 -0000 (UTC)
Date: Tue, 25 Sep 2018 19:08:54 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5baaea366afcb_40902ac9cf21aed0536cd@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 09e9db: Update draft-ietf-quic-transport.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baaea366ac89_40902ac9cf21aed0535d1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/c-kIdKKTQj2ybe1hgIqiSm8UnAI>
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, 26 Sep 2018 02:08:57 -0000

----==_mimepart_5baaea366ac89_40902ac9cf21aed0535d1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ack-ecn-merge
  Home:   https://github.com/quicwg/base-drafts
  Commit: 09e9db0465840e38bdbd8747b1a02ac1203ecf90
      https://github.com/quicwg/base-drafts/commit/09e9db0465840e38bdbd8747b1a02ac1203ecf90
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baaea366ac89_40902ac9cf21aed0535d1--


From nobody Tue Sep 25 19:09:04 2018
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 7E6AB130E0C for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:08:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cCIrH_K7xctR for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:08:57 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C797D130E05 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 19:08:57 -0700 (PDT)
Date: Tue, 25 Sep 2018 19:08:57 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537927737; bh=IAUeTrLavuWfdNngwyjwAAOklVPJo7Nf5huS6Ky2PG0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BarfEfD82eLKnz5DciHrhnSv3Namzh9GCDoq24lzbe9cED15mq6eDJTD+un5AMSSy u0zIpV2OxBkwWkU3NOWGhz+NE3mRXbf7rurwVK3viNcp7rGE34l3cSAadSsAg+W0pV roca1OxXSP/KWLoajXZ3PVMtWP4Oti1BUyEqkqdQ=
From: ianswett <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/1801/push/2907126725@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1801@github.com>
References: <quicwg/base-drafts/pull/1801@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1801)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baaea3929c17_3b203ffb9eed45c0140114"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/wfQsSuau-13OMTO7atb-zdbc2nA>
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, 26 Sep 2018 02:08:59 -0000

----==_mimepart_5baaea3929c17_3b203ffb9eed45c0140114
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

09e9db0  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1801/files/bd85b7b5bdcac11eee97d8632855fb5fe33a6e75..09e9db0465840e38bdbd8747b1a02ac1203ecf90

----==_mimepart_5baaea3929c17_3b203ffb9eed45c0140114
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/09e9db0">09e9db0</a>  Update draft-ietf-quic-transport.md</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/1801/files/bd85b7b5bdcac11eee97d8632855fb5fe33a6e75..09e9db0465840e38bdbd8747b1a02ac1203ecf90">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2Azn1nZTRyWpRhONAYhiHE4j3ciks5ueuG5gaJpZM4W5xMf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8L5O8an-_NOZhQcIMwL_e-nGaEnks5ueuG5gaJpZM4W5xMf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1801"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1801/files/bd85b7b5bdcac11eee97d8632855fb5fe33a6e75..09e9db0465840e38bdbd8747b1a02ac1203ecf90"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1801/files/bd85b7b5bdcac11eee97d8632855fb5fe33a6e75..09e9db0465840e38bdbd8747b1a02ac1203ecf90",
"url": "https://github.com/quicwg/base-drafts/pull/1801/files/bd85b7b5bdcac11eee97d8632855fb5fe33a6e75..09e9db0465840e38bdbd8747b1a02ac1203ecf90",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1801",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1801:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "09e9db0",
"value": "Update draft-ietf-quic-transport.md"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1801/files/bd85b7b5bdcac11eee97d8632855fb5fe33a6e75..09e9db0465840e38bdbd8747b1a02ac1203ecf90"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384242463\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baaea3929c17_3b203ffb9eed45c0140114--


From nobody Tue Sep 25 19:16:18 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 B1FD0130E08 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:16:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.001
X-Spam-Level: 
X-Spam-Status: No, score=-1.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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 KMSPARpN0XcZ for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:16:15 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2462D126BED for <quic-issues@ietf.org>; Tue, 25 Sep 2018 19:16:15 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537928174; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=yTA5yFxgDpT9UbaOSCqR8iaq2uh5kVsdYTGl8RnE8y8=; b=xit8PZc/Sx7ezmSY+jzVWrn897ggNYcljvuCnMvkbDWEs9CvClVjx2YNlaD8fzFbY/775JvP zhZkuVBqmb54F5tPazHLMrMWaKs8SKZ5eIxApJNKq/glhetukMorJdc4p0x35X7hZ+qA3utC MQ34B6BmEfGZdlZt+SoK95uhgQM=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5baaebed.7f41b7cc9ed0-smtp-out-n03; Wed, 26 Sep 2018 02:16:13 -0000 (UTC)
Date: Tue, 25 Sep 2018 19:16:12 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5baaebec75965_232b2afdd9a92ebc1249d@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 0d14b5: Update draft-ietf-quic-transport.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baaebec753a8_232b2afdd9a92ebc123c3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/z1vFFOxJ_jSC65jwWBMo0oMqdf0>
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, 26 Sep 2018 02:16:17 -0000

----==_mimepart_5baaebec753a8_232b2afdd9a92ebc123c3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ack-ecn-merge
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0d14b5c6e996656606874ec9d6f2d22a6d9f24be
      https://github.com/quicwg/base-drafts/commit/0d14b5c6e996656606874ec9d6f2d22a6d9f24be
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baaebec753a8_232b2afdd9a92ebc123c3--


From nobody Tue Sep 25 19:16:32 2018
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 B622B130E08 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:16:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gl8WW-xgaZdY for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:16:17 -0700 (PDT)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ECF2C126BED for <quic-issues@ietf.org>; Tue, 25 Sep 2018 19:16:16 -0700 (PDT)
Date: Tue, 25 Sep 2018 19:16:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537928176; bh=X6/iw+0P5FBzUPxcWNEH0tAFzo7H7o9ZNpb5dGSdW2g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iXBomd4ce3p+gDgAitFrA9xuMw6sNBieZkO34rQNiPSE+Pk0YDv4Sx2Sfmi9TMdzx XQYTM7Y3EB0vU8b+MkrHMqT5ON3N7I6fsIcQqv47Dxrl5OkDNxHB9U70nBj1ZPBsHw p4apb31VcVF6CJFiDvgBwzFz4rL0uagLQzxjGZ9Y=
From: ianswett <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/1801/push/2907138209@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1801@github.com>
References: <quicwg/base-drafts/pull/1801@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1801)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baaebf031f48_1563ff517ad45c0761a7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/hl92fz6o6ATGGPkRr7QQKZDJUXc>
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, 26 Sep 2018 02:16:19 -0000

----==_mimepart_5baaebf031f48_1563ff517ad45c0761a7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

0d14b5c  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1801/files/09e9db0465840e38bdbd8747b1a02ac1203ecf90..0d14b5c6e996656606874ec9d6f2d22a6d9f24be

----==_mimepart_5baaebf031f48_1563ff517ad45c0761a7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/0d14b5c">0d14b5c</a>  Update draft-ietf-quic-transport.md</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/1801/files/09e9db0465840e38bdbd8747b1a02ac1203ecf90..0d14b5c6e996656606874ec9d6f2d22a6d9f24be">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1pGv2xEQaQmFPJwXIsT3acluqbzks5ueuNwgaJpZM4W5xMf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxCwyNEi4gzmzdJrzE_NVV53jX7yks5ueuNwgaJpZM4W5xMf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1801"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1801/files/09e9db0465840e38bdbd8747b1a02ac1203ecf90..0d14b5c6e996656606874ec9d6f2d22a6d9f24be"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1801/files/09e9db0465840e38bdbd8747b1a02ac1203ecf90..0d14b5c6e996656606874ec9d6f2d22a6d9f24be",
"url": "https://github.com/quicwg/base-drafts/pull/1801/files/09e9db0465840e38bdbd8747b1a02ac1203ecf90..0d14b5c6e996656606874ec9d6f2d22a6d9f24be",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1801",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1801:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "0d14b5c",
"value": "Update draft-ietf-quic-transport.md"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1801/files/09e9db0465840e38bdbd8747b1a02ac1203ecf90..0d14b5c6e996656606874ec9d6f2d22a6d9f24be"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384242463\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baaebf031f48_1563ff517ad45c0761a7--


From nobody Tue Sep 25 19:22:05 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 09215126BED for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:22:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.457
X-Spam-Level: 
X-Spam-Status: No, score=-1.457 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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 M93PTVJB72P2 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:22:02 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 44F47130E11 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 19:22:02 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537928521; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=/38iClKaBRkvmcMzj/L7uKZ4LbaWBpQ0jQXIoxWnErY=; b=gHKnINuobZFT3mCcMdnzqtpedRII2Y37f85/5UdvoCtdKzjaIZDLLTCSjjtmpd6L15RZbgzi H5/u9dZKX45T4+WNXwpI3rL14VXFXf3Ulapv5e6J2LuFE6Q9whmbWCefe+mYnbPWwtNMgd/J bS90JUvbiTOff5SfKCGh/8VRrhw=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5baaed49.7fba8072bbd0-smtp-out-n03; Wed, 26 Sep 2018 02:22:01 -0000 (UTC)
Date: Tue, 25 Sep 2018 19:22:00 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5baaed488b1b9_39772ab0f74aaec025413@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 12a4d9: Update draft-ietf-quic-transport.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baaed488ab05_39772ab0f74aaec0253b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/mQc5VbVykTmfoaEzMYRTqUKRggY>
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, 26 Sep 2018 02:22:04 -0000

----==_mimepart_5baaed488ab05_39772ab0f74aaec0253b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ack-ecn-merge
  Home:   https://github.com/quicwg/base-drafts
  Commit: 12a4d9adbb787dbb6f0033acdb7ad3981aeb420d
      https://github.com/quicwg/base-drafts/commit/12a4d9adbb787dbb6f0033acdb7ad3981aeb420d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baaed488ab05_39772ab0f74aaec0253b--


From nobody Tue Sep 25 19:22:13 2018
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 A0D5B130E14 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:22:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zVjqZabOhveY for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:22:04 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2C6DB130E11 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 19:22:04 -0700 (PDT)
Date: Tue, 25 Sep 2018 19:22:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537928523; bh=cBBzarW7161vq7+CsVr7Lu+l38UHUMqOIGq1fQVtAsU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zKWxE8PCs1Mv47r8FSiPsR2ri+sevBremi5iMYKN6/Cbc8rOeXQPC6x9ks29UV5kG hEkO6RQNZWQ4fvvWP7d4BI9m0y6EoLRtvUH4bvOtYECfptmXebhr20r9zM3z0XIQqc 026saOHH9q4HSh7v9d9y+vdi0qMsnL2L2wXw50po=
From: ianswett <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/1801/push/2907147513@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1801@github.com>
References: <quicwg/base-drafts/pull/1801@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1801)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baaed4b724fc_5cf63fcf2acd45b8934c1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/D7lVnUtnxx9llmZKw72xzMNvuY4>
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, 26 Sep 2018 02:22:06 -0000

----==_mimepart_5baaed4b724fc_5cf63fcf2acd45b8934c1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

12a4d9a  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1801/files/0d14b5c6e996656606874ec9d6f2d22a6d9f24be..12a4d9adbb787dbb6f0033acdb7ad3981aeb420d

----==_mimepart_5baaed4b724fc_5cf63fcf2acd45b8934c1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/12a4d9a">12a4d9a</a>  Update draft-ietf-quic-transport.md</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/1801/files/0d14b5c6e996656606874ec9d6f2d22a6d9f24be..12a4d9adbb787dbb6f0033acdb7ad3981aeb420d">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_qgv6rHwX6GkBI6yH9SB_RKols4ks5ueuTLgaJpZM4W5xMf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwec1bDgBIjCGF3ovOLr7HNMfi6lks5ueuTLgaJpZM4W5xMf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1801"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1801/files/0d14b5c6e996656606874ec9d6f2d22a6d9f24be..12a4d9adbb787dbb6f0033acdb7ad3981aeb420d"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1801/files/0d14b5c6e996656606874ec9d6f2d22a6d9f24be..12a4d9adbb787dbb6f0033acdb7ad3981aeb420d",
"url": "https://github.com/quicwg/base-drafts/pull/1801/files/0d14b5c6e996656606874ec9d6f2d22a6d9f24be..12a4d9adbb787dbb6f0033acdb7ad3981aeb420d",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1801",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1801:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "12a4d9a",
"value": "Update draft-ietf-quic-transport.md"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1801/files/0d14b5c6e996656606874ec9d6f2d22a6d9f24be..12a4d9adbb787dbb6f0033acdb7ad3981aeb420d"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384242463\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baaed4b724fc_5cf63fcf2acd45b8934c1--


From nobody Tue Sep 25 19:28:07 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 09E29130E05 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:28:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.457
X-Spam-Level: 
X-Spam-Status: No, score=-1.457 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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 FJfO1yQEnQmW for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:28:05 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 70D5712F1A6 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 19:28:05 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537928884; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=eVnMsl/rr5NGhbfjPNYYBWf2jkjf1chRUJPXYvm5ZxM=; b=eANfRPLs/tU+0dG2CkbtYEHPhb8rSfs7oZkWbeI0icQl+2vFflH/KVxdFqNgOrqDwPGemgqd FvvAbLAYYwJQDcINrpvVDB5CCQvI4pyC+PU1XaFvtoijujugHBFTPHZRkXiZTiDL8ajc6zTo Hhbtvbrvs4LmVQQ3HTZuuAWMqMc=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5baaeeb4.7f152c6c3f30-smtp-out-n02; Wed, 26 Sep 2018 02:28:04 -0000 (UTC)
Date: Tue, 25 Sep 2018 19:28:04 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5baaeeb435fa9_73982abb1eb34ecc9638@hookshot-fe-7191cb1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 481260: Update draft-ietf-quic-transport.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baaeeb435c35_73982abb1eb34ecc951a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/D2qKg_nOWVujwtWa8qlgTmPnPQc>
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, 26 Sep 2018 02:28:07 -0000

----==_mimepart_5baaeeb435c35_73982abb1eb34ecc951a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ack-ecn-merge
  Home:   https://github.com/quicwg/base-drafts
  Commit: 481260f22146d263d351ae7b5245671429148483
      https://github.com/quicwg/base-drafts/commit/481260f22146d263d351ae7b5245671429148483
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baaeeb435c35_73982abb1eb34ecc951a--


From nobody Tue Sep 25 19:28:15 2018
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 344CE130E08 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:28:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y9mAY3Tj1KFy for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:28:08 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 32AF612F1A6 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 19:28:08 -0700 (PDT)
Date: Tue, 25 Sep 2018 19:28:07 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537928887; bh=6j76ifKkH9lMtrz7OBjKa5sCLiH6DN0YsBfTnBQ2mBg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=d2yZyj02Zt/DpVhaEZBm8pPVzk4D9BqaediXeRjP406UDjACr9HC2sXRzOd/L1EW2 mRCg+sMn0APk4XHacNjXaBq4WkOTFxb1wXe4K11P9jJIfP0WoPaAH51HP7llzoDbo0 ehuTpwIbzqVIEFrN7sgVB8wqUb1OWWPw47x2sNyU=
From: ianswett <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/1801/push/2907157591@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1801@github.com>
References: <quicwg/base-drafts/pull/1801@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1801)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baaeeb7e09e_45d73fca4b4d45b818352d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/4heO_6hEB8JCI_53hQHOaMA8dlo>
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, 26 Sep 2018 02:28:10 -0000

----==_mimepart_5baaeeb7e09e_45d73fca4b4d45b818352d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

481260f  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1801/files/12a4d9adbb787dbb6f0033acdb7ad3981aeb420d..481260f22146d263d351ae7b5245671429148483

----==_mimepart_5baaeeb7e09e_45d73fca4b4d45b818352d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/481260f">481260f</a>  Update draft-ietf-quic-transport.md</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/1801/files/12a4d9adbb787dbb6f0033acdb7ad3981aeb420d..481260f22146d263d351ae7b5245671429148483">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4h16lAdq9oup5qyrCV9Rtxcg-8Yks5ueuY3gaJpZM4W5xMf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9a3HeoGJrlpBzfGZVWKif1HT6RCks5ueuY3gaJpZM4W5xMf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1801"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1801/files/12a4d9adbb787dbb6f0033acdb7ad3981aeb420d..481260f22146d263d351ae7b5245671429148483"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1801/files/12a4d9adbb787dbb6f0033acdb7ad3981aeb420d..481260f22146d263d351ae7b5245671429148483",
"url": "https://github.com/quicwg/base-drafts/pull/1801/files/12a4d9adbb787dbb6f0033acdb7ad3981aeb420d..481260f22146d263d351ae7b5245671429148483",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1801",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1801:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "481260f",
"value": "Update draft-ietf-quic-transport.md"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1801/files/12a4d9adbb787dbb6f0033acdb7ad3981aeb420d..481260f22146d263d351ae7b5245671429148483"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384242463\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baaeeb7e09e_45d73fca4b4d45b818352d--


From nobody Tue Sep 25 19:29:18 2018
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 33E5A130DDA for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:29:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QfjmAhA1KK7G for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:29:14 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 80B2F12F1A6 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 19:29:14 -0700 (PDT)
Date: Tue, 25 Sep 2018 19:29:12 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537928953; bh=UKFeFQhQXWCnvAijbBEuVB8TGVURWSAbGobWzcebshE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ccpl3F2x4JY4IeNWUGAKVuRtkVB2DiPS75esZxgkUVP0SZyGUxwNmsumTJIBeXEFQ cu0CRsODZ2z7Z0QcniCYz3b+ZSGwIywte3VMOrUTMn6ty3VHuPoW4v99SNjzkyi33O OhqzGwKmlB8KF5ifZJVF5wVDzDTOmaUGEf3xbvvc=
From: ianswett <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/1801/push/2907159297@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1801@github.com>
References: <quicwg/base-drafts/pull/1801@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1801)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baaeef8bb4bc_4f303fbd6a6d45b81579d9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/QWkDLD0MpJDZ1Xq3u45Tcf_nEIQ>
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, 26 Sep 2018 02:29:16 -0000

----==_mimepart_5baaeef8bb4bc_4f303fbd6a6d45b81579d9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

064b237  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1801/files/481260f22146d263d351ae7b5245671429148483..064b237fea02ccb15d633eef1f134230464acf5b

----==_mimepart_5baaeef8bb4bc_4f303fbd6a6d45b81579d9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/064b237">064b237</a>  Update draft-ietf-quic-transport.md</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/1801/files/481260f22146d263d351ae7b5245671429148483..064b237fea02ccb15d633eef1f134230464acf5b">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyUgW4ufDq0AigOMrwmty7qWv7XNks5ueuZ4gaJpZM4W5xMf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5I_4eKuhmaG6PgjJdGu71J_Qi3Qks5ueuZ4gaJpZM4W5xMf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1801"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1801/files/481260f22146d263d351ae7b5245671429148483..064b237fea02ccb15d633eef1f134230464acf5b"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1801/files/481260f22146d263d351ae7b5245671429148483..064b237fea02ccb15d633eef1f134230464acf5b",
"url": "https://github.com/quicwg/base-drafts/pull/1801/files/481260f22146d263d351ae7b5245671429148483..064b237fea02ccb15d633eef1f134230464acf5b",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1801",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1801:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "064b237",
"value": "Update draft-ietf-quic-transport.md"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1801/files/481260f22146d263d351ae7b5245671429148483..064b237fea02ccb15d633eef1f134230464acf5b"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384242463\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baaeef8bb4bc_4f303fbd6a6d45b81579d9--


From nobody Tue Sep 25 19:39:16 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 08C75130DC2 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:39:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.001
X-Spam-Level: 
X-Spam-Status: No, score=-1.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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 wf0WDCUa8EhH for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 19:39:13 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 929A712F1A6 for <quic-issues@ietf.org>; Tue, 25 Sep 2018 19:39:13 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537929552; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=S5gMWGgz2cHdezqbOekySW2kqfjUDkcE7N9lJsHYt24=; b=Mwc6uWfnU7HT2WLNwZqKkXzwXcw+RezofwUOfHqnlFgJEOTh37mujPItRDKvT0hdHVy+Y7cl FjZUJ/QiS7p9ssAem05BobINK085wbsBWUaPpdaaRdiGDDIdDnvNK61ZAkjh6niTSjZxnK5C Ik3fRw8iLQ0EbDxySgRyjsQ+2dA=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 5baaeef7.7f5d7478a3f0-smtp-out-n01; Wed, 26 Sep 2018 02:29:11 -0000 (UTC)
Date: Tue, 25 Sep 2018 19:29:10 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5baaeef6f0d8e_336d2b18a89caec82535a@hookshot-fe-5a11256.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 064b23: Update draft-ietf-quic-transport.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baaeef6f09d9_336d2b18a89caec825282"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/9oYgLkzk_t8pBe7qBw6YlDbvoqI>
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, 26 Sep 2018 02:39:15 -0000

----==_mimepart_5baaeef6f09d9_336d2b18a89caec825282
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ack-ecn-merge
  Home:   https://github.com/quicwg/base-drafts
  Commit: 064b237fea02ccb15d633eef1f134230464acf5b
      https://github.com/quicwg/base-drafts/commit/064b237fea02ccb15d633eef1f134230464acf5b
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baaeef6f09d9_336d2b18a89caec825282--


From nobody Tue Sep 25 21:30:26 2018
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 5B144130E01 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 21:30:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J0StreAVLON7 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 21:30:23 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 829C412F18C for <quic-issues@ietf.org>; Tue, 25 Sep 2018 21:30:23 -0700 (PDT)
Date: Tue, 25 Sep 2018 21:30:22 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537936222; bh=cNs8rkJdzlqruAKQNzBJEvMAwwFRVrjP1mr2G2H/Q/4=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=mCVh8xESXBQk00Ot7CzFyG4fnnbrwCisuY42wwhpHhrlhqOkqdR74d0Rf7MRjxhpG ogHCvtQwF0ExSGt8GnIjalKl/788pS4vmMFsBkdPpuYmQONMcsJdQvhSp6zW0PRJAf JCDTCAy7KChjb+cssd6DlID5D2V6CNLo4jYtafYM=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcc52bb7c82a1bfa48290d3682f3546f64fd0f98792cf0000000117c2cd5e92a169ce15aff951@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1802@github.com>
Subject: [quicwg/base-drafts] Send Stream State starts with "Send" for peer-initiated bidi streams (#1802)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bab0b5e4e7e9_596e3fcd456d45b47781"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/JTwIulZWWwFXd_hMU6QZSfbFUto>
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, 26 Sep 2018 04:30:25 -0000

----==_mimepart_5bab0b5e4e7e9_596e3fcd456d45b47781
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The change fixes #1797, and also clarifies that deferring the allocation of stream ID while in "Ready" state does not apply to pere-initated bidi streams.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1802

-- Commit Summary --

  * sending part of bidi stream initiated by peer starts from "Send" state
  * update the diagram accordingly
  * better clarification

-- File Changes --

    M draft-ietf-quic-transport.md (70)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1802.patch
https://github.com/quicwg/base-drafts/pull/1802.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/1802

----==_mimepart_5bab0b5e4e7e9_596e3fcd456d45b47781
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The change <span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #1797.">fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363664143" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1797" href="https://github.com/quicwg/base-drafts/issues/1797">#1797</a>, and also clarifies that deferring the allocation of stream ID while in "Ready" state does not apply to pere-initated bidi streams.</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/1802'>https://github.com/quicwg/base-drafts/pull/1802</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>sending part of bidi stream initiated by peer starts from &quot;Send&quot; state</li>
  <li>update the diagram accordingly</li>
  <li>better clarification</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1802/files#diff-0">draft-ietf-quic-transport.md</a>
    (70)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1802.patch'>https://github.com/quicwg/base-drafts/pull/1802.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1802.diff'>https://github.com/quicwg/base-drafts/pull/1802.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/1802">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwJXPwE1Soa_nWpNImhmH54I2yZQks5uewLegaJpZM4W54ek">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5l-Lc2L8TEX1rh56btrUbM65sLmks5uewLegaJpZM4W54ek.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Send Stream State starts with \"Send\" for peer-initiated bidi streams (#1802)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1802"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1802",
"url": "https://github.com/quicwg/base-drafts/pull/1802",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Send Stream State starts with \"Send\" for peer-initiated bidi streams (#1802)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "11e66fa",
"value": "sending part of bidi stream initiated by peer starts from \"Send\" state"
},
{
"name": "2a6e77d",
"value": "update the diagram accordingly"
},
{
"name": "cb87fd9",
"value": "better clarification"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1802/files#diff-0) (70 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1802,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1802\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1802"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1802.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1802.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384272292\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5bab0b5e4e7e9_596e3fcd456d45b47781--


From nobody Tue Sep 25 23:55:08 2018
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 D7EBC130DC8 for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 23:55:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gHcG17rt5UHu for <quic-issues@ietfa.amsl.com>; Tue, 25 Sep 2018 23:55:04 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9BCF7126BED for <quic-issues@ietf.org>; Tue, 25 Sep 2018 23:55:04 -0700 (PDT)
Date: Tue, 25 Sep 2018 23:55:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537944903; bh=yVEIvrhKEflzewVgZTCoXMXVIO3ihiEoeIoECJxlfnQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=aKVIg3LKq9v6I2dr/ybWX8EhuOiQR5Sg2AweRKSB9uBAlcgiAFeN9oHYT9jJXQf7V QhYsZeNgN7pvFM63+w/338SZZVrGA0sEpYsPGDGIYHTQKDV1drDn+U7gTM8IYvZqpw DKdoklzcZs/InlyjkBbpqAvPUyl70tSESZJze9SM=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc7d116ddff73d61f0667b78833b9f0687d6e5c3092cf0000000117c2ef4792a169ce15b0683d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1803@github.com>
Subject: [quicwg/base-drafts] remove obsolete (and now incorrect) example (#1803)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bab2d475f154_6a283fddbb6d45c436947f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2ESxPuPoj637DMhnG94G6mUKQik>
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, 26 Sep 2018 06:55:07 -0000

----==_mimepart_5bab2d475f154_6a283fddbb6d45c436947f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Empty STREAM frames are allowed as of draft-11.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1803

-- Commit Summary --

  * remove obsolete (and now incorrect) example

-- File Changes --

    M draft-ietf-quic-transport.md (6)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1803.patch
https://github.com/quicwg/base-drafts/pull/1803.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/1803

----==_mimepart_5bab2d475f154_6a283fddbb6d45c436947f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Empty STREAM frames are allowed as of draft-11.</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/1803'>https://github.com/quicwg/base-drafts/pull/1803</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>remove obsolete (and now incorrect) example</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1803/files#diff-0">draft-ietf-quic-transport.md</a>
    (6)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1803.patch'>https://github.com/quicwg/base-drafts/pull/1803.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1803.diff'>https://github.com/quicwg/base-drafts/pull/1803.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/1803">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-5JPvdZjAOYU28j5Nm1QCRJ82oVks5ueyTHgaJpZM4W6An9">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4y7-w9k3Cn9p-nQraUjRz2slQsLks5ueyTHgaJpZM4W6An9.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"remove obsolete (and now incorrect) example (#1803)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1803"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1803",
"url": "https://github.com/quicwg/base-drafts/pull/1803",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "remove obsolete (and now incorrect) example (#1803)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "9ef305f",
"value": "remove obsolete (and now incorrect) example"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1803/files#diff-0) (6 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1803,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1803\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1803"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1803.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1803.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384305661\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5bab2d475f154_6a283fddbb6d45c436947f--


From nobody Wed Sep 26 00:05:55 2018
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 1C4EE130E13 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 00:05:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0q8bAaQ_6E3T for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 00:05:50 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0A72F130E12 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 00:05:50 -0700 (PDT)
Date: Wed, 26 Sep 2018 00:05:49 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537945549; bh=whKqPnbZBqzzbFfb92fHfb0YVpK/0G0dtMLa72EEQZk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=N5yAnKQEmOKTRzywQbXgzVOCPkTvHJuIseLJja3YACMw6bWyuvob6vxgqEvROqBps xXcquiB5RjM+cc+pjEI8BYBXSunyAiQgPzSUBIhHSjoxHXQJlMsNcAlk/XOppgZI9l ywrtqv7/0P0OVXa00h3kGyZhESYccZOa3s7LTVaQ=
From: Kazuho Oku <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/1803/push/2907614054@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1803@github.com>
References: <quicwg/base-drafts/pull/1803@github.com>
Subject: Re: [quicwg/base-drafts] remove obsolete (and now incorrect) example (#1803)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bab2fcd33b8_2ca93faa55ad45b449294d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
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/YJMT55Y1nPjp6Nbpg00TMgAdiU0>
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, 26 Sep 2018 07:05:53 -0000

----==_mimepart_5bab2fcd33b8_2ca93faa55ad45b449294d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho pushed 1 commit.

6e9ca18  use unknown frame type as the other example


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1803/files/9ef305f4bb803972fe92f2344869bf40517575ff..6e9ca1815ab3d00883a555e0d4e33fc24e61232e

----==_mimepart_5bab2fcd33b8_2ca93faa55ad45b449294d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/kazuho" class="user-mention">@kazuho</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/6e9ca18">6e9ca18</a>  use unknown frame type as the other example</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/1803/files/9ef305f4bb803972fe92f2344869bf40517575ff..6e9ca1815ab3d00883a555e0d4e33fc24e61232e">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8fNk4RwITI4n79lDm6HFG1ram_nks5ueydNgaJpZM4W6An9">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7OGqgEoGaFR5VBalu4yflHd9XMRks5ueydNgaJpZM4W6An9.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho pushed 1 commit in #1803"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1803/files/9ef305f4bb803972fe92f2344869bf40517575ff..6e9ca1815ab3d00883a555e0d4e33fc24e61232e"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1803/files/9ef305f4bb803972fe92f2344869bf40517575ff..6e9ca1815ab3d00883a555e0d4e33fc24e61232e",
"url": "https://github.com/quicwg/base-drafts/pull/1803/files/9ef305f4bb803972fe92f2344869bf40517575ff..6e9ca1815ab3d00883a555e0d4e33fc24e61232e",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@kazuho pushed 1 commit in #1803",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1803:",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [
{
"name": "6e9ca18",
"value": "use unknown frame type as the other example"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1803/files/9ef305f4bb803972fe92f2344869bf40517575ff..6e9ca1815ab3d00883a555e0d4e33fc24e61232e"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384305661\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5bab2fcd33b8_2ca93faa55ad45b449294d--


From nobody Wed Sep 26 00:06:02 2018
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 5DA7C130E16 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 00:05:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.456
X-Spam-Level: 
X-Spam-Status: No, score=-3.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 odEoFh5Sg3PA for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 00:05:50 -0700 (PDT)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [167.89.101.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 98044130DC8 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 00:05:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=biPO7qbr7ADEJtQMprfuLmKPbUQ=; b=f1cgc0fYM832mGNi pPTVvo/Mlbo/uAICLeY1DHmY2E4ZjzQl71k+GF8VMQJUUs49oHrm7I3lcC7ZlLJ5 M3KxlXfMOYiVBQ3CAb/fqhjVUxv/jEsLdyfV72plngi96HGDJthjo2RggTwJmW4l FhojJ2WsfOp89+aF+kw1aeyr904=
Received: by filter1224p1las1.sendgrid.net with SMTP id filter1224p1las1-23453-5BAB2FCD-18 2018-09-26 07:05:49.75592196 +0000 UTC m=+593455.087193460
Received: from github-lowworker-5909e27.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0013p1iad2.sendgrid.net (SG) with ESMTP id gSb-XHyiTh-GXTZ1xlEeMQ for <quic-issues@ietf.org>; Wed, 26 Sep 2018 07:05:49.635 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-5909e27.cp1-iad.github.net (Postfix) with ESMTP id 95A293E096C for <quic-issues@ietf.org>; Wed, 26 Sep 2018 00:05:49 -0700 (PDT)
Date: Wed, 26 Sep 2018 07:05:49 +0000 (UTC)
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5e675eebd8957d64702d472171fc80a47602a54092cf0000000117c2f1cd92a169ce0cd5d91f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/411/424608381@github.com>
In-Reply-To: <quicwg/base-drafts/issues/411@github.com>
References: <quicwg/base-drafts/issues/411@github.com>
Subject: Re: [quicwg/base-drafts] Restructure document (#411)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bab2fcd9085b_7b673fd008cd45c01098f8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: britram
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak20cgxo8SgMrLEk6CZLh1I0BuaygVyLTwScsr 0cu9ppbCbCbRo0bioeEL7g9EPKTibo3Rpth2g1hKauDIk3TkvvyOkbAXa4GZ0uddYnLeo1/UHWfAHK VNWcucab/NRrYq9bWkNPT9ee/olz7H3gWw9651NcafrQWo0UT3wZoKvrZi/IKK5fTdw2dxQL7v4BXu o=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/p882Qsyek3KzRoGGPbgF6tG6MyY>
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, 26 Sep 2018 07:05:54 -0000

----==_mimepart_5bab2fcd9085b_7b673fd008cd45c01098f8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

wrt =C2=A77, it's probably useful to split this into sections for the non-e=
ncrypted part of the wire image (basically the packet headers) and everythi=
ng inside. Otherwise it seems easy to get confused about what's encrypted a=
nd what's in the clear.

--=20
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/411#issuecomment-424608381=

----==_mimepart_5bab2fcd9085b_7b673fd008cd45c01098f8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>wrt =C2=A77, it's probably useful to split this into sections for the no=
n-encrypted part of the wire image (basically the packet headers) and every=
thing inside. Otherwise it seems easy to get confused about what's encrypte=
d and what's in the clear.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/411#issuecomment-424608381">view it on GitHub</a>, or <a hr=
ef=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7C2PzAUcWVAYnm=
Q5yyEIKtb5Dzyks5ueydNgaJpZM4MiE8J">mute the thread</a>.<img src=3D"https://=
github.com/notifications/beacon/AWbkq8xXnOx1b6efU1F-uuIHnrjsvY81ks5ueydNgaJ=
pZM4MiE8J.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@britram in #411: wrt=
 =C2=A77, it's probably useful to split this into sections for the non-encr=
ypted part of the wire image (basically the packet headers) and everything =
inside. Otherwise it seems easy to get confused about what's encrypted and =
what's in the clear."}],"action":{"name":"View Issue","url":"https://github=
.com/quicwg/base-drafts/issues/411#issuecomment-424608381"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/411#issuecomment-42=
4608381",
"url": "https://github.com/quicwg/base-drafts/issues/411#issuecomment-42460=
8381",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Restructure document (#411)",
"sections": [
{
"text": "",
"activityTitle": "**Brian Trammell**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@britram",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 411,\n\"IssueComment\": \"{{IssueComment=
.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"qui=
cwg/base-drafts\",\n\"issueId\": 411\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/411#issuecomment-42460=
8381"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 210259721=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bab2fcd9085b_7b673fd008cd45c01098f8--


From nobody Wed Sep 26 01:18:04 2018
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 67D0C130E0E for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 01:18:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l9YkjUnamU2z for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 01:18:01 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C2857130DC2 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 01:18:01 -0700 (PDT)
Date: Wed, 26 Sep 2018 01:18:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537949880; bh=h6U7/POxojMZfH4Z/WhKHi/8OGs6yyYLc5gWRWR+QfE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Wa446jboRDWGkyaw7cDc0ozu0pXUto4KKM66xmpfqWyhGjcO3AbEXzuNqoZief4WW epmMs0mf04OykRiiLiKVNYhWm04zIlz4X6R5/oI6VJQf+fI3l40sY6Y+agjcAnINEv /TKIBWB7/VWemZLrVRrC3xDiqcMDYvxLPCKXhdFY=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9df327435136a3e4345db1861591bbd99d18300492cf0000000117c302b892a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804@github.com>
Subject: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bab40b8d4dba_665a3f8258cd45b468176f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/yaOFN7C6OZJ694lzpxmpPyETYww>
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, 26 Sep 2018 08:18:03 -0000

----==_mimepart_5bab40b8d4dba_665a3f8258cd45b468176f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

It is common practice to use error code of zero as a non-error. We follow the practice in the transport draft.

However, we enforce the application protocol bindings to adopt a different practice by stating that application error code of zero is mapped to STOPPING, which indicates that a stream has been reset in response to a STOP_SENDING frame.

This is IMO counterintuitive and would be a source of confusion. I proposed to renumber the error code for STOPPING to something other than zero (possibly to one).

PS. The other way is to let stacks send zero (indicating non-error) in a RST_STREAM frame in response to STOP_SENDING. However, I think that is not the right solution because reset is an abnormal way of closing a stream. In other words, zero should be reserved for streams being shutdown using FIN.

-- 
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/1804
----==_mimepart_5bab40b8d4dba_665a3f8258cd45b468176f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>It is common practice to use error code of zero as a non-error. We follow the practice in the transport draft.</p>
<p>However, we enforce the application protocol bindings to adopt a different practice by stating that application error code of zero is mapped to STOPPING, which indicates that a stream has been reset in response to a STOP_SENDING frame.</p>
<p>This is IMO counterintuitive and would be a source of confusion. I proposed to renumber the error code for STOPPING to something other than zero (possibly to one).</p>
<p>PS. The other way is to let stacks send zero (indicating non-error) in a RST_STREAM frame in response to STOP_SENDING. However, I think that is not the right solution because reset is an abnormal way of closing a stream. In other words, zero should be reserved for streams being shutdown using FIN.</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/1804">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5q3qZhOCd-qQrwqUDoP7mpSbvPhks5uezg4gaJpZM4W6IGT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyLA7tT3ED83GvJ3WxIZt1y3I-Rjks5uezg4gaJpZM4W6IGT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Remap STOPPING to something other than zero (#1804)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1804"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804",
"url": "https://github.com/quicwg/base-drafts/issues/1804",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Remap STOPPING to something other than zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1804
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384336275\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bab40b8d4dba_665a3f8258cd45b468176f--


From nobody Wed Sep 26 01:40:59 2018
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 A7C50130E2E for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 01:40:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6yhaDq6P46aU for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 01:40:56 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 07957130E1E for <quic-issues@ietf.org>; Wed, 26 Sep 2018 01:40:56 -0700 (PDT)
Date: Wed, 26 Sep 2018 01:40:55 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537951255; bh=2WS6Pys51Rb88SApnr/bH2JJVk2qRFbI3w/1YjzkT1Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kXjewA0ZnZQPC25+mCNF97PorOLoTqfwrVNA33c/vhey/ZKqsGerqu4IK1mepXvd+ LfM6mAVQEDpPgxhJhLBUHMHWfAPS9VIhq8DBxxsib9/gXj5Jf0xpccnG56O/y1JjAX fVAd5yHebMOIBrLuOsz1RLodwyXvrjTXVWwDOefs=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab56851a4232e0eefc58547ddbb8b38369b10b278f92cf0000000117c3081792a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/424634340@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bab461716520_4ee53fc3238d45c0512584"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/12vO4QaGgpRgQ_LIpsgXDbucvz4>
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, 26 Sep 2018 08:40:58 -0000

----==_mimepart_5bab461716520_4ee53fc3238d45c0512584
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yes, and at the same time reserve 0 to mean OK.

-- 
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/1804#issuecomment-424634340
----==_mimepart_5bab461716520_4ee53fc3238d45c0512584
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yes, and at the same time reserve 0 to mean OK.</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/1804#issuecomment-424634340">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4zq03PggPEGszYBo8YAjyerJ5qnks5uez2XgaJpZM4W6IGT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyxb3YgQKMhDZqmLDp7UQUiJLHcPks5uez2XgaJpZM4W6IGT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1804: Yes, and at the same time reserve 0 to mean OK."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424634340"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424634340",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424634340",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424634340"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384336275\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bab461716520_4ee53fc3238d45c0512584--


From nobody Wed Sep 26 06:39:45 2018
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 8127B130E0C for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 06:39:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3
X-Spam-Level: 
X-Spam-Status: No, score=-3 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 GU3YSPAIWLI5 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 06:39:40 -0700 (PDT)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2AB67124BE5 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 06:39:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=tApAHx135E/XV1nXXzpmvYiDlms=; b=Kn/B717JuZr+n36L 9czRyBBTbGslSo/h62MDLgNSK3i9+5BrFgknjUob6L38kx8eAWx0nmpKFsdW8AeJ JiltG96VxWLWA6h1pITZpQhy9d4b/l59BzR+5UhqLs9SqqOiINcmK2UreLHwJmc4 ZCCCVGVeKPVi9rcJLfx2MNGxRtE=
Received: by filter1629p1mdw1.sendgrid.net with SMTP id filter1629p1mdw1-29314-5BAB8C09-2E 2018-09-26 13:39:21.759344475 +0000 UTC m=+70112.345302557
Received: from github-lowworker-dcd58f3.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0018p1iad2.sendgrid.net (SG) with ESMTP id zLPr2NBxSNebWnJHMiUmZg for <quic-issues@ietf.org>; Wed, 26 Sep 2018 13:39:21.745 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcd58f3.cp1-iad.github.net (Postfix) with ESMTP id AA3EA2412CE for <quic-issues@ietf.org>; Wed, 26 Sep 2018 06:39:21 -0700 (PDT)
Date: Wed, 26 Sep 2018 13:39:21 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1fc26dcc91cacd88d6f6db1679b0e82652ebc68792cf0000000117c34e0992a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/424718574@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bab8c099f187_3b483fc88c4d45c4984b3"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak30cIELmMdGotcud5v05d5fBPqk69kU3hc0VG lKkWi4IRrcPzcBXO/KjP8SpSBV4dIVfmc0X+2DH1Z/0ty0tGTtnHMKgqCzqYeEcU90WzXgge5Ep2wi 3Z6jjrap30JxUQqg3t32c0Wepd/NV/IdFHaTw2LfyQKlMFR+wFMrn2eQOWSNbq2IZsaiRU3OpmA/pa 0=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_tCiL29wxdXQIWTbN41uNbXneL4>
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, 26 Sep 2018 13:39:44 -0000

----==_mimepart_5bab8c099f187_3b483fc88c4d45c4984b3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Good suggestion, it would make sense if 0 always meant NO_ERROR or something equivalent.

-- 
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/1804#issuecomment-424718574
----==_mimepart_5bab8c099f187_3b483fc88c4d45c4984b3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Good suggestion, it would make sense if 0 always meant NO_ERROR or something equivalent.</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/1804#issuecomment-424718574">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5882f98iPFdSc-0yc2SU7R9mA5Tks5ue4OJgaJpZM4W6IGT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6_Ang6ew8RZuhuAOBOdoDukEQuGks5ue4OJgaJpZM4W6IGT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1804: Good suggestion, it would make sense if 0 always meant NO_ERROR or something equivalent."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424718574"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424718574",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424718574",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424718574"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384336275\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bab8c099f187_3b483fc88c4d45c4984b3--


From nobody Wed Sep 26 06:40:56 2018
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 45BB4130E1E for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 06:40:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a1QdHTZuVNX9 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 06:40:53 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4C5E6130E0C for <quic-issues@ietf.org>; Wed, 26 Sep 2018 06:40:53 -0700 (PDT)
Date: Wed, 26 Sep 2018 06:40:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537969251; bh=5zv9qwCznr98CHkEbV9ls6OC8KnndHDy08fJQLQvbJI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Y7+Ugtpk5QIoWpW9J17CHw0c7vPe3bATPgIBr3WZWNC/cb6YvocibZiCbyaJaJpwD uhvQIc1uvSOitHGmV5wI5Uj5QPomDc7OmcKbAzkvCVCRBv33XscMuM0+jnbjiBNeMW 57tUp5TM4P5PlIjO5LBWEP03SwcU6PMAm8ZkB+fw=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab98da568d97ca92a6f02ba03b8e105d0d69a9134692cf0000000117c34e6392a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/424719089@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bab8c63615d6_5f243fcf666d45b45746e"; 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/AWnatvlRvPCPGGdvYb3pk1pllTY>
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, 26 Sep 2018 13:40:55 -0000

----==_mimepart_5bab8c63615d6_5f243fcf666d45b45746e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Why does the transport need to know what the stream error codes mean at all? If we get a STOP_SENDING, we just need to RST_STREAM. Why does the error code meaning even matter? I'd personally like to not have any assumptions for these values.

-- 
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/1804#issuecomment-424719089
----==_mimepart_5bab8c63615d6_5f243fcf666d45b45746e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Why does the transport need to know what the stream error codes mean at all? If we get a STOP_SENDING, we just need to RST_STREAM. Why does the error code meaning even matter? I'd personally like to not have any assumptions for these values.</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/1804#issuecomment-424719089">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq41grfBZUtXdXBvceVnTzNx1DYCzks5ue4PjgaJpZM4W6IGT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwxws76_fRnWzyxctC8caJLo60lKks5ue4PjgaJpZM4W6IGT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks in #1804: Why does the transport need to know what the stream error codes mean at all? If we get a STOP_SENDING, we just need to RST_STREAM. Why does the error code meaning even matter? I'd personally like to not have any assumptions for these values."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424719089"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424719089",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424719089",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424719089"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384336275\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bab8c63615d6_5f243fcf666d45b45746e--


From nobody Wed Sep 26 06:41:45 2018
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 31A67130E0C for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 06:41:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9S_RRBVberyN for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 06:41:43 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CE44F124BE5 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 06:41:42 -0700 (PDT)
Date: Wed, 26 Sep 2018 06:41:41 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537969301; bh=kyoAiZUI9rbhwkZLknctq3xrvWbUNS+O6LG95yMBKgw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xXwCk2eZjJTSKDkmBijvc3kC/tfOs/KAqjrkZaMu2WjlWDm9iKeOLDn/wm8vFNlNG DHqaTOH6YyB0n69BjQAtFoZbaW4uFGodXNeEDcqitEMXI2zQqIRyJavut2ykwqW7od Sxins4kg9T1m2EavZHc7W+xM52SxqJB/s/fqgnBU=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abda66a2737e86c255491e60f9a28cfca12deb477d92cf0000000117c34e9592a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/424719368@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bab8c95cf416_17e83f96048d45bc7628b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/sOkFnUIe8ZXfluaIwNkWZxfqqBc>
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, 26 Sep 2018 13:41:44 -0000

----==_mimepart_5bab8c95cf416_17e83f96048d45bc7628b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

It doesn't, but establishing a convention makes it much easier to write generic API's that do not know about application logic.

-- 
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/1804#issuecomment-424719368
----==_mimepart_5bab8c95cf416_17e83f96048d45bc7628b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>It doesn't, but establishing a convention makes it much easier to write generic API's that do not know about application logic.</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/1804#issuecomment-424719368">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5vwTzL2EW7mpcKCiv_LXa0L_17iks5ue4QVgaJpZM4W6IGT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx5OQpAdIKx6mPsl1c-1wvwSmJ_uks5ue4QVgaJpZM4W6IGT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1804: It doesn't, but establishing a convention makes it much easier to write generic API's that do not know about application logic."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424719368"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424719368",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424719368",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424719368"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384336275\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bab8c95cf416_17e83f96048d45bc7628b--


From nobody Wed Sep 26 07:00:09 2018
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 15344130E65 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 07:00:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3oFtVYvNKiS4 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 07:00:06 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 12FA2124BE5 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 07:00:06 -0700 (PDT)
Date: Wed, 26 Sep 2018 07:00:05 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537970405; bh=X6RmwF5+M6IoRUo7Sq/o8wi+GDlzeWSkHV4G+WO9g1M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Kw/ePQhO0KKeEQspKGfBCqIxQWTwOykrUxEYqNfiuyo3iPItmMGFN/BomtQCc26z9 1gDtQXXrwOJ1omPLPYGLee5C2p5iNT1vGKnHcRc1Cq2DsWeWxR66dH/YqX5e9e1fkK B7BCqSWw7vxN4LnigTaniq8H/pqwLBIR+LVhVMJU=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab69a40f7063fc9d9d2bb1efcfa23b8665ddf8474292cf0000000117c352e592a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/424725842@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bab90e532f50_33333fc313ad45c44545b"; 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/RRgIuTSlG8uTdDqktU0TmpQDbRk>
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, 26 Sep 2018 14:00:08 -0000

----==_mimepart_5bab90e532f50_33333fc313ad45c44545b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

For the API, the error code should be purely passthrough, IMO. The app layer on one side shuts the stream down with an error code and the app layer on the other side is delivered the error code. No need at all to interpret it at a lower layer.

-- 
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/1804#issuecomment-424725842
----==_mimepart_5bab90e532f50_33333fc313ad45c44545b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>For the API, the error code should be purely passthrough, IMO. The app layer on one side shuts the stream down with an error code and the app layer on the other side is delivered the error code. No need at all to interpret it at a lower layer.</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/1804#issuecomment-424725842">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz261kFBrAIocyyIX2WGSZmCT2uVks5ue4hlgaJpZM4W6IGT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxxft_TKeOrzuy2HOk1qPB7xgfa5ks5ue4hlgaJpZM4W6IGT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks in #1804: For the API, the error code should be purely passthrough, IMO. The app layer on one side shuts the stream down with an error code and the app layer on the other side is delivered the error code. No need at all to interpret it at a lower layer."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424725842"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424725842",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424725842",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424725842"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384336275\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bab90e532f50_33333fc313ad45c44545b--


From nobody Wed Sep 26 07:24:30 2018
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 1EC79130EB2 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 07:24:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jDoWXGtWmQ8w for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 07:24:27 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 271AE130EAB for <quic-issues@ietf.org>; Wed, 26 Sep 2018 07:24:27 -0700 (PDT)
Date: Wed, 26 Sep 2018 07:24:25 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537971866; bh=24W/fLFdiOvxCNN+KZx3cUrhJ+7jBA5TiQJ1PppD7Lk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RaH8BSbjvvgCnqQIIZEeeryrs/nuJP0wzsS7YtFQseLgkwaAULQEStC7Klg6K7ku5 aj5YQS8LnloV8SCQPFxzHDbwHLLNcbfdkAzmEZmFzJPtv11EPS7Ke2+aVtbDjF2U/q DHROhSZ79X5By9sm0Gfk8uDFiIYvuxKMCrmIZRso=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc8c7eaa15f583b651e5575a8a21a63a851f37f4d92cf0000000117c3589992a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/424734624@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bab9699f2110_4e033fe8e08d45c4112001d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/ZSC3NzpgiYBPE9TJyQUMOL5Yj48>
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, 26 Sep 2018 14:24:29 -0000

----==_mimepart_5bab9699f2110_4e033fe8e08d45c4112001d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Unless you want to represent the error code as an exception, or as non-nil in go, or conventially as nonzero in C.

-- 
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/1804#issuecomment-424734624
----==_mimepart_5bab9699f2110_4e033fe8e08d45c4112001d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Unless you want to represent the error code as an exception, or as non-nil in go, or conventially as nonzero in C.</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/1804#issuecomment-424734624">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7lQnweVECoBW47Nq7frSOyD4f10ks5ue44ZgaJpZM4W6IGT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9KH-GD-2w7pzIgQs1T2huv_ebl1ks5ue44ZgaJpZM4W6IGT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1804: Unless you want to represent the error code as an exception, or as non-nil in go, or conventially as nonzero in C."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424734624"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424734624",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424734624",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424734624"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384336275\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bab9699f2110_4e033fe8e08d45c4112001d--


From nobody Wed Sep 26 07:44:47 2018
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 BCB7C130E73 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 07:44:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LrizTtSW7_Uz for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 07:44:41 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 08E81130DCB for <quic-issues@ietf.org>; Wed, 26 Sep 2018 07:44:38 -0700 (PDT)
Date: Wed, 26 Sep 2018 07:44:37 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537973077; bh=GV+MBJepoWESkVEQu92MV5z6z7+yZGpztiF2I2Y2QeY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iGhJdEWbzRVTNrQ+nQuB1oQ6lLWZ22VUcuNMJhr2C5rfytyu1+7ARPXotCsf6keJE jtfDiWpFDOiphx8nBG8mBaqe1zjgZPszVG8LFYLCcfuqSLDwyVkMdRQ8rNm3LM0nZ1 fHcEZRCm4obQqZ9iSxu+VNiuKexwoiMXNKEowU2s=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3efc20f7c27eb3d8b9e48962b4a160f290d8fc6992cf0000000117c35d5592a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/424741891@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bab9b55d5871_6a7a3fdc16ad45bc216943"; 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/ANkjg4InLCrCGiBJZ6pB1MNASMc>
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, 26 Sep 2018 14:44:46 -0000

----==_mimepart_5bab9b55d5871_6a7a3fdc16ad45bc216943
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The app might have many 'success' error codes or use some bit field or anything... The API shouldn't make any assumptions. IMO, the app should just get an indication that the peer reset the stream, and here is the error code they provided. If you go the exception route, any time the reset happens you throw an exception that just contains the raw error code. You don't want your API not to support some protocol that was initially written on one API that allows for any value, because you made some assumption that gets broken.

-- 
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/1804#issuecomment-424741891
----==_mimepart_5bab9b55d5871_6a7a3fdc16ad45bc216943
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The app might have many 'success' error codes or use some bit field or=
 anything... The API shouldn't make any assumptions. IMO, the app should =
just get an indication that the peer reset the stream, and here is the er=
ror code they provided. If you go the exception route, any time the reset=
 happens you throw an exception that just contains the raw error code. Yo=
u don't want your API not to support some protocol that was initially wri=
tten on one API that allows for any value, because you made some assumpti=
on that gets broken.</p>

<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/1804#issuecomment-424741891">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2um=
Jc4gjqKui997pWQJ71zBjQg5ks5ue5LVgaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq0cvYXprU5_K08S1X6SRY0FS=
zU6vks5ue5LVgaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@niba=
nks in #1804: The app might have many 'success' error codes or use some b=
it field or anything... The API shouldn't make any assumptions. IMO, the =
app should just get an indication that the peer reset the stream, and her=
e is the error code they provided. If you go the exception route, any tim=
e the reset happens you throw an exception that just contains the raw err=
or code. You don't want your API not to support some protocol that was in=
itially written on one API that allows for any value, because you made so=
me assumption that gets broken."}],"action":{"name":"View Issue","url":"h=
ttps://github.com/quicwg/base-drafts/issues/1804#issuecomment-424741891"}=
}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-424741891",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
4741891",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
4741891"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bab9b55d5871_6a7a3fdc16ad45bc216943--


From nobody Wed Sep 26 07:45:24 2018
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 43F0B130DCB for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 07:45:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.052
X-Spam-Level: 
X-Spam-Status: No, score=-7.052 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NeEudouUO7Zg for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 07:45:07 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 160A912958B for <quic-issues@ietf.org>; Wed, 26 Sep 2018 07:45:07 -0700 (PDT)
Date: Wed, 26 Sep 2018 07:45:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537973106; bh=ZImeWtWVD7btE6vMP5R7WH6bq0t9sjzDPDO2NvUtmdk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LQgDRVMtuOKO7jdbfQxEfuT7/BVD0us7Huz28KNrsWM6UCkjO8lRijN5ygB1x2qD8 1VryKMbQhQvVVSxZJmlTzHA3zQ735Lh0YRYmq3mF61OGPYVmDswpDqKeQvkZCpEmdO a6xmxzZ7HIHc9CaEz1BWmcwmFw9BYYpV6VD3Bpv0=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4a4b537869f76caca2bc3ca838fa528d25302ec892cf0000000117c35d7292a169ce15b0683d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1803/review/159034897@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1803@github.com>
References: <quicwg/base-drafts/pull/1803@github.com>
Subject: Re: [quicwg/base-drafts] remove obsolete (and now incorrect) example (#1803)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bab9b723c2b_8693fb61dad45b81432d7"; 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/rIvOzmR--xw0qPmB3-VOiwty2-k>
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, 26 Sep 2018 14:45:14 -0000

----==_mimepart_5bab9b723c2b_8693fb61dad45b81432d7
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/1803#pullrequestreview-159034897
----==_mimepart_5bab9b723c2b_8693fb61dad45b81432d7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<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/1803#pullrequestreview-159034897">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw1ZpFpCFEM4ZxpHrQURh2XBiQJ6ks5ue5LygaJpZM4W6An9">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-XZN-2OExlbNPRA2n-4AyCIsffHks5ue5LygaJpZM4W6An9.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #1803"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1803#pullrequestreview-159034897"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1803#pullrequestreview-159034897",
"url": "https://github.com/quicwg/base-drafts/pull/1803#pullrequestreview-159034897",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett approved 1803",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1803#pullrequestreview-159034897"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384305661\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bab9b723c2b_8693fb61dad45b81432d7--


From nobody Wed Sep 26 07:50:46 2018
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 4F407130E73 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 07:50:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.052
X-Spam-Level: 
X-Spam-Status: No, score=-7.052 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T4UtvbDF1hol for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 07:50:42 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 940C712958B for <quic-issues@ietf.org>; Wed, 26 Sep 2018 07:50:42 -0700 (PDT)
Date: Wed, 26 Sep 2018 07:50:41 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537973442; bh=+HOr9H0ZLoOKXm0RH8ICiEzXI5MeHV6Muw1eP0PiZxY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EQxIJr6ZhxS6472Vpfn0FjxmC21IFJa7bM/EuF1plJri0OQWYd9vtwfLR5oelRpQb dGbmH4sCdEcf1uTQXRuNmjO8kKcFCCQGJlkBw3XZS899pd7l5X5aaLuHaabh9PWHqp oshQctF2go+UOm90O0A251dIaDFtm2JjLJ6AAFkc=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd0508729a8fb6654cfe0b890d433e04b4b0126d392cf0000000117c35ec192a169ce15aff951@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1802/review/159038016@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1802@github.com>
References: <quicwg/base-drafts/pull/1802@github.com>
Subject: Re: [quicwg/base-drafts] Send Stream State starts with "Send" for peer-initiated bidi streams (#1802)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bab9cc1ca92d_75af3fde804d45c42825a9"; 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/tz45cBM2oBu4awBFaKN0eRhfsYA>
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, 26 Sep 2018 14:50:44 -0000

----==_mimepart_5bab9cc1ca92d_75af3fde804d45c42825a9
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/1802#pullrequestreview-159038016
----==_mimepart_5bab9cc1ca92d_75af3fde804d45c42825a9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<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/1802#pullrequestreview-159038016">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_efjINX1NVe39gw7w6y4mE37OcAks5ue5RBgaJpZM4W54ek">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2VUzt7fs5lTpc_Wl2U4qiDZyYYMks5ue5RBgaJpZM4W54ek.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #1802"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1802#pullrequestreview-159038016"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1802#pullrequestreview-159038016",
"url": "https://github.com/quicwg/base-drafts/pull/1802#pullrequestreview-159038016",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett approved 1802",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1802#pullrequestreview-159038016"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384272292\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bab9cc1ca92d_75af3fde804d45c42825a9--


From nobody Wed Sep 26 08:26:18 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 4074A130EBA for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:26:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.499
X-Spam-Level: 
X-Spam-Status: No, score=-0.499 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 8G3KKY82cP3v for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:26:14 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 741A4130EAB for <quic-issues@ietf.org>; Wed, 26 Sep 2018 08:26:14 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537975573; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=qhnTQEkUf2HSTRr6+fCIGdxUqDVflfCB3C8axxY9aMk=; b=iNi1ayL5XIxk/Y4GGcKp/V45ikMYZSZxzPuYV58uzKaNeHUgXgmjYB0vQW6AlBASGRWpueDY lZATYLuLE+ovQHfqfgJx6F55ZttkpgLRGDwoFenK9ESfmsJYGjrLsW+OOdvOLJ5DZk/x6YFu +AAozK5sq2CTJ887mxDfFXQ80os=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5baba515.7fd12f22c3f0-smtp-out-n03; Wed, 26 Sep 2018 15:26:13 -0000 (UTC)
Date: Wed, 26 Sep 2018 08:26:11 -0700
From: martinthomson <martin.thomson@gmail.com>
Reply-To: martinthomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5baba5137d8c1_75f42b0a11418ebc289b@hookshot-fe-6b2eebc.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baba5137d406_75f42b0a11418ebc288f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BrFym-cXRhX3NzB5SO5O_yReB7s>
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, 26 Sep 2018 15:26:16 -0000

----==_mimepart_5baba5137d406_75f42b0a11418ebc288f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/remove-eoed
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baba5137d406_75f42b0a11418ebc288f--


From nobody Wed Sep 26 08:29:11 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 60FB2130EDD for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:29:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.499
X-Spam-Level: 
X-Spam-Status: No, score=-0.499 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 nzGRcYwBngPs for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:29:08 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A9480130EBD for <quic-issues@ietf.org>; Wed, 26 Sep 2018 08:29:08 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537975747; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=4MqcX3lHvLQKmR6Cf6VfjMYJAj6hq1Z3K1murlJs2CU=; b=WfTgSUBoed3QZ6Sqb2wWKkNzR0G76nSHr59IFD2RBwsJop20ebXdbDTAm5d+r22sTfrGNDBD 0i6jvkBU0Zy2uRundavRKJNIFAG90ehasGW3S9RmxEc4SM+g1myLA/Ih+T0TZfmt0JOA5OK4 0ZuIzSuxpiD6qPfGRkJssYezxHo=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5baba5c3.7f55140c6660-smtp-out-n03; Wed, 26 Sep 2018 15:29:07 -0000 (UTC)
Date: Wed, 26 Sep 2018 08:29:07 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5baba5c393061_75ed2ab739430ec019449@hookshot-fe-6b2eebc.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] c921b4: Not clear which 'same' this meant.
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baba5c392be3_75ed2ab739430ec019335"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/32B3OI_rOywEygrXVkSW-8vRp9I>
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, 26 Sep 2018 15:29:11 -0000

----==_mimepart_5baba5c392be3_75ed2ab739430ec019335
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/initial-token
  Home:   https://github.com/quicwg/base-drafts
  Commit: c921b425065d330efad8c8d353d0f67f099a09a0
      https://github.com/quicwg/base-drafts/commit/c921b425065d330efad8c8d353d0f67f099a09a0
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
   Not clear which 'same' this meant.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baba5c392be3_75ed2ab739430ec019335--


From nobody Wed Sep 26 08:36:33 2018
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 98BB9130EBA for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:36:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7jAGedACH7Ad for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:36:30 -0700 (PDT)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EF2B6130EAB for <quic-issues@ietf.org>; Wed, 26 Sep 2018 08:36:29 -0700 (PDT)
Date: Wed, 26 Sep 2018 08:36:29 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537976189; bh=W7xAKWPGXW6WEExDRlzC5p5l2Cn8938AamWQd7I+lYc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YPJyDlh2FhW3ALDE4QtRVwq1wWwkjWKPcDvAgwL22DH4zj0/BYjZ7ORyTQFBrlrFu hsJqApa1FS6+EPqfyCDUGvqLDZ4Xuw+Uq6xpMn6Clu7Zl9sSjPCXWGfkxRJ7ywN8tN 7/wjATE4Ebnq282WlSdR67T6k/Crhf7Nqo2pOd8A=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9a539d6812cc215d620d5a79ec4ace5c9a66c75092cf0000000117c3697d92a169ce15a88727@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1794/review/159059705@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1794@github.com>
References: <quicwg/base-drafts/pull/1794@github.com>
Subject: Re: [quicwg/base-drafts] Include a token on all Initial packets (#1794)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baba77d61ba4_2e843fd8042d45bc1867f3"; 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/0EQz-8fy3NMRUeNrsivyHIMXJFk>
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, 26 Sep 2018 15:36:32 -0000

----==_mimepart_5baba77d61ba4_2e843fd8042d45bc1867f3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -621,10 +621,19 @@ packet. It also sets the Token field to the token provided in the Retry. The
 client MUST NOT change the Source Connection ID because the server could include
 the connection ID as part of its token validation logic (see {{tokens}}).
 
+The Initial packet sent by the client in response to a Retry packet is subject
+to the same restrictions as the first Initial packet, with the exception of the
+value of the Destination Connection ID and Token fields, which are set as
+described here.  A client can either reuse the cryptographic handshake message
+or construct a new one at its discretion.  Any subsequent Initial packets from
+the client MUST use the same connection ID values, and MUST NOT include the

Yeah, I meant "same as the one from the Retry"  clarified.

-- 
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/1794#discussion_r220612731
----==_mimepart_5baba77d61ba4_2e843fd8042d45bc1867f3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1794#discussion_r220612731">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -621,10 +621,19 @@ packet. It also sets the Token field to the token provided in the Retry. The
 client MUST NOT change the Source Connection ID because the server could include
 the connection ID as part of its token validation logic (see {{tokens}}).
 
+The Initial packet sent by the client in response to a Retry packet is subject
+to the same restrictions as the first Initial packet, with the exception of the
+value of the Destination Connection ID and Token fields, which are set as
+described here.  A client can either reuse the cryptographic handshake message
+or construct a new one at its discretion.  Any subsequent Initial packets from
+the client MUST use the same connection ID values, and MUST NOT include the
</pre>
<p>Yeah, I meant "same as the one from the Retry"  clarified.</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/1794#discussion_r220612731">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1O2p67eewCGMOvMDNvqLzQ8RP4Qks5ue579gaJpZM4W3qeS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxjzOstFOoxCQVHsRa460g6ujQENks5ue579gaJpZM4W3qeS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1794"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1794#discussion_r220612731"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1794#discussion_r220612731",
"url": "https://github.com/quicwg/base-drafts/pull/1794#discussion_r220612731",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1794",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1794#discussion_r220612731"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383690642\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baba77d61ba4_2e843fd8042d45bc1867f3--


From nobody Wed Sep 26 08:37:04 2018
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 E845D130EAB for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:37:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z9pgmwYgcy33 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:37:00 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AABB2130EBD for <quic-issues@ietf.org>; Wed, 26 Sep 2018 08:36:54 -0700 (PDT)
Date: Wed, 26 Sep 2018 08:36:53 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537976213; bh=SU/EylgQy4kDcafEKocLYqdQu/RPhzvbyH74Q8l4MjE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fcEmk7cZ6wlULqtr0U13ggEsH419XKZqNqmCT6F3Syo+lCn1OVZvQJaICGiWpaoX6 P1blxvrABJvvGHL3ch395y9VquIB6WCS7HjulNMKFd90S8nlAu7CfHe33rHFnZyCFb 7vDAuyPiNsfyqyzGxueaYGyWGOXpcfepXfT29Ja8=
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/1794/push/2909161409@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1794@github.com>
References: <quicwg/base-drafts/pull/1794@github.com>
Subject: Re: [quicwg/base-drafts] Include a token on all Initial packets (#1794)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baba795aa73a_1d243fe17acd45c41576d"; 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/jMpxZSWiAjtxn7c9gWIdSljhqjs>
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, 26 Sep 2018 15:37:03 -0000

----==_mimepart_5baba795aa73a_1d243fe17acd45c41576d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

c921b42  Not clear which 'same' this meant.


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1794/files/2f216b2d6bf706610e2157ac56cba863db797bf2..c921b425065d330efad8c8d353d0f67f099a09a0

----==_mimepart_5baba795aa73a_1d243fe17acd45c41576d
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/c921b42">c921b42</a>  Not clear which &#39;same&#39; this meant.</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/1794/files/2f216b2d6bf706610e2157ac56cba863db797bf2..c921b425065d330efad8c8d353d0f67f099a09a0">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5aBfz-0SChWWN5J3wmLN-ej5HWiks5ue58VgaJpZM4W3qeS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwWwRZ4-nS7ERVyXy-ICPXFTS32eks5ue58VgaJpZM4W3qeS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1794"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1794/files/2f216b2d6bf706610e2157ac56cba863db797bf2..c921b425065d330efad8c8d353d0f67f099a09a0"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1794/files/2f216b2d6bf706610e2157ac56cba863db797bf2..c921b425065d330efad8c8d353d0f67f099a09a0",
"url": "https://github.com/quicwg/base-drafts/pull/1794/files/2f216b2d6bf706610e2157ac56cba863db797bf2..c921b425065d330efad8c8d353d0f67f099a09a0",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1794",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1794:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "c921b42",
"value": "Not clear which 'same' this meant."
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1794/files/2f216b2d6bf706610e2157ac56cba863db797bf2..c921b425065d330efad8c8d353d0f67f099a09a0"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383690642\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5baba795aa73a_1d243fe17acd45c41576d--


From nobody Wed Sep 26 08:38:52 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 37361130F1F for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:38:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.499
X-Spam-Level: 
X-Spam-Status: No, score=-0.499 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 uoa6tdfydRcw for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:38:42 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 68EC1130F29 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 08:38:42 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537976321; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=M+qC/2Z1BMKP2yLFLTOs7DJbpkZNnCmv61JilbQ3EyU=; b=pSFnXUZnQYnwK53KJouswL2mU7w9fl8D8Ls5BbTOVHdq/J9p43f31V/EXvIUmpnP6RYM0Aju CCdH5L6xA9ucmw5PNiFi+6pA0BePeuJhIjXE9jHnUj+rp3VG8LhtP88nQxWDGynpoa6o/Bmr Ii2TRww8Sv+w4HHmhZCWa3pSiC4=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5baba801.7f598c591600-smtp-out-n01; Wed, 26 Sep 2018 15:38:41 -0000 (UTC)
Date: Wed, 26 Sep 2018 08:38:41 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5baba80185840_68792aefff944ed02368c@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 9ef305: remove obsolete (and now incorrect) example
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baba80185458_68792aefff944ed0235d1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/tmMUkOV2wsKgvSwBTnSJGDxb7P4>
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, 26 Sep 2018 15:38:51 -0000

----==_mimepart_5baba80185458_68792aefff944ed0235d1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 9ef305f4bb803972fe92f2344869bf40517575ff
      https://github.com/quicwg/base-drafts/commit/9ef305f4bb803972fe92f2344869bf40517575ff
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  remove obsolete (and now incorrect) example

Empty STREAM frames are allowed as of draft-11.


  Commit: 6e9ca1815ab3d00883a555e0d4e33fc24e61232e
      https://github.com/quicwg/base-drafts/commit/6e9ca1815ab3d00883a555e0d4e33fc24e61232e
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  use unknown frame type as the other example


  Commit: eb40916c97a6f5c1de51dc7e624dc346c24dfa48
      https://github.com/quicwg/base-drafts/commit/eb40916c97a6f5c1de51dc7e624dc346c24dfa48
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #1803 from kazuho/patch-2

remove obsolete (and now incorrect) example


Compare: https://github.com/quicwg/base-drafts/compare/2cb4aadb1bc3...eb40916c97a6
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baba80185458_68792aefff944ed0235d1--


From nobody Wed Sep 26 08:39:26 2018
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 CC18C130F73 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:39:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XRxHroPXbk4K for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:39:16 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 86EE3130F1E for <quic-issues@ietf.org>; Wed, 26 Sep 2018 08:39:16 -0700 (PDT)
Date: Wed, 26 Sep 2018 08:39:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537976355; bh=hozCR+o7sP5/Wrg0sygt1ssvjxgeBTfYr1oVs85Cyk8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bBCbm2AxkHvES+kC3DMcOgDvDa7Gij7gHREApJzBqHBZ4fCkbO7AAyos96edzxgs7 bOwOcc+P0KmzUJCFTNLJj6+WSZFebyr5yxB7zRjfeoL2mSxxftCPDsD2atUiFanx0R R3B/8G02y1O7RnAO38etu2seJL7n/zom0sDs9Ohg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3869bbc6d17716aba86c27ccb7abd5d3094e8e5f92cf0000000117c36a2392a169ce15af991f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1801/review/159060395@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1801@github.com>
References: <quicwg/base-drafts/pull/1801@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1801)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baba823a9bd4_38e23fe348ad45c42311d"; 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/mkuVbq-VhZCOvPj5X15CgbWeRsA>
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, 26 Sep 2018 15:39:25 -0000

----==_mimepart_5baba823a9bd4_38e23fe348ad45c42311d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.

I might have done a more thorough renumber, but this is a nice minimal change.  We can kick around the renumbering thing later.

>  
 Gap and ACK Block fields use a relative integer encoding for efficiency.  Though
 each encoded value is positive, the values are subtracted, so that each ACK
 Block describes progressively lower-numbered packets.  As long as contiguous
 ranges of packets are small, the variable-length integer encoding ensures that
 each range can be expressed in a small number of octets.
 
+The ACK frame uses the least significant bit(type=0x1b) to indicate ECN feedback

"bit (that is, type 0x1b)"

> @@ -3374,9 +3373,11 @@ Application Error Code:
 
 ## ACK Frame {#frame-ack}
 
-Receivers send ACK frames (type=0x0d) to inform senders which packets they have
-received and processed. The ACK frame contains any number of ACK blocks.
-ACK blocks are ranges of acknowledged packets.
+Receivers send ACK frames (types=0x1a - 0x1b) to inform senders of packets they

(types 0x1a and 0x1b)

> @@ -3374,9 +3373,11 @@ Application Error Code:
 
 ## ACK Frame {#frame-ack}
 
-Receivers send ACK frames (type=0x0d) to inform senders which packets they have
-received and processed. The ACK frame contains any number of ACK blocks.
-ACK blocks are ranges of acknowledged packets.
+Receivers send ACK frames (types=0x1a - 0x1b) to inform senders of packets they
+have received and processed. The ACK frame contains one or more ACK blocks. ACK

should we be capitalizing the B in ACK Blocks?

-- 
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/1801#pullrequestreview-159060395
----==_mimepart_5baba823a9bd4_38e23fe348ad45c42311d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<p>I might have done a more thorough renumber, but this is a nice minimal change.  We can kick around the renumbering thing later.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1801#discussion_r220613297">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 Gap and ACK Block fields use a relative integer encoding for efficiency.  Though
 each encoded value is positive, the values are subtracted, so that each ACK
 Block describes progressively lower-numbered packets.  As long as contiguous
 ranges of packets are small, the variable-length integer encoding ensures that
 each range can be expressed in a small number of octets.
 
+The ACK frame uses the least significant bit(type=0x1b) to indicate ECN feedback
</pre>
<p>"bit (that is, type 0x1b)"</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1801#discussion_r220613425">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3374,9 +3373,11 @@ Application Error Code:
 
 ## ACK Frame {#frame-ack}
 
-Receivers send ACK frames (type=0x0d) to inform senders which packets they have
-received and processed. The ACK frame contains any number of ACK blocks.
-ACK blocks are ranges of acknowledged packets.
+Receivers send ACK frames (types=0x1a - 0x1b) to inform senders of packets they
</pre>
<p>(types 0x1a and 0x1b)</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1801#discussion_r220613535">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3374,9 +3373,11 @@ Application Error Code:
 
 ## ACK Frame {#frame-ack}
 
-Receivers send ACK frames (type=0x0d) to inform senders which packets they have
-received and processed. The ACK frame contains any number of ACK blocks.
-ACK blocks are ranges of acknowledged packets.
+Receivers send ACK frames (types=0x1a - 0x1b) to inform senders of packets they
+have received and processed. The ACK frame contains one or more ACK blocks. ACK
</pre>
<p>should we be capitalizing the B in ACK Blocks?</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/1801#pullrequestreview-159060395">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-n8Q2Eiipxn-tH7-5VhcFFRaZRGks5ue5-jgaJpZM4W5xMf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7KU8mpst_V_LEYcLRqe7-21nA0aks5ue5-jgaJpZM4W5xMf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1801"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1801#pullrequestreview-159060395"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1801#pullrequestreview-159060395",
"url": "https://github.com/quicwg/base-drafts/pull/1801#pullrequestreview-159060395",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1801",
"sections": [
{
"text": "I might have done a more thorough renumber, but this is a nice minimal change.  We can kick around the renumbering thing later.",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1801#pullrequestreview-159060395"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384242463\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baba823a9bd4_38e23fe348ad45c42311d--


From nobody Wed Sep 26 08:42:50 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 9F5BA130EBA for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:42:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.457
X-Spam-Level: 
X-Spam-Status: No, score=-1.457 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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 mGU60RxHbquX for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:42:48 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2944F130EAB for <quic-issues@ietf.org>; Wed, 26 Sep 2018 08:42:48 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537976567; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=Ry6+W0qNcrnf2iXEce9UoW2/v3nF9VmGOG16XW/lkus=; b=gvxXbbXRxOXp7Rhnw8frXzIRLgQVX7ndT0AJuKLSfChCtNW2vNOp4ld9ubMtRwGj5ss8iEoX Cpm+54Yk2UiQVA7SrNgU1/PhiSn1GYBe2wTsDt2Ap8/QRy0byPz9FFZoxztAnQjrdTAHAWRw /OFDqVCusv9Tm1inf4/QY111RsQ=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5baba8f6.7f52fc19e510-smtp-out-n03; Wed, 26 Sep 2018 15:42:46 -0000 (UTC)
Date: Wed, 26 Sep 2018 08:42:46 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5baba8f651670_245b2b0c393acecc639ee@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] da050d: Update draft-ietf-quic-transport.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baba8f651296_245b2b0c393acecc638ab"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/iWNl-5vng7dSsNv_Z7atdEspPtI>
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, 26 Sep 2018 15:42:50 -0000

----==_mimepart_5baba8f651296_245b2b0c393acecc638ab
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ack-ecn-merge
  Home:   https://github.com/quicwg/base-drafts
  Commit: da050dd8207a2981a1a198d199265350bbc63087
      https://github.com/quicwg/base-drafts/commit/da050dd8207a2981a1a198d199265350bbc63087
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baba8f651296_245b2b0c393acecc638ab--


From nobody Wed Sep 26 08:46:45 2018
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 F1F48130EAB for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:46:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.456
X-Spam-Level: 
X-Spam-Status: No, score=-3.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 z7E3P6JywyvH for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:46:42 -0700 (PDT)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9EE86124BE5 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 08:46:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=mnCAcjpMz55KWqQQ2Tyxek3IYRs=; b=Qly7Z+DdgVlisbZF f0HPcayrtfGnTvt3/07/dQuJZH06oVojKvz7L148SoJpYxy5X70BgiveOUBjRqjO J/UXVLtAEtFusSsNXrTDTmG369yedEtwt8xNSLTyDd48IRoSkvTPYzBKtqZ8764t qyBxaR5nzvEZZEg76nuKrjYUUKQ=
Received: by filter1696p1mdw1.sendgrid.net with SMTP id filter1696p1mdw1-3072-5BABA9DF-30 2018-09-26 15:46:39.791508738 +0000 UTC m=+1707295.013990203
Received: from github-lowworker-39ccb07.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0017p1iad2.sendgrid.net (SG) with ESMTP id rEXu4WnFR-ScEz6nQjLwVQ for <quic-issues@ietf.org>; Wed, 26 Sep 2018 15:46:39.764 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-39ccb07.cp1-iad.github.net (Postfix) with ESMTP id B3D40401143 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 08:46:39 -0700 (PDT)
Date: Wed, 26 Sep 2018 15:46:40 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2ca6ac0339c521f71e5ba56e761a732b008c6a8592cf0000000117c36bdf92a169ce15af9397@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1800/review/159063733@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1800@github.com>
References: <quicwg/base-drafts/pull/1800@github.com>
Subject: Re: [quicwg/base-drafts] Minor nits (#1800)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baba9dfabb01_775b3fb77d0d45c02131b4"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2st0vm06nSXGNubcqi8o5pqFATOFPZbEk2jh Uqq2HDw/dvEk5eIvbiRwXB5utQVvLftFOZJ3BdG0mCDM63K8hyPh8cOe0Byf3reGCQn1ygfxxr7yAD t3zYsUKWyklIf5k6c54oRv4pGiXAnEtAI6bGEUUK0OqzZ6LEypb3xxNjLZb4so+qvrNwvOPH2QP8V6 Q=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/B1-y0OW0f-7_BTxjBo4ywgR2Wzs>
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, 26 Sep 2018 15:46:45 -0000

----==_mimepart_5baba9dfabb01_775b3fb77d0d45c02131b4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -387,6 +392,10 @@ peer in CRYPTO frames. When TLS provides handshake octets to be sent, they are
 appended to the current flow and any packet that includes the CRYPTO frame is
 protected using keys from the corresponding encryption level.
 
+Unlike its operations with TCP, the TLS bytestream is never separately
+encrypted and decrypted. This operation only occurs on the QUIC packet as a
+whole.

I know what you are saying, but it's equally confusing because it's not clear what the TLS bytestream is.  For QUIC, it's the sequence of TLS handshake messages, but TLS has other concepts that could be considered to be a bytestream: the sequence of TLS records (unencrypted), or the sequence of protected TLS records could very much be considered to be a bytestream.

Maybe the right thing to say here is that "QUIC takes the unprotected content of TLS handshake records as the content of CRYPTO frames.  Encapsulation of these messages in protected TLS records does not happen.  QUIC assembles CRYPTO frames into QUIC packets, which are protected using QUIC packet protection."

But isn't that written down elsewhere?

> @@ -320,14 +322,17 @@ Each encryption level has a specific list of frames which may appear in it. The
 rules here generalize those of TLS, in that frames associated with establishing
 the connection can usually appear at any encryption level, whereas those
 associated with transferring data can only appear in the 0-RTT and 1-RTT
-encryption levels
+encryption levels.

I think you want a colon:

> @@ -161,6 +161,9 @@ series of typed TLS records. Records are individually cryptographically
 protected and then transmitted over a reliable transport (typically TCP) which
 provides sequencing and guaranteed delivery.
 
+Note that Change Cipher Spec records, optional in TLS over TCP, have no
+encoding for TLS over QUIC.

I would say simply "Change Cipher Spec records cannot be sent in QUIC."

-- 
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/1800#pullrequestreview-159063733
----==_mimepart_5baba9dfabb01_775b3fb77d0d45c02131b4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1800#discussion_r220615848">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -387,6 +392,10 @@ peer in CRYPTO frames. When TLS provides handshake octets to be sent, they are
 appended to the current flow and any packet that includes the CRYPTO frame is
 protected using keys from the corresponding encryption level.
 
+Unlike its operations with TCP, the TLS bytestream is never separately
+encrypted and decrypted. This operation only occurs on the QUIC packet as a
+whole.
</pre>
<p>I know what you are saying, but it's equally confusing because it's not clear what the TLS bytestream is.  For QUIC, it's the sequence of TLS handshake messages, but TLS has other concepts that could be considered to be a bytestream: the sequence of TLS records (unencrypted), or the sequence of protected TLS records could very much be considered to be a bytestream.</p>
<p>Maybe the right thing to say here is that "QUIC takes the unprotected content of TLS handshake records as the content of CRYPTO frames.  Encapsulation of these messages in protected TLS records does not happen.  QUIC assembles CRYPTO frames into QUIC packets, which are protected using QUIC packet protection."</p>
<p>But isn't that written down elsewhere?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1800#discussion_r220615945">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -320,14 +322,17 @@ Each encryption level has a specific list of frames which may appear in it. The
 rules here generalize those of TLS, in that frames associated with establishing
 the connection can usually appear at any encryption level, whereas those
 associated with transferring data can only appear in the 0-RTT and 1-RTT
-encryption levels
+encryption levels.
</pre>
<p>I think you want a colon:</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1800#discussion_r220616339">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -161,6 +161,9 @@ series of typed TLS records. Records are individually cryptographically
 protected and then transmitted over a reliable transport (typically TCP) which
 provides sequencing and guaranteed delivery.
 
+Note that Change Cipher Spec records, optional in TLS over TCP, have no
+encoding for TLS over QUIC.
</pre>
<p>I would say simply "Change Cipher Spec records cannot be sent in QUIC."</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/1800#pullrequestreview-159063733">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3dKSO6Rb2cVRm4QuvZdUbQuSbLKks5ue6FfgaJpZM4W5wxE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5S0NwidlvwDXksAhPMnPwcl0Re5ks5ue6FfgaJpZM4W5wxE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1800"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1800#pullrequestreview-159063733"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1800#pullrequestreview-159063733",
"url": "https://github.com/quicwg/base-drafts/pull/1800#pullrequestreview-159063733",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1800",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1800#pullrequestreview-159063733"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384240708\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baba9dfabb01_775b3fb77d0d45c02131b4--


From nobody Wed Sep 26 08:47:01 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 811CC130EE8 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:46:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.457
X-Spam-Level: 
X-Spam-Status: No, score=-1.457 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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 1qWg8l9kd07j for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:46:48 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8EFD2130EAE for <quic-issues@ietf.org>; Wed, 26 Sep 2018 08:46:48 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537976807; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=k5ufCIiW05cVcvVDfraa6ms5gu4UpclhxOhsamy0+jk=; b=jMz2n+EFvzZ/r22j31FJDlIqLvSCDNVqPNJV3WYZgfyqguqrwwA5CEUVHyqQgA+J6ow3WCZD Q/khTfvihQwE/KjIVn4DCZnAp1A6j04Lhys0PxBJdeu+7eLEsEtKhN6DlGzMbT5rkvD4lCln 9gQbVkTk80J19+zwUFAEPoVXOJ0=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5baba9e7.7f2ddc7b6390-smtp-out-n02; Wed, 26 Sep 2018 15:46:47 -0000 (UTC)
Date: Wed, 26 Sep 2018 08:46:46 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5baba9e621286_24ff2ae076dcaed453828@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] a5b115: Update draft-ietf-quic-transport.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baba9e620dd3_24ff2ae076dcaed4537bc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Rf0O6nuzw9ociuHhBrTtguFh11I>
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, 26 Sep 2018 15:46:54 -0000

----==_mimepart_5baba9e620dd3_24ff2ae076dcaed4537bc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ack-ecn-merge
  Home:   https://github.com/quicwg/base-drafts
  Commit: a5b115df606ca2f21f63b1777382d8aee62e9431
      https://github.com/quicwg/base-drafts/commit/a5b115df606ca2f21f63b1777382d8aee62e9431
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baba9e620dd3_24ff2ae076dcaed4537bc--


From nobody Wed Sep 26 08:47:59 2018
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 AD0BB130EAB for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:47:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KkKRO94WjFAr for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:47:56 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5989D130EC0 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 08:47:56 -0700 (PDT)
Date: Wed, 26 Sep 2018 08:47:54 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537976874; bh=VE/DVEPerkqtZSlzKOXYEcSzZbfmBXYo4YAWz7BJXzM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aVhYYrIHkYR74TOSuVcfzZeqcwl7Oe2mDaso3Wsx5fXlwVnzXWelniEjQBJH655gL QeNlbzQla1hhr4mFlVlBFLfXVKac6NgCEC3O5P5GPwFz74dEX7lfJB7Qd2Qa9mHTD0 YeTd2eSjG1HUN4/KszmpbuhM3OBtCFT/zD+V3zNU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbc6c4eb7245cee1c43e685c14a436e31261e75b892cf0000000117c36c2a92a169ce15b0683d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1803/issue_event/1868788345@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1803@github.com>
References: <quicwg/base-drafts/pull/1803@github.com>
Subject: Re: [quicwg/base-drafts] remove obsolete (and now incorrect) example (#1803)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babaa2a775ad_6e633f9cf2ed45bc32412d"; 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/vmMIqNbaNETdweR0hNL54_kepP0>
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, 26 Sep 2018 15:47:58 -0000

----==_mimepart_5babaa2a775ad_6e633f9cf2ed45bc32412d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1803 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/1803#event-1868788345
----==_mimepart_5babaa2a775ad_6e633f9cf2ed45bc32412d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363882557" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1803" href="https://github.com/quicwg/base-drafts/pull/1803">#1803</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/1803#event-1868788345">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5QXjF-dIXG8goBuRXdqyfU6myieks5ue6GqgaJpZM4W6An9">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7WumbDUQHVig7gsqtcnz73Ia6IZks5ue6GqgaJpZM4W6An9.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1803 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1803#event-1868788345"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1803#event-1868788345",
"url": "https://github.com/quicwg/base-drafts/pull/1803#event-1868788345",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] remove obsolete (and now incorrect) example (#1803)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1803#event-1868788345"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384305661\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5babaa2a775ad_6e633f9cf2ed45bc32412d--


From nobody Wed Sep 26 08:52:15 2018
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 0DB47130F61 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:52:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.456
X-Spam-Level: 
X-Spam-Status: No, score=-3.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 k_MBIrFwoyAL for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:52:06 -0700 (PDT)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 38B08130F7F for <quic-issues@ietf.org>; Wed, 26 Sep 2018 08:52:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=IJg3U+dEKWOYEA/CPHJh70wPInA=; b=Gch9CSUs5pXBx5pk U+Nn0GkBmEvTcPzE4uM7Mm2I4Bp5ZE6bzIePtyvYGbUwXzGzcHdWEmtTvpm/aaYV eTgLfbMjH19UO4TAgAJaptGAcMS5yd3z8aozYxR7brDxZrTKDNxzSF0SE2mDKFSG NMn16xvGWzfAsIOqHGudsbnMyfI=
Received: by filter0966p1las1.sendgrid.net with SMTP id filter0966p1las1-25228-5BABAB25-D 2018-09-26 15:52:05.251765049 +0000 UTC m=+1706554.737969740
Received: from github-lowworker-0b1e58d.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0002p1iad2.sendgrid.net (SG) with ESMTP id lapDU-NNTsSpYGwd_EtzGg for <quic-issues@ietf.org>; Wed, 26 Sep 2018 15:52:05.173 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-0b1e58d.cp1-iad.github.net (Postfix) with ESMTP id 3DFEB3E072F for <quic-issues@ietf.org>; Wed, 26 Sep 2018 08:52:05 -0700 (PDT)
Date: Wed, 26 Sep 2018 15:52:05 +0000 (UTC)
From: ianswett <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/1801/push/2909209554@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1801@github.com>
References: <quicwg/base-drafts/pull/1801@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1801)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babab25389e3_6d4e3f9cf2ed45bc112432"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2Wlrd1F0R/9oX3urEplVehFtfU6N1pytZhlS Wta2T7stA/T5A83HlXhxd2c0F1e9Z2BU8uW97jpnLq3GXgaglCoDNndbWcfZ4UfMq0pvgUJpcRd8nA weXjpgUXVPW/wUovMdV77V9oDeLkxTPpbOT5bTKC7KzQSvKI08zF+pGnIg==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/TL4bciLYS1ro6QVdWQtCKa3Uox8>
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, 26 Sep 2018 15:52:13 -0000

----==_mimepart_5babab25389e3_6d4e3f9cf2ed45bc112432
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

da050dd  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1801/files/064b237fea02ccb15d633eef1f134230464acf5b..da050dd8207a2981a1a198d199265350bbc63087

----==_mimepart_5babab25389e3_6d4e3f9cf2ed45bc112432
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/da050dd">da050dd</a>  Update draft-ietf-quic-transport.md</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/1801/files/064b237fea02ccb15d633eef1f134230464acf5b..da050dd8207a2981a1a198d199265350bbc63087">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzFHNwVSiew-g9JHaX2soUPf31_zks5ue6KlgaJpZM4W5xMf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1sgobenNZbnD_iXhnpdHmiZgjZaks5ue6KlgaJpZM4W5xMf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1801"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1801/files/064b237fea02ccb15d633eef1f134230464acf5b..da050dd8207a2981a1a198d199265350bbc63087"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1801/files/064b237fea02ccb15d633eef1f134230464acf5b..da050dd8207a2981a1a198d199265350bbc63087",
"url": "https://github.com/quicwg/base-drafts/pull/1801/files/064b237fea02ccb15d633eef1f134230464acf5b..da050dd8207a2981a1a198d199265350bbc63087",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1801",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1801:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "da050dd",
"value": "Update draft-ietf-quic-transport.md"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1801/files/064b237fea02ccb15d633eef1f134230464acf5b..da050dd8207a2981a1a198d199265350bbc63087"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384242463\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5babab25389e3_6d4e3f9cf2ed45bc112432--


From nobody Wed Sep 26 08:52:29 2018
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 9EBAA130ED7 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:52:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vJYIiw8jqJhN for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:52:20 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9FB3D130F7E for <quic-issues@ietf.org>; Wed, 26 Sep 2018 08:52:19 -0700 (PDT)
Date: Wed, 26 Sep 2018 08:52:18 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537977138; bh=m4iUTuDDtFqmZ0lUmFsbq61s/R9GGR/rARH2u5H09Gs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1dtF8bWs/30/d3bjOeFeJuB8yWhHMKsEwanEYgTakrO8nCmpenqWGfOnFkvBOQJvo anpRPm3xmUcGdsLX3EW3YT4ghU3vh9jKC3v7t/oMo1KbKFAjAsnJCpigi7TOLkbCJ6 tZqymbDlslpwHLxx+1gZrn4ir0sVXHCmzzKCfZiQ=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab72eba425323f181d18ec4ad87f1efa82c762dc2392cf0000000117c36d3292a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/424764689@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babab32c41e1_4133f9e322d45b43482e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/N4_oH9Y_OnUCFNZUlmfPcd-ghh0>
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, 26 Sep 2018 15:52:28 -0000

----==_mimepart_5babab32c41e1_4133f9e322d45b43482e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks Am I correct in assuming that you are *only* opposed to defining in the transport draft that the app_error_code of zero means NO_ERROR, and *not* opposed to changing `STOPPING` to some value other than zero?

IMO we can certainly leave the former up to each application protocol.

However the latter needs to be defined in the transport spec. due to the fact being that `STOP_SENDING` is an transport feature. We need to define an error code that indicates that a stream has been reset due to that frame being received. And considering the fact that HQ is going to have a NO_ERROR code, it is better to leave zero for NO_ERROR (note also that HTTP/2 defines NO_ERROR as zero).

-- 
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/1804#issuecomment-424764689
----==_mimepart_5babab32c41e1_4133f9e322d45b43482e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"20663557" data-oct=
o-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" =
href=3D"https://github.com/nibanks">@nibanks</a> Am I correct in assuming=
 that you are <em>only</em> opposed to defining in the transport draft th=
at the app_error_code of zero means NO_ERROR, and <em>not</em> opposed to=
 changing <code>STOPPING</code> to some value other than zero?</p>
<p>IMO we can certainly leave the former up to each application protocol.=
</p>
<p>However the latter needs to be defined in the transport spec. due to t=
he fact being that <code>STOP_SENDING</code> is an transport feature. We =
need to define an error code that indicates that a stream has been reset =
due to that frame being received. And considering the fact that HQ is goi=
ng to have a NO_ERROR code, it is better to leave zero for NO_ERROR (note=
 also that HTTP/2 defines NO_ERROR as zero).</p>

<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/1804#issuecomment-424764689">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-BJ=
qGGqkU4wdlrrLR9k9XyuHFUQks5ue6KygaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqx9FVf7fEoYbglRth90qz31c=
YgnJks5ue6KygaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1804: @nibanks Am I correct in assuming that you are *only* oppose=
d to defining in the transport draft that the app_error_code of zero mean=
s NO_ERROR, and *not* opposed to changing `STOPPING` to some value other =
than zero?\r\n\r\nIMO we can certainly leave the former up to each applic=
ation protocol.\r\n\r\nHowever the latter needs to be defined in the tran=
sport spec. due to the fact being that `STOP_SENDING` is an transport fea=
ture. We need to define an error code that indicates that a stream has be=
en reset due to that frame being received. And considering the fact that =
HQ is going to have a NO_ERROR code, it is better to leave zero for NO_ER=
ROR (note also that HTTP/2 defines NO_ERROR as zero)."}],"action":{"name"=
:"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1804#is=
suecomment-424764689"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-424764689",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
4764689",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
4764689"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5babab32c41e1_4133f9e322d45b43482e--


From nobody Wed Sep 26 08:53:19 2018
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 8C879130EC0 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:53:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z8bJ_EjGKOt0 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:53:16 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 01BD5130EBA for <quic-issues@ietf.org>; Wed, 26 Sep 2018 08:53:16 -0700 (PDT)
Date: Wed, 26 Sep 2018 08:53:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537977195; bh=h0Wc13UGGYAGYhcrb0BHTXYwYkk8xG5qi+B1Gvcatss=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ayU3sjPpDgd3m0Pg5vPxqD/HVAmSTO3bNB88eBfSpCK1CkU65jyFdFflEWqN3T/mw TOfIJaCliN03hlHvc97mVcQHdRJnuc1fnxhdlRNsn8GZcvvVkHhp6yBCl7G/qQ5LZh JNGtA9AvDhpRHaIzL/j2yBtrjnqzmcn5JoGHMp7E=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab901aa0364dc6e0e31976ee386c1f8435a23c49bc92cf0000000117c36d6b92a169ce15af991f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1801/c424764959@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1801@github.com>
References: <quicwg/base-drafts/pull/1801@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1801)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babab6b42e08_347f3fb568ed45c43104e4"; 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/SyjMuA3qMZ-UK5ueq0nMv0sJRzc>
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, 26 Sep 2018 15:53:18 -0000

----==_mimepart_5babab6b42e08_347f3fb568ed45c43104e4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I decided against the big renumber.  I thought it'd be best done interactively by 2 or 3 people together.

Block wasn't consistently capitalized, so I made it so everywhere.

-- 
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/1801#issuecomment-424764959
----==_mimepart_5babab6b42e08_347f3fb568ed45c43104e4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I decided against the big renumber.  I thought it'd be best done interactively by 2 or 3 people together.</p>
<p>Block wasn't consistently capitalized, so I made it so everywhere.</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/1801#issuecomment-424764959">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3NOIOCOgJoXEwO9oX5nvveZGTGtks5ue6LrgaJpZM4W5xMf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq18dmuO_2X1Tm52GxSgT244-i7KCks5ue6LrgaJpZM4W5xMf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1801: I decided against the big renumber.  I thought it'd be best done interactively by 2 or 3 people together.\r\n\r\nBlock wasn't consistently capitalized, so I made it so everywhere."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1801#issuecomment-424764959"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1801#issuecomment-424764959",
"url": "https://github.com/quicwg/base-drafts/pull/1801#issuecomment-424764959",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1801)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1801,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1801\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1801#issuecomment-424764959"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384242463\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5babab6b42e08_347f3fb568ed45c43104e4--


From nobody Wed Sep 26 08:56:19 2018
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 E4E88130F4C for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:56:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KjhMOg50oUUv for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 08:56:10 -0700 (PDT)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 20AC6130F4F for <quic-issues@ietf.org>; Wed, 26 Sep 2018 08:56:10 -0700 (PDT)
Date: Wed, 26 Sep 2018 08:56:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537977369; bh=QkTyuosrnRA0WW04AL0LcLsGMBAEC5Wpg1I6U9nMKcw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zwzfXU+6FXa8tzRK6SO9ZjQeFp0r/Vmd79Db0w4lG7LAAbVpBhydDmfOuKHeGRyJn rB5OdsRqH5uhnVhsa1rPC5V1GFpZfKWAVhG29Lx6qXiyA8vkOzMTmu4d7ho498PQj/ S8ZPbuo3olYIQ1iFe2yupjnlP0tPPkoLUDmh+35E=
From: ianswett <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/1801/push/2909224556@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1801@github.com>
References: <quicwg/base-drafts/pull/1801@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1801)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babac1948246_21243fb0c48d45b4487761"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/qtap5gg4_3_3lNT6ZEzvvtyft-c>
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, 26 Sep 2018 15:56:17 -0000

----==_mimepart_5babac1948246_21243fb0c48d45b4487761
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

a5b115d  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1801/files/da050dd8207a2981a1a198d199265350bbc63087..a5b115df606ca2f21f63b1777382d8aee62e9431

----==_mimepart_5babac1948246_21243fb0c48d45b4487761
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/a5b115d">a5b115d</a>  Update draft-ietf-quic-transport.md</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/1801/files/da050dd8207a2981a1a198d199265350bbc63087..a5b115df606ca2f21f63b1777382d8aee62e9431">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwzvbzZOXCXQ-xj_Yn9l0Orgb0IKks5ue6OZgaJpZM4W5xMf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0Kruh1GI6WZms1T1vtNL7qWvN_-ks5ue6OZgaJpZM4W5xMf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1801"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1801/files/da050dd8207a2981a1a198d199265350bbc63087..a5b115df606ca2f21f63b1777382d8aee62e9431"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1801/files/da050dd8207a2981a1a198d199265350bbc63087..a5b115df606ca2f21f63b1777382d8aee62e9431",
"url": "https://github.com/quicwg/base-drafts/pull/1801/files/da050dd8207a2981a1a198d199265350bbc63087..a5b115df606ca2f21f63b1777382d8aee62e9431",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1801",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1801:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "a5b115d",
"value": "Update draft-ietf-quic-transport.md"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1801/files/da050dd8207a2981a1a198d199265350bbc63087..a5b115df606ca2f21f63b1777382d8aee62e9431"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384242463\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5babac1948246_21243fb0c48d45b4487761--


From nobody Wed Sep 26 09:14:30 2018
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 4BF70130EDF for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 09:14:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id calKopY3rxlI for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 09:14:27 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 51F9F130EE9 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 09:14:27 -0700 (PDT)
Date: Wed, 26 Sep 2018 09:14:26 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537978466; bh=ggRHCEdk2rwXCOX8UV116OQX0woZJZn1E0HyVSAGsaQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ckHXF4fh8KJ54HTSXdMjJfFTNUimLEz5Ce6UTQ2qre7ZOmJJtbJwQXRzso5RDu/Lb DvlvjiEqUjJN5Y9ccP1MR+Y8z1mMFCCSGj/3696CAiCarqrveZRavaVi7JkdmoXm+i Du3tF+R9Q4q+2hgk9ELW/zVgB3q7+6bT0HA7HT0Q=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6ebd41c922c78ac31f01cf5b2d08de214e19a75b92cf0000000117c3726292a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/424773773@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babb062568f6_3c33fd6ee6d45c011238d"; 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/n56EiTdbI-n6vDOI5CulDNrtQBc>
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, 26 Sep 2018 16:14:29 -0000

----==_mimepart_5babb062568f6_3c33fd6ee6d45c011238d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Ideally, I'd leave the entire space for the application layer. I just looked through the spec and it receiver of a RST_STREAM with STOPPING error code doesn't seem to do anything special, compared to receiving a RST_STREAM with any other error code. The goal of the STOP_SENDING frame is just to get your peer to RST_STREAM the stream. The best I could come up with is that if you get a STOPPING error code, you don't pass that up to the app layer directly, and internally just treat it as a confirmation of your STOP_SENDING. But, at least with my implementation, if the app layer has already shutdown it's receive direction on a stream, and I receive any RST_STREAM, I never indicate the event up, because it was shutdown locally first. With that design, the actual error code becomes irrelevant.

That being said, if someone comes up with a valid reason to keep a specific STOPPING error code, I'd prefer to use 0xFFFF instead of 0, 1 or any other value.

-- 
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/1804#issuecomment-424773773
----==_mimepart_5babb062568f6_3c33fd6ee6d45c011238d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Ideally, I'd leave the entire space for the application layer. I just =
looked through the spec and it receiver of a RST_STREAM with STOPPING err=
or code doesn't seem to do anything special, compared to receiving a RST_=
STREAM with any other error code. The goal of the STOP_SENDING frame is j=
ust to get your peer to RST_STREAM the stream. The best I could come up w=
ith is that if you get a STOPPING error code, you don't pass that up to t=
he app layer directly, and internally just treat it as a confirmation of =
your STOP_SENDING. But, at least with my implementation, if the app layer=
 has already shutdown it's receive direction on a stream, and I receive a=
ny RST_STREAM, I never indicate the event up, because it was shutdown loc=
ally first. With that design, the actual error code becomes irrelevant.</=
p>
<p>That being said, if someone comes up with a valid reason to keep a spe=
cific STOPPING error code, I'd prefer to use 0xFFFF instead of 0, 1 or an=
y other value.</p>

<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/1804#issuecomment-424773773">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyIQ=
zT4N6hWS1yZBk-G5EjBqhZVkks5ue6figaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzJChsUCqc1HO7M9OGfctJFF=
eAU-ks5ue6figaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@niba=
nks in #1804: Ideally, I'd leave the entire space for the application lay=
er. I just looked through the spec and it receiver of a RST_STREAM with S=
TOPPING error code doesn't seem to do anything special, compared to recei=
ving a RST_STREAM with any other error code. The goal of the STOP_SENDING=
 frame is just to get your peer to RST_STREAM the stream. The best I coul=
d come up with is that if you get a STOPPING error code, you don't pass t=
hat up to the app layer directly, and internally just treat it as a confi=
rmation of your STOP_SENDING. But, at least with my implementation, if th=
e app layer has already shutdown it's receive direction on a stream, and =
I receive any RST_STREAM, I never indicate the event up, because it was s=
hutdown locally first. With that design, the actual error code becomes ir=
relevant.\r\n\r\nThat being said, if someone comes up with a valid reason=
 to keep a specific STOPPING error code, I'd prefer to use 0xFFFF instead=
 of 0, 1 or any other value."}],"action":{"name":"View Issue","url":"http=
s://github.com/quicwg/base-drafts/issues/1804#issuecomment-424773773"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-424773773",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
4773773",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
4773773"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5babb062568f6_3c33fd6ee6d45c011238d--


From nobody Wed Sep 26 09:28:37 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 1BD8F130EDB for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 09:28:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.107
X-Spam-Level: 
X-Spam-Status: No, score=-2.107 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, 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 yVa-p5ovzAxd for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 09:28:34 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C5112130E19 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 09:28:33 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537979313; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=XPQcLwV12+My8QNfU8yx+6Sirf825PvrjuhqZdWUgfo=; b=WzF3APdL/kRqcL5ip6i1J8NKlqphuZDRc1l55OTyWh0htBs5k4gpSU7na4hEZAT9gRrodHUO t0muNembmHAJh6FASwyDKIwXKP+mfmbzb28rhYYLI+6upIrHBm7pP6DR3j4UY529jv8LgGrs OF6WHMzb+qb47vNLnlP0FWUxaqQ=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mnot=mnot.net@github.com
Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 5babb3b0.7fb3b4361d50-smtp-out-n03; Wed, 26 Sep 2018 16:28:32 -0000 (UTC)
Date: Wed, 26 Sep 2018 09:28:31 -0700
From: Mark Nottingham <mnot@mnot.net>
Reply-To: Mark Nottingham <mnot@mnot.net>
To: quic-issues@ietf.org
Message-ID: <5babb3afe24ca_7e5c2ac78b6f0ec885756@hookshot-fe-5a11256.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] b1acbd: raw minutes
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5babb3afe216c_7e5c2ac78b6f0ec885669"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8WORnp1SOZIBLG0jg7GQljgc_yk>
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, 26 Sep 2018 16:28:36 -0000

----==_mimepart_5babb3afe216c_7e5c2ac78b6f0ec885669
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: b1acbd8d341cd317eee4d25d78cfee7df4d2e4db
      https://github.com/quicwg/wg-materials/commit/b1acbd8d341cd317eee4d25d78cfee7df4d2e4db
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2018-09-21 (Fri, 21 Sep 2018)

  Changed paths:
    A interim-18-09/minutes.md

  Log Message:
  -----------
  raw minutes


  Commit: 9e9a175110065d8418bfffc08a4fdf845b8d2eff
      https://github.com/quicwg/wg-materials/commit/9e9a175110065d8418bfffc08a4fdf845b8d2eff
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2018-09-22 (Sat, 22 Sep 2018)

  Changed paths:
    M interim-18-09/minutes.md

  Log Message:
  -----------
  markdown-ise


  Commit: 03860fb03915c6509b41fedcffcb15294fb92bc7
      https://github.com/quicwg/wg-materials/commit/03860fb03915c6509b41fedcffcb15294fb92bc7
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    A interim-18-09/QUIC trace renderer.pdf

  Log Message:
  -----------
  Merge branch 'master' of github.com:quicwg/wg-materials


Compare: https://github.com/quicwg/wg-materials/compare/fb4f201efcf5...03860fb03915
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5babb3afe216c_7e5c2ac78b6f0ec885669--


From nobody Wed Sep 26 09:39:41 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 A073B130EE5 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 09:39:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.651
X-Spam-Level: 
X-Spam-Status: No, score=-1.651 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, 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 V9ynTExnnqPL for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 09:39:38 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EE4E4130F75 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 09:39:37 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537979977; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=T7FX1arN3ssdlndkl7aE9DgtZpNkEdMcYBb+LS36Wo4=; b=ZKLmiDgT1na7i8SYFgyiBcgAOSYJ76W0D4iNkSGldf8765c9MaEmXW+UBas6mbY6/l9YH2bP EsU38K81uFVGht/ksSM/JOBmb/LK/gPdbg1S1mIoW3hx1lPj1FuMeiRE1uahMFoXqhgV44er aG/k2764BclMD4spBLyeWuQFHOs=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mnot=mnot.net@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5babb648.7f57dc74a3c0-smtp-out-n02; Wed, 26 Sep 2018 16:39:36 -0000 (UTC)
Date: Wed, 26 Sep 2018 09:39:36 -0700
From: Mark Nottingham <mnot@mnot.net>
Reply-To: Mark Nottingham <mnot@mnot.net>
To: quic-issues@ietf.org
Message-ID: <5babb648b9895_fcc42b29804e4ec064978@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] 2c02a8: doctoc
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5babb648b95d6_fcc42b29804e4ec0648ba"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dicTPggAGZlnevHeA0KBbbVQwi0>
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, 26 Sep 2018 16:39:40 -0000

----==_mimepart_5babb648b95d6_fcc42b29804e4ec0648ba
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 2c02a8e0ef71dc83b596c52f0752b60157a62940
      https://github.com/quicwg/wg-materials/commit/2c02a8e0ef71dc83b596c52f0752b60157a62940
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M interim-18-09/minutes.md

  Log Message:
  -----------
  doctoc



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5babb648b95d6_fcc42b29804e4ec0648ba--


From nobody Wed Sep 26 09:52:09 2018
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 EAF1E130F76 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 09:52:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nn8MX_wZ6I6z for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 09:51:57 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5CF7D130F1C for <quic-issues@ietf.org>; Wed, 26 Sep 2018 09:51:57 -0700 (PDT)
Date: Wed, 26 Sep 2018 09:51:55 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537980716; bh=UckysSBT8TwOCPPleq58V0l6NBe0GLVaLAWek8Pie+A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=s0JkoDe8Ox1AcT/wuPOTFA0FpB4VnYj62/gKWEkzi/CPwyzhiTjNsLus+YtmQP2lZ vfesm8pITpvDxUX0C0xmaWcSF+bMDT7wO2v0Zr6vkeqca49k0+a3UDFBIiLqrtMCcB VyYh/s1UUP6leU8LHzzyDPU7RjRoVJI2ROE/VjYY=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab63b017dc04aea38ae5554a91fb0227d2e7870d7d92cf0000000117c37b2b92a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/424790318@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babb92bf252b_22b93fdafcad45b4530d7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/prCCxrydBxLXRgATr9VbF-eandA>
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, 26 Sep 2018 16:52:05 -0000

----==_mimepart_5babb92bf252b_22b93fdafcad45b4530d7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks Thank you for the clarification.

> That being said, if someone comes up with a valid reason to keep a specific STOPPING error code, I'd prefer to use 0xFFFF instead of 0, 1 or any other value.

Regarding the need for STOPPING as an error code, my preference is to use the HQ draft as an example.

In HQ, we need to distinguish between an ordinary close (i.e. closed by FIN) and a reset, because only the former is cacheable. We also need to transmit the reason of a reset (i.e. app_error_code of RST_STREAM). Also, it is understanding is that it is not uncommon for operators to log how the streams were closed, for debugging and statistical analysis of the service quality.

Considering these aspects, the following three ways of closing a response need to be distinguishable:
* a) ordinary close
* b) reset by client (i.e. STOP_SENDING)
* c) reset by server (has many error codes)

In practice, it would be appreciated if we could use a single integer to indicate all three ways of closing. We can use `NO_ERROR` (which we already have in the HQ spec) for _a_. We have various error codes for _c_. Considering that, it would be natural to have a special error code within the 16-bit integer space for _b_, which is the `STOPPING` error code.

Regarding code point, my strong preference goes to using some value other than zero (hence this issue). I oppose to using 0xffxx, because the range is define as for private use in the transport error codes, and becasue I prefer not to have contradicting conventions in the transport and application binding. But any other value is fine for me.

-- 
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/1804#issuecomment-424790318
----==_mimepart_5babb92bf252b_22b93fdafcad45b4530d7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"20663557" data-oct=
o-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" =
href=3D"https://github.com/nibanks">@nibanks</a> Thank you for the clarif=
ication.</p>
<blockquote>
<p>That being said, if someone comes up with a valid reason to keep a spe=
cific STOPPING error code, I'd prefer to use 0xFFFF instead of 0, 1 or an=
y other value.</p>
</blockquote>
<p>Regarding the need for STOPPING as an error code, my preference is to =
use the HQ draft as an example.</p>
<p>In HQ, we need to distinguish between an ordinary close (i.e. closed b=
y FIN) and a reset, because only the former is cacheable. We also need to=
 transmit the reason of a reset (i.e. app_error_code of RST_STREAM). Also=
, it is understanding is that it is not uncommon for operators to log how=
 the streams were closed, for debugging and statistical analysis of the s=
ervice quality.</p>
<p>Considering these aspects, the following three ways of closing a respo=
nse need to be distinguishable:</p>
<ul>
<li>a) ordinary close</li>
<li>b) reset by client (i.e. STOP_SENDING)</li>
<li>c) reset by server (has many error codes)</li>
</ul>
<p>In practice, it would be appreciated if we could use a single integer =
to indicate all three ways of closing. We can use <code>NO_ERROR</code> (=
which we already have in the HQ spec) for <em>a</em>. We have various err=
or codes for <em>c</em>. Considering that, it would be natural to have a =
special error code within the 16-bit integer space for <em>b</em>, which =
is the <code>STOPPING</code> error code.</p>
<p>Regarding code point, my strong preference goes to using some value ot=
her than zero (hence this issue). I oppose to using 0xffxx, because the r=
ange is define as for private use in the transport error codes, and becas=
ue I prefer not to have contradicting conventions in the transport and ap=
plication binding. But any other value is fine for me.</p>

<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/1804#issuecomment-424790318">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_wX=
-F-OOmLVvA4HqbxZ_ofLLOkaks5ue7CrgaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqx3SCU6AkZ5oEs3lQIziugom=
jnTKks5ue7CrgaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1804: @nibanks Thank you for the clarification.\r\n\r\n\u003e That=
 being said, if someone comes up with a valid reason to keep a specific S=
TOPPING error code, I'd prefer to use 0xFFFF instead of 0, 1 or any other=
 value.\r\n\r\nRegarding the need for STOPPING as an error code, my prefe=
rence is to use the HQ draft as an example.\r\n\r\nIn HQ, we need to dist=
inguish between an ordinary close (i.e. closed by FIN) and a reset, becau=
se only the former is cacheable. We also need to transmit the reason of a=
 reset (i.e. app_error_code of RST_STREAM). Also, it is understanding is =
that it is not uncommon for operators to log how the streams were closed,=
 for debugging and statistical analysis of the service quality.\r\n\r\nCo=
nsidering these aspects, the following three ways of closing a response n=
eed to be distinguishable:\r\n* a) ordinary close\r\n* b) reset by client=
 (i.e. STOP_SENDING)\r\n* c) reset by server (has many error codes)\r\n\r=
\nIn practice, it would be appreciated if we could use a single integer t=
o indicate all three ways of closing. We can use `NO_ERROR` (which we alr=
eady have in the HQ spec) for _a_. We have various error codes for _c_. C=
onsidering that, it would be natural to have a special error code within =
the 16-bit integer space for _b_, which is the `STOPPING` error code.\r\n=
\r\nRegarding code point, my strong preference goes to using some value o=
ther than zero (hence this issue). I oppose to using 0xffxx, because the =
range is define as for private use in the transport error codes, and beca=
sue I prefer not to have contradicting conventions in the transport and a=
pplication binding. But any other value is fine for me."}],"action":{"nam=
e":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1804#=
issuecomment-424790318"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-424790318",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
4790318",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
4790318"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5babb92bf252b_22b93fdafcad45b4530d7--


From nobody Wed Sep 26 10:05:01 2018
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 3AB6B130EFA for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:05:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i15EBLTzzQAN for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:04:58 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3316812958B for <quic-issues@ietf.org>; Wed, 26 Sep 2018 10:04:58 -0700 (PDT)
Date: Wed, 26 Sep 2018 10:04:57 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537981497; bh=fHWnFoMELIk13vIjs7Mba8scyTp13plhIZWJLXzO7Qs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=toZQoqA3222dabghGpHn1eN2wjAeFsjSpgBDDnTSRztspqsrBl9j5LudDmitBHgsC 44H6L/RAi7UPqCCLrtD2DQTaSvS21QLJt5Akk18p5Z/IW+NiL5sbWa4v3waLdpOzOi 5kNJwJ0KCP47CgNcUMX79hjtunSqiUPyk4wo9ZIU=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8893f8e60c151e18252b807e94f73469a32497a192cf0000000117c37e3992a169ce13d80c39@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1454/424794680@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1454@github.com>
References: <quicwg/base-drafts/issues/1454@github.com>
Subject: Re: [quicwg/base-drafts] QPACK could use some examples (#1454)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babbc391a76d_12933ffbd8cd45c41894a"; 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/9W8sCy2BqG-O3eMHG9Lxnqgy76o>
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, 26 Sep 2018 17:05:00 -0000

----==_mimepart_5babbc391a76d_12933ffbd8cd45c41894a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Perhaps the real decoder examples that are useful would be to show the state of the dynamic table before and after the control stream instructions?  I agree that we probably don't want examples that show an encoder responding to feedback, but it might be worth noting in the examples when the decoder sends 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/1454#issuecomment-424794680
----==_mimepart_5babbc391a76d_12933ffbd8cd45c41894a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Perhaps the real decoder examples that are useful would be to show the=
 state of the dynamic table before and after the control stream instructi=
ons?  I agree that we probably don't want examples that show an encoder r=
esponding to feedback, but it might be worth noting in the examples when =
the decoder sends it.</p>

<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/1454#issuecomment-424794680">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqy_v=
izu_orO-IvaTiluhYW_DVv6oks5ue7O5gaJpZM4UqM1G">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4EWzE6WCeW_M_7futqGdF4H=
ozYqks5ue7O5gaJpZM4UqM1G.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Mike=
Bishop in #1454: Perhaps the real decoder examples that are useful would =
be to show the state of the dynamic table before and after the control st=
ream instructions?  I agree that we probably don't want examples that sho=
w an encoder responding to feedback, but it might be worth noting in the =
examples when the decoder sends it."}],"action":{"name":"View Issue","url=
":"https://github.com/quicwg/base-drafts/issues/1454#issuecomment-4247946=
80"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1454#issuecomment=
-424794680",
"url": "https://github.com/quicwg/base-drafts/issues/1454#issuecomment-42=
4794680",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK could use some examples (#1454)"=
,
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1454,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1454\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1454#issuecomment-42=
4794680"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3466069=
18\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5babbc391a76d_12933ffbd8cd45c41894a--


From nobody Wed Sep 26 10:09:12 2018
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 31572130F04 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:09:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RFUxGVD1GSrU for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:09:10 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2E45F130EF9 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 10:09:10 -0700 (PDT)
Date: Wed, 26 Sep 2018 10:09:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537981749; bh=s0zVhP5FKbC16nJnnELYpoTNWwtMZKkdEOuZZog9wwg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ko2eMYbB7UL3U5PUXF7d4kqSY0GabVJC9GUUZEvOEVytftSYRfDfdvA5/VWUhEYAs aBbjMmwuYrkH0NoAPx0nz26zEiDpKsgPzrgRfj1o/rAKzSZxJqUziJDLpvoRQ71ad5 mpJVRqFPFQJ4ysLbOdZi8hGFEWC4ADTq7RKqQrYE=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc9018d43397a011be9f9022a2368bcff7a99c0b992cf0000000117c37f3592a169ce157c9253@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1747/424796059@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1747@github.com>
References: <quicwg/base-drafts/issues/1747@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: stream cancellation only required when max dynamic table size > 0 (#1747)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babbd355ccbf_68493fcd02ed45b88589f"; 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/jAasg9wMxIYEtJ5B_IkZjXQ3s7Y>
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, 26 Sep 2018 17:09:12 -0000

----==_mimepart_5babbd355ccbf_68493fcd02ed45b88589f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson, I'm not sure that you do.  If the decoder's maximum size is zero, you can never insert to the dynamic table, and therefore can never emit a header block that references it.  That means you'll never have sent a header block that expects an acknowledgement, since we already agreed not to ack static-only blocks.

-- 
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/1747#issuecomment-424796059
----==_mimepart_5babbd355ccbf_68493fcd02ed45b88589f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"67641" data-octo-c=
lick=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" hre=
f=3D"https://github.com/martinthomson">@martinthomson</a>, I'm not sure t=
hat you do.  If the decoder's maximum size is zero, you can never insert =
to the dynamic table, and therefore can never emit a header block that re=
ferences it.  That means you'll never have sent a header block that expec=
ts an acknowledgement, since we already agreed not to ack static-only blo=
cks.</p>

<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/1747#issuecomment-424796059">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq85O=
d3WvW4ZQzkgcTmEgg6WAsEOVks5ue7S1gaJpZM4WqFwz">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9IgxoTD6E5rhbwCtQxYIUib=
cV-9ks5ue7S1gaJpZM4WqFwz.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Mike=
Bishop in #1747: @martinthomson, I'm not sure that you do.  If the decode=
r's maximum size is zero, you can never insert to the dynamic table, and =
therefore can never emit a header block that references it.  That means y=
ou'll never have sent a header block that expects an acknowledgement, sin=
ce we already agreed not to ack static-only blocks."}],"action":{"name":"=
View Issue","url":"https://github.com/quicwg/base-drafts/issues/1747#issu=
ecomment-424796059"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment=
-424796059",
"url": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-42=
4796059",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: stream cancellation only requir=
ed when max dynamic table size \u003e 0 (#1747)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1747,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1747\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-42=
4796059"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3801324=
03\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5babbd355ccbf_68493fcd02ed45b88589f--


From nobody Wed Sep 26 10:10:52 2018
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 F20C412958B for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:10:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BD8jiyKBEFAT for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:10:49 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 65B0E1252B7 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 10:10:49 -0700 (PDT)
Date: Wed, 26 Sep 2018 10:10:48 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537981848; bh=O4bT4HVi1JHFjX6FmRrEUL67/Mpy4R56MGXtmGv/j/0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Z733aLJjWSasQjNpADfrz+xqLhRfKENfgPvprAWZS11jvtZ+I0Uc2UEALEz+Skfy6 XS/M0LUvCKe1NV3Xog7D+c3pZtv/KQaR2kVIkgk9+jUUhuO9CnHvqus/IJuM2wn2jk hjqHMMigCVHfUk9fTPRuCwqBhuHNnSVJcynLbUNY=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf8080e42bd7e4ec5b8411edde8d4d0952a8a8fd492cf0000000117c37f9892a169ce1586022d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1761/review/159105246@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1761@github.com>
References: <quicwg/base-drafts/pull/1761@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: don't send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0 (#1761)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babbd9896b61_78cd3fa3a18d45bc20193f"; 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/4MxgUA7SFgyDZUNOI-Fekw993kQ>
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, 26 Sep 2018 17:10:51 -0000

----==_mimepart_5babbd9896b61_78cd3fa3a18d45bc20193f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop approved this pull request.



> @@ -639,12 +639,14 @@ Largest Known Received.
 
 ### Stream Cancellation
 
-A stream that is reset might have multiple outstanding header blocks.  A decoder
-that receives a stream reset before the end of a stream generates a Stream
-Cancellation instruction on the decoder stream.  Similarly, a decoder that
-abandons reading of a stream needs to signal this using the Stream Cancellation
-instruction.  This signals to the encoder that all references to the dynamic
-table on that stream are no longer outstanding.
+A stream that is reset might have multiple outstanding header blocks with
+dynamic table references.  A decoder that receives a stream reset before the end
+of a stream generates a Stream Cancellation instruction on the decoder stream.
+Similarly, a decoder that abandons reading of a stream needs to signal this
+using the Stream Cancellation instruction.  This signals to the encoder that all
+references to the dynamic table on that stream are no longer outstanding.  A
+decoder with a maximum dynamic table size equal to zero MAY omit send Stream

"omit sending", probably.

-- 
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/1761#pullrequestreview-159105246
----==_mimepart_5babbd9896b61_78cd3fa3a18d45bc20193f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@MikeBishop</b> approved this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1761#discussion_r220648848">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -639,12 +639,14 @@ Largest Known Received.
 
 ### Stream Cancellation
 
-A stream that is reset might have multiple outstanding header blocks.  A decoder
-that receives a stream reset before the end of a stream generates a Stream
-Cancellation instruction on the decoder stream.  Similarly, a decoder that
-abandons reading of a stream needs to signal this using the Stream Cancellation
-instruction.  This signals to the encoder that all references to the dynamic
-table on that stream are no longer outstanding.
+A stream that is reset might have multiple outstanding header blocks with
+dynamic table references.  A decoder that receives a stream reset before the end
+of a stream generates a Stream Cancellation instruction on the decoder stream.
+Similarly, a decoder that abandons reading of a stream needs to signal this
+using the Stream Cancellation instruction.  This signals to the encoder that all
+references to the dynamic table on that stream are no longer outstanding.  A
+decoder with a maximum dynamic table size equal to zero MAY omit send Stream
</pre>
<p>"omit sending", probably.</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/1761#pullrequestreview-159105246">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0-78amkaLNdOj9ot7Ctp01A4jzMks5ue7UYgaJpZM4WtA_U">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1FRKGLEIROvoJPTw0AXxaumtgxOks5ue7UYgaJpZM4WtA_U.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop approved #1761"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1761#pullrequestreview-159105246"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1761#pullrequestreview-159105246",
"url": "https://github.com/quicwg/base-drafts/pull/1761#pullrequestreview-159105246",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop approved 1761",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1761#pullrequestreview-159105246"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380899284\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5babbd9896b61_78cd3fa3a18d45bc20193f--


From nobody Wed Sep 26 10:18:03 2018
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 4C5DB130F06 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:18:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.456
X-Spam-Level: 
X-Spam-Status: No, score=-3.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 t6sb-AOixoPj for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:18:00 -0700 (PDT)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2C5AC130E41 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 10:18:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=wzAu+3mzraesC2UwjhkuP0X/IUA=; b=nO6Gh8aQDP6gnKCu 3AsOnQy0e/54HzkwCbJJQOQcZPsT8drtxTFtHLG2ycvZ2RWGk0nmXD9Y8Qwu4Ier TLBY+khI4sWBKrc+xrGhA3icKy4vYSOH2tGbX0uJBsw8B44iS+WhyFtTx/YvrGrK slFy4ozBeLc9Z8YzXLm4HBlPtxQ=
Received: by filter1030p1las1.sendgrid.net with SMTP id filter1030p1las1-11832-5BABBF3E-72 2018-09-26 17:17:51.006149461 +0000 UTC m=+1712292.098736406
Received: from github-lowworker-dcc078e.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id aABbJsxDQM2fjTfRYM95EA for <quic-issues@ietf.org>; Wed, 26 Sep 2018 17:17:50.863 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcc078e.cp1-iad.github.net (Postfix) with ESMTP id D0D2C2C06B6 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 10:17:50 -0700 (PDT)
Date: Wed, 26 Sep 2018 17:17:51 +0000 (UTC)
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba0f00a9fd9d141d63ac2e14b52b500bba03287b192cf0000000117c3813e92a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/424799049@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babbf3ec99b6_2fd83fea732d45b860546"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3yhx6vmnXahWD5ZYiajKL74lcEhmcHp1dTo5 LVv8WSzR9MLwsGwysWrLUhIXfjQdndlbnYO1qh3lTOcgh+kNDsbW9V3i9LZkCURvOYK/IiayXetdzI DMb//zsmoD3IQITkK9jVS0PgltgdRjSX4qtlW8VKMM3TbnCignvzguWjd+zzA+ZtNXsjG6dY4y2eFt Q=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Y2J1ujX4KmZx4POv8l-trTdVOZY>
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, 26 Sep 2018 17:18:02 -0000

----==_mimepart_5babbf3ec99b6_2fd83fea732d45b860546
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> I oppose to using 0xffxx, because the range is define as for private use in the transport error codes

Where is that indiciated. Is that HQ specific? Here is the blurb from the transport spec about application error codes:

```
   There is no restriction on the use of the 16-bit error code space for
   application protocols.  However, QUIC reserves the error code with a
   value of 0 to mean STOPPING.  The application error code of STOPPING
   (0) is used by the transport to cancel a stream in response to
   receipt of a STOP_SENDING frame.
```
In generally, I feel that taking one single value from an otherwise completely free number space for just one particular scenario feels bad to me. There are plenty of other ways to achieve the same thing as STOPPING.

- You could have a different frame type (STOP_COMPLETE).
- You could just accept any RST_STREAM in response to a STOP_SENDING as confirmation.
- You could have a special bit/flag in the RST_STREAM to indicate there is no application error code.

IMO, reserving one value is the worst way to achieve this. Someone will always not be happy whatever value we chose, and the application layer will not understand why it can't use one value. How do you enforce that at an API layer? Wait until they happen to try to send that (in some particular, edge case scenario?) and then error out? What is the chance they don't see that until they deploy?

-- 
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/1804#issuecomment-424799049
----==_mimepart_5babbf3ec99b6_2fd83fea732d45b860546
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>I oppose to using 0xffxx, because the range is define as for private use=
 in the transport error codes</p>
</blockquote>
<p>Where is that indiciated. Is that HQ specific? Here is the blurb from th=
e transport spec about application error codes:</p>
<pre><code>   There is no restriction on the use of the 16-bit error code s=
pace for
   application protocols.  However, QUIC reserves the error code with a
   value of 0 to mean STOPPING.  The application error code of STOPPING
   (0) is used by the transport to cancel a stream in response to
   receipt of a STOP_SENDING frame.
</code></pre>
<p>In generally, I feel that taking one single value from an otherwise comp=
letely free number space for just one particular scenario feels bad to me. =
There are plenty of other ways to achieve the same thing as STOPPING.</p>
<ul>
<li>You could have a different frame type (STOP_COMPLETE).</li>
<li>You could just accept any RST_STREAM in response to a STOP_SENDING as c=
onfirmation.</li>
<li>You could have a special bit/flag in the RST_STREAM to indicate there i=
s no application error code.</li>
</ul>
<p>IMO, reserving one value is the worst way to achieve this. Someone will =
always not be happy whatever value we chose, and the application layer will=
 not understand why it can't use one value. How do you enforce that at an A=
PI layer? Wait until they happen to try to send that (in some particular, e=
dge case scenario?) and then error out? What is the chance they don't see t=
hat until they deploy?</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/1804#issuecomment-424799049">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkqw4ye8-luBXUFh=
0z4NpE7TJOTLwLks5ue7a-gaJpZM4W6IGT">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq4C3R0hE9FEIWU0gpf5p3XGW1KUmks5ue7a-ga=
JpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks in #1804: \u=
003e I oppose to using 0xffxx, because the range is define as for private u=
se in the transport error codes\r\n\r\nWhere is that indiciated. Is that HQ=
 specific? Here is the blurb from the transport spec about application erro=
r codes:\r\n\r\n```\r\n   There is no restriction on the use of the 16-bit =
error code space for\r\n   application protocols.  However, QUIC reserves t=
he error code with a\r\n   value of 0 to mean STOPPING.  The application er=
ror code of STOPPING\r\n   (0) is used by the transport to cancel a stream =
in response to\r\n   receipt of a STOP_SENDING frame.\r\n```\r\nIn generall=
y, I feel that taking one single value from an otherwise completely free nu=
mber space for just one particular scenario feels bad to me. There are plen=
ty of other ways to achieve the same thing as STOPPING.\r\n\r\n- You could =
have a different frame type (STOP_COMPLETE).\r\n- You could just accept any=
 RST_STREAM in response to a STOP_SENDING as confirmation.\r\n- You could h=
ave a special bit/flag in the RST_STREAM to indicate there is no applicatio=
n error code.\r\n\r\nIMO, reserving one value is the worst way to achieve t=
his. Someone will always not be happy whatever value we chose, and the appl=
ication layer will not understand why it can't use one value. How do you en=
force that at an API layer? Wait until they happen to try to send that (in =
some particular, edge case scenario?) and then error out? What is the chanc=
e they don't see that until they deploy?"}],"action":{"name":"View Issue","=
url":"https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424799=
049"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-4=
24799049",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-4247=
99049",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than z=
ero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"qui=
cwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-4247=
99049"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384336275=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5babbf3ec99b6_2fd83fea732d45b860546--


From nobody Wed Sep 26 10:19:34 2018
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 A1C3B130DC7 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:19:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q5fSbflsoR2n for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:19:31 -0700 (PDT)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C5720130F06 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 10:19:31 -0700 (PDT)
Date: Wed, 26 Sep 2018 10:19:30 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537982371; bh=lRuZS3VCqlnerppgWP+c0TSXeWWDJCZokM4hVGSWwQ8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hl/tDjjLdkamRG/mvUVCUcfPnKv+AzMVlW1aAreJIfOuJKtDE6XUuCSndj3y5CUrx RRwFZrQWc3sfTUjtZIi8S3tKQTOgto10+B/lTUCqWDGnotg0tXQ1FNQAposVA9b5h9 2O1Rx5/DJ1+yx3et2oUTPCpze4NzmN90/IU8W6vc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab89d9d2ae81bdfe3c47ba97ca33f4d79d87c65b3892cf0000000117c381a292a169ce157c9253@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1747/424799560@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1747@github.com>
References: <quicwg/base-drafts/issues/1747@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: stream cancellation only required when max dynamic table size > 0 (#1747)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babbfa2c9981_236a3fe17cad45c42750fb"; 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/3kDiol2buWxNBme6A4AVDOmO4wo>
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, 26 Sep 2018 17:19:34 -0000

----==_mimepart_5babbfa2c9981_236a3fe17cad45c42750fb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Right, that was the conclusion of the discussion in NYC.

-- 
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/1747#issuecomment-424799560
----==_mimepart_5babbfa2c9981_236a3fe17cad45c42750fb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Right, that was the conclusion of the discussion in NYC.</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/1747#issuecomment-424799560">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4x7j_dMJeWUCztNsrq2oXClEkuNks5ue7cigaJpZM4WqFwz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5xywDf9Z7eyadD6eOVSo8_aIRmcks5ue7cigaJpZM4WqFwz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1747: Right, that was the conclusion of the discussion in NYC."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1747#issuecomment-424799560"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-424799560",
"url": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-424799560",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: stream cancellation only required when max dynamic table size \u003e 0 (#1747)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1747,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1747\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1747#issuecomment-424799560"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380132403\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5babbfa2c9981_236a3fe17cad45c42750fb--


From nobody Wed Sep 26 10:25:15 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 A2579130DC7 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:25:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.499
X-Spam-Level: 
X-Spam-Status: No, score=-0.499 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 4h94mnSPghPo for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:25:12 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E3EB5126CC7 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 10:25:11 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537982711; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=PgUm1sd2k3GGea6zM3Y6HpDs9lo2VjhoQGz5hi31fTI=; b=pOp14ZVCUSygMIou89hjirm/oayI6SGXOngqiapXd5y+F/chOW9Q4ITKOXUDvAlrb4wJjve6 GoPsXaSl1k+RorwJIzbCJzvmsPD/pKPB8eO+yKeXUWrzH15Eoq7XcHsKi6cmXfiuPCAMuLhk SKXzTtjmwgLVc1J8A+ZvVzo6dIM=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5babc0f6.7fa24407e1e0-smtp-out-n02; Wed, 26 Sep 2018 17:25:10 -0000 (UTC)
Date: Wed, 26 Sep 2018 10:25:09 -0700
From: martinthomson <martin.thomson@gmail.com>
Reply-To: martinthomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5babc0f5d9220_68d52b0fd2922edc369e5@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5babc0f5d8e90_68d52b0fd2922edc368f2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/a6Ud-6q3NGWIF0-hdgndQDep3Ag>
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, 26 Sep 2018 17:25:14 -0000

----==_mimepart_5babc0f5d8e90_68d52b0fd2922edc368f2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/validate-retry
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5babc0f5d8e90_68d52b0fd2922edc368f2--


From nobody Wed Sep 26 10:29:18 2018
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 7340E130DE9 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:29:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MuAunAqM4Pxh for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:29:15 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5C45C126CC7 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 10:29:15 -0700 (PDT)
Date: Wed, 26 Sep 2018 10:29:14 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537982954; bh=oioKhWRBUDdmTBF3719AGnFtPj2Na63rR/ZS1J+efpY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vQypRPrGfuBtc9duIn1rnfVVH+OpTzzVzJRnQ2a29MORjTqbLn2fakvhQpuTWDelk qI29X0Ox0SDKMeqk8U7f3oRHVOWcn3xwXgtrRzieOtplTBMj7m4/6NJQclbIUJ6YM2 lJU1p/0NuyzxMSHKhvu8yg+EsZOdHYlInMeAG98E=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2cd9e04f265e4451a2fe773299f22f679ca625d392cf0000000117c383ea92a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/424802605@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babc1ea5492f_12c43f9414ed45bc3583ed"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Nk9FM_0-bWpOwDMuWVNPk1AphXs>
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, 26 Sep 2018 17:29:18 -0000

----==_mimepart_5babc1ea5492f_12c43f9414ed45bc3583ed
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

>> I oppose to using 0xffxx, because the range is define as for private u=
se in the transport error codes=0D
> =0D
> Where is that indiciated. Is that HQ specific?=0D
=0D
[Section 13.3](https://quicwg.org/base-drafts/draft-ietf-quic-transport.h=
tml#rfc.section.13.3): _"The =E2=80=9CQUIC Transport Error Codes=E2=80=9D=
 registry governs a 16-bit space. This space is split into two spaces tha=
t are governed by different policies. Values with the first byte in the r=
ange 0x00 to 0xfe (in hexadecimal) are assigned via the Specification Req=
uired policy [RFC8126]. Values with the first byte 0xff are reserved for =
Private Use [RFC8126]."_=0D
=0D
> IMO, reserving one value is the worst way to achieve this. Someone will=
 always not be happy whatever value we chose, and the application layer w=
ill not understand why it can't use one value.=0D
=0D
I agree that it is not a beautiful. But it is practical. It is beneficial=
 to have an error code that covers all the three ways of closing response=
s, because that gives us a standard way of indicating how it was closed u=
sing just one number.=0D
=0D
When tracking down an issue in the real world, it would often be the case=
 that multiple HQ stacks are involved. It is highly preferable if we coul=
d just talk about the error codes rather than referring to the *frame typ=
e and error code* when trying to nail down issues.

-- =

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/1804#issuecomment-424802605=

----==_mimepart_5babc1ea5492f_12c43f9414ed45bc3583ed
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<blockquote>
<p>I oppose to using 0xffxx, because the range is define as for private u=
se in the transport error codes</p>
</blockquote>
<p>Where is that indiciated. Is that HQ specific?</p>
</blockquote>
<p><a href=3D"https://quicwg.org/base-drafts/draft-ietf-quic-transport.ht=
ml#rfc.section.13.3" rel=3D"nofollow">Section 13.3</a>: <em>"The =E2=80=9C=
QUIC Transport Error Codes=E2=80=9D registry governs a 16-bit space. This=
 space is split into two spaces that are governed by different policies. =
Values with the first byte in the range 0x00 to 0xfe (in hexadecimal) are=
 assigned via the Specification Required policy [RFC8126]. Values with th=
e first byte 0xff are reserved for Private Use [RFC8126]."</em></p>
<blockquote>
<p>IMO, reserving one value is the worst way to achieve this. Someone wil=
l always not be happy whatever value we chose, and the application layer =
will not understand why it can't use one value.</p>
</blockquote>
<p>I agree that it is not a beautiful. But it is practical. It is benefic=
ial to have an error code that covers all the three ways of closing respo=
nses, because that gives us a standard way of indicating how it was close=
d using just one number.</p>
<p>When tracking down an issue in the real world, it would often be the c=
ase that multiple HQ stacks are involved. It is highly preferable if we c=
ould just talk about the error codes rather than referring to the <em>fra=
me type and error code</em> when trying to nail down issues.</p>

<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/1804#issuecomment-424802605">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq07Q=
jAsUPuYYqVG7OcBpX88tPTawks5ue7lqgaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq98g1Ug6Si5TqWwKbwc12NQv=
YyIlks5ue7lqgaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1804: \u003e\u003e I oppose to using 0xffxx, because the range is =
define as for private use in the transport error codes\r\n\u003e \r\n\u00=
3e Where is that indiciated. Is that HQ specific?\r\n\r\n[Section 13.3](h=
ttps://quicwg.org/base-drafts/draft-ietf-quic-transport.html#rfc.section.=
13.3): _\"The =E2=80=9CQUIC Transport Error Codes=E2=80=9D registry gover=
ns a 16-bit space. This space is split into two spaces that are governed =
by different policies. Values with the first byte in the range 0x00 to 0x=
fe (in hexadecimal) are assigned via the Specification Required policy [R=
FC8126]. Values with the first byte 0xff are reserved for Private Use [RF=
C8126].\"_\r\n\r\n\u003e IMO, reserving one value is the worst way to ach=
ieve this. Someone will always not be happy whatever value we chose, and =
the application layer will not understand why it can't use one value.\r\n=
\r\nI agree that it is not a beautiful. But it is practical. It is benefi=
cial to have an error code that covers all the three ways of closing resp=
onses, because that gives us a standard way of indicating how it was clos=
ed using just one number.\r\n\r\nWhen tracking down an issue in the real =
world, it would often be the case that multiple HQ stacks are involved. I=
t is highly preferable if we could just talk about the error codes rather=
 than referring to the *frame type and error code* when trying to nail do=
wn issues."}],"action":{"name":"View Issue","url":"https://github.com/qui=
cwg/base-drafts/issues/1804#issuecomment-424802605"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-424802605",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
4802605",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
4802605"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5babc1ea5492f_12c43f9414ed45bc3583ed--


From nobody Wed Sep 26 10:34:01 2018
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 2D247130DE9 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:34:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 56OUEhZ_pswR for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:33:58 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 147941200D7 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 10:33:58 -0700 (PDT)
Date: Wed, 26 Sep 2018 10:33:57 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537983237; bh=D0/WRJMR0UJnr2fD7U0KbYbS++ylQDEGLlU7Rhj/LyU=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=ZXsp91bO826IKd2/UyHtaODa63pMoJEjjwgEbfyB9Fil2TzkfAcKOKUxVVwPFiNtg IHgaGZnXiQSWl+LHWv+Zdux3kgB8JFtbb8vdllZrWkdRvUzL3x4mHQ017Zd2bcLo60 /wvYF8bVKEsj8ewfsbfm89WuOYCWyjkUZW7Iw1E0=
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab81f22e5af3a7fdf310d82f4f9defe6f2376c9ee792cf0000000117c3850592a169ce15b44701@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1805@github.com>
Subject: [quicwg/base-drafts] Receive MAX_STREAM_DATA for non-existent stream (#1805)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babc3051b790_47a43fe737ed45b41553af"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
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/o-DC0fanLQMunfRBL2ibxUvaHiQ>
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, 26 Sep 2018 17:34:00 -0000

----==_mimepart_5babc3051b790_47a43fe737ed45b41553af
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Assuming I am client and I want to create a new bidi stream. When creating a new stream, I would set the max stream data as initial_max_stream_data_bidi_remote transport parameter received during handshake. 

But what if before opening the stream, server sends me MAX_STREAM_DATA frame? I understand that the draft says, quote
"If an endpoint receives a frame for a stream that it expects to initiate (i.e., odd-numbered for the client or even-numbered for the server), but which it has not yet opened, it MUST close the connection with error code STREAM_STATE_ERROR"

Does this apply to all stream related frames (MAX_STREAM_DATA, STREAM_BLOCKED, STREAM_ID_BLOCKED etc.)?

-- 
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/1805
----==_mimepart_5babc3051b790_47a43fe737ed45b41553af
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Assuming I am client and I want to create a new bidi stream. When creating a new stream, I would set the max stream data as initial_max_stream_data_bidi_remote transport parameter received during handshake.</p>
<p>But what if before opening the stream, server sends me MAX_STREAM_DATA frame? I understand that the draft says, quote<br>
"If an endpoint receives a frame for a stream that it expects to initiate (i.e., odd-numbered for the client or even-numbered for the server), but which it has not yet opened, it MUST close the connection with error code STREAM_STATE_ERROR"</p>
<p>Does this apply to all stream related frames (MAX_STREAM_DATA, STREAM_BLOCKED, STREAM_ID_BLOCKED etc.)?</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/1805">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzrLpKlYk04DEybNSIi_5ZgE4todks5ue7qFgaJpZM4W7Ji7">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7m0P9oyxznbzNQg-Ptgoz7FGjx9ks5ue7qFgaJpZM4W7Ji7.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Receive MAX_STREAM_DATA for non-existent stream (#1805)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1805"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1805",
"url": "https://github.com/quicwg/base-drafts/issues/1805",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Receive MAX_STREAM_DATA for non-existent stream (#1805)",
"sections": [
{
"text": "",
"activityTitle": "**Vidhi Goel**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@goelvidhi",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1805
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1805,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1805\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1805"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384604347\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5babc3051b790_47a43fe737ed45b41553af--


From nobody Wed Sep 26 10:34:21 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 55072128766 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:34:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.107
X-Spam-Level: 
X-Spam-Status: No, score=-2.107 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, 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 sghlGqqu32eL for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:34:17 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8A2D3130DE9 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 10:34:17 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537983256; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=Jy2BVObPb9CUT19TJQNSUIjiYQF3wkmYvuRlCHWJOmw=; b=ljNHfiyKVpeQ68P+1daVSlZsNWVIvBfTRMm09EgJaFLn2vN1eLvIAFLM1UFSEqtT/6YlJOvK WpieLA3WnjN9sPRJeMQekdbSCynPYp9W/CwiDhrQF8CvSHTF/7aUVKFRi0jUm+kNq+8U88DK XCtK5nfsGLzkKU1dc1a1p3x+Fjw=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5babc318.7f5829bee6f0-smtp-out-n01; Wed, 26 Sep 2018 17:34:16 -0000 (UTC)
Date: Wed, 26 Sep 2018 10:34:16 -0700
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5babc3189ac74_66cc2ac98b1daedc7853d@hookshot-fe-cace476.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] c896cc: SHOULD NOT shoot self in foot
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5babc3189a906_66cc2ac98b1daedc784f3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2eLr3qwW2nvWth61KAE3LCA0mlQ>
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, 26 Sep 2018 17:34:19 -0000

----==_mimepart_5babc3189a906_66cc2ac98b1daedc784f3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/http/min_tp
  Home:   https://github.com/quicwg/base-drafts
  Commit: c896cc077a2e8810d8e88e51c95e77e190125729
      https://github.com/quicwg/base-drafts/commit/c896cc077a2e8810d8e88e51c95e77e190125729
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  SHOULD NOT shoot self in foot



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5babc3189a906_66cc2ac98b1daedc784f3--


From nobody Wed Sep 26 10:36:20 2018
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 093AD130DE9 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:36:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.456
X-Spam-Level: 
X-Spam-Status: No, score=-3.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 uCCvfolB4cqp for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 10:36:17 -0700 (PDT)
Received: from o1.sgmail.github.com (o1.sgmail.github.com [192.254.114.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 521761200D7 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 10:36:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=+0hkfis9H2L544siP0v4bEt/t2w=; b=JFaKudqAn8lDtjII V+rj38noa351m3WpF+Z7UdWYjomE9cZJyNcd+XLZ3M1GFGIQSe1eqBBAR88rayNv ZyDsMyjauq6VlSsxrGUPBYY7n3PG1CIVG5AWmFqq3RYTnwes1OFultu8MoOFBMAc ZwY86ba7X4JiOBrJ3eAlLFPRLuc=
Received: by filter0302p1iad2.sendgrid.net with SMTP id filter0302p1iad2-24575-5BABC38F-21 2018-09-26 17:36:15.786237651 +0000 UTC m=+1710775.138877686
Received: from github-lowworker-3c598a3.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0007p1iad2.sendgrid.net (SG) with ESMTP id ttsOYgVCSGWSey0RVMiZyg for <quic-issues@ietf.org>; Wed, 26 Sep 2018 17:36:15.828 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-3c598a3.cp1-iad.github.net (Postfix) with ESMTP id C06D9A8024F for <quic-issues@ietf.org>; Wed, 26 Sep 2018 10:36:15 -0700 (PDT)
Date: Wed, 26 Sep 2018 17:36:15 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5d919a40f4aa694911676e0e306a8aec8c92f8b092cf0000000117c3858f92a169ce15b44a1d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1806@github.com>
Subject: [quicwg/base-drafts] Recommend non-zero values for footgun TPs (#1806)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babc38fbc466_3ee13fe7ae8d45c026794b"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0Ul7HZEKR97nxWele5r7OYaUi34HXzdmo8bK l9BOY8dajblPav8xCfv1dIn8nX74+vCbMkRh/d5gvkjeE0RmPlhzAGWpo65oIr24bKWeZP7wqTR54v bbBv2bEf45m1umnEamvohIKBHGYdM5bzA27tAh6KZ2pniCZ1I2ADQ3DGuWNs6qRaMpoYKZm6uh5Qrj I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WwnhZKv4wXTJmYHD0cyuwOkNk_w>
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, 26 Sep 2018 17:36:19 -0000

----==_mimepart_5babc38fbc466_3ee13fe7ae8d45c026794b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #1720.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1806

-- Commit Summary --

  * SHOULD NOT shoot self in foot

-- File Changes --

    M draft-ietf-quic-http.md (13)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1806.patch
https://github.com/quicwg/base-drafts/pull/1806.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/1806

----==_mimepart_5babc38fbc466_3ee13fe7ae8d45c026794b
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 #1720.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="357036081" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1720" href="https://github.com/quicwg/base-drafts/issues/1720">#1720</a>.</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/1806'>https://github.com/quicwg/base-drafts/pull/1806</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>SHOULD NOT shoot self in foot</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1806/files#diff-0">draft-ietf-quic-http.md</a>
    (13)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1806.patch'>https://github.com/quicwg/base-drafts/pull/1806.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1806.diff'>https://github.com/quicwg/base-drafts/pull/1806.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/1806">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8BR6Q6oZ9qs0yfUn4TCAddQP0xRks5ue7sPgaJpZM4W7Jxu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxnOsW3u7Te66loNGMxFojJ5ymM6ks5ue7sPgaJpZM4W7Jxu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Recommend non-zero values for footgun TPs (#1806)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1806"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1806",
"url": "https://github.com/quicwg/base-drafts/pull/1806",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Recommend non-zero values for footgun TPs (#1806)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "c896cc0",
"value": "SHOULD NOT shoot self in foot"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-http.md](https://github.com/quicwg/base-drafts/pull/1806/files#diff-0) (13 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1806,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1806\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1806"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1806.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1806.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384605294\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5babc38fbc466_3ee13fe7ae8d45c026794b--


From nobody Wed Sep 26 11:33:37 2018
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 0DB33130E09 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 11:33:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0S-HP98lQ_-e for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 11:33:33 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AF53D128766 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 11:33:33 -0700 (PDT)
Date: Wed, 26 Sep 2018 11:33:32 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537986812; bh=vQYj4XaSpryzkDjEaXKvEVvm3yLQkfCj+g/hlfSF028=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IXuufDJ8b/V+8JgxxacEU3oCX/8wMeBYAQb9xBref+tmGkozc6q/EC4OjYETAF/80 vh+F08Xca8rLAnr5d6RO6EM32rvvsuk2r8cTTTdKHsWLTyXknEpKdnTakNL0dgV+Bo ZQTURt8wSv7U//JxxkvLGRU1M65M5/jr5ZQ1rZXM=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8da130ecf4ded46af93ab4e6efc1bf6842f53e8d92cf0000000117c392fc92a169ce158602f3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1762/review/159139221@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1762@github.com>
References: <quicwg/base-drafts/pull/1762@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: make TSS=0 a connection error (#1762)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babd0fc827c7_670e3fa2088d45c022301a"; 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/0uqVSuB1yMVpAN4djTebbVk_fXU>
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, 26 Sep 2018 18:33:36 -0000

----==_mimepart_5babd0fc827c7_670e3fa2088d45c022301a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop approved this pull request.

This is fine, but one suggestion for readability.

"...greater than the number of dynamic table entries beyond the current Largest Known Received" is correct, but not immediately comprehensible.  Maybe framing that as "...which indicates receipt of an entry which has not been sent" would help it be obvious why that number is a problem?



-- 
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/1762#pullrequestreview-159139221
----==_mimepart_5babd0fc827c7_670e3fa2088d45c022301a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@MikeBishop</b> approved this pull request.</p>

<p>This is fine, but one suggestion for readability.</p>
<p>"...greater than the number of dynamic table entries beyond the current Largest Known Received" is correct, but not immediately comprehensible.  Maybe framing that as "...which indicates receipt of an entry which has not been sent" would help it be obvious why that number is a problem?</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/1762#pullrequestreview-159139221">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-hYXsCLg58igHhDml4AIQq4_GWbks5ue8h8gaJpZM4WtBC2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-a_E_3zIS9mQCu88Xk4JfZaOHSQks5ue8h8gaJpZM4WtBC2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop approved #1762"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1762#pullrequestreview-159139221"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1762#pullrequestreview-159139221",
"url": "https://github.com/quicwg/base-drafts/pull/1762#pullrequestreview-159139221",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop approved 1762",
"sections": [
{
"text": "This is fine, but one suggestion for readability.\r\n\r\n\"...greater than the number of dynamic table entries beyond the current Largest Known Received\" is correct, but not immediately comprehensible.  Maybe framing that as \"...which indicates receipt of an entry which has not been sent\" would help it be obvious why that number is a problem?",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1762#pullrequestreview-159139221"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380899510\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5babd0fc827c7_670e3fa2088d45c022301a--


From nobody Wed Sep 26 11:44:56 2018
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 83CBD130DC1 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 11:44:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UYkSFYYX2FrQ for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 11:44:52 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 73B2E127332 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 11:44:52 -0700 (PDT)
Date: Wed, 26 Sep 2018 11:44:50 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537987490; bh=V9kiCPXuqX03Wn74KGmhaQmP9j93w+B5tD1kMYB3Ukw=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=lXAgbJqpeYQ6NNJTy94qy2IhQxk/nlTFTX3sybohVLb0qoFguCz9jIFZrfWQWwbpd XV8YXVbsmyd/WoiTK9PhcrBn6d+pb3aiA+n3vcwTinwsDoaKZENlWHa2VoGFqLjOCp E+ovFHkGixlo3FgQWxhxkHUlQs9AE07bt+yXdMOU=
From: Alexandre Ferrieux <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab01f500f26dcadc7e6d6088d552170a4a9ae378bc92cf0000000117c395a292a169ce15b4a7cd@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/77@github.com>
Subject: [quicwg/wg-materials] Update minutes.md (#77)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babd3a27744b_67fb3fe870ad45c46783a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ferrieux
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/DDIJUlBLd4uWOSxWbZmhOa-pZo0>
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, 26 Sep 2018 18:44:55 -0000

----==_mimepart_5babd3a27744b_67fb3fe870ad45c46783a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

A few important details forgotten in the minutes
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/wg-materials/pull/77

-- Commit Summary --

  * Update minutes.md

-- File Changes --

    M interim-18-09/minutes.md (4)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/77.patch
https://github.com/quicwg/wg-materials/pull/77.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/wg-materials/pull/77

----==_mimepart_5babd3a27744b_67fb3fe870ad45c46783a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>A few important details forgotten in the minutes</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/wg-materials/pull/77'>https://github.com/quicwg/wg-materials/pull/77</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Update minutes.md</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/77/files#diff-0">interim-18-09/minutes.md</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/77.patch'>https://github.com/quicwg/wg-materials/pull/77.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/77.diff'>https://github.com/quicwg/wg-materials/pull/77.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/wg-materials/pull/77">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-rdUcOvQdrIRwSy-g_SW2nsB7Dvks5ue8sigaJpZM4W7Qwu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_6JiLJocHrj9jI_h17Q7sFjYCPtks5ue8sigaJpZM4W7Qwu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Update minutes.md (#77)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/77"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/77",
"url": "https://github.com/quicwg/wg-materials/pull/77",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Update minutes.md (#77)",
"sections": [
{
"text": "",
"activityTitle": "**Alexandre Ferrieux**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ferrieux",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "30d6c2a",
"value": "Update minutes.md"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[interim-18-09/minutes.md](https://github.com/quicwg/wg-materials/pull/77/files#diff-0) (4 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 77,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 77\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/77"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/77.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/77.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384633902\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5babd3a27744b_67fb3fe870ad45c46783a--


From nobody Wed Sep 26 11:52:05 2018
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 D35F7127332 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 11:52:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hbDLvvnwzOer for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 11:52:03 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 45E1F127133 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 11:52:03 -0700 (PDT)
Date: Wed, 26 Sep 2018 11:52:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537987922; bh=8VLax4Meeb8YKy8xT1HdNfjSzyUpxVP0DfNJE1lH7Qw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QIb6+Gr0dUBCkSByWHogCkbJB6fQSF4JTgrrSStl3SVPz+RFfW41ZcFyHnZMfMVpQ GIRCgacx8KVNKXq/wpbO6UZeBSEd3+yUSKO/VRfUuqR65mq5fCm3gJwGUf0x3KqqvL Zbgf23D5iUdOqSnq2AfcozUupQHGP9JcY7+3fFpk=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab108e8a51625f7d0564daa49a27f1df0e6fe0568a92cf0000000117c3975292a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/424829432@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babd55256abb_60bf3f8fbe0d45c018436f"; 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/TyYGMd009gs3YpRuf9IYeEy839Q>
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, 26 Sep 2018 18:52:05 -0000

----==_mimepart_5babd55256abb_60bf3f8fbe0d45c018436f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The RST_STREAM error codes are not transport error codes, but application error codes. So that section you listed doesn't apply. Only the one I posted above.

-- 
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/1804#issuecomment-424829432
----==_mimepart_5babd55256abb_60bf3f8fbe0d45c018436f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The RST_STREAM error codes are not transport error codes, but application error codes. So that section you listed doesn't apply. Only the one I posted above.</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/1804#issuecomment-424829432">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwhQ0PkqHWmLjBQF-OTf3_GF50uPks5ue8zSgaJpZM4W6IGT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8Aow_6GUt9xLE3Pk_jFVCjEHMCrks5ue8zSgaJpZM4W6IGT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks in #1804: The RST_STREAM error codes are not transport error codes, but application error codes. So that section you listed doesn't apply. Only the one I posted above."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424829432"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424829432",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424829432",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424829432"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384336275\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5babd55256abb_60bf3f8fbe0d45c018436f--


From nobody Wed Sep 26 12:19:06 2018
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 5C242127333 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 12:19:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c9itLa1yqsOe for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 12:19:02 -0700 (PDT)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 787D2127133 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 12:19:02 -0700 (PDT)
Date: Wed, 26 Sep 2018 12:19:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537989541; bh=VWw2nvMD7o/CotDSxr4+Wc62WpcDAsfJHlZ8l15Z2zk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qdYod+d3Ms+768mZ9+vsp59V61O5wJtFcKTSNhY7WOb3SHwCXtGjCEvEXoOMkrsox XZuMyZ3GYQ/g+kZKOt5XlpRCC4okaEQ5Z3g+ZUgGowAxofynFVyqd4Gp2RpoRPfc0H QAF2iuDcy3MV9jbQ8gOQW9Roiw0ry2s8ZSQ4ihnc=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab75f9e87d0d50f960da2b9409989d1bf06623d4b192cf0000000117c39da492a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/424837812@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babdba4d1f3c_2a683f93704d45c0782da"; 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/6XtVpJIEsnCi1MKm8O_baylhx90>
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, 26 Sep 2018 19:19:04 -0000

----==_mimepart_5babdba4d1f3c_2a683f93704d45c0782da
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This is tricky, not just because you don't want an attacker to be able to inject the CC, but because all the mitigations themselves have ugly implications.

"Drop it" is a difficult directive -- if you mean drop the packet, what about other frames that you might have processed before encountering the CC frame?  Surely we're not adding a requirement that we be able to back out all interpreted frames if we encounter a frame that we don't like.

On the other hand, if you *don't* do that, then you're in an inconsistent state -- some of the frames that you've just consumed might have been attacker-generated and you've accepted them into the connection state.  Likewise if you only mean dropping the frame and continuing to process the rest of the packet.  That would argue for blowing up the connection as compromised anyway, which is exactly what would happen if you accepted the CONNECTION_CLOSE as valid.

Perhaps the most robust would be to require a first scan of any packet received at a lower encryption level than the highest ever seen (and always, for Initials) and reject the packet without processing any frames if illegal frame types are found.  (This is actually a compelling argument for making complex variable-length frames have an explicit length field, so they're easy to skip in this pass.)

Unless we do that, I'm inclined to think you don't fully trust a CONNECTION_CLOSE in Initial packets (perhaps not ever, or perhaps only after a short timeout to see if other Initials arrive), and you always trust and process a CONNECTION_CLOSE or APPLICATION_CLOSE from any other encryption level if you can validate the packet.

-- 
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/1786#issuecomment-424837812
----==_mimepart_5babdba4d1f3c_2a683f93704d45c0782da
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>This is tricky, not just because you don't want an attacker to be able=
 to inject the CC, but because all the mitigations themselves have ugly i=
mplications.</p>
<p>"Drop it" is a difficult directive -- if you mean drop the packet, wha=
t about other frames that you might have processed before encountering th=
e CC frame?  Surely we're not adding a requirement that we be able to bac=
k out all interpreted frames if we encounter a frame that we don't like.<=
/p>
<p>On the other hand, if you <em>don't</em> do that, then you're in an in=
consistent state -- some of the frames that you've just consumed might ha=
ve been attacker-generated and you've accepted them into the connection s=
tate.  Likewise if you only mean dropping the frame and continuing to pro=
cess the rest of the packet.  That would argue for blowing up the connect=
ion as compromised anyway, which is exactly what would happen if you acce=
pted the CONNECTION_CLOSE as valid.</p>
<p>Perhaps the most robust would be to require a first scan of any packet=
 received at a lower encryption level than the highest ever seen (and alw=
ays, for Initials) and reject the packet without processing any frames if=
 illegal frame types are found.  (This is actually a compelling argument =
for making complex variable-length frames have an explicit length field, =
so they're easy to skip in this pass.)</p>
<p>Unless we do that, I'm inclined to think you don't fully trust a CONNE=
CTION_CLOSE in Initial packets (perhaps not ever, or perhaps only after a=
 short timeout to see if other Initials arrive), and you always trust and=
 process a CONNECTION_CLOSE or APPLICATION_CLOSE from any other encryptio=
n level if you can validate the packet.</p>

<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/1786#issuecomment-424837812">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_GE=
CGZdkv8blxSJNYfiYRfJArryks5ue9MkgaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq7dQD_HEpbpZ3_tmtfRm64NG=
SIlCks5ue9MkgaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Mike=
Bishop in #1786: This is tricky, not just because you don't want an attac=
ker to be able to inject the CC, but because all the mitigations themselv=
es have ugly implications.\r\n\r\n\"Drop it\" is a difficult directive --=
 if you mean drop the packet, what about other frames that you might have=
 processed before encountering the CC frame?  Surely we're not adding a r=
equirement that we be able to back out all interpreted frames if we encou=
nter a frame that we don't like.\r\n\r\nOn the other hand, if you *don't*=
 do that, then you're in an inconsistent state -- some of the frames that=
 you've just consumed might have been attacker-generated and you've accep=
ted them into the connection state.  Likewise if you only mean dropping t=
he frame and continuing to process the rest of the packet.  That would ar=
gue for blowing up the connection as compromised anyway, which is exactly=
 what would happen if you accepted the CONNECTION_CLOSE as valid.\r\n\r\n=
Perhaps the most robust would be to require a first scan of any packet re=
ceived at a lower encryption level than the highest ever seen (and always=
, for Initials) and reject the packet without processing any frames if il=
legal frame types are found.  (This is actually a compelling argument for=
 making complex variable-length frames have an explicit length field, so =
they're easy to skip in this pass.)\r\n\r\nUnless we do that, I'm incline=
d to think you don't fully trust a CONNECTION_CLOSE in Initial packets (p=
erhaps not ever, or perhaps only after a short timeout to see if other In=
itials arrive), and you always trust and process a CONNECTION_CLOSE or AP=
PLICATION_CLOSE from any other encryption level if you can validate the p=
acket."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/=
base-drafts/issues/1786#issuecomment-424837812"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-424837812",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
4837812",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
4837812"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5babdba4d1f3c_2a683f93704d45c0782da--


From nobody Wed Sep 26 12:28:01 2018
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 0C358128CFD for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 12:28:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lNg5HTJ7h3_q for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 12:27:56 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD46912872C for <quic-issues@ietf.org>; Wed, 26 Sep 2018 12:27:56 -0700 (PDT)
Date: Wed, 26 Sep 2018 12:27:55 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537990075; bh=vrpIxfd+4FHVCtl9Kme4Nr7wCeFFWWB9v95KALFzqwA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Yslryje/GdSWH3jo78Hb7QZHhjMqJZGRco2rl6FZDCEHMdxBtWn0aPFI8HIv9tZ29 WhmP0zeSgiBJqWr25BnGXR96RVs7mxsDlobZOe2fuVz1xGAcc/GqtgnsQCA7/mWXsM YlqxbrdTkXHPPCgsEHUXMNiFjX+rwSeYhPBo/Enk=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab813891271fcb812ffbba2aa05615a06fefdf69d892cf0000000117c39fbb92a169ce15b4a7cd@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/77/review/159161445@github.com>
In-Reply-To: <quicwg/wg-materials/pull/77@github.com>
References: <quicwg/wg-materials/pull/77@github.com>
Subject: Re: [quicwg/wg-materials] Update minutes.md (#77)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babddbb6b8ce_2e223ffc930d45c4858e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/rsZ83CAzet0bAUEpI2UOfZYPwz0>
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, 26 Sep 2018 19:28:00 -0000

----==_mimepart_5babddbb6b8ce_2e223ffc930d45c4858e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

mnot commented on this pull request.



> @@ -39,7 +39,7 @@ Demonstration of the spin bit graph
 =

 Discussion of the graphs -- these just show the output of the spin bit m=
easurement, but they don=E2=80=99t compare to any ground truth
 =

-Orange is experimenting with three bits, but QUIC has only done privacy =
analysis of the single Spin Bit. That privacy analysis was done by a desi=
gn team and then accepted by the working group - the other two bits must =
also be analyzed and accepted in order to go forward. =

+Orange is experimenting with three bits (spin bit for RTT + two bits for=
 segmental loss), but QUIC has only done privacy analysis of the single S=
pin Bit. That privacy analysis was done by a design team and then accepte=
d by the working group - the other two bits must also be analyzed and acc=
epted in order to go forward (kinda chicken-and-egg, right ?)

"kinda chicken-and-egg, right" seems like an aside to the reader, and doe=
sn't represent the discussion. Please remove.

-- =

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/wg-materials/pull/77#pullrequestreview-15916144=
5=

----==_mimepart_5babddbb6b8ce_2e223ffc930d45c4858e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@mnot</b> commented on this pull request.</p>

<hr>

<p>In <a href=3D"https://github.com/quicwg/wg-materials/pull/77#discussio=
n_r220693732">interim-18-09/minutes.md</a>:</p>
<pre style=3D'color:#555'>&gt; @@ -39,7 +39,7 @@ Demonstration of the spi=
n bit graph
 =

 Discussion of the graphs -- these just show the output of the spin bit m=
easurement, but they don=E2=80=99t compare to any ground truth
 =

-Orange is experimenting with three bits, but QUIC has only done privacy =
analysis of the single Spin Bit. That privacy analysis was done by a desi=
gn team and then accepted by the working group - the other two bits must =
also be analyzed and accepted in order to go forward. =

+Orange is experimenting with three bits (spin bit for RTT + two bits for=
 segmental loss), but QUIC has only done privacy analysis of the single S=
pin Bit. That privacy analysis was done by a design team and then accepte=
d by the working group - the other two bits must also be analyzed and acc=
epted in order to go forward (kinda chicken-and-egg, right ?)
</pre>
<p>"kinda chicken-and-egg, right" seems like an aside to the reader, and =
doesn't represent the discussion. Please remove.</p>

<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/wg-materials/pull/77#pullrequestreview-159161445">view it on GitHub</a=
>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3=
SfSRB9OPQ2pIZySO1-F4msPwO7ks5ue9U7gaJpZM4W7Qwu">mute the thread</a>.<img =
src=3D"https://github.com/notifications/beacon/AWbkq8AwSxmdaxSMaIMAmu64G9=
C_GTlDks5ue9U7gaJpZM4W7Qwu.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":=
"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"ht=
tps://assets-cdn.github.com/images/email/message_cards/header.png","avata=
r_image_url":"https://assets-cdn.github.com/images/email/message_cards/av=
atar.png","action":{"name":"Open in GitHub","url":"https://github.com/qui=
cwg/wg-materials"}},"updates":{"snippets":[{"icon":"PERSON","message":"@m=
not commented on #77"}],"action":{"name":"View Pull Request","url":"https=
://github.com/quicwg/wg-materials/pull/77#pullrequestreview-159161445"}}}=
</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/77#pullrequestrevi=
ew-159161445",
"url": "https://github.com/quicwg/wg-materials/pull/77#pullrequestreview-=
159161445",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mnot commented on 77",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/77#pullrequestreview-=
159161445"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3846339=
02\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5babddbb6b8ce_2e223ffc930d45c4858e--


From nobody Wed Sep 26 12:42:42 2018
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 BBABB1274D0 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 12:42:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lEcbG13nwLWV for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 12:42:38 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DA79E126CB6 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 12:42:37 -0700 (PDT)
Date: Wed, 26 Sep 2018 12:42:36 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537990956; bh=dtz1D/yBObXbh9lVuWa9mvL0HzSENDqstJtEsgyesGE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=F7EPvMaQo6Skz6hCrD1jCPfxTdHGqWADl60pu21nOpAPwEZ3kFDY8lnFBuqAMzdyy bF5X+QID63r0iOBminozLN2CPOe9u5xzN86X5SNyf9319ViojqnFCfrcOElixUyRFe +IgDfIaBd2NHyH5NroKOfOP7q60tZ6OwrAt30Hws=
From: Alexandre Ferrieux <notifications@github.com>
Reply-To: quicwg/wg-materials <noreply@github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/77/push/2909917214@github.com>
In-Reply-To: <quicwg/wg-materials/pull/77@github.com>
References: <quicwg/wg-materials/pull/77@github.com>
Subject: Re: [quicwg/wg-materials] Update minutes.md (#77)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babe12c65039_7cd83ff1148d45c4760a0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ferrieux
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/2eGmv4Y1G8Ta9FcmsFpCayzjthg>
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, 26 Sep 2018 19:42:41 -0000

----==_mimepart_5babe12c65039_7cd83ff1148d45c4760a0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ferrieux pushed 1 commit.

861dcac  Update minutes.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/wg-materials/pull/77/files/30d6c2a3a964f7d45a78eac2b1542f6d09d357ee..861dcacfdf935494c2133e412861b68d78762f72

----==_mimepart_5babe12c65039_7cd83ff1148d45c4760a0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ferrieux" class="user-mention">@ferrieux</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/wg-materials/commit/861dcac">861dcac</a>  Update minutes.md</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/wg-materials/pull/77/files/30d6c2a3a964f7d45a78eac2b1542f6d09d357ee..861dcacfdf935494c2133e412861b68d78762f72">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1wbnIcT1HMpgM11K4SkTH4XMVhnks5ue9isgaJpZM4W7Qwu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx-xCA3usF9X9cr5R2u0SoYoIzaNks5ue9isgaJpZM4W7Qwu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ferrieux pushed 1 commit in #77"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/77/files/30d6c2a3a964f7d45a78eac2b1542f6d09d357ee..861dcacfdf935494c2133e412861b68d78762f72"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/77/files/30d6c2a3a964f7d45a78eac2b1542f6d09d357ee..861dcacfdf935494c2133e412861b68d78762f72",
"url": "https://github.com/quicwg/wg-materials/pull/77/files/30d6c2a3a964f7d45a78eac2b1542f6d09d357ee..861dcacfdf935494c2133e412861b68d78762f72",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ferrieux pushed 1 commit in #77",
"sections": [
{
"text": "1 new commit pushed to quicwg/wg-materials #77:",
"activityTitle": "**Alexandre Ferrieux**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ferrieux",
"facts": [
{
"name": "861dcac",
"value": "Update minutes.md"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/77/files/30d6c2a3a964f7d45a78eac2b1542f6d09d357ee..861dcacfdf935494c2133e412861b68d78762f72"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384633902\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5babe12c65039_7cd83ff1148d45c4760a0--


From nobody Wed Sep 26 12:48:28 2018
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 67DF5130F49 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 12:48:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IQkeo2Fk-ei7 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 12:48:18 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BA3A6130DEA for <quic-issues@ietf.org>; Wed, 26 Sep 2018 12:48:17 -0700 (PDT)
Date: Wed, 26 Sep 2018 12:48:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537991296; bh=djC5pSdXe5CeYaWhffAc1QFGCpiLuzFpx+C6dVKKnmc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WOjKaoAjSmcL3nmen3rlDDpROVb9RU6looGWJarvVRo98DbYbW3PzLZepIAn/LSr1 omirQLchNvAhu6cil6+uspviLo12va1ANhvRH0e0R75QXoJYPuWFteH0es/rt26H+i l6sjip2Xi+yQpqRIvHraSeyIfgvTQ3PinsftNFGU=
From: Alexandre Ferrieux <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab66fc7ff97f687ab6a711f7170f7fc48f7784459192cf0000000117c3a48092a169ce15b4a7cd@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/77/c424846288@github.com>
In-Reply-To: <quicwg/wg-materials/pull/77@github.com>
References: <quicwg/wg-materials/pull/77@github.com>
Subject: Re: [quicwg/wg-materials] Update minutes.md (#77)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babe280c23ef_75383fb0960d45b81429c1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ferrieux
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/hxqt0eTRef2BnCO0z_WBY7yCpR8>
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, 26 Sep 2018 19:48:27 -0000

----==_mimepart_5babe280c23ef_75383fb0960d45b81429c1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yes, an aside meant to convey 1% of the frustration that the remark prompted. Guess I have no choice. Edited out.

-- 
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/wg-materials/pull/77#issuecomment-424846288
----==_mimepart_5babe280c23ef_75383fb0960d45b81429c1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yes, an aside meant to convey 1% of the frustration that the remark prompted. Guess I have no choice. Edited out.</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/wg-materials/pull/77#issuecomment-424846288">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2LMzg07klquJkikRx99pDt9AQmaks5ue9oAgaJpZM4W7Qwu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwaafNkJmyNyhcb0Dfb5YvpFqCNdks5ue9oAgaJpZM4W7Qwu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ferrieux in #77: Yes, an aside meant to convey 1% of the frustration that the remark prompted. Guess I have no choice. Edited out."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/77#issuecomment-424846288"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/77#issuecomment-424846288",
"url": "https://github.com/quicwg/wg-materials/pull/77#issuecomment-424846288",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] Update minutes.md (#77)",
"sections": [
{
"text": "",
"activityTitle": "**Alexandre Ferrieux**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ferrieux",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 77,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 77\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/77#issuecomment-424846288"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384633902\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5babe280c23ef_75383fb0960d45b81429c1--


From nobody Wed Sep 26 12:51:49 2018
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 835481274D0 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 12:51:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7r3rY3QQwKY6 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 12:51:45 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 356AF126CC7 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 12:51:45 -0700 (PDT)
Date: Wed, 26 Sep 2018 12:51:44 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537991504; bh=Q22245QVuVhGUDk7HqGijWs0JlNuZLR9aHzB5WRwbuE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YYGj1tUDQMEhAyn0Gz/39UvgzVdktQwUpPtIS92lTPdCuraot54hG8axCtcJVw0l3 lyhXxWqrnofaOOgeD0Gp9GgqcaorL0Li8CyNFRRYBWqbbX3zYSyFHsETaJdwvm+BFH KmNH4Gn5PjY/Ty+o89QhgcFgCOHkyWASHCWltEyQ=
From: Alexandre Ferrieux <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab9c4df627cb1ac0d10c2f2013f9daa670ac3f371292cf0000000117c3a55092a169ce15b4a7cd@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/77/review/159170141@github.com>
In-Reply-To: <quicwg/wg-materials/pull/77@github.com>
References: <quicwg/wg-materials/pull/77@github.com>
Subject: Re: [quicwg/wg-materials] Update minutes.md (#77)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babe3505a7c2_e013f83cc8d45c02502c9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ferrieux
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/YWrb-XwQufBzQiKQ2nLJLJ8U3KU>
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, 26 Sep 2018 19:51:48 -0000

----==_mimepart_5babe3505a7c2_e013f83cc8d45c02502c9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

ferrieux commented on this pull request.



> @@ -39,7 +39,7 @@ Demonstration of the spin bit graph
 =

 Discussion of the graphs -- these just show the output of the spin bit m=
easurement, but they don=E2=80=99t compare to any ground truth
 =

-Orange is experimenting with three bits, but QUIC has only done privacy =
analysis of the single Spin Bit. That privacy analysis was done by a desi=
gn team and then accepted by the working group - the other two bits must =
also be analyzed and accepted in order to go forward. =

+Orange is experimenting with three bits (spin bit for RTT + two bits for=
 segmental loss), but QUIC has only done privacy analysis of the single S=
pin Bit. That privacy analysis was done by a design team and then accepte=
d by the working group - the other two bits must also be analyzed and acc=
epted in order to go forward (kinda chicken-and-egg, right ?)

Yes, an aside meant to convey 1% of the frustration that the remark promp=
ted. Guess I have no choice. Edited out.=0D


-- =

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/wg-materials/pull/77#discussion_r220700589=

----==_mimepart_5babe3505a7c2_e013f83cc8d45c02502c9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@ferrieux</b> commented on this pull request.</p>

<hr>

<p>In <a href=3D"https://github.com/quicwg/wg-materials/pull/77#discussio=
n_r220700589">interim-18-09/minutes.md</a>:</p>
<pre style=3D'color:#555'>&gt; @@ -39,7 +39,7 @@ Demonstration of the spi=
n bit graph
 =

 Discussion of the graphs -- these just show the output of the spin bit m=
easurement, but they don=E2=80=99t compare to any ground truth
 =

-Orange is experimenting with three bits, but QUIC has only done privacy =
analysis of the single Spin Bit. That privacy analysis was done by a desi=
gn team and then accepted by the working group - the other two bits must =
also be analyzed and accepted in order to go forward. =

+Orange is experimenting with three bits (spin bit for RTT + two bits for=
 segmental loss), but QUIC has only done privacy analysis of the single S=
pin Bit. That privacy analysis was done by a design team and then accepte=
d by the working group - the other two bits must also be analyzed and acc=
epted in order to go forward (kinda chicken-and-egg, right ?)
</pre>
<p>Yes, an aside meant to convey 1% of the frustration that the remark pr=
ompted. Guess I have no choice. Edited out.</p>

<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/wg-materials/pull/77#discussion_r220700589">view it on GitHub</a>, or =
<a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-xBexjy=
QM4CsfJwbBDozJs9GUCBks5ue9rQgaJpZM4W7Qwu">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq4P7v6XamSV4e9LTq6gMbFMO1SET=
ks5ue9rQgaJpZM4W7Qwu.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":=
"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"ht=
tps://assets-cdn.github.com/images/email/message_cards/header.png","avata=
r_image_url":"https://assets-cdn.github.com/images/email/message_cards/av=
atar.png","action":{"name":"Open in GitHub","url":"https://github.com/qui=
cwg/wg-materials"}},"updates":{"snippets":[{"icon":"PERSON","message":"@f=
errieux commented on #77"}],"action":{"name":"View Pull Request","url":"h=
ttps://github.com/quicwg/wg-materials/pull/77#discussion_r220700589"}}}</=
script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/77#discussion_r220=
700589",
"url": "https://github.com/quicwg/wg-materials/pull/77#discussion_r220700=
589",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ferrieux commented on 77",
"sections": [
{
"text": "",
"activityTitle": "**Alexandre Ferrieux**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ferrieux",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/77#discussion_r220700=
589"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3846339=
02\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5babe3505a7c2_e013f83cc8d45c02502c9--


From nobody Wed Sep 26 12:55:50 2018
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 3FB20128BAC for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 12:55:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.456
X-Spam-Level: 
X-Spam-Status: No, score=-3.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 THyc-oNaYZPa for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 12:55:46 -0700 (PDT)
Received: from o11.sgmail.github.com (o11.sgmail.github.com [167.89.101.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD924128CFD for <quic-issues@ietf.org>; Wed, 26 Sep 2018 12:55:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=AJD7Io/DUbTMeLZEQmCT+/dOMl0=; b=fVa+JHo7117sUdOw jEOupvNqoo7OO5q32YTDuTq+sZGtyvvZeMVd/49vEus93auknT3A+sz1o9yE4ZCv zDFGsEE45wsbuRF7CevsVFmhgIQoomjDDY3K9kHT4sN87sd7Qplsse1IxywCQ19V fwqeFY/GClmel2KOKsSAR5Wa0Zg=
Received: by filter0199p1iad2.sendgrid.net with SMTP id filter0199p1iad2-16353-5BABE43F-35 2018-09-26 19:55:44.046365843 +0000 UTC m=+1719871.376112255
Received: from github-lowworker-63e61ec.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id GezP8dZiQOi2OtMW45zXcQ for <quic-issues@ietf.org>; Wed, 26 Sep 2018 19:55:43.995 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-63e61ec.cp1-iad.github.net (Postfix) with ESMTP id F1DEA2A060B for <quic-issues@ietf.org>; Wed, 26 Sep 2018 12:55:43 -0700 (PDT)
Date: Wed, 26 Sep 2018 19:55:44 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab64477404b180b9ffed319059febabe8828c8a65092cf0000000117c3a63f92a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/424848523@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babe43fe9327_65d13fa08b2d45b823421c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2PeKek3ntCdWn+oJH4CCmqAnPASRAO1Z/msx 4TWI2J81lUvwm7RfUo+XOciWEK7VfoXbojueoO1lloSX1dlOmWDJR03zy/AqawDaWfcxatuMOSoet1 Mc7OJRPjich/pvDH2xoJXm3OS6LV77YxD3AjctAqQbla61lutann9FCnyp9zHUscuaNyzvxssCZHSZ g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/j4z-F04l6uMiylUREu8FZ077tos>
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, 26 Sep 2018 19:55:48 -0000

----==_mimepart_5babe43fe9327_65d13fa08b2d45b823421c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Actually, from memory, there is (or used to be) some text that states that a single packet MUST be valid before changing any state of the connection. That is a hard requirement that I'd like to get rid of, since it requires two passes over the frame list.

-- 
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/1786#issuecomment-424848523
----==_mimepart_5babe43fe9327_65d13fa08b2d45b823421c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Actually, from memory, there is (or used to be) some text that states that a single packet MUST be valid before changing any state of the connection. That is a hard requirement that I'd like to get rid of, since it requires two passes over the frame list.</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/1786#issuecomment-424848523">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4wOg-3a7qSBllET6Um_UAatPcp7ks5ue9u_gaJpZM4W0yBo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxmbbXcL3XfZC_LnkyM50pB7OgLhks5ue9u_gaJpZM4W0yBo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1786: Actually, from memory, there is (or used to be) some text that states that a single packet MUST be valid before changing any state of the connection. That is a hard requirement that I'd like to get rid of, since it requires two passes over the frame list."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1786#issuecomment-424848523"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-424848523",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-424848523",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-424848523"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382935144\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5babe43fe9327_65d13fa08b2d45b823421c--


From nobody Wed Sep 26 13:05:35 2018
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 69907128CFD for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 13:05:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id azn3czp5fpc0 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 13:05:32 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 71BC21286D9 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 13:05:32 -0700 (PDT)
Date: Wed, 26 Sep 2018 13:05:31 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537992331; bh=rIp26eegXva7CM3jrM+yZIFIGgRPbJ8c1G4U4IqqFWc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iJ+tdUlwITpCL6nJcCx7d7KXF/qLosCX8T6gX183hX9EYeIQV1OMFxbWjyaOEzaBV h0knTeWw+cvpRzeCm0IrYKgImRRy5kkb3dFvmJrpKZCyru33RdeNUGuFYMzLVfoIEy EWhiynHwOTkfY9pk+xAf2ZYQ2mCPtj3sbSakRncI=
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab482a5982e7333688d488e2c208efd24fcd86a48492cf0000000117c3a88b92a169ce15b44701@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1805/424851463@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1805@github.com>
References: <quicwg/base-drafts/issues/1805@github.com>
Subject: Re: [quicwg/base-drafts] Receive MAX_STREAM_DATA for non-existent stream (#1805)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babe68b5b8cc_790a3fc3028d45b4476e6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
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/rMDq-eTIksZt79nmtQYmeNjO4UI>
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, 26 Sep 2018 20:05:35 -0000

----==_mimepart_5babe68b5b8cc_790a3fc3028d45b4476e6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I realized it is explained later in the Section 9.2.2

-- 
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/1805#issuecomment-424851463
----==_mimepart_5babe68b5b8cc_790a3fc3028d45b4476e6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I realized it is explained later in the Section 9.2.2</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/1805#issuecomment-424851463">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzV3t141yf90mNEGR6W8kDi9aChyks5ue94LgaJpZM4W7Ji7">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq14mhNRlumKHIJv_E8RT6EmGsIF2ks5ue94LgaJpZM4W7Ji7.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@goelvidhi in #1805: I realized it is explained later in the Section 9.2.2"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1805#issuecomment-424851463"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1805#issuecomment-424851463",
"url": "https://github.com/quicwg/base-drafts/issues/1805#issuecomment-424851463",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Receive MAX_STREAM_DATA for non-existent stream (#1805)",
"sections": [
{
"text": "",
"activityTitle": "**Vidhi Goel**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@goelvidhi",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1805,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1805#issuecomment-424851463"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384604347\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5babe68b5b8cc_790a3fc3028d45b4476e6--


From nobody Wed Sep 26 13:05:42 2018
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 9DC5D1286D9 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 13:05:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.999
X-Spam-Level: 
X-Spam-Status: No, score=-2.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 jAxKZIaLz99m for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 13:05:32 -0700 (PDT)
Received: from o1.sgmail.github.com (o1.sgmail.github.com [192.254.114.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E0E38128CF3 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 13:05:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=t0CPr8ZYzlBhjdCwSYl3oIsDNeY=; b=k8RSsr5gsYXRJNae OB4izpWV7hVDpYpL79UzNntDWmmykdXHDfqkfItQ+vDHKjyI9AsQW4/tywGnQcPx cWzRtmeM5e+kZqAlSzb4wjqCKc1IVitkIsgzPA7d1IaLbUiIeYVk9FzSNrxnFijd VRN3SEEjC95+1uHp8CGlwxAWYNM=
Received: by filter1133p1las1.sendgrid.net with SMTP id filter1133p1las1-28519-5BABE68B-14 2018-09-26 20:05:31.291862571 +0000 UTC m=+627854.207211477
Received: from github-lowworker-fc273f0.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0024p1iad2.sendgrid.net (SG) with ESMTP id IP1HQQUMSB6bu9eKHPYW6w for <quic-issues@ietf.org>; Wed, 26 Sep 2018 20:05:31.173 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-fc273f0.cp1-iad.github.net (Postfix) with ESMTP id 2FA48C00B9 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 13:05:31 -0700 (PDT)
Date: Wed, 26 Sep 2018 20:05:31 +0000 (UTC)
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab482a5982e7333688d488e2c208efd24fcd86a48492cf0000000117c3a88b92a169ce15b44701@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1805/issue_event/1869391989@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1805@github.com>
References: <quicwg/base-drafts/issues/1805@github.com>
Subject: Re: [quicwg/base-drafts] Receive MAX_STREAM_DATA for non-existent stream (#1805)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babe68b2857c_59e43f89342d45b892895"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1GzsF5Va2QSQWodV52kBbbs6SiiIhN0zwQ4N Hd05WDAnBbiJAlbUPK9AMNy8CA0rd0oyDSLFDRYAEzkU0PJ4zw2FaGdl2Ki4xytQkweLQIU7vN2T0y tDh3LCcTV0q2ElzCmD6DeaO2luMvNktKnXnvtOmsymAGY5032cxFj8E67MnklPl1T1VfrEOi2BUi7p M=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/GXpw7KHNfTU_AAQwcJHNr_QnyUI>
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, 26 Sep 2018 20:05:35 -0000

----==_mimepart_5babe68b2857c_59e43f89342d45b892895
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1805.

-- 
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/1805#event-1869391989
----==_mimepart_5babe68b2857c_59e43f89342d45b892895
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="364136193" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1805" href="https://github.com/quicwg/base-drafts/issues/1805">#1805</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/1805#event-1869391989">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzV3t141yf90mNEGR6W8kDi9aChyks5ue94LgaJpZM4W7Ji7">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq14mhNRlumKHIJv_E8RT6EmGsIF2ks5ue94LgaJpZM4W7Ji7.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1805."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1805#event-1869391989"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1805#event-1869391989",
"url": "https://github.com/quicwg/base-drafts/issues/1805#event-1869391989",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Receive MAX_STREAM_DATA for non-existent stream (#1805)",
"sections": [
{
"text": "",
"activityTitle": "**Vidhi Goel**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@goelvidhi",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1805#event-1869391989"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384604347\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5babe68b2857c_59e43f89342d45b892895--


From nobody Wed Sep 26 13:37:45 2018
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 DF889128C65 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 13:37:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ieAtiqJpO0Gc for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 13:37:42 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D2D511294D7 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 13:37:41 -0700 (PDT)
Date: Wed, 26 Sep 2018 13:37:40 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537994260; bh=m33/G3Hr8tv/FNHrxGmg7P7QGpIXZ1vwvI8HXCzETek=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vDH1U3oxzNvz9cd0sey+7rzSZRD0IHfb/mDwFCyZB/+A1+qcStgMbWdtAULUR5OCP pqC+zvz6CDp8mwPpl2miq8XX8YsXi1zDn4G3UsowklUqoQyGCwbvWsQ9iWc9QxIjhl 2Q+Vu7YaAcbEUT8XE6tKuBAiFC6AUYe+ksvQH86U=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf766e2ae8c7abda5041b7afa07075bf14eb1840f92cf0000000117c3b01492a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/424861281@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babee149312a_2e5d3f97380d45bc1160b1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/Q6TuTp4IFN5Fn4-PIqds6UsULUU>
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, 26 Sep 2018 20:37:44 -0000

----==_mimepart_5babee149312a_2e5d3f97380d45bc1160b1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

```
8.1.  Packet Processing and Acknowledgment

   A packet MUST NOT be acknowledged until packet protection has been
   successfully removed and all frames contained in the packet have been
   processed.  Any stream state transitions triggered by the frame MUST
   have occurred.  For STREAM frames, this means the data has been
   enqueued in preparation to be received by the application protocol,
   but it does not require that data is delivered and consumed.
```
I think this is the text I were referring to. It only speaks of ACK

-- 
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/1786#issuecomment-424861281
----==_mimepart_5babee149312a_2e5d3f97380d45bc1160b1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<pre><code>8.1.  Packet Processing and Acknowledgment

   A packet MUST NOT be acknowledged until packet protection has been
   successfully removed and all frames contained in the packet have been
   processed.  Any stream state transitions triggered by the frame MUST
   have occurred.  For STREAM frames, this means the data has been
   enqueued in preparation to be received by the application protocol,
   but it does not require that data is delivered and consumed.
</code></pre>
<p>I think this is the text I were referring to. It only speaks of ACK</p=
>

<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/1786#issuecomment-424861281">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_9U=
60CD2VJa7KQEgNM5J8Z1gzkFks5ue-WUgaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq_UKZ8XKMPKOVWIE2jX3WoQB=
ppa7ks5ue-WUgaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1786: ```\r\n8.1.  Packet Processing and Acknowledgment\r\n\r\n =
  A packet MUST NOT be acknowledged until packet protection has been\r\n =
  successfully removed and all frames contained in the packet have been\r=
\n   processed.  Any stream state transitions triggered by the frame MUST=
\r\n   have occurred.  For STREAM frames, this means the data has been\r\=
n   enqueued in preparation to be received by the application protocol,\r=
\n   but it does not require that data is delivered and consumed.\r\n```\=
r\nI think this is the text I were referring to. It only speaks of ACK"}]=
,"action":{"name":"View Issue","url":"https://github.com/quicwg/base-draf=
ts/issues/1786#issuecomment-424861281"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-424861281",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
4861281",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
4861281"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5babee149312a_2e5d3f97380d45bc1160b1--


From nobody Wed Sep 26 14:18:00 2018
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 46A38130F80 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 14:17:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OFEuNPIsVnWJ for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 14:17:51 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 077B6130E41 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 14:17:51 -0700 (PDT)
Date: Wed, 26 Sep 2018 14:17:49 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537996670; bh=ss190dzmqe8owOUA1/zIJTAwHlqT5z/F8hHZ6SVQMJ4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rfZhJfs0IMp7vYyjJj1t7lOKqi0bnNHxdAtiCPGq6iFZJMuPtY1s+d6F4RBhalQSF BM2XVRwGzRNOZ+GyiOBN/OP3/NjOjb7hey5oDOT5vx1OpI/PimzTEw/MlLStHHI6kd qY71HRZKsy2TME85X/nGAcD0hr+d8UIUb0bmTVbc=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abadb7a6242659318eb6a59133b2cc3f1943317f3092cf0000000117c3b97d92a169ce15af9397@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1800/review/159202854@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1800@github.com>
References: <quicwg/base-drafts/pull/1800@github.com>
Subject: Re: [quicwg/base-drafts] Minor nits (#1800)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babf77dea683_6bbf3fd520ed45c41194ae"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/RajXOe-xDNU3Hi6dzGWPRHpXWmU>
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, 26 Sep 2018 21:18:00 -0000

----==_mimepart_5babf77dea683_6bbf3fd520ed45c41194ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinduke commented on this pull request.



> @@ -387,6 +392,10 @@ peer in CRYPTO frames. When TLS provides handshake octets to be sent, they are
 appended to the current flow and any packet that includes the CRYPTO frame is
 protected using keys from the corresponding encryption level.
 
+Unlike its operations with TCP, the TLS bytestream is never separately
+encrypted and decrypted. This operation only occurs on the QUIC packet as a
+whole.

I have spent some time looking through the quic-tls draft and cannot find it. That doesn't mean it's not there, but I'll use your language.

I am really looking for a clear statement that says "turn off TLS handshake encryption, dummy".

-- 
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/1800#discussion_r220726879
----==_mimepart_5babf77dea683_6bbf3fd520ed45c41194ae
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinduke</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1800#discussion_r220726879">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -387,6 +392,10 @@ peer in CRYPTO frames. When TLS provides handshake octets to be sent, they are
 appended to the current flow and any packet that includes the CRYPTO frame is
 protected using keys from the corresponding encryption level.
 
+Unlike its operations with TCP, the TLS bytestream is never separately
+encrypted and decrypted. This operation only occurs on the QUIC packet as a
+whole.
</pre>
<p>I have spent some time looking through the quic-tls draft and cannot find it. That doesn't mean it's not there, but I'll use your language.</p>
<p>I am really looking for a clear statement that says "turn off TLS handshake encryption, dummy".</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/1800#discussion_r220726879">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5t-WFPPX3Z6EoC6R2E7NlAXHlRyks5ue-79gaJpZM4W5wxE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1lJj1IgEtYsOIrL4nj_BSoYpo1Hks5ue-79gaJpZM4W5wxE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke commented on #1800"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1800#discussion_r220726879"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1800#discussion_r220726879",
"url": "https://github.com/quicwg/base-drafts/pull/1800#discussion_r220726879",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinduke commented on 1800",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1800#discussion_r220726879"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384240708\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5babf77dea683_6bbf3fd520ed45c41194ae--


From nobody Wed Sep 26 14:19:40 2018
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 1564512F1A2 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 14:19:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ostBBx98wGqT for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 14:19:37 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 965361294D7 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 14:19:37 -0700 (PDT)
Date: Wed, 26 Sep 2018 14:19:36 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537996776; bh=mQLnxvpgpb8s4M5IyBuvvsmyWDMiCiUSRD6U41kdMFg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UitmWVSOIrs1xzQBkJdQ4AWibNlOO1YZIMT4H2pvIFNhbihMrQDp4W7reqj2gsAD1 ov76v6ysp9fnsgzISWXeQ0tnT5+E6FfA5GtaQ3/3ELUFW4ARTxuQMUYoDfV/5o043V Fp7iNiUPt2lea64zIc665JRFxrcxVjq0nC+4x/mA=
From: martinduke <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/1800/push/2910187139@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1800@github.com>
References: <quicwg/base-drafts/pull/1800@github.com>
Subject: Re: [quicwg/base-drafts] Minor nits (#1800)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babf7e8e79bb_65753fae658d45c0593dd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/fFR_yBaoBx3u24sgjd1PcoBgqHI>
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, 26 Sep 2018 21:19:39 -0000

----==_mimepart_5babf7e8e79bb_65753fae658d45c0593dd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinduke pushed 1 commit.

ff56015  Addressed MT's issues


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1800/files/090131d1bce5c8bbf2363b23775c4129514c5eb3..ff5601506f8c1837fb61d2e0a8fc9f079125a971

----==_mimepart_5babf7e8e79bb_65753fae658d45c0593dd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinduke" class="user-mention">@martinduke</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/ff56015">ff56015</a>  Addressed MT&#39;s issues</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/1800/files/090131d1bce5c8bbf2363b23775c4129514c5eb3..ff5601506f8c1837fb61d2e0a8fc9f079125a971">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4kdpa7gnbaeN_ocGAmT4lr-jI0Dks5ue-9ogaJpZM4W5wxE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq39CtlT72ATaPLss5-VvNYbuIzWbks5ue-9ogaJpZM4W5wxE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke pushed 1 commit in #1800"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1800/files/090131d1bce5c8bbf2363b23775c4129514c5eb3..ff5601506f8c1837fb61d2e0a8fc9f079125a971"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1800/files/090131d1bce5c8bbf2363b23775c4129514c5eb3..ff5601506f8c1837fb61d2e0a8fc9f079125a971",
"url": "https://github.com/quicwg/base-drafts/pull/1800/files/090131d1bce5c8bbf2363b23775c4129514c5eb3..ff5601506f8c1837fb61d2e0a8fc9f079125a971",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinduke pushed 1 commit in #1800",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1800:",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [
{
"name": "ff56015",
"value": "Addressed MT's issues"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1800/files/090131d1bce5c8bbf2363b23775c4129514c5eb3..ff5601506f8c1837fb61d2e0a8fc9f079125a971"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384240708\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5babf7e8e79bb_65753fae658d45c0593dd--


From nobody Wed Sep 26 14:28:47 2018
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 DBE7712F1AB for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 14:28:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rMUk1IKMPLC8 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 14:28:43 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 10F7A1294D7 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 14:28:43 -0700 (PDT)
Date: Wed, 26 Sep 2018 14:28:42 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537997322; bh=upJ334k6Q/+X1nIZUy/YnITb3u2cMa4bf6B/u5O+n90=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pfYyZJ8ko2aSrH5P6Izu6xGPK6KOehw0tkfh2QIftYKlTu/PBteNT5MD4mLnxsVHI Q9Q1Cq9BPtYJGaZTg8cNcYJF88OHkcCPO8JaUJLu93cSiquxyflRRWZxPpNpEBAem8 TPExfxqpYYFAqamkgPSFabAieaJUl+dzmPAqJ4Sk=
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/1800/push/2910209739@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1800@github.com>
References: <quicwg/base-drafts/pull/1800@github.com>
Subject: Re: [quicwg/base-drafts] Minor nits (#1800)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babfa0a2f082_2a653f7f85ed45c421301e"; 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/zUGaUwdnRONEfDrj-GQtyUl_haE>
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, 26 Sep 2018 21:28:45 -0000

----==_mimepart_5babfa0a2f082_2a653f7f85ed45c421301e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

6d34304  Small reword


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1800/files/ff5601506f8c1837fb61d2e0a8fc9f079125a971..6d34304a88f7658684a35db9c3ad5d33dbd1ba2a

----==_mimepart_5babfa0a2f082_2a653f7f85ed45c421301e
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/6d34304">6d34304</a>  Small reword</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/1800/files/ff5601506f8c1837fb61d2e0a8fc9f079125a971..6d34304a88f7658684a35db9c3ad5d33dbd1ba2a">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9vV8WYGgpZBTCRFTNRHsKN9YD-Aks5ue_GKgaJpZM4W5wxE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwSrw-oxhyQPbkZqU4QCQM9o2nkMks5ue_GKgaJpZM4W5wxE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1800"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1800/files/ff5601506f8c1837fb61d2e0a8fc9f079125a971..6d34304a88f7658684a35db9c3ad5d33dbd1ba2a"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1800/files/ff5601506f8c1837fb61d2e0a8fc9f079125a971..6d34304a88f7658684a35db9c3ad5d33dbd1ba2a",
"url": "https://github.com/quicwg/base-drafts/pull/1800/files/ff5601506f8c1837fb61d2e0a8fc9f079125a971..6d34304a88f7658684a35db9c3ad5d33dbd1ba2a",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1800",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1800:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "6d34304",
"value": "Small reword"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1800/files/ff5601506f8c1837fb61d2e0a8fc9f079125a971..6d34304a88f7658684a35db9c3ad5d33dbd1ba2a"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384240708\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5babfa0a2f082_2a653f7f85ed45c421301e--


From nobody Wed Sep 26 14:29:20 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 7A03A130DC3 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 14:29:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.499
X-Spam-Level: 
X-Spam-Status: No, score=-0.499 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 KWiceHCtNwGP for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 14:29:15 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 914A5130DBE for <quic-issues@ietf.org>; Wed, 26 Sep 2018 14:29:15 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1537997354; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=A8bP+V+ojiY092WwGtnZfiXPMuD7Ld2/q7hFrmNNH78=; b=DsN3koqN0ZgyJQ4DFf9JFq9MRFSbPvD7A3pTzPpQrHpHnqabvx7JMAlabKv4vfkg10fSaSU8 3+AtoF0RDGNdOLlinfU5LmxOoBQ10AN3SNZyC71bTCiyhpOxwKqpVunerRvqyGrAWNfeJoOM +m+T9K0z1qMJcav0t4TlM9jwDtU=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5babfa2a.7f505826d570-smtp-out-n03; Wed, 26 Sep 2018 21:29:14 -0000 (UTC)
Date: Wed, 26 Sep 2018 14:29:13 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5babfa2940ab4_4622afada00aed891839@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] c9e297: Minor nits
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5babfa29400dc_4622afada00aed8917f2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sqO9j9v2DA1sd0HxCihjb4YIilc>
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, 26 Sep 2018 21:29:18 -0000

----==_mimepart_5babfa29400dc_4622afada00aed8917f2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: c9e297403c30d34ccc3e278d6f0546f416f73543
      https://github.com/quicwg/base-drafts/commit/c9e297403c30d34ccc3e278d6f0546f416f73543
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Minor nits

Added a few explicit statements about how TCP-TLS and QUIC-TLS differ. Synced with the transport draft about which frames are allowed in which contexts.


  Commit: 27b95f7181f42a39a29a0638c942d81556bc33ab
      https://github.com/quicwg/base-drafts/commit/27b95f7181f42a39a29a0638c942d81556bc33ab
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  typo


  Commit: 090131d1bce5c8bbf2363b23775c4129514c5eb3
      https://github.com/quicwg/base-drafts/commit/090131d1bce5c8bbf2363b23775c4129514c5eb3
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  eliminate whitespace


  Commit: ff5601506f8c1837fb61d2e0a8fc9f079125a971
      https://github.com/quicwg/base-drafts/commit/ff5601506f8c1837fb61d2e0a8fc9f079125a971
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Addressed MT's issues


  Commit: 6d34304a88f7658684a35db9c3ad5d33dbd1ba2a
      https://github.com/quicwg/base-drafts/commit/6d34304a88f7658684a35db9c3ad5d33dbd1ba2a
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Small reword


  Commit: 1d3064292219711f6bacabf73db00c8fa0cbb7b1
      https://github.com/quicwg/base-drafts/commit/1d3064292219711f6bacabf73db00c8fa0cbb7b1
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Merge pull request #1800 from martinduke/patch-20

Minor nits


Compare: https://github.com/quicwg/base-drafts/compare/eb40916c97a6...1d3064292219
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5babfa29400dc_4622afada00aed8917f2--


From nobody Wed Sep 26 14:29:25 2018
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 E2997130DBE for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 14:29:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kpPNpOAiMQoT for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 14:29:16 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D9C87130DC0 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 14:29:15 -0700 (PDT)
Date: Wed, 26 Sep 2018 14:29:14 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537997354; bh=0CxHd60u9SeU+E4K9aH6IDMDpkLGSpASC6UcC3KZN98=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gTjX6CPgIhlfEh/UlYcrl55X4BHey0AEGnbzpMVu3bHjKVnZuhw5Gcrv2p9gPRFmf lVMBUy5RA6moClA0BTolBBNL7vxNswc1zwEfYTYMoSIIK+P8oYEEo+D04J11OXKlK9 YbXPFBUxbkBqMc0RtqAqZDpxKWEfzBzkTomAUydM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abadb2fe3bbf131f39e5ee31e56edbe896f4efcf5292cf0000000117c3bc2a92a169ce15af9397@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1800/c424876068@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1800@github.com>
References: <quicwg/base-drafts/pull/1800@github.com>
Subject: Re: [quicwg/base-drafts] Minor nits (#1800)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babfa2ae1f40_6cb33fc5e2ed45bc184447"; 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/QLD_hxDUnD3MauzLkklL-JOCmME>
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, 26 Sep 2018 21:29:18 -0000

----==_mimepart_5babfa2ae1f40_6cb33fc5e2ed45bc184447
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks, this is a nice improvement (and you are right, that bit about not using TLS record protection really was missing).

-- 
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/1800#issuecomment-424876068
----==_mimepart_5babfa2ae1f40_6cb33fc5e2ed45bc184447
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks, this is a nice improvement (and you are right, that bit about not using TLS record protection really was missing).</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/1800#issuecomment-424876068">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0z7TYL6bvdI9_07JPIYVoE_pNMmks5ue_GqgaJpZM4W5wxE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx7ZhmLuVNknkthMRLPgOB7WYVKQks5ue_GqgaJpZM4W5wxE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1800: Thanks, this is a nice improvement (and you are right, that bit about not using TLS record protection really was missing)."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1800#issuecomment-424876068"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1800#issuecomment-424876068",
"url": "https://github.com/quicwg/base-drafts/pull/1800#issuecomment-424876068",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Minor nits (#1800)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1800,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1800\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1800#issuecomment-424876068"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384240708\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5babfa2ae1f40_6cb33fc5e2ed45bc184447--


From nobody Wed Sep 26 14:29:31 2018
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 DE5AC130ECD for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 14:29:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l2A_DhrnHaSS for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 14:29:18 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1D822130DC0 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 14:29:18 -0700 (PDT)
Date: Wed, 26 Sep 2018 14:29:17 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537997357; bh=MbGsd4J4DEVnA3sGLEqrubecJSdsF933/Nd9ZaWxvR4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=s3XEzLVA/6AgribHHKynB1HaMkAUhwNb8pzBOLASYSwzInv1sVZuDSIz7RC+OAmdQ DvP73GNK3/dGg6o6N9QQPm92yBJ5E20O+Vdi87Ee6+ouxi4PyVYo+srUir5DqrvrZK rgnNuxy5L1QbeyuBbsYNcvYBfaLoBQwvEuKU4Spw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab04529334fc40e0a11cc479cd77a66a8d14ecd4d992cf0000000117c3bc2d92a169ce15af9397@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1800/issue_event/1869567931@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1800@github.com>
References: <quicwg/base-drafts/pull/1800@github.com>
Subject: Re: [quicwg/base-drafts] Minor nits (#1800)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babfa2d5584f_6e7e3fd6c3ad45c4165412"; 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/yu7YR4tanpp_8ZkIGaOWayt5s50>
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, 26 Sep 2018 21:29:21 -0000

----==_mimepart_5babfa2d5584f_6e7e3fd6c3ad45c4165412
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1800 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/1800#event-1869567931
----==_mimepart_5babfa2d5584f_6e7e3fd6c3ad45c4165412
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363828119" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1800" href="https://github.com/quicwg/base-drafts/pull/1800">#1800</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/1800#event-1869567931">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8A2thoBWXTN7LSzhMjMTaUj2cqeks5ue_GtgaJpZM4W5wxE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2kgxiFCdwCVFxXJ2pgHCJic3bCbks5ue_GtgaJpZM4W5wxE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1800 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1800#event-1869567931"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1800#event-1869567931",
"url": "https://github.com/quicwg/base-drafts/pull/1800#event-1869567931",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Minor nits (#1800)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1800#event-1869567931"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384240708\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5babfa2d5584f_6e7e3fd6c3ad45c4165412--


From nobody Wed Sep 26 14:45:02 2018
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 B0D42130DC3 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 14:45:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zbScbEjfvMvd for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 14:44:58 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8581D1294D7 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 14:44:58 -0700 (PDT)
Date: Wed, 26 Sep 2018 14:44:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1537998297; bh=8GXtEmFnLZWw9cnCDUzZkA/wXDyR8n3dXgVfui8JM4c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=T0A7F32gK3nijMICfdhsZmx39EQlygyVdjeqrxqVGE6+dlIKP1t5yKCG5i2TF3JwC iCE4YxYpA9/MoFQJsMjjo7rDObLpCX/VDT9ydnQ1f6zJNb9rvm7jmx9C0IqM4jcZHx gGWMZxpj3LLF6X4fxrVnOBlsl6YUFD/cSAhtaX9Y=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc0f0f8d418aa1ff36ba3207b0dcd3677f97e79dc92cf0000000117c3bfd892a169ce15aff951@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1802/review/159211292@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1802@github.com>
References: <quicwg/base-drafts/pull/1802@github.com>
Subject: Re: [quicwg/base-drafts] Send Stream State starts with "Send" for peer-initiated bidi streams (#1802)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5babfdd8c7030_1b6d3fa4b72d45c419046e"; 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/7facP08rpQwhX0C6A2OIRpOtoVI>
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, 26 Sep 2018 21:45:01 -0000

----==_mimepart_5babfdd8c7030_1b6d3fa4b72d45c419046e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> -       |                           |
-       | Send STREAM + FIN         |
-       v                           v
-   +-------+                   +-------+
-   | Data  | Send RST_STREAM   | Reset |
-   | Sent  |------------------>| Sent  |
-   +-------+                   +-------+
-       |                           |
-       | Recv All ACKs             | Recv ACK
-       v                           v
-   +-------+                   +-------+
-   | Data  |                   | Reset |
-   | Recvd |                   | Recvd |
-   +-------+                   +-------+
+   o
+   | Create Bidirectional Stream (Peer-initiated)

The decision we reached before was to make the same event trigger two transitions: one to create, one to move to "Send".

-- 
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/1802#pullrequestreview-159211292
----==_mimepart_5babfdd8c7030_1b6d3fa4b72d45c419046e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1802#discussion_r220733591">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; -       |                           |
-       | Send STREAM + FIN         |
-       v                           v
-   +-------+                   +-------+
-   | Data  | Send RST_STREAM   | Reset |
-   | Sent  |------------------&gt;| Sent  |
-   +-------+                   +-------+
-       |                           |
-       | Recv All ACKs             | Recv ACK
-       v                           v
-   +-------+                   +-------+
-   | Data  |                   | Reset |
-   | Recvd |                   | Recvd |
-   +-------+                   +-------+
+   o
+   | Create Bidirectional Stream (Peer-initiated)
</pre>
<p>The decision we reached before was to make the same event trigger two transitions: one to create, one to move to "Send".</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/1802#pullrequestreview-159211292">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9HKkhxtmTLR9xrubPfwKk80yIxtks5ue_VYgaJpZM4W54ek">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyNbGCXSTsg_dYXfO8yxEC899qmkks5ue_VYgaJpZM4W54ek.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1802"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1802#pullrequestreview-159211292"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1802#pullrequestreview-159211292",
"url": "https://github.com/quicwg/base-drafts/pull/1802#pullrequestreview-159211292",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson commented on 1802",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1802#pullrequestreview-159211292"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384272292\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5babfdd8c7030_1b6d3fa4b72d45c419046e--


From nobody Wed Sep 26 15:22:19 2018
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 715B3130FE8 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 15:22:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3
X-Spam-Level: 
X-Spam-Status: No, score=-3 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, GB_SUMOF=5, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oUNaCWwhcRbW for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 15:22:10 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AFE9D130FA6 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 15:22:10 -0700 (PDT)
Date: Wed, 26 Sep 2018 15:22:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538000529; bh=xyYxw+8YD/x0Giz/KJZeQS+jVHcPhY7/VBCQaKeZUN4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TjFiTIXXRa4LYvNHZu0kh9MBY8+XJ2Wbb7hEVMNCtowBzoBEa20k0halJ6eFkiCHn RZxt2ZM9ICVuU+hZKPUkpxpc5pVAZxNj0RskpRDa+n+tMnLlSsR0GbXu1eXChlZWmd 8ADgesfyCgNAI1rv3W1wmj7F0sRAVhB8wsNwDNZY=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab69abd71dd45e754d351c88493eaf5424200daa5292cf0000000117c3c89192a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/review/159217302@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bac0691b0d0f_2bc73ffb474d45b8312ce"; 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/X-2fV23M7gfF1bhOV8CIiFSf1VU>
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, 26 Sep 2018 22:22:17 -0000

----==_mimepart_5bac0691b0d0f_2bc73ffb474d45b8312ce
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop approved this pull request.



> @@ -149,7 +149,9 @@ peer's SETTINGS frame.
 
 Before a new entry is added to the dynamic table, entries are evicted from the
 end of the dynamic table until the size of the dynamic table is less than or
-equal to (maximum size - new entry size) or until the table is empty.
+equal to (maximum size - new entry size) or until the table is empty. The
+encoder MUST not evict a dynamic table entry unless it has first been

MUST NOT

> +### Calculating Table Size
+
+The size of the dynamic table is the sum of the size of its entries.
+
+The size of an entry is the sum of its name's length in octets (as defined in
+{{string-literals}}), its value's length in octets, and 32.
+
+The size of an entry is calculated using the length of its name and value
+without any Huffman encoding applied.
+
+`MaxEntries` is the maximum number of entries that the dynamic table can have.
+The smallest entry has empty name and value strings and has the size of 32.
+The MaxEntries is calculated as
+
+~~~
+   MaxEntries = floor( MaxTableSize / 32 )

As we discussed, I'm unconvinced that this should be `floor` instead of `ceil`.  This will generally not matter much in the real world, but could break in edge cases.

-- 
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/1763#pullrequestreview-159217302
----==_mimepart_5bac0691b0d0f_2bc73ffb474d45b8312ce
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@MikeBishop</b> approved this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1763#discussion_r220738412">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -149,7 +149,9 @@ peer&#39;s SETTINGS frame.
 
 Before a new entry is added to the dynamic table, entries are evicted from the
 end of the dynamic table until the size of the dynamic table is less than or
-equal to (maximum size - new entry size) or until the table is empty.
+equal to (maximum size - new entry size) or until the table is empty. The
+encoder MUST not evict a dynamic table entry unless it has first been
</pre>
<p>MUST NOT</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1763#discussion_r220741771">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; +### Calculating Table Size
+
+The size of the dynamic table is the sum of the size of its entries.
+
+The size of an entry is the sum of its name&#39;s length in octets (as defined in
+{{string-literals}}), its value&#39;s length in octets, and 32.
+
+The size of an entry is calculated using the length of its name and value
+without any Huffman encoding applied.
+
+`MaxEntries` is the maximum number of entries that the dynamic table can have.
+The smallest entry has empty name and value strings and has the size of 32.
+The MaxEntries is calculated as
+
+~~~
+   MaxEntries = floor( MaxTableSize / 32 )
</pre>
<p>As we discussed, I'm unconvinced that this should be <code>floor</code> instead of <code>ceil</code>.  This will generally not matter much in the real world, but could break in edge cases.</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/1763#pullrequestreview-159217302">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy3n4L4Qhdxjkeiv8kj9ke6FFHpFks5ue_4RgaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4y7EKoCQICKlGfn-6rdmeP5ppkmks5ue_4RgaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop approved #1763"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159217302"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159217302",
"url": "https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159217302",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop approved 1763",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159217302"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bac0691b0d0f_2bc73ffb474d45b8312ce--


From nobody Wed Sep 26 16:48:12 2018
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 7D5E6130DD2 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 16:48:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fJSqFKgoHKw0 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 16:48:08 -0700 (PDT)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3EB28130DCF for <quic-issues@ietf.org>; Wed, 26 Sep 2018 16:48:08 -0700 (PDT)
Date: Wed, 26 Sep 2018 16:48:07 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538005687; bh=SWH3gu/nEJUgIjU8G0q+Cda18Zvq23hsV2FJ0AVl1NE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EPfRVhZt+2F2NqbbjCjGlb6ehxDhNYORrt9utzEg7BXarIUR2mFVXPylxZ3wyrhI9 pBFZz/2kozn6qmPnY41FWHziL02+Z+4qWvCRLBhJMKx0oZD3nVJ4mfgMVuj6PHlm/K HSq9+hc9yYyvbapYwOoaoq++kAa055QxctW6tKMM=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab94c451bca19912b165fc9cbf2a38ac9d7178a50992cf0000000117c3dcb792a169ce15ad130f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1797/424906757@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1797@github.com>
References: <quicwg/base-drafts/issues/1797@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING in Ready state (#1797)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bac1ab776bf8_58fa3fcb46cd45b461095a"; 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/bHGs2eyYIEEdm-Pcvn9_onodGi0>
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, 26 Sep 2018 23:48:11 -0000

----==_mimepart_5bac1ab776bf8_58fa3fcb46cd45b461095a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This seems like an oversight, so I'm in favor of correcting in.  However, I'm not entirely convinced it's unreasonable to send STOP_SENDING preemptively for unidirectional streams either.

If you had advance knowledge of what was going to be on that stream (think HTTP/2-style PUSH_PROMISE), it might be reasonable to send STOP_SENDING for a stream that hasn't actually had data sent yet.  You can presume the data is in flight based on other application state, for example.

This might also be used to "claw back" unidirectional stream ID space -- you sent MAX_STREAM_ID=4X, then decide to shrink it by sending a STOP_SENDING on X-N streams, though that might not be a pattern we want to encourage.

-- 
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/1797#issuecomment-424906757
----==_mimepart_5bac1ab776bf8_58fa3fcb46cd45b461095a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>This seems like an oversight, so I'm in favor of correcting in.  Howev=
er, I'm not entirely convinced it's unreasonable to send STOP_SENDING pre=
emptively for unidirectional streams either.</p>
<p>If you had advance knowledge of what was going to be on that stream (t=
hink HTTP/2-style PUSH_PROMISE), it might be reasonable to send STOP_SEND=
ING for a stream that hasn't actually had data sent yet.  You can presume=
 the data is in flight based on other application state, for example.</p>=

<p>This might also be used to "claw back" unidirectional stream ID space =
-- you sent MAX_STREAM_ID=3D4X, then decide to shrink it by sending a STO=
P_SENDING on X-N streams, though that might not be a pattern we want to e=
ncourage.</p>

<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/1797#issuecomment-424906757">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-cw=
P3kvTfukwX4vajq-OJ-3soQpks5ufBI3gaJpZM4W5BDs">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5q6V0MDAFnHar8PCIeSQUCs=
-Mzeks5ufBI3gaJpZM4W5BDs.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Mike=
Bishop in #1797: This seems like an oversight, so I'm in favor of correct=
ing in.  However, I'm not entirely convinced it's unreasonable to send ST=
OP_SENDING preemptively for unidirectional streams either.\r\n\r\nIf you =
had advance knowledge of what was going to be on that stream (think HTTP/=
2-style PUSH_PROMISE), it might be reasonable to send STOP_SENDING for a =
stream that hasn't actually had data sent yet.  You can presume the data =
is in flight based on other application state, for example.\r\n\r\nThis m=
ight also be used to \"claw back\" unidirectional stream ID space -- you =
sent MAX_STREAM_ID=3D4X, then decide to shrink it by sending a STOP_SENDI=
NG on X-N streams, though that might not be a pattern we want to encourag=
e."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base=
-drafts/issues/1797#issuecomment-424906757"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment=
-424906757",
"url": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment-42=
4906757",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] STOP_SENDING in Ready state (#1797)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1797,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1797\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment-42=
4906757"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3840452=
92\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bac1ab776bf8_58fa3fcb46cd45b461095a--


From nobody Wed Sep 26 16:50:44 2018
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 C0AB9130DCF for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 16:50:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NBvYjoXPMkxM for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 16:50:41 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5E3D0130DCE for <quic-issues@ietf.org>; Wed, 26 Sep 2018 16:50:41 -0700 (PDT)
Date: Wed, 26 Sep 2018 16:50:40 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538005840; bh=vuMWb6yBI3Ws9jECSu8WtUgHKTUwmNQSSjuzh7ZhlGc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OidEbN3xC203QGPY+vXPdgi7fll0pWW2e2vMsDs9/Y6ArFotjkbJ732bAtKB4MPD8 CvPQocmIEeqNiJ0szFJeqEnmXI7hjMbYTxBmFboy7/qpVvYPHWKK0Rz7uSLDlBQYk+ xdyZ7QuJEtrMMZ2cV6qzkJLlsyEiaBaR9bMV8+m4=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb7228ece5be916f888d7909e14cb9d9fcce5373e92cf0000000117c3dd5092a169ce15ad130f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1797/424907175@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1797@github.com>
References: <quicwg/base-drafts/issues/1797@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING in Ready state (#1797)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bac1b507fda1_7b133f9ebacd45b813087e"; 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/CMw4RDahwAKDvQI9-xwturOtE-c>
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, 26 Sep 2018 23:50:43 -0000

----==_mimepart_5bac1b507fda1_7b133f9ebacd45b813087e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

...thus a simpler fix might be to remove the prohibition, and simply clarify that the delayed allocation of Stream ID only applies to locally-initiated streams.

-- 
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/1797#issuecomment-424907175
----==_mimepart_5bac1b507fda1_7b133f9ebacd45b813087e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>...thus a simpler fix might be to remove the prohibition, and simply clarify that the delayed allocation of Stream ID only applies to locally-initiated streams.</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/1797#issuecomment-424907175">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0A_e4hiOP8PMRU-4oyfDEYPK7Pnks5ufBLQgaJpZM4W5BDs">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxSMJAtXQ3fO0tF9cHG8MsEgChLcks5ufBLQgaJpZM4W5BDs.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #1797: ...thus a simpler fix might be to remove the prohibition, and simply clarify that the delayed allocation of Stream ID only applies to locally-initiated streams."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1797#issuecomment-424907175"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment-424907175",
"url": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment-424907175",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] STOP_SENDING in Ready state (#1797)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1797,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1797\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment-424907175"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384045292\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bac1b507fda1_7b133f9ebacd45b813087e--


From nobody Wed Sep 26 17:24:56 2018
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 1844C130DD4 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 17:24:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 pSzWk-IkhW5f for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 17:24:53 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 34302130DC3 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 17:24:53 -0700 (PDT)
Date: Wed, 26 Sep 2018 17:24:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538007892; bh=6np1E6b4n4tN9NidkTdesQpBtMQ66vhMCq/k/ct+OL0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bA8J178YaxtgbbWcAahBcO77qPAlXC/0mBMDCtmVvdIpl940Suv+8/VRd0e8zKze4 i0u6phwYggdqWsZtPDwniMefGmf0AqeKAzNGUo6wDkHOqDl3GQeKA0StBK/uJjKmQ/ nQKjTufj8cizcvGG3lOasg4dfuDD4fF/4sBmFFc0=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8d120a85032cb66199671edeb4b93936936f76a792cf0000000117c3e55392a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/424913341@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bac2353ed370_2053fe7baed45b821935c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Fell4iatx_U8_VGZaSoBEe5XFDI>
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, 27 Sep 2018 00:24:55 -0000

----==_mimepart_5bac2353ed370_2053fe7baed45b821935c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> The RST_STREAM error codes are not transport error codes, but application error codes. 

Yes. What I pointed out in 
https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424790318 is that it would be not a good idea to require application bindings to assign different code points  for private use than what the transport draft does.

-- 
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/1804#issuecomment-424913341
----==_mimepart_5bac2353ed370_2053fe7baed45b821935c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>The RST_STREAM error codes are not transport error codes, but applicat=
ion error codes.</p>
</blockquote>
<p>Yes. What I pointed out in<br>
<a class=3D"issue-link js-issue-link" data-error-text=3D"Failed to load i=
ssue title" data-id=3D"363908815" data-permission-text=3D"Issue title is =
private" data-url=3D"https://github.com/quicwg/base-drafts/issues/1804" h=
ref=3D"https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424=
790318">#1804 (comment)</a> is that it would be not a good idea to requir=
e application bindings to assign different code points  for private use t=
han what the transport draft does.</p>

<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/1804#issuecomment-424913341">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9Wp=
SR-IjJnwMPnpZlEoSBf3d0Ejks5ufBrTgaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq_Ajb8B1_-3pgsEiCREVakgd=
Nd1Iks5ufBrTgaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1804: \u003e The RST_STREAM error codes are not transport error co=
des, but application error codes. \r\n\r\nYes. What I pointed out in \r\n=
https://github.com/quicwg/base-drafts/issues/1804#issuecomment-424790318 =
is that it would be not a good idea to require application bindings to as=
sign different code points  for private use than what the transport draft=
 does."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/=
base-drafts/issues/1804#issuecomment-424913341"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-424913341",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
4913341",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
4913341"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bac2353ed370_2053fe7baed45b821935c--


From nobody Wed Sep 26 17:38:14 2018
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 D64AC130DC4 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 17:38:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 LBmJy0ba-1YY for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 17:38:11 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EA8B5130DC0 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 17:38:10 -0700 (PDT)
Date: Wed, 26 Sep 2018 17:38:10 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538008690; bh=BLEid8t248YH77YsxaWsMnkXCySlk8UaZSrde2E9fSg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qCkcTTJ6DDqDhC67ItSHUKaHZQPYlDkB1ZdqZaSbRHbiCBoFK0KGl0pFBoUd5hJNf /jonVxN17aHziWNAwjHjlWfaAiPUqs80TzFk5IvQ6cNvUXkHFbeXFN7i6CSprU54+L vVGOM6X0m9Hiw38SnvpTs2wa2E4L+JBp9nSnaoag=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfb550aebc2f637d64306f5e9e581ab704e8a1e6c92cf0000000117c3e87292a169ce15ad130f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1797/424916478@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1797@github.com>
References: <quicwg/base-drafts/issues/1797@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING in Ready state (#1797)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bac2672254a1_2e123f8aee0d45b813228b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/T2jr8vLbTacFXp1SGCCY2Wrp4Qs>
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, 27 Sep 2018 00:38:13 -0000

----==_mimepart_5bac2672254a1_2e123f8aee0d45b813228b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop Clarification question: you seem to argue that it is not "unreasonable to send STOP_SENDING preemptively for unidirectional streams", and that we should "clarify that the delayed allocation of Stream ID only applies to locally-initiated streams".

However, my understanding is that if sending STOP_SENDING for unidirectional streams can only be done for remotely-initiated streams, by endpoints that have prior knowledge of what the stream ID of those streams would be.

So to me it seems that we can only have either one of the properties; i.e. either allow sending STOP_SENDING preemptively, or disallow delayed allocation of stream IDs.

Regarding the general idea of having a prior knowledge of what the stream IDs will be used for, I am not sure if we want to allow (or encourage) that type of design. IIUC we discussed that and the conclusion was to introduce the "type" octet for the unidirectional streams in the HTTP binding. I prefer sticking to the decision we made.

-- 
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/1797#issuecomment-424916478
----==_mimepart_5bac2672254a1_2e123f8aee0d45b813228b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"4273797" data-octo=
-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" h=
ref=3D"https://github.com/MikeBishop">@MikeBishop</a> Clarification quest=
ion: you seem to argue that it is not "unreasonable to send STOP_SENDING =
preemptively for unidirectional streams", and that we should "clarify tha=
t the delayed allocation of Stream ID only applies to locally-initiated s=
treams".</p>
<p>However, my understanding is that if sending STOP_SENDING for unidirec=
tional streams can only be done for remotely-initiated streams, by endpoi=
nts that have prior knowledge of what the stream ID of those streams woul=
d be.</p>
<p>So to me it seems that we can only have either one of the properties; =
i.e. either allow sending STOP_SENDING preemptively, or disallow delayed =
allocation of stream IDs.</p>
<p>Regarding the general idea of having a prior knowledge of what the str=
eam IDs will be used for, I am not sure if we want to allow (or encourage=
) that type of design. IIUC we discussed that and the conclusion was to i=
ntroduce the "type" octet for the unidirectional streams in the HTTP bind=
ing. I prefer sticking to the decision we made.</p>

<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/1797#issuecomment-424916478">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxtA=
CIRcml9SWsT0amL3LC1bnHLAks5ufB3ygaJpZM4W5BDs">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2pn8dLyYPQl9TahREhrG0pa=
XW9kks5ufB3ygaJpZM4W5BDs.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1797: @MikeBishop Clarification question: you seem to argue that i=
t is not \"unreasonable to send STOP_SENDING preemptively for unidirectio=
nal streams\", and that we should \"clarify that the delayed allocation o=
f Stream ID only applies to locally-initiated streams\".\r\n\r\nHowever, =
my understanding is that if sending STOP_SENDING for unidirectional strea=
ms can only be done for remotely-initiated streams, by endpoints that hav=
e prior knowledge of what the stream ID of those streams would be.\r\n\r\=
nSo to me it seems that we can only have either one of the properties; i.=
e. either allow sending STOP_SENDING preemptively, or disallow delayed al=
location of stream IDs.\r\n\r\nRegarding the general idea of having a pri=
or knowledge of what the stream IDs will be used for, I am not sure if we=
 want to allow (or encourage) that type of design. IIUC we discussed that=
 and the conclusion was to introduce the \"type\" octet for the unidirect=
ional streams in the HTTP binding. I prefer sticking to the decision we m=
ade."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/ba=
se-drafts/issues/1797#issuecomment-424916478"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment=
-424916478",
"url": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment-42=
4916478",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] STOP_SENDING in Ready state (#1797)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1797,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1797\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment-42=
4916478"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3840452=
92\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bac2672254a1_2e123f8aee0d45b813228b--


From nobody Wed Sep 26 17:43:04 2018
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 82B01130DC4 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 17:43:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 aHo8DvQl2B4k for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 17:43:00 -0700 (PDT)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 402D0130DC0 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 17:43:00 -0700 (PDT)
Date: Wed, 26 Sep 2018 17:42:59 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538008979; bh=EDAK5CPPrQ5sC/J70Sn5KOd+JudL0s214PEgQ11NbaA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Lrj/mVfKuioLqyatVO2UAO2w5VRcPObxYT3nL1ZEOoJmJ0P5lg5ZmqHU/6vB8aopc PvWNCFtZaLWBFXgnxBKqDhz5T8dCLbBTLvYpSlk0QWLMYRsDOo5wfYP820+wzUCSWQ KIQ9pGsOsOANufJbgUL8ynQq6VG9MfGCFmDxo2Xo=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab189fd630009bdd78eb138bbedf66641e678692af92cf0000000117c3e99392a169ce15b44a1d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1806/review/159249101@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1806@github.com>
References: <quicwg/base-drafts/pull/1806@github.com>
Subject: Re: [quicwg/base-drafts] Recommend non-zero values for footgun TPs (#1806)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bac27932cfef_198e3fb1162d45b817141"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/yoU5Z9kqrgTp57OxDEmjRnJlnhQ>
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, 27 Sep 2018 00:43:03 -0000

----==_mimepart_5bac27932cfef_198e3fb1162d45b817141
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -261,16 +261,23 @@ the stream management.
 All client-initiated bidirectional streams are used for HTTP requests and
 responses.  A bidirectional stream ensures that the response can be readily
 correlated with the request. This means that the client's first request occurs
-on QUIC stream 0, with subsequent requests on stream 4, 8, and so on. HTTP/QUIC
-does not use server-initiated bidirectional streams. The use of unidirectional
-streams is discussed in {{unidirectional-streams}}.
+on QUIC stream 0, with subsequent requests on stream 4, 8, and so on. In order
+to permit these streams to open, an HTTP/QUIC client SHOULD send non-zero values
+for the QUIC transport parameters `initial_max_stream_data_bidi_local`. An
+HTTP/QUIC server SHOULD send non-zero values for the QUIC transport parameters
+`initial_max_stream_data_bidi_remote` and `initial_max_bidi_streams`.

Would it make sense to recommend `initial_max_bidi_streams` to be "no smaller than 100", like what RFC 7540 states?

>  
 These streams carry frames related to the request/response (see {{frames}}).
 When a stream terminates cleanly, if the last frame on the stream was truncated,
 this MUST be treated as a connection error (see HTTP_MALFORMED_FRAME in
 {{http-error-codes}}).  Streams which terminate abruptly may be reset at any
 point in the frame.
 
+HTTP/QUIC does not use server-initiated bidirectional streams. The use of
+unidirectional streams is discussed in {{unidirectional-streams}}.  Both clients
+and servers SHOULD send a non-zero value for the QUIC transport parameter
+`initial_max_uni_streams`.

Would it make sense to state recommend "at least three", considering the fact that there would be the controller stream and the QPACK encoder / decoder streams?

-- 
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/1806#pullrequestreview-159249101
----==_mimepart_5bac27932cfef_198e3fb1162d45b817141
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1806#discussion_r220764876">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -261,16 +261,23 @@ the stream management.
 All client-initiated bidirectional streams are used for HTTP requests and
 responses.  A bidirectional stream ensures that the response can be readily
 correlated with the request. This means that the client&#39;s first request occurs
-on QUIC stream 0, with subsequent requests on stream 4, 8, and so on. HTTP/QUIC
-does not use server-initiated bidirectional streams. The use of unidirectional
-streams is discussed in {{unidirectional-streams}}.
+on QUIC stream 0, with subsequent requests on stream 4, 8, and so on. In order
+to permit these streams to open, an HTTP/QUIC client SHOULD send non-zero values
+for the QUIC transport parameters `initial_max_stream_data_bidi_local`. An
+HTTP/QUIC server SHOULD send non-zero values for the QUIC transport parameters
+`initial_max_stream_data_bidi_remote` and `initial_max_bidi_streams`.
</pre>
<p>Would it make sense to recommend <code>initial_max_bidi_streams</code> to be "no smaller than 100", like what RFC 7540 states?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1806#discussion_r220764955">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt;  
 These streams carry frames related to the request/response (see {{frames}}).
 When a stream terminates cleanly, if the last frame on the stream was truncated,
 this MUST be treated as a connection error (see HTTP_MALFORMED_FRAME in
 {{http-error-codes}}).  Streams which terminate abruptly may be reset at any
 point in the frame.
 
+HTTP/QUIC does not use server-initiated bidirectional streams. The use of
+unidirectional streams is discussed in {{unidirectional-streams}}.  Both clients
+and servers SHOULD send a non-zero value for the QUIC transport parameter
+`initial_max_uni_streams`.
</pre>
<p>Would it make sense to state recommend "at least three", considering the fact that there would be the controller stream and the QPACK encoder / decoder streams?</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/1806#pullrequestreview-159249101">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5iCcQUXQPb-iXjcF9nAuP9w3-kCks5ufB8TgaJpZM4W7Jxu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwLJQUf8QwVX_pF2eO_qrIfggMNlks5ufB8TgaJpZM4W7Jxu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #1806"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1806#pullrequestreview-159249101"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1806#pullrequestreview-159249101",
"url": "https://github.com/quicwg/base-drafts/pull/1806#pullrequestreview-159249101",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@kazuho commented on 1806",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1806#pullrequestreview-159249101"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384605294\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bac27932cfef_198e3fb1162d45b817141--


From nobody Wed Sep 26 17:48:19 2018
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 C406B130DCE for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 17:48:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 3ECKS1VSn2bc for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 17:48:10 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A4C48130F0F for <quic-issues@ietf.org>; Wed, 26 Sep 2018 17:48:10 -0700 (PDT)
Date: Wed, 26 Sep 2018 17:48:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538009289; bh=CweD5QfFlbcyZ9eNgkT4ynWmTVDGi6i8jAVi2iARf78=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0mwpFoWTsnhMPQizExc6VXmrH3PQqBAhsk1hRRCtsLYciD70mIGz/yrYMJ6ZoQ3Ma /xYvTZ35UQUJOhjnEKJqEyW7gDb3iUsalDtuek/pFyB7FRlnqsXA+Ak80CzOFCecH8 d2jCfJiYYFkTR0Y1YwHgBTyAhOTuXzV9OFX2jCsk=
From: Kazuho Oku <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/1802/push/2910584904@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1802@github.com>
References: <quicwg/base-drafts/pull/1802@github.com>
Subject: Re: [quicwg/base-drafts] Send Stream State starts with "Send" for peer-initiated bidi streams (#1802)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bac28c9a242b_7e333fda9bad45c03460f2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
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/OC55WFcwp9rMqi2UZY2khS4E-nw>
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, 27 Sep 2018 00:48:17 -0000

----==_mimepart_5bac28c9a242b_7e333fda9bad45c03460f2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho pushed 3 commits.

9a19840  Revert "better clarification"
43dd858  Revert "update the diagram accordingly"
fc0f3e6  initial state is always "Ready"


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1802/files/cb87fd9a04e352eb515a462319484f87edd60858..fc0f3e6e538e3b8f4d6a002970ce4079f440322a

----==_mimepart_5bac28c9a242b_7e333fda9bad45c03460f2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/kazuho" class="user-mention">@kazuho</a> pushed 3 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/9a19840">9a19840</a>  Revert &quot;better clarification&quot;</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/43dd858">43dd858</a>  Revert &quot;update the diagram accordingly&quot;</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/fc0f3e6">fc0f3e6</a>  initial state is always &quot;Ready&quot;</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/1802/files/cb87fd9a04e352eb515a462319484f87edd60858..fc0f3e6e538e3b8f4d6a002970ce4079f440322a">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4MTY2tCP255Rm0HWj-656v8LpS6ks5ufCBJgaJpZM4W54ek">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-9XJyEX6RdmMmErPjaGa40Q6fBAks5ufCBJgaJpZM4W54ek.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho pushed 3 commits in #1802"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1802/files/cb87fd9a04e352eb515a462319484f87edd60858..fc0f3e6e538e3b8f4d6a002970ce4079f440322a"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1802/files/cb87fd9a04e352eb515a462319484f87edd60858..fc0f3e6e538e3b8f4d6a002970ce4079f440322a",
"url": "https://github.com/quicwg/base-drafts/pull/1802/files/cb87fd9a04e352eb515a462319484f87edd60858..fc0f3e6e538e3b8f4d6a002970ce4079f440322a",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@kazuho pushed 3 commits in #1802",
"sections": [
{
"text": "3 new commits pushed to quicwg/base-drafts #1802:",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [
{
"name": "9a19840",
"value": "Revert \"better clarification\""
},
{
"name": "43dd858",
"value": "Revert \"update the diagram accordingly\""
},
{
"name": "fc0f3e6",
"value": "initial state is always \"Ready\""
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1802/files/cb87fd9a04e352eb515a462319484f87edd60858..fc0f3e6e538e3b8f4d6a002970ce4079f440322a"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384272292\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5bac28c9a242b_7e333fda9bad45c03460f2--


From nobody Wed Sep 26 17:48:46 2018
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 8ABA1130DC4 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 17:48:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 82HdSPaAB2cH for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 17:48:44 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0196C130D7A for <quic-issues@ietf.org>; Wed, 26 Sep 2018 17:48:44 -0700 (PDT)
Date: Wed, 26 Sep 2018 17:48:43 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538009323; bh=hz6Nph+KrG4ixBNjp518ttPl/D0WklkcNHkvcZ5l4WU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iweMZJU0bGkcqevSyLaC27PAcP/BplMt2UV0md3MLXvHmZ38sayIyu0iqehW9cY0y bqPGYNIaM69ytQolELRnu0r8j2YkRM3FWn+HcKzEz/cTpEHzRoSOEtdQWSVARKJU9a R833A7fxfyqsu1rePLl2XlhoLfY6Uae+UL30CxMg=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab98d3d4beae388fcc00870c55f7a82c6e96f4d89292cf0000000117c3eaeb92a169ce15aff951@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1802/review/159250228@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1802@github.com>
References: <quicwg/base-drafts/pull/1802@github.com>
Subject: Re: [quicwg/base-drafts] Send Stream State starts with "Send" for peer-initiated bidi streams (#1802)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bac28eb5ad70_7f8f3fefc0ed45b4271066"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rUoTqmYig7RU7S0FFF1Jun82wf8>
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, 27 Sep 2018 00:48:45 -0000

----==_mimepart_5bac28eb5ad70_7f8f3fefc0ed45b4271066
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> -       |                           |
-       | Send STREAM + FIN         |
-       v                           v
-   +-------+                   +-------+
-   | Data  | Send RST_STREAM   | Reset |
-   | Sent  |------------------>| Sent  |
-   +-------+                   +-------+
-       |                           |
-       | Recv All ACKs             | Recv ACK
-       v                           v
-   +-------+                   +-------+
-   | Data  |                   | Reset |
-   | Recvd |                   | Recvd |
-   +-------+                   +-------+
+   o
+   | Create Bidirectional Stream (Peer-initiated)

Thank you for pointing that out. Reverted the changes to the diagram and updated the text in fc0f3e6.

-- 
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/1802#discussion_r220765843
----==_mimepart_5bac28eb5ad70_7f8f3fefc0ed45b4271066
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1802#discussion_r220765843">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; -       |                           |
-       | Send STREAM + FIN         |
-       v                           v
-   +-------+                   +-------+
-   | Data  | Send RST_STREAM   | Reset |
-   | Sent  |------------------&gt;| Sent  |
-   +-------+                   +-------+
-       |                           |
-       | Recv All ACKs             | Recv ACK
-       v                           v
-   +-------+                   +-------+
-   | Data  |                   | Reset |
-   | Recvd |                   | Recvd |
-   +-------+                   +-------+
+   o
+   | Create Bidirectional Stream (Peer-initiated)
</pre>
<p>Thank you for pointing that out. Reverted the changes to the diagram and updated the text in <a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/fc0f3e6e538e3b8f4d6a002970ce4079f440322a"><tt>fc0f3e6</tt></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/1802#discussion_r220765843">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2BwQNm6nZTMQTNl4ZBCpagXltVxks5ufCBrgaJpZM4W54ek">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-LRnzLBRYgE60Du0mLdWpGmaMifks5ufCBrgaJpZM4W54ek.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #1802"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1802#discussion_r220765843"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1802#discussion_r220765843",
"url": "https://github.com/quicwg/base-drafts/pull/1802#discussion_r220765843",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@kazuho commented on 1802",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1802#discussion_r220765843"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384272292\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bac28eb5ad70_7f8f3fefc0ed45b4271066--


From nobody Wed Sep 26 18:06:58 2018
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 90D5E128B14 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 18:06:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 d5MmKM9i3nKE for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 18:06:54 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D6510127AC2 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 18:06:54 -0700 (PDT)
Date: Wed, 26 Sep 2018 18:06:54 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538010414; bh=Wvk4JBCXm6BRQW6IOvxzhqs4u1+7jR/Tsh9mKc2jRaI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gZxGI+WsAeYezj+5YDQyzWj8NEiXPRFCFrglfeTCzV6+/IH1tm33nmv80kFrGbO+r R9ys4A8l6oGMi3Kf7Ek3IHnZmdiLxCrLo0bsW7PPambcKw7TrqaLgfeQxhcD3xHd0O kDc/jd2gRiJ0iIoO8qyJma/53pUQZGOXAgiJuJ/E=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2dcd93676101e329fe04a74b0fdc223b63fd3d9f92cf0000000117c3ef2d92a169ce15af991f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1801/c424920926@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1801@github.com>
References: <quicwg/base-drafts/pull/1801@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1801)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bac2d2e14e6_7e1c3fe1a22d45c4279358"; 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/4dTMQeLPUE8X3OGgAttjgyGJ1Bo>
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, 27 Sep 2018 01:06:56 -0000

----==_mimepart_5bac2d2e14e6_7e1c3fe1a22d45c4279358
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Any other comments?  Martin or Jana, would you be willing to merge this?

-- 
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/1801#issuecomment-424920926
----==_mimepart_5bac2d2e14e6_7e1c3fe1a22d45c4279358
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Any other comments?  Martin or Jana, would you be willing to merge this?</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/1801#issuecomment-424920926">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6wFQiRNfK_fjUIGUab4g--XX96Cks5ufCSugaJpZM4W5xMf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2V9-OoiR_qXjtdGbAvp3fO4XgNOks5ufCSugaJpZM4W5xMf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1801: Any other comments?  Martin or Jana, would you be willing to merge this?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1801#issuecomment-424920926"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1801#issuecomment-424920926",
"url": "https://github.com/quicwg/base-drafts/pull/1801#issuecomment-424920926",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1801)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1801,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1801\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1801#issuecomment-424920926"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384242463\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bac2d2e14e6_7e1c3fe1a22d45c4279358--


From nobody Wed Sep 26 19:40:01 2018
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 53A9E130DC3 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 19:40:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 pG7HOEzeVCWR for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 19:39:58 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3D11112F1AB for <quic-issues@ietf.org>; Wed, 26 Sep 2018 19:39:58 -0700 (PDT)
Date: Wed, 26 Sep 2018 19:39:57 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538015997; bh=Jlq2P/BkdbsF6E9ejmmTurmAg/dw26jb6UNOKBU89vA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CCIXfxwK46aRqYmC8Vn529Ze21aHJUbx5dwwXkABd/nF1WZ281VPmL7sBjJ0kSvci GgAc2OWBL3IN+docZxBneku+BzYdwatmuILukDAMBO2M82ZWr0su0qMWXck6F5ezYb 6DsJFv+HKUBsAMHAaqU6n+MtGCNfqT6sz0MWxIgI=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab640dc0ccc9b132413f399943c58f2a49a34a725092cf0000000117c404fd92a169ce15a88727@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1794/review/159266041@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1794@github.com>
References: <quicwg/base-drafts/pull/1794@github.com>
Subject: Re: [quicwg/base-drafts] Include a token on all Initial packets (#1794)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bac42fd6645f_18b93f958f0d45bc17944e"; 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/LM5adbyJ94PpuDi6fhUAwchCpjE>
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, 27 Sep 2018 02:40:00 -0000

----==_mimepart_5bac42fd6645f_18b93f958f0d45bc17944e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -621,10 +621,18 @@ packet. It also sets the Token field to the token provided in the Retry. The
 client MUST NOT change the Source Connection ID because the server could include
 the connection ID as part of its token validation logic (see {{tokens}}).
 
+The Initial packet sent by the client in response to a Retry packet is subject
+to the same restrictions as the first Initial packet, with the exception of the
+value of the Destination Connection ID and Token fields, which are set as
+described here.  A client can either reuse the cryptographic handshake message

How about putting the last sentence in this paragraph first, then saying "Aside from this, the Initial packet sent by the client is subject to the same restrictions as the first Initial packet."

-- 
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/1794#pullrequestreview-159266041
----==_mimepart_5bac42fd6645f_18b93f958f0d45bc17944e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1794#discussion_r220778846">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -621,10 +621,18 @@ packet. It also sets the Token field to the token provided in the Retry. The
 client MUST NOT change the Source Connection ID because the server could include
 the connection ID as part of its token validation logic (see {{tokens}}).
 
+The Initial packet sent by the client in response to a Retry packet is subject
+to the same restrictions as the first Initial packet, with the exception of the
+value of the Destination Connection ID and Token fields, which are set as
+described here.  A client can either reuse the cryptographic handshake message
</pre>
<p>How about putting the last sentence in this paragraph first, then saying "Aside from this, the Initial packet sent by the client is subject to the same restrictions as the first Initial packet."</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/1794#pullrequestreview-159266041">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq08FH00mtDZyMCP8jhv2sPn31jORks5ufDp9gaJpZM4W3qeS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6lmLWe4u8jzGPKPxIzZ09nmotLnks5ufDp9gaJpZM4W3qeS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1794"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1794#pullrequestreview-159266041"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1794#pullrequestreview-159266041",
"url": "https://github.com/quicwg/base-drafts/pull/1794#pullrequestreview-159266041",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1794",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1794#pullrequestreview-159266041"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383690642\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bac42fd6645f_18b93f958f0d45bc17944e--


From nobody Wed Sep 26 21:37:58 2018
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 7979A130DED for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 21:37:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 MUGvIIp28ILk for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 21:37:54 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BB5DF130DEC for <quic-issues@ietf.org>; Wed, 26 Sep 2018 21:37:54 -0700 (PDT)
Date: Wed, 26 Sep 2018 21:37:53 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538023073; bh=Lyt8cMosTRDZ4wQhTVwuzMSv6A4qfj9OuhrNvIR6skI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oVe8U/ohQrkeqePsC5BeCVBHCKS8onDS7PpUOjed4yoA+Rf5NT4ixmfvGPSNd3PXk d7bUcqjQVXVPiHhHtqJfiTpNEbpzn04cH1KKwiJcwmOm7PguOC/K2nAQ1gqEwLhkzW 05FlhWIppgqONbUuOJZ2kontwiQX7A8vsusgYPBs=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd4ef05db9b276566a23b344dfb84c429650276be92cf0000000117c420a192a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c424956589@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bac5ea1bb366_3d063f8255ad45b410933d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4eXzODgHzRA45Pcn4Qbj9fKkTBU>
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, 27 Sep 2018 04:37:57 -0000

----==_mimepart_5bac5ea1bb366_3d063f8255ad45b410933d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> The big loser here is the validation of version negotiation. I think that most of that is stuff we want to lose. By having all the client's supported versions available to the server we lose a lot of the complication that the text was addressing.

IIUC, the risk here is that if we have a client and server that support both QUIC v1 and vX (a future version of QUIC that does not use TLS), we cannot detect downgrade attack that forces the peers to use v1 instead of vX.

Are we fine with that?

If not, I might prefer retaining the current approach in v1 _and_ consider introducing the proposed approach in v2 (my understanding is that this type of version negotiation can be introduced afterwards, like we introduced supported_versions in TLS 1.3).

-- 
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/1755#issuecomment-424956589
----==_mimepart_5bac5ea1bb366_3d063f8255ad45b410933d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>The big loser here is the validation of version negotiation. I think t=
hat most of that is stuff we want to lose. By having all the client's sup=
ported versions available to the server we lose a lot of the complication=
 that the text was addressing.</p>
</blockquote>
<p>IIUC, the risk here is that if we have a client and server that suppor=
t both QUIC v1 and vX (a future version of QUIC that does not use TLS), w=
e cannot detect downgrade attack that forces the peers to use v1 instead =
of vX.</p>
<p>Are we fine with that?</p>
<p>If not, I might prefer retaining the current approach in v1 <em>and</e=
m> consider introducing the proposed approach in v2 (my understanding is =
that this type of version negotiation can be introduced afterwards, like =
we introduced supported_versions in TLS 1.3).</p>

<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/1755#issuecomment-424956589">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqz-5w8=
UwPJPOP-Gw_hQ7ufS6jpUuks5ufFYhgaJpZM4WsOSC">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq7E2oPX_u7lggOqsZ-QmCV4sVc2N=
ks5ufFYhgaJpZM4WsOSC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1755: \u003e The big loser here is the validation of version negot=
iation. I think that most of that is stuff we want to lose. By having all=
 the client's supported versions available to the server we lose a lot of=
 the complication that the text was addressing.\r\n\r\nIIUC, the risk her=
e is that if we have a client and server that support both QUIC v1 and vX=
 (a future version of QUIC that does not use TLS), we cannot detect downg=
rade attack that forces the peers to use v1 instead of vX.\r\n\r\nAre we =
fine with that?\r\n\r\nIf not, I might prefer retaining the current appro=
ach in v1 _and_ consider introducing the proposed approach in v2 (my unde=
rstanding is that this type of version negotiation can be introduced afte=
rwards, like we introduced supported_versions in TLS 1.3)."}],"action":{"=
name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pu=
ll/1755#issuecomment-424956589"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4=
24956589",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4249=
56589",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mec=
hanism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4249=
56589"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3806915=
86\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bac5ea1bb366_3d063f8255ad45b410933d--


From nobody Wed Sep 26 23:27:35 2018
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 BBE63130DFB for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 23:27:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.999
X-Spam-Level: 
X-Spam-Status: No, score=-2.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 7azxoEiDC_f7 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 23:27:31 -0700 (PDT)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 58721130DF0 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 23:27:31 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=RAOTukafLCSer7Y/wbJnxag4hvk=; b=TAp+Jk34EMzxTY5f u6rdMTX/UlrV6L9KenGz+MA7s3muRldMH1VX6N28H9AxEHWLul8ulV4rymGnbWDt QHM0psse4bijk2MkqcDP7d0EVr/EyVRIFP57aln3KhJLJ/6vZ3A1/G3FG96FzRh3 oaMGeHJ6t6SCwVjvqWeHYI6Xn2o=
Received: by filter1512p1mdw1.sendgrid.net with SMTP id filter1512p1mdw1-31090-5BAC7850-4 2018-09-27 06:27:28.04561269 +0000 UTC m=+130876.424244383
Received: from github-lowworker-3c598a3.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0011p1iad2.sendgrid.net (SG) with ESMTP id zglq_Ja8QWKL8rM4gP4ozQ for <quic-issues@ietf.org>; Thu, 27 Sep 2018 06:27:27.963 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-3c598a3.cp1-iad.github.net (Postfix) with ESMTP id EE5BFA802A9 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 23:27:27 -0700 (PDT)
Date: Thu, 27 Sep 2018 06:27:29 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1d53f2050394cfaca4ee7d38f48fb75b49b726b692cf0000000117c43a4f92a169ce15ad130f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1797/424973577@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1797@github.com>
References: <quicwg/base-drafts/issues/1797@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING in Ready state (#1797)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bac784fe8971_69303fec3c2d45c0433233"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0jXlZ53vbqou9P19m/uUhnbyaRlsT9NTs3qr 1JDaJbmL6WsS5O0bmbZlae6rwqtPFbEBScLm16QMlapUPQJkB5kuqizwVqpwlisD20Yqs4BMaLiY8u NV+CAxYMxz5ybnvwsvbXnL7+MrQWDIIYrAMPUAp1xGGCqWoDHhkm+tIalN0VM4Oly0089gVAKbZI/I I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/m3jn6KVB6PGEwNXYF3QBmRw4Yv0>
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, 27 Sep 2018 06:27:34 -0000

----==_mimepart_5bac784fe8971_69303fec3c2d45c0433233
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

We cannot have allow stream state modifying messages from peer on streams that have not yet been opened by the initiator, or which have been closed or forgotten. The exception is that if a higher stream is opened than a previously openened, the prevoiusly unopened stream is implicitly opened.

If STOP_SENDING could happen on a future stream and it could happen on much higher valued streams and this cannot be managed other than by ignoring or producing an error - where an error is the better option.

If STOP_SENDING is intended for an implicitly opened stream, there shouldn't be any problems, so if this "based on prior knowledge" is the fact that a higher stream was opened, then I guess it is fine.

-- 
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/1797#issuecomment-424973577
----==_mimepart_5bac784fe8971_69303fec3c2d45c0433233
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>We cannot have allow stream state modifying messages from peer on stream=
s that have not yet been opened by the initiator, or which have been closed=
 or forgotten. The exception is that if a higher stream is opened than a pr=
eviously openened, the prevoiusly unopened stream is implicitly opened.</p>
<p>If STOP_SENDING could happen on a future stream and it could happen on m=
uch higher valued streams and this cannot be managed other than by ignoring=
 or producing an error - where an error is the better option.</p>
<p>If STOP_SENDING is intended for an implicitly opened stream, there shoul=
dn't be any problems, so if this "based on prior knowledge" is the fact tha=
t a higher stream was opened, then I guess it is fine.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/1797#issuecomment-424973577">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0XtL1Pxsdd31I=
pMWv1vt4hxglYUks5ufG_PgaJpZM4W5BDs">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq_yAN9VbRxYm8EafIyaWV9D36mf1ks5ufG_Pga=
JpZM4W5BDs.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://asse=
ts-cdn.github.com/images/email/message_cards/header.png","avatar_image_url"=
:"https://assets-cdn.github.com/images/email/message_cards/avatar.png","act=
ion":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"=
}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1797: W=
e cannot have allow stream state modifying messages from peer on streams th=
at have not yet been opened by the initiator, or which have been closed or =
forgotten. The exception is that if a higher stream is opened than a previo=
usly openened, the prevoiusly unopened stream is implicitly opened.\r\n\r\n=
If STOP_SENDING could happen on a future stream and it could happen on much=
 higher valued streams and this cannot be managed other than by ignoring or=
 producing an error - where an error is the better option.\r\n\r\nIf STOP_S=
ENDING is intended for an implicitly opened stream, there shouldn't be any =
problems, so if this \"based on prior knowledge\" is the fact that a higher=
 stream was opened, then I guess it is fine."}],"action":{"name":"View Issu=
e","url":"https://github.com/quicwg/base-drafts/issues/1797#issuecomment-42=
4973577"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment-4=
24973577",
"url": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment-4249=
73577",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] STOP_SENDING in Ready state (#1797)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/=
avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1797,\n\"IssueComment\": \"{{IssueCommen=
t.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"qui=
cwg/base-drafts\",\n\"issueId\": 1797\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment-4249=
73577"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384045292=
\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bac784fe8971_69303fec3c2d45c0433233--


From nobody Wed Sep 26 23:34:23 2018
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 6A16C130E0F for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 23:34:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 2TpO70yqw1rA for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 23:34:20 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CEDEC130E00 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 23:34:19 -0700 (PDT)
Date: Wed, 26 Sep 2018 23:34:18 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538030058; bh=l8GbbH5XotfA4xAq8gxnUZmAk5LNC+sX0E+Hdg69FCM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zhOFPhqzSiKI+TANwRjiTnIeapdqa6Fg5KSA6Its2BujoXb9VTLGAnQ4kXzsyyJi+ AMLsMmKOGHFQgvHpJRAwFx3AT1ykGGY3z5xAvXtEM81bjZj3pTk4zZtfYYG+IpJ1nZ pVNd0vO5v1I2sR74wRp1j1uMe6wBuAuroRvqGDOM=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8791a2bac10129f91827d2a164697e5d98978f9c92cf0000000117c43bea92a169ce15ad130f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1797/424974870@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1797@github.com>
References: <quicwg/base-drafts/issues/1797@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING in Ready state (#1797)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bac79eac75e6_3e963f97ddcd45c4538845"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/Witq9hpGvrfNhC-DfszYMMl4VhM>
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, 27 Sep 2018 06:34:21 -0000

----==_mimepart_5bac79eac75e6_3e963f97ddcd45c4538845
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

After some more though - if STOP_SENDING is allowed on any stream that has not been closed and which is within a previously transmitted MAX_STREAM_ID value, I guess it could reasonably work, but you risk our of order conflicts on 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/1797#issuecomment-424974870
----==_mimepart_5bac79eac75e6_3e963f97ddcd45c4538845
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>After some more though - if STOP_SENDING is allowed on any stream that has not been closed and which is within a previously transmitted MAX_STREAM_ID value, I guess it could reasonably work, but you risk our of order conflicts on 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/1797#issuecomment-424974870">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7k8hkZ672te27FKlo3hDOBbVofwks5ufHFqgaJpZM4W5BDs">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-bk1Q7Y8UtbzLODovk2z3JLNoCqks5ufHFqgaJpZM4W5BDs.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1797: After some more though - if STOP_SENDING is allowed on any stream that has not been closed and which is within a previously transmitted MAX_STREAM_ID value, I guess it could reasonably work, but you risk our of order conflicts on that."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1797#issuecomment-424974870"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment-424974870",
"url": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment-424974870",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] STOP_SENDING in Ready state (#1797)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1797,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1797\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1797#issuecomment-424974870"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384045292\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bac79eac75e6_3e963f97ddcd45c4538845--


From nobody Wed Sep 26 23:41:18 2018
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 29D33130DE3 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 23:41:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 t6d27QK1B7Ij for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 23:41:15 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4AC8A130E02 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 23:41:15 -0700 (PDT)
Date: Wed, 26 Sep 2018 23:41:13 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538030473; bh=iE/5M2xDlHh8LqwXhADczvpz4/E0IiFuDyF5+MzEdpk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eZOdb/bD7oGRbvIPeX2/3AvdVg8+goSdfSuBDeoKDGwCBLt1Jbg1IF3Lrcxta0ab2 3hvbofyd4/cbGMuXXT+yT6jG3bmmR4iIARRM8E+N0rkg5IkmHTVS99tLaDLVG1TqL7 WLUXAwNftayYv0Pxs2knNxE28mPtzhECpQfdnXMo=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7d6ab6d39b8bb831716017424ea6415078025e5892cf0000000117c43d8992a169ce15a88727@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1794/c424976295@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1794@github.com>
References: <quicwg/base-drafts/pull/1794@github.com>
Subject: Re: [quicwg/base-drafts] Include a token on all Initial packets (#1794)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bac7b8969c97_26e53ffbcd4d45b47106bc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/1xhov6WjZMo9ysK32jMBw_oJKR8>
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, 27 Sep 2018 06:41:17 -0000

----==_mimepart_5bac7b8969c97_26e53ffbcd4d45b47106bc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

How does packet numbers relate to this?

How about requiring initial packets to be retransmitted verbatim and perhaps only allow token in the packet number 0? An endpoint can either store the packet for retransmission or reproduce the same AEAD on retransmission using the same packet number.

-- 
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/1794#issuecomment-424976295
----==_mimepart_5bac7b8969c97_26e53ffbcd4d45b47106bc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>How does packet numbers relate to this?</p>
<p>How about requiring initial packets to be retransmitted verbatim and p=
erhaps only allow token in the packet number 0? An endpoint can either st=
ore the packet for retransmission or reproduce the same AEAD on retransmi=
ssion using the same packet number.</p>

<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/1794#issuecomment-424976295">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwTyBw=
1q543OxXmqkE1CcpuFAkApks5ufHMJgaJpZM4W3qeS">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq72oaxSpG93aYTAHG4dHDqFp-jSX=
ks5ufHMJgaJpZM4W3qeS.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1794: How does packet numbers relate to this?\r\n\r\nHow about r=
equiring initial packets to be retransmitted verbatim and perhaps only al=
low token in the packet number 0? An endpoint can either store the packet=
 for retransmission or reproduce the same AEAD on retransmission using th=
e same packet number."}],"action":{"name":"View Pull Request","url":"http=
s://github.com/quicwg/base-drafts/pull/1794#issuecomment-424976295"}}}</s=
cript>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1794#issuecomment-4=
24976295",
"url": "https://github.com/quicwg/base-drafts/pull/1794#issuecomment-4249=
76295",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Include a token on all Initial packets=
 (#1794)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1794,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1794\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1794#issuecomment-4249=
76295"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3836906=
42\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bac7b8969c97_26e53ffbcd4d45b47106bc--


From nobody Wed Sep 26 23:47:17 2018
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 1D4AA130E0A for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 23:47:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 0v4yDMnoP8Ze for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 23:47:14 -0700 (PDT)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 04ADF130E02 for <quic-issues@ietf.org>; Wed, 26 Sep 2018 23:47:14 -0700 (PDT)
Date: Wed, 26 Sep 2018 23:47:12 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538030832; bh=hq1JJudNFcBz+A/keJw4Y+p2dKIHObJ1dFwE5taEXHc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ihc/rI/Pf0c175QdNQrC0T8e799atlUNXKVvL4i/8XxzOJiHsXzfwAFN9qxux7u5m yD66xHV+lkh37TjzxiPWlcNouMT+IJls+oEhz6TOC7L2rDOXPUpnxbiQBzxGgB26Xc RdgqCWj1eajqLI/810L20kDZvnrAKC1d2gB1cgu8=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab12b32bbc8fe24fe22e966e9de132a608d340f02592cf0000000117c43ef092a169ce15b44a1d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1806/review/159302747@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1806@github.com>
References: <quicwg/base-drafts/pull/1806@github.com>
Subject: Re: [quicwg/base-drafts] Recommend non-zero values for footgun TPs (#1806)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bac7cf06baef_467f3fb8e9ed45b81014628"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/9uANhv6rVzGjcJ0loAQBmO5eAA4>
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, 27 Sep 2018 06:47:16 -0000

----==_mimepart_5bac7cf06baef_467f3fb8e9ed45b81014628
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -261,16 +261,23 @@ the stream management.
 All client-initiated bidirectional streams are used for HTTP requests and
 responses.  A bidirectional stream ensures that the response can be readily
 correlated with the request. This means that the client's first request occurs
-on QUIC stream 0, with subsequent requests on stream 4, 8, and so on. HTTP/QUIC
-does not use server-initiated bidirectional streams. The use of unidirectional
-streams is discussed in {{unidirectional-streams}}.
+on QUIC stream 0, with subsequent requests on stream 4, 8, and so on. In order
+to permit these streams to open, an HTTP/QUIC client SHOULD send non-zero values
+for the QUIC transport parameters `initial_max_stream_data_bidi_local`. An
+HTTP/QUIC server SHOULD send non-zero values for the QUIC transport parameters
+`initial_max_stream_data_bidi_remote` and `initial_max_bidi_streams`.

As I don't really follow HTTP/Q atm., I am not very confident in this - but if QPACK uses static tables only and you are on a constrained device, you would not want to track that much state.

-- 
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/1806#discussion_r220809604
----==_mimepart_5bac7cf06baef_467f3fb8e9ed45b81014628
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1806#discussion_r220809604">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -261,16 +261,23 @@ the stream management.
 All client-initiated bidirectional streams are used for HTTP requests and
 responses.  A bidirectional stream ensures that the response can be readily
 correlated with the request. This means that the client&#39;s first request occurs
-on QUIC stream 0, with subsequent requests on stream 4, 8, and so on. HTTP/QUIC
-does not use server-initiated bidirectional streams. The use of unidirectional
-streams is discussed in {{unidirectional-streams}}.
+on QUIC stream 0, with subsequent requests on stream 4, 8, and so on. In order
+to permit these streams to open, an HTTP/QUIC client SHOULD send non-zero values
+for the QUIC transport parameters `initial_max_stream_data_bidi_local`. An
+HTTP/QUIC server SHOULD send non-zero values for the QUIC transport parameters
+`initial_max_stream_data_bidi_remote` and `initial_max_bidi_streams`.
</pre>
<p>As I don't really follow HTTP/Q atm., I am not very confident in this - but if QPACK uses static tables only and you are on a constrained device, you would not want to track that much state.</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/1806#discussion_r220809604">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2nq26DKH_acF8epVsalvbwN-gQxks5ufHRwgaJpZM4W7Jxu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-gB5aoX7juyR7x5CVHXCUwDMvkLks5ufHRwgaJpZM4W7Jxu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1806"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1806#discussion_r220809604"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1806#discussion_r220809604",
"url": "https://github.com/quicwg/base-drafts/pull/1806#discussion_r220809604",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1806",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1806#discussion_r220809604"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384605294\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bac7cf06baef_467f3fb8e9ed45b81014628--


From nobody Wed Sep 26 23:51:39 2018
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 4D02A130E10 for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 23:51:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 K6WR26U86qXL for <quic-issues@ietfa.amsl.com>; Wed, 26 Sep 2018 23:51:35 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2EA9A130E0F for <quic-issues@ietf.org>; Wed, 26 Sep 2018 23:51:35 -0700 (PDT)
Date: Wed, 26 Sep 2018 23:51:34 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538031094; bh=5rcSuZlrXaQHOKReel6YCyO/8Kf0dxPHdpdMCrh59pk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NyYTO+113UanjcPzqXWf3ndGH/kWnPbSEaULZyAgn16hICzmDriEYswmx4FmQT+tt w7TMxfXcXKo/ORFh0fd6D0D15WIZW7MqytGKOdNl5nrZ5ll8PHYNuIeAQp2GBc6+KF 0biEYEnG2UStr6fP0lrZV2GvNaucefFJiHQZpRaA=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6f0836eca3db3fdfd9c0f9f5fa9ddc30144fc09192cf0000000117c43ff692a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c424978444@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bac7df638ff4_697a3fec3c2d45c06711a2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/-zrqMzfioFMns48uLcmmYvPtKmg>
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, 27 Sep 2018 06:51:37 -0000

----==_mimepart_5bac7df638ff4_697a3fec3c2d45c06711a2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Any risk of a downgrade attack sounds like a big loose. Especially if the only concern is to save a few messages during a few hours of deployment of a new server. Otherwise, if it can be done safely, by all means...

The IoT scenario is very real. For example, the author of the new BearSSL is concerned about the cost of TLS 1.3 on constrained devices and believe TLS 1.2 will live on. This will consequently lead to a different version of QUIC for such devices, if he is 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/1755#issuecomment-424978444
----==_mimepart_5bac7df638ff4_697a3fec3c2d45c06711a2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Any risk of a downgrade attack sounds like a big loose. Especially if =
the only concern is to save a few messages during a few hours of deployme=
nt of a new server. Otherwise, if it can be done safely, by all means...<=
/p>
<p>The IoT scenario is very real. For example, the author of the new Bear=
SSL is concerned about the cost of TLS 1.3 on constrained devices and bel=
ieve TLS 1.2 will live on. This will consequently lead to a different ver=
sion of QUIC for such devices, if he is right.</p>

<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/1755#issuecomment-424978444">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0QbMm=
LAeQSsTsTcxiCcxseSanbDks5ufHV2gaJpZM4WsOSC">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqwW1-b3FwzrvBB81TggmswCK9s1u=
ks5ufHV2gaJpZM4WsOSC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1755: Any risk of a downgrade attack sounds like a big loose. Es=
pecially if the only concern is to save a few messages during a few hours=
 of deployment of a new server. Otherwise, if it can be done safely, by a=
ll means...\r\n\r\nThe IoT scenario is very real. For example, the author=
 of the new BearSSL is concerned about the cost of TLS 1.3 on constrained=
 devices and believe TLS 1.2 will live on. This will consequently lead to=
 a different version of QUIC for such devices, if he is right."}],"action=
":{"name":"View Pull Request","url":"https://github.com/quicwg/base-draft=
s/pull/1755#issuecomment-424978444"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4=
24978444",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4249=
78444",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mec=
hanism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4249=
78444"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3806915=
86\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bac7df638ff4_697a3fec3c2d45c06711a2--


From nobody Thu Sep 27 01:46:08 2018
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 8EA18130E6B for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 01:46:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 MGJ4Wcq6Plq8 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 01:46:04 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A471A130E13 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 01:46:04 -0700 (PDT)
Date: Thu, 27 Sep 2018 01:46:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538037963; bh=HHdSTprkoD54G1zf8D7acwmWLxOVx+j+bsRa6KpQxy0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Fv7OcFimgYwIsrEudmnQkAB6k9ucjet9JaDRQwjQgnM6N0e6QHbTBJ6Y/M+MRFWNC OKkTQr+k7OBzchk/PnAHOYXDZnv8L4CQfH5/yw76JCLR/GmHK4P7G/fKC3Db4WE0wP JB35hTClwiWqxWdPXj30+M3t8ZKsXrUxuk3jwiZM=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab702ab986e51880341c0e6426020ce8911d2eaeee92cf0000000117c45acb92a169ce15b44a1d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1806/review/159340977@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1806@github.com>
References: <quicwg/base-drafts/pull/1806@github.com>
Subject: Re: [quicwg/base-drafts] Recommend non-zero values for footgun TPs (#1806)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bac98cbcfdc0_7b993ff9d10d45c095835a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/jcsKrj17Um-PuO2Vctjzbk8-8RQ>
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, 27 Sep 2018 08:46:08 -0000

----==_mimepart_5bac98cbcfdc0_7b993ff9d10d45c095835a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

kazuho commented on this pull request.



> @@ -261,16 +261,23 @@ the stream management.
 All client-initiated bidirectional streams are used for HTTP requests an=
d
 responses.  A bidirectional stream ensures that the response can be read=
ily
 correlated with the request. This means that the client's first request =
occurs
-on QUIC stream 0, with subsequent requests on stream 4, 8, and so on. HT=
TP/QUIC
-does not use server-initiated bidirectional streams. The use of unidirec=
tional
-streams is discussed in {{unidirectional-streams}}.
+on QUIC stream 0, with subsequent requests on stream 4, 8, and so on. In=
 order
+to permit these streams to open, an HTTP/QUIC client SHOULD send non-zer=
o values
+for the QUIC transport parameters `initial_max_stream_data_bidi_local`. =
An
+HTTP/QUIC server SHOULD send non-zero values for the QUIC transport para=
meters
+`initial_max_stream_data_bidi_remote` and `initial_max_bidi_streams`.

I do not oppose to your point.=0D
=0D
What I am looking for is a general guidance that is similar to what we ha=
ve in RFC 7540, quote: _=E2=80=9DIt is recommended that this value be no =
smaller than 100, so as to not unnecessarily limit parallelism.=E2=80=9D_=


-- =

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/1806#discussion_r220840431=

----==_mimepart_5bac98cbcfdc0_7b993ff9d10d45c095835a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@kazuho</b> commented on this pull request.</p>

<hr>

<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1806#discussi=
on_r220840431">draft-ietf-quic-http.md</a>:</p>
<pre style=3D'color:#555'>&gt; @@ -261,16 +261,23 @@ the stream managemen=
t.
 All client-initiated bidirectional streams are used for HTTP requests an=
d
 responses.  A bidirectional stream ensures that the response can be read=
ily
 correlated with the request. This means that the client&#39;s first requ=
est occurs
-on QUIC stream 0, with subsequent requests on stream 4, 8, and so on. HT=
TP/QUIC
-does not use server-initiated bidirectional streams. The use of unidirec=
tional
-streams is discussed in {{unidirectional-streams}}.
+on QUIC stream 0, with subsequent requests on stream 4, 8, and so on. In=
 order
+to permit these streams to open, an HTTP/QUIC client SHOULD send non-zer=
o values
+for the QUIC transport parameters `initial_max_stream_data_bidi_local`. =
An
+HTTP/QUIC server SHOULD send non-zero values for the QUIC transport para=
meters
+`initial_max_stream_data_bidi_remote` and `initial_max_bidi_streams`.
</pre>
<p>I do not oppose to your point.</p>
<p>What I am looking for is a general guidance that is similar to what we=
 have in RFC 7540, quote: <em>=E2=80=9DIt is recommended that this value =
be no smaller than 100, so as to not unnecessarily limit parallelism.=E2=80=
=9D</em></p>

<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/1806#discussion_r220840431">view it on GitHub</a>, or=
 <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1_D87v=
oykvpxV_liI5PQUEJBC0Wks5ufJBLgaJpZM4W7Jxu">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqyUQGvLEnoaK6v1URQQwdM9vYn9V=
ks5ufJBLgaJpZM4W7Jxu.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho commented on #1806"}],"action":{"name":"View Pull Request","url":"http=
s://github.com/quicwg/base-drafts/pull/1806#discussion_r220840431"}}}</sc=
ript>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1806#discussion_r22=
0840431",
"url": "https://github.com/quicwg/base-drafts/pull/1806#discussion_r22084=
0431",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@kazuho commented on 1806",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1806#discussion_r22084=
0431"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3846052=
94\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bac98cbcfdc0_7b993ff9d10d45c095835a--


From nobody Thu Sep 27 06:07:24 2018
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 A867A130E74 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 06:07:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 CVOKdyF5fhwf for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 06:07:21 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A3789130E18 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 06:07:18 -0700 (PDT)
Date: Thu, 27 Sep 2018 06:07:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538053636; bh=kN3SHxv8CDFS/hgmLqflAoO6IH9+HHgP3tsScjeV4jA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rmtDVrIgPphrhhJYQvAMvwzgPjWgMDZJE+2WU7dHsgYl/opnENtj6FSj35EBZ47Qr DutSE/pvvyDFHF+MvM7tRQmwkqZcIKBXgVT4b3EyN7xXI0YpDiUUyMOQ9pw1Ui7Bwk l2Y46TzpI7zGkFJJKgXViSwCgOwmjwpZjOvN7hxA=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab88d61cd56437fd53422aa39bb5bb0feb4ceab4cf92cf0000000117c4980492a169ce15a88727@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1794/c425083546@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1794@github.com>
References: <quicwg/base-drafts/pull/1794@github.com>
Subject: Re: [quicwg/base-drafts] Include a token on all Initial packets (#1794)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bacd6049e976_215b3fb8812d45b421603d"; 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/qB5BHlwaub9Hj3dkt2I2VWG7jdU>
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, 27 Sep 2018 13:07:23 -0000

----==_mimepart_5bacd6049e976_215b3fb8812d45b421603d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If you retransmit verbatim, then you can't tell if the original or the retransmission was received, so you lose the first RTT sample on the client side, which is unfortunate, since that's the first congestion control or recovery related info you get on the connection.

-- 
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/1794#issuecomment-425083546
----==_mimepart_5bacd6049e976_215b3fb8812d45b421603d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>If you retransmit verbatim, then you can't tell if the original or the retransmission was received, so you lose the first RTT sample on the client side, which is unfortunate, since that's the first congestion control or recovery related info you get on the connection.</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/1794#issuecomment-425083546">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1WcTYljP9IJvZgaboQOBo8AhC-sks5ufM2EgaJpZM4W3qeS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0xQcUcXhZI9JzBWHyfUZy8ELGO_ks5ufM2EgaJpZM4W3qeS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1794: If you retransmit verbatim, then you can't tell if the original or the retransmission was received, so you lose the first RTT sample on the client side, which is unfortunate, since that's the first congestion control or recovery related info you get on the connection."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1794#issuecomment-425083546"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1794#issuecomment-425083546",
"url": "https://github.com/quicwg/base-drafts/pull/1794#issuecomment-425083546",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Include a token on all Initial packets (#1794)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1794,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1794\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1794#issuecomment-425083546"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383690642\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bacd6049e976_215b3fb8812d45b421603d--


From nobody Thu Sep 27 06:28:31 2018
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 85F24130E98 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 06:28:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 4jlAvWrhAE8d for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 06:28:28 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E461D130E86 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 06:28:27 -0700 (PDT)
Date: Thu, 27 Sep 2018 06:28:25 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538054907; bh=6C+tRJSYdZRijsTS38m1uepHwr0OA1WJjSUUib5IjpY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DwmiQtbCVwbYEVJABzvnhldPhN+AQZiorC9imbMJaZA+g+tzlLpYQ8ANUrGK76/pA ORcFhn2DwErcQWDHk7Vp+Skb4K791AUOR4L3sZgIQpuUj0r2XwwPEM62dqj1RwpBsb wNCB4tEdf84bvcB1ixbG67GSoBRt73iB3zfYwmhY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab91bb9dbcd75c5cdf173890ab03d04834d9d0497692cf0000000117c49cf992a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c425092040@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bacdaf98dda6_5f993fb6d32d45b41064fa"; 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/JdhAtzKY22DHzNtldWtX839db0w>
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, 27 Sep 2018 13:28:30 -0000

----==_mimepart_5bacdaf98dda6_5f993fb6d32d45b41064fa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Kazuho, I think this approach only works if the server supports both the version the client tries intitially and another version the client offers.

The client can choose to only offer alternate versions it prefers, but does not know if the server supports.  I believe that mitigates the downgrade attack?  If the client tries v1 and the server only supports v0, the server is going to have to send a VN anyway I 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/1755#issuecomment-425092040
----==_mimepart_5bacdaf98dda6_5f993fb6d32d45b41064fa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Kazuho, I think this approach only works if the server supports both t=
he version the client tries intitially and another version the client off=
ers.</p>
<p>The client can choose to only offer alternate versions it prefers, but=
 does not know if the server supports.  I believe that mitigates the down=
grade attack?  If the client tries v1 and the server only supports v0, th=
e server is going to have to send a VN anyway I think?</p>

<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/1755#issuecomment-425092040">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9LqPW=
EljWrI_I3hJnaQVnl-LuoRks5ufNJ5gaJpZM4WsOSC">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq9ly2XZiU8eGNEznwk7Wn4Jz2q9p=
ks5ufNJ5gaJpZM4WsOSC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #1755: Kazuho, I think this approach only works if the server sup=
ports both the version the client tries intitially and another version th=
e client offers.\r\n\r\nThe client can choose to only offer alternate ver=
sions it prefers, but does not know if the server supports.  I believe th=
at mitigates the downgrade attack?  If the client tries v1 and the server=
 only supports v0, the server is going to have to send a VN anyway I thin=
k?"}],"action":{"name":"View Pull Request","url":"https://github.com/quic=
wg/base-drafts/pull/1755#issuecomment-425092040"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4=
25092040",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4250=
92040",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mec=
hanism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4250=
92040"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3806915=
86\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bacdaf98dda6_5f993fb6d32d45b41064fa--


From nobody Thu Sep 27 09:59:44 2018
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 8741A130EE9 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 09:59:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.999
X-Spam-Level: 
X-Spam-Status: No, score=-2.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, GB_SUMOF=5, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 svDUUdmnfJJT for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 09:59:28 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4BE51130ED3 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 09:59:28 -0700 (PDT)
Date: Thu, 27 Sep 2018 09:59:27 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538067567; bh=M5AUI9gk8jSocIcHfNMEECXYVjPOXQD2vAEyPsP5dJA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MKwCpT1CxqQKjyG0y33o8Fxm4K6U1AT4ddLSMZl1rghmyoUG1RcFMX9WYDJ+Y4TI0 1wfKHuPVkC1DBmydr/eLh+8KfEcqg88LwpweojcUM2AWhcQCUt+ZiHYB2TsWYCHflk 7IzWF9ePjeHi/EFslDIzZeYYV0Re07P0piEHuz5g=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb8eb6bcd2531c1496ef5c0345cc26a745d3acaf792cf0000000117c4ce6f92a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/review/159545226@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad0c6f2349b_2b943f85df2d45c0300cd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/15pXAPxgecpbXipgC7zoo5Iu57U>
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, 27 Sep 2018 16:59:31 -0000

----==_mimepart_5bad0c6f2349b_2b943f85df2d45c0300cd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

afrind commented on this pull request.



> +### Calculating Table Size
+
+The size of the dynamic table is the sum of the size of its entries.
+
+The size of an entry is the sum of its name's length in octets (as defined in
+{{string-literals}}), its value's length in octets, and 32.
+
+The size of an entry is calculated using the length of its name and value
+without any Huffman encoding applied.
+
+`MaxEntries` is the maximum number of entries that the dynamic table can have.
+The smallest entry has empty name and value strings and has the size of 32.
+The MaxEntries is calculated as
+
+~~~
+   MaxEntries = floor( MaxTableSize / 32 )

I implemented the encoding/decoding algorithm using floor for max entries, and (after bug fixing) it works correctly for all the edge cases.

> -safe to process the rest of the block.
+safe to process the rest of the block.  If Largest Reference is greater than
+zero, the encoder transforms it as follows before encoding:
+
+~~~
+   LargestReference = LargestReference mod 2*MaxEntries + 1
+~~~
+
+The decoder reconstructs the Largest Reference using the following algorithm:
+
+~~~
+   if LargestReference > 0:
+      LargestReference -= 1
+      CurrentWrapped = TableLargestAbsoluteIndex mod 2*MaxEntries
+
+      if CurrentWrapped > LargestReference + MaxEntries:

There's a couple bugs here.  It should be >= not >, and there is another case: the decoder's largest index has wrapped more times than LR.

-- 
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/1763#pullrequestreview-159545226
----==_mimepart_5bad0c6f2349b_2b943f85df2d45c0300cd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@afrind</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1763#discussion_r221001430">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; +### Calculating Table Size
+
+The size of the dynamic table is the sum of the size of its entries.
+
+The size of an entry is the sum of its name&#39;s length in octets (as defined in
+{{string-literals}}), its value&#39;s length in octets, and 32.
+
+The size of an entry is calculated using the length of its name and value
+without any Huffman encoding applied.
+
+`MaxEntries` is the maximum number of entries that the dynamic table can have.
+The smallest entry has empty name and value strings and has the size of 32.
+The MaxEntries is calculated as
+
+~~~
+   MaxEntries = floor( MaxTableSize / 32 )
</pre>
<p>I implemented the encoding/decoding algorithm using floor for max entries, and (after bug fixing) it works correctly for all the edge cases.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1763#discussion_r221001756">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; -safe to process the rest of the block.
+safe to process the rest of the block.  If Largest Reference is greater than
+zero, the encoder transforms it as follows before encoding:
+
+~~~
+   LargestReference = LargestReference mod 2*MaxEntries + 1
+~~~
+
+The decoder reconstructs the Largest Reference using the following algorithm:
+
+~~~
+   if LargestReference &gt; 0:
+      LargestReference -= 1
+      CurrentWrapped = TableLargestAbsoluteIndex mod 2*MaxEntries
+
+      if CurrentWrapped &gt; LargestReference + MaxEntries:
</pre>
<p>There's a couple bugs here.  It should be &gt;= not &gt;, and there is another case: the decoder's largest index has wrapped more times than LR.</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/1763#pullrequestreview-159545226">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxSid1G3qc-Wizp4k_ZFDD-4DifLks5ufQPvgaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8v5jnBfx-HtkhaGKDsAS9gprtvZks5ufQPvgaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind commented on #1763"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159545226"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159545226",
"url": "https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159545226",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@afrind commented on 1763",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159545226"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad0c6f2349b_2b943f85df2d45c0300cd--


From nobody Thu Sep 27 10:17:27 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 45F2A130ECE for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 10:17:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.498
X-Spam-Level: 
X-Spam-Status: No, score=-0.498 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 Z4UFNB1wpiEu for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 10:17:24 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5F1A7130EAE for <quic-issues@ietf.org>; Thu, 27 Sep 2018 10:17:24 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538068643; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=9Oi+Zm0Jyu9tOXFBUIV/mVJsXEv5V3Jyqbengn3lQNk=; b=wUfsFGYYk046aP9T5HQ2ucdznMYM3LIN76HEurFJAAfpMckK4+PYICNdVT9AU8JrVR8zi+UZ TvfLmT2LsBSFGd2rqw8hpj58T4/YqdNfqQMWOtqp5fKEK+LKwTgx7DPRUJublodx82EJEd9E +t6ZMScJPd1KvSTPTnElFJ5BAFs=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5bad10a3.7fe510667210-smtp-out-n01; Thu, 27 Sep 2018 17:17:23 -0000 (UTC)
Date: Thu, 27 Sep 2018 10:17:22 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5bad10a2e5434_5312abc777c2ed851281@hookshot-fe-cace476.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] bb364d: Merge ACK and ACK_ECN
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bad10a2e5040_5312abc777c2ed8511ae"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UkHosWPAwmef5Lv5iy6JBHpRR44>
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, 27 Sep 2018 17:17:26 -0000

----==_mimepart_5bad10a2e5040_5312abc777c2ed8511ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: bb364d6cc97ae849dda2f134f7fa5758fbae82b9
      https://github.com/quicwg/base-drafts/commit/bb364d6cc97ae849dda2f134f7fa5758fbae82b9
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge ACK and ACK_ECN

Fixes #1778


  Commit: c7e3e10a08a709e4bb9bcc0ba1c30ad92f7a49ea
      https://github.com/quicwg/base-drafts/commit/c7e3e10a08a709e4bb9bcc0ba1c30ad92f7a49ea
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: ddd62cb4d9f578e575025f64406c56b6ebec27ea
      https://github.com/quicwg/base-drafts/commit/ddd62cb4d9f578e575025f64406c56b6ebec27ea
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: bd85b7b5bdcac11eee97d8632855fb5fe33a6e75
      https://github.com/quicwg/base-drafts/commit/bd85b7b5bdcac11eee97d8632855fb5fe33a6e75
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: 09e9db0465840e38bdbd8747b1a02ac1203ecf90
      https://github.com/quicwg/base-drafts/commit/09e9db0465840e38bdbd8747b1a02ac1203ecf90
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: 0d14b5c6e996656606874ec9d6f2d22a6d9f24be
      https://github.com/quicwg/base-drafts/commit/0d14b5c6e996656606874ec9d6f2d22a6d9f24be
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: 12a4d9adbb787dbb6f0033acdb7ad3981aeb420d
      https://github.com/quicwg/base-drafts/commit/12a4d9adbb787dbb6f0033acdb7ad3981aeb420d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: 481260f22146d263d351ae7b5245671429148483
      https://github.com/quicwg/base-drafts/commit/481260f22146d263d351ae7b5245671429148483
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: 064b237fea02ccb15d633eef1f134230464acf5b
      https://github.com/quicwg/base-drafts/commit/064b237fea02ccb15d633eef1f134230464acf5b
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: da050dd8207a2981a1a198d199265350bbc63087
      https://github.com/quicwg/base-drafts/commit/da050dd8207a2981a1a198d199265350bbc63087
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: a5b115df606ca2f21f63b1777382d8aee62e9431
      https://github.com/quicwg/base-drafts/commit/a5b115df606ca2f21f63b1777382d8aee62e9431
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: 7bfe615301af0f0714f7c5f2f342f05b94b7a861
      https://github.com/quicwg/base-drafts/commit/7bfe615301af0f0714f7c5f2f342f05b94b7a861
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #1801 from quicwg/ianswett-ack-ecn-merge

Merge ACK and ACK_ECN


Compare: https://github.com/quicwg/base-drafts/compare/1d3064292219...7bfe615301af
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bad10a2e5040_5312abc777c2ed8511ae--


From nobody Thu Sep 27 10:17:33 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 B9CA5130ECE for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 10:17:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.498
X-Spam-Level: 
X-Spam-Status: No, score=-0.498 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 UnbXFi7MwUjj for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 10:17:28 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4B86F130F00 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 10:17:28 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538068646; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=11rPQeUl3qAsuO9XAvqRa/qeuOFFMz1zbqrUe3hA86s=; b=eQHJeoHRRDgGcAGLL/rS04i1osGVDt4OTy5v3jxn/ZAXVc9UjZt5WDlk9Q9Sv3mW/g4IS7J0 7/xV7h4yOjWVJWSpw3a6mbmnDKhJ7mEbaHudNgQue3TrZmClR6TCEwCl8qaYENWMnLWZ+ROj /UH2OXx17w+EOIfrbZ0pv+gsmjU=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5bad10a6.7f465c565a80-smtp-out-n01; Thu, 27 Sep 2018 17:17:26 -0000 (UTC)
Date: Thu, 27 Sep 2018 10:17:26 -0700
From: martinthomson <martin.thomson@gmail.com>
Reply-To: martinthomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5bad10a61dd18_542d2b28adf1aecc296ba@hookshot-fe-7191cb1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bad10a61d7e6_542d2b28adf1aecc295ad"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LeLuaaqNMBym0zbZtxLBVkhW8rw>
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, 27 Sep 2018 17:17:30 -0000

----==_mimepart_5bad10a61d7e6_542d2b28adf1aecc295ad
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ack-ecn-merge
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bad10a61d7e6_542d2b28adf1aecc295ad--


From nobody Thu Sep 27 10:17:39 2018
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 4C708130EAE for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 10:17:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.454
X-Spam-Level: 
X-Spam-Status: No, score=-3.454 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 B6E7imIO-Fed for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 10:17:30 -0700 (PDT)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [167.89.101.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 43313130ECE for <quic-issues@ietf.org>; Thu, 27 Sep 2018 10:17:30 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=gD/i5m/M3rhVfpKbTtKwrpquzaI=; b=r50ftjgP77FX2d7T 4xdCjfBkFtVvR6ss9i41mT7AIgwKCIbiUWQKzAYbc5bdw1fbXkEyX+NgOiEvb1sZ UJCUhnenJGjyUz/T3vp/GZEmW4aTS6ZEB++EAikAX9xRVsbiDzR8r9VEMH3Cq12g hFMeImHyv8+KzhyuufdJhFD6Nac=
Received: by filter0602p1iad2.sendgrid.net with SMTP id filter0602p1iad2-29942-5BAD10A9-9 2018-09-27 17:17:29.173066645 +0000 UTC m=+1796406.765924481
Received: from github-lowworker-3c598a3.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id xqhBCRxrRmeMKKYp9sCkvQ for <quic-issues@ietf.org>; Thu, 27 Sep 2018 17:17:28.915 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-3c598a3.cp1-iad.github.net (Postfix) with ESMTP id DD65AA802B7 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 10:17:28 -0700 (PDT)
Date: Thu, 27 Sep 2018 17:17:29 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9517bda61ec8e5c416b00152c6f26a92b19b851692cf0000000117c4d2a892a169ce1596db16@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1778/issue_event/1871667218@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1778@github.com>
References: <quicwg/base-drafts/issues/1778@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1778)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad10a8d8a89_ade3f922ead45bc22314a"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2RV69J3sgJ7HjP/rDWF69fTdkpBGdyYUi2wC JkFxqeaYGFMn8qpEwCSdfRq4BV4rmmuh4BiXmrjIlYorhXvy+sngSiZ6TtXhiH7kNrtjCzEn+rHK2Y ehyDGyZoahTK+YQA3LqxBMpx18oMfJu3h23kWmfiqTXn22hP0uB1q8vugedkB8Mo5Ny98P1P5OY/Uu 8=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/466YiPbpiTyzEwt27mC2dNPtf44>
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, 27 Sep 2018 17:17:32 -0000

----==_mimepart_5bad10a8d8a89_ade3f922ead45bc22314a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1778 via #1801.

-- 
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/1778#event-1871667218
----==_mimepart_5bad10a8d8a89_ade3f922ead45bc22314a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362208022" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1778" href="https://github.com/quicwg/base-drafts/issues/1778">#1778</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363829535" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1801" href="https://github.com/quicwg/base-drafts/pull/1801">#1801</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/1778#event-1871667218">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqygwd_fHZ3tHFtVUzyA9-q5LZaJIks5ufQgogaJpZM4WyOGn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyNv6WZ9wWDldxw-7NGCodMzpTuoks5ufQgogaJpZM4WyOGn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1778 via #1801."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1778#event-1871667218"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1778#event-1871667218",
"url": "https://github.com/quicwg/base-drafts/issues/1778#event-1871667218",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1778)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1778#event-1871667218"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382263719\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad10a8d8a89_ade3f922ead45bc22314a--


From nobody Thu Sep 27 10:17:45 2018
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 DA9D1130EAE for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 10:17:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.454
X-Spam-Level: 
X-Spam-Status: No, score=-3.454 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 ZiLKZO78YKNy for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 10:17:34 -0700 (PDT)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C660F130EE5 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 10:17:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=/s5ak4FYGiCAuGelZ/mYV0571j8=; b=MOxFMulHxfcQKfW3 XOAIZUl78+mpKUcL/adiC3XgKaDFZAc7omiYrdLMw1nbMXgTdF4uqQlypDXKhZSH 6nleK9UN8CoN0ZhBYi53rMhl+ZOCkDRM+x+O+/IOPgFBF4h4aX4XiKKRL3eA7jV9 r8Hix9vkN321WsaqyX58JBGaInE=
Received: by filter0437p1iad2.sendgrid.net with SMTP id filter0437p1iad2-7928-5BAD10AC-26 2018-09-27 17:17:32.591265296 +0000 UTC m=+1795904.809624345
Received: from github-lowworker-dcd58f3.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id 3X1oK30mT3ChT2j3YbyfyA for <quic-issues@ietf.org>; Thu, 27 Sep 2018 17:17:32.456 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcd58f3.cp1-iad.github.net (Postfix) with ESMTP id 6B8C72406D8 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 10:17:32 -0700 (PDT)
Date: Thu, 27 Sep 2018 17:17:32 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe6b54e1236e59cc48862c1fc59f76644a429dea092cf0000000117c4d2ac92a169ce15af991f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1801/issue_event/1871667215@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1801@github.com>
References: <quicwg/base-drafts/pull/1801@github.com>
Subject: Re: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1801)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad10ac64aa9_791c3f9e42ed45c0163940"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2pAPDXrhhMTw6M2rg777q0YtFUA3OjJ20TO5 9VWyDd/lp056OtQAL83xBcWPKCYR2Jg5HA0JY6c5fhAxFs/64Kt/3VdXE3jVZDRVScMwVNppiJhydy FMGsQq2rtYgtOwmMECRlC8wsZE0vFBwEZxoXBrcK47KjIEToFNDi50GAGP+BQs4MCFn2gCUDgl+Zwd M=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/PB_VujwMHywyF0j32pcUUPoYBeo>
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, 27 Sep 2018 17:17:36 -0000

----==_mimepart_5bad10ac64aa9_791c3f9e42ed45c0163940
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1801 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/1801#event-1871667215
----==_mimepart_5bad10ac64aa9_791c3f9e42ed45c0163940
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363829535" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1801" href="https://github.com/quicwg/base-drafts/pull/1801">#1801</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/1801#event-1871667215">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9Niww33XVECBnm4pxj2y1ebgeSaks5ufQgsgaJpZM4W5xMf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1CLmUOLcvDNUDDyCdp5ivM_vtnKks5ufQgsgaJpZM4W5xMf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1801 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1801#event-1871667215"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1801#event-1871667215",
"url": "https://github.com/quicwg/base-drafts/pull/1801#event-1871667215",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Merge ACK and ACK_ECN (#1801)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1801#event-1871667215"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384242463\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad10ac64aa9_791c3f9e42ed45c0163940--


From nobody Thu Sep 27 10:50:21 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 4C591130E30 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 10:50:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.106
X-Spam-Level: 
X-Spam-Status: No, score=-2.106 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, 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 kSweR2YcdjPC for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 10:50:16 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 585D8130DF3 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 10:50:16 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538070615; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=wh+CHsxXPPXXUSXq7Hi1sKAQnls8f55SMRMHcwoqPco=; b=jF1/VWrZOUmOXtBGlAKIeHp3M97IdloocO24YKVDh33JdqiIEcm6R4uXnwzGZlUWz3mNR4io FQtgbdxcialiBzqacHkJsWJOotsro6tA7i7x1soWsWEB9CitWghKZaLUs2fErGhDtXQMPJTv i3YSBgBsF+n5WhIZeGGwW/ivrbY=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=fb.com@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5bad1857.7f6cebc509c0-smtp-out-n01; Thu, 27 Sep 2018 17:50:15 -0000 (UTC)
Date: Thu, 27 Sep 2018 10:50:14 -0700
From: Alan Frindell <afrind@fb.com>
Reply-To: Alan Frindell <afrind@fb.com>
To: quic-issues@ietf.org
Message-ID: <5bad185667259_264c2b1c5d810ed078167@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 35ecde: s/MUST not/MUST NOT/
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bad185666cf7_264c2b1c5d810ed07806a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hSU2YSkcDaFRMmjwjczkvzXlcKI>
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, 27 Sep 2018 17:50:19 -0000

----==_mimepart_5bad185666cf7_264c2b1c5d810ed07806a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/qpack-wrap
  Home:   https://github.com/quicwg/base-drafts
  Commit: 35ecdebb02e52b37d91957d7130aa77e26adadbd
      https://github.com/quicwg/base-drafts/commit/35ecdebb02e52b37d91957d7130aa77e26adadbd
  Author: Alan Frindell <afrind@fb.com>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  s/MUST not/MUST NOT/

Update decoder algorithm so that it actually works



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bad185666cf7_264c2b1c5d810ed07806a--


From nobody Thu Sep 27 10:50:30 2018
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 C42DF130EEC for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 10:50:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 PIGbK41Gleo7 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 10:50:21 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CAB08130EF0 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 10:50:21 -0700 (PDT)
Date: Thu, 27 Sep 2018 10:50:20 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538070621; bh=vpd9DoGSh/eE2ThOOrcDXl2c/qYowZPLyOdhWe/0yf4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iSjYIn86euv+j7wE4p0hoxgYLx2pragQrI6l3zmJrlRUoTskXIrjJ58surcCHYD9y zuI2xijSTLQDpEk8ssIaqRGkl2sw4mIHhf6wIlDfHcXxdQAwnUffYPNf7MSKOY5hx7 GEGQITjBX8XVcea5RJnzYGvzrc2RplOWpRrVby98=
From: afrind <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/1763/push/2913173845@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad185ceeb19_6a103f8c2a4d45b82808df"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/NPjwtvel0gXcM1jToGdayktqa40>
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, 27 Sep 2018 17:50:24 -0000

----==_mimepart_5bad185ceeb19_6a103f8c2a4d45b82808df
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@afrind pushed 1 commit.

35ecdeb  s/MUST not/MUST NOT/


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1763/files/00e13d93a5771defe558855c6cdcfdf29a10ab20..35ecdebb02e52b37d91957d7130aa77e26adadbd

----==_mimepart_5bad185ceeb19_6a103f8c2a4d45b82808df
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/afrind" class="user-mention">@afrind</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/35ecdeb">35ecdeb</a>  s/MUST not/MUST NOT/</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/1763/files/00e13d93a5771defe558855c6cdcfdf29a10ab20..35ecdebb02e52b37d91957d7130aa77e26adadbd">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4dYUXUniHCNJiRZUWaQmOZh0WWxks5ufQ_cgaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy_QTJyAz04LlEONZFIduJsE5nuMks5ufQ_cgaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind pushed 1 commit in #1763"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763/files/00e13d93a5771defe558855c6cdcfdf29a10ab20..35ecdebb02e52b37d91957d7130aa77e26adadbd"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763/files/00e13d93a5771defe558855c6cdcfdf29a10ab20..35ecdebb02e52b37d91957d7130aa77e26adadbd",
"url": "https://github.com/quicwg/base-drafts/pull/1763/files/00e13d93a5771defe558855c6cdcfdf29a10ab20..35ecdebb02e52b37d91957d7130aa77e26adadbd",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@afrind pushed 1 commit in #1763",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1763:",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [
{
"name": "35ecdeb",
"value": "s/MUST not/MUST NOT/"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763/files/00e13d93a5771defe558855c6cdcfdf29a10ab20..35ecdebb02e52b37d91957d7130aa77e26adadbd"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5bad185ceeb19_6a103f8c2a4d45b82808df--


From nobody Thu Sep 27 10:54:23 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 6FB5B130EF0 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 10:54:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.106
X-Spam-Level: 
X-Spam-Status: No, score=-2.106 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, 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 01CXc-DBK7DW for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 10:54:06 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6B09A130E30 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 10:54:06 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538070845; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=ae2nigN4hW5EHhNRNcKe+/X2hq8r7/6njuFHqDbc3Ig=; b=TAnJK5VADLPI001Xq29/MwFt0s9NqNqAbES+P6VzU8DQLThg0c73jso+u8dRhmFpmvCsw3Ab XvVu06gVv19FbtIhYb3c5Hl+QR94aehND4K7AXlxO+m0L3jsKwKZAE5NTkw4PXBxq9lHwljx QVuMcB06Z6MktsurFIjguJwzJZQ=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=fb.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5bad193d.7f919804dc90-smtp-out-n01; Thu, 27 Sep 2018 17:54:05 -0000 (UTC)
Date: Thu, 27 Sep 2018 10:54:05 -0700
From: Alan Frindell <afrind@fb.com>
Reply-To: Alan Frindell <afrind@fb.com>
To: quic-issues@ietf.org
Message-ID: <5bad193d6aeb0_4d1f2ad57bb56ec421670@hookshot-fe-6b2eebc.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] fb9696: s/send/sending/
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bad193d6a970_4d1f2ad57bb56ec421549"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/VhaFCsgEp9t0tXylrPCLBRUj_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: Thu, 27 Sep 2018 17:54:09 -0000

----==_mimepart_5bad193d6a970_4d1f2ad57bb56ec421549
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/qpack-cancel-0
  Home:   https://github.com/quicwg/base-drafts
  Commit: fb9696f1b007d4381cef3a7171f113075eedaa0a
      https://github.com/quicwg/base-drafts/commit/fb9696f1b007d4381cef3a7171f113075eedaa0a
  Author: Alan Frindell <afrind@fb.com>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  s/send/sending/



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bad193d6a970_4d1f2ad57bb56ec421549--


From nobody Thu Sep 27 10:54:29 2018
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 7980A130F1D for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 10:54:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.454
X-Spam-Level: 
X-Spam-Status: No, score=-8.454 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 oUG97mjXMtXs for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 10:54:14 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4B7F6130EFF for <quic-issues@ietf.org>; Thu, 27 Sep 2018 10:54:12 -0700 (PDT)
Date: Thu, 27 Sep 2018 10:54:11 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538070851; bh=rMk9tLqfqIywryruS8r+LgDPr7stOya2ItA1MsS6Sck=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cagHxzQf1zOraoXNPxv9LtP37DTGykVDlQH1de883+9/WJHgZLvAKDYrNv85BjIeN Zhx0Hv4n9n/n4R7vt1MaG8b5JIA20IrktYiUqWsHxAdAkwmj8JkZG8KBypbofuwJKm aKCQv614Wj3IXz2VIFRe//YTLFuKNvKtC+86zS5w=
From: afrind <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/1761/push/2913184554@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1761@github.com>
References: <quicwg/base-drafts/pull/1761@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: don't send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0 (#1761)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad19431cefe_3fe73f82ddad45b8401081"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/-pvqZiKVFr9QwPD8MmWFvaC7-3Q>
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, 27 Sep 2018 17:54:22 -0000

----==_mimepart_5bad19431cefe_3fe73f82ddad45b8401081
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@afrind pushed 1 commit.

fb9696f  s/send/sending/


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1761/files/969fd338e312260cd602285b376bb17bcc57c5e8..fb9696f1b007d4381cef3a7171f113075eedaa0a

----==_mimepart_5bad19431cefe_3fe73f82ddad45b8401081
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/afrind" class="user-mention">@afrind</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/fb9696f">fb9696f</a>  s/send/sending/</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/1761/files/969fd338e312260cd602285b376bb17bcc57c5e8..fb9696f1b007d4381cef3a7171f113075eedaa0a">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq07MgCzwW7VZJt-dWOaT4jPOrPasks5ufRDDgaJpZM4WtA_U">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9PuC-J_BZ1Sq7N1BVmQxdGj8S-Aks5ufRDDgaJpZM4WtA_U.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind pushed 1 commit in #1761"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1761/files/969fd338e312260cd602285b376bb17bcc57c5e8..fb9696f1b007d4381cef3a7171f113075eedaa0a"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1761/files/969fd338e312260cd602285b376bb17bcc57c5e8..fb9696f1b007d4381cef3a7171f113075eedaa0a",
"url": "https://github.com/quicwg/base-drafts/pull/1761/files/969fd338e312260cd602285b376bb17bcc57c5e8..fb9696f1b007d4381cef3a7171f113075eedaa0a",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@afrind pushed 1 commit in #1761",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1761:",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [
{
"name": "fb9696f",
"value": "s/send/sending/"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1761/files/969fd338e312260cd602285b376bb17bcc57c5e8..fb9696f1b007d4381cef3a7171f113075eedaa0a"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380899284\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5bad19431cefe_3fe73f82ddad45b8401081--


From nobody Thu Sep 27 10:59:21 2018
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 D1CB0130EF7 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 10:59:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 DOyIiLL_NNkn for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 10:59:17 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5A839130E30 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 10:59:17 -0700 (PDT)
Date: Thu, 27 Sep 2018 10:59:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538071156; bh=/UwDbGhFbqUzlILpdrnQ/oxG6YcGU3zSA4b1SQ7wfns=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EPFI6nEAQgE7eit0wX8STzuNmYyyBsNkmjG7XzPNhuFt0829vWRUXJd4OWMtCSHOv R/JHEGBq3MRXzjwEr/yEscBbbzbDyQRlgmwvMpP8Mj0PuQdzIm84t68/o1/B0Svd7F pXtB/RsrCtSu4hA9riC3REJEM3DG0DlM6jNQaMFw=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5fdeccfaa810dc8b6f611df37b1febcfd1768b2792cf0000000117c4dc7492a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425186886@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad1a748a5b7_3ff83f82ddad45b829705c"; 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/5jDDfOS5Ih51G4j2ukCRPc1WyCI>
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, 27 Sep 2018 17:59:20 -0000

----==_mimepart_5bad1a748a5b7_3ff83f82ddad45b829705c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The value in having a STOPPING error code is understanding the source.  Because this is a transport feature, STOPPING permits the recipient to understand that the stream is being aborted because it sent a STOP_SENDING (i.e. its own action), not because the peer encountered a fatal error during the intervening RTT.  From another viewpoint, the "source" of the RST is the remote transport, not the remote application.

(I would envision STOP_SENDING surfacing to the remote API as a failure to write because the RST_STREAM has already been sent, not as a signal to which the application responds by triggering a RST_STREAM.)

I don't feel strongly opposed to having, say, a STOP_COMPLETE frame, but it would have identical practical effect to RST_STREAM.  That feels like a cosmetic change, and I'm not sure the difference is critical.

-- 
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/1804#issuecomment-425186886
----==_mimepart_5bad1a748a5b7_3ff83f82ddad45b829705c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The value in having a STOPPING error code is understanding the source.=
  Because this is a transport feature, STOPPING permits the recipient to =
understand that the stream is being aborted because it sent a STOP_SENDIN=
G (i.e. its own action), not because the peer encountered a fatal error d=
uring the intervening RTT.  From another viewpoint, the "source" of the R=
ST is the remote transport, not the remote application.</p>
<p>(I would envision STOP_SENDING surfacing to the remote API as a failur=
e to write because the RST_STREAM has already been sent, not as a signal =
to which the application responds by triggering a RST_STREAM.)</p>
<p>I don't feel strongly opposed to having, say, a STOP_COMPLETE frame, b=
ut it would have identical practical effect to RST_STREAM.  That feels li=
ke a cosmetic change, and I'm not sure the difference is critical.</p>

<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/1804#issuecomment-425186886">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxd4=
oPmYuMIOjA47v9TNaFZ7Hdi-ks5ufRH0gaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2L0AznPsiPDw3RBYHhwcyVJ=
Jpbyks5ufRH0gaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Mike=
Bishop in #1804: The value in having a STOPPING error code is understandi=
ng the source.  Because this is a transport feature, STOPPING permits the=
 recipient to understand that the stream is being aborted because it sent=
 a STOP_SENDING (i.e. its own action), not because the peer encountered a=
 fatal error during the intervening RTT.  From another viewpoint, the \"s=
ource\" of the RST is the remote transport, not the remote application.\r=
\n\r\n(I would envision STOP_SENDING surfacing to the remote API as a fai=
lure to write because the RST_STREAM has already been sent, not as a sign=
al to which the application responds by triggering a RST_STREAM.)\r\n\r\n=
I don't feel strongly opposed to having, say, a STOP_COMPLETE frame, but =
it would have identical practical effect to RST_STREAM.  That feels like =
a cosmetic change, and I'm not sure the difference is critical."}],"actio=
n":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issu=
es/1804#issuecomment-425186886"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-425186886",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5186886",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5186886"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bad1a748a5b7_3ff83f82ddad45b829705c--


From nobody Thu Sep 27 11:01:19 2018
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 656BA130EFB for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:01:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 VQUI0JZL7nKZ for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:01:16 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4A5C3130EFA for <quic-issues@ietf.org>; Thu, 27 Sep 2018 11:01:16 -0700 (PDT)
Date: Thu, 27 Sep 2018 11:01:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538071275; bh=0tUtLsc17SQhMpoD/2tTaqqo96h6CM5mtmo263+Mlss=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rDWUW912J7YbNSoI5pxFEQliBrADetx7JkS0CnCQiccwlTWYI7x+ZHa+hViQSHFz9 wYn0znXGg9DFT5WMQOonleeE/1nYzug5W+Zcf7/vkuzl1McJkQYxU0PstoVYLyjcHK AJrYNfFlexuBO16KpE6KS4YHyNTjzTIZe3zQF0BM=
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/1802/push/2913205464@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1802@github.com>
References: <quicwg/base-drafts/pull/1802@github.com>
Subject: Re: [quicwg/base-drafts] Send Stream State starts with "Send" for peer-initiated bidi streams (#1802)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad1aeb7fe91_6a013f8c2a4d45b85185bb"; 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/IQ_Z8V-8iViP5SB8SkGsiCIDv1c>
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, 27 Sep 2018 18:01:18 -0000

----==_mimepart_5bad1aeb7fe91_6a013f8c2a4d45b85185bb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

24fd415  transitions


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1802/files/fc0f3e6e538e3b8f4d6a002970ce4079f440322a..24fd4151ff2b14a1db842f8e453add9e6f9204b5

----==_mimepart_5bad1aeb7fe91_6a013f8c2a4d45b85185bb
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/24fd415">24fd415</a>  transitions</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/1802/files/fc0f3e6e538e3b8f4d6a002970ce4079f440322a..24fd4151ff2b14a1db842f8e453add9e6f9204b5">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_9RnkNU5e4NChXtpa2qvx6ZXSbJks5ufRJrgaJpZM4W54ek">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyqurXfuluueesv48FW4ohsOE58Vks5ufRJrgaJpZM4W54ek.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #1802"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1802/files/fc0f3e6e538e3b8f4d6a002970ce4079f440322a..24fd4151ff2b14a1db842f8e453add9e6f9204b5"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1802/files/fc0f3e6e538e3b8f4d6a002970ce4079f440322a..24fd4151ff2b14a1db842f8e453add9e6f9204b5",
"url": "https://github.com/quicwg/base-drafts/pull/1802/files/fc0f3e6e538e3b8f4d6a002970ce4079f440322a..24fd4151ff2b14a1db842f8e453add9e6f9204b5",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson pushed 1 commit in #1802",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1802:",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [
{
"name": "24fd415",
"value": "transitions"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1802/files/fc0f3e6e538e3b8f4d6a002970ce4079f440322a..24fd4151ff2b14a1db842f8e453add9e6f9204b5"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384272292\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5bad1aeb7fe91_6a013f8c2a4d45b85185bb--


From nobody Thu Sep 27 11:01:28 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 B21FA130F14 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:01:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.498
X-Spam-Level: 
X-Spam-Status: No, score=-0.498 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 lzDpZfbQrwxb for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:01:18 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6A576130EFF for <quic-issues@ietf.org>; Thu, 27 Sep 2018 11:01:18 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538071277; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=6+N3835n9g+E9D10LhF4XhNt9+uf6w524BtYmFu2wmI=; b=gHOViJMW3Qs8QRCX3OquDB6863vimJXCDQxswODEB9oCXbh9cDjBd8yr/EPOsDqaVLKFp99R f9LlKpg5j0KAunjp1ZQoxvdT+qMpjzhxxPCaMdr2n22VIUvrCTf5E13k88w9qGV1FgckwDW7 tX8tAQmEF/o66AtAfMfwX43cBuI=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5bad1aed.7f1ebc928630-smtp-out-n02; Thu, 27 Sep 2018 18:01:17 -0000 (UTC)
Date: Thu, 27 Sep 2018 11:01:17 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5bad1aeda734c_59d22aee29fceecc6774d@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 11e66f: sending part of bidi stream initiated by peer star...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bad1aeda6e64_59d22aee29fceecc676b8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FRllxeSce2zBu4LON935bk62qkM>
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, 27 Sep 2018 18:01:21 -0000

----==_mimepart_5bad1aeda6e64_59d22aee29fceecc676b8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 11e66faed8d14766b9cd785f525cefcec79c5f4d
      https://github.com/quicwg/base-drafts/commit/11e66faed8d14766b9cd785f525cefcec79c5f4d
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  sending part of bidi stream initiated by peer starts from "Send" state


  Commit: 2a6e77d3e5f14a3239bfd6ae7d5bdc574fcda932
      https://github.com/quicwg/base-drafts/commit/2a6e77d3e5f14a3239bfd6ae7d5bdc574fcda932
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  update the diagram accordingly


  Commit: cb87fd9a04e352eb515a462319484f87edd60858
      https://github.com/quicwg/base-drafts/commit/cb87fd9a04e352eb515a462319484f87edd60858
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  better clarification


  Commit: 9a1984095804330b73ea32d9ec9af733c0833826
      https://github.com/quicwg/base-drafts/commit/9a1984095804330b73ea32d9ec9af733c0833826
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Revert "better clarification"

This reverts commit cb87fd9a04e352eb515a462319484f87edd60858.


  Commit: 43dd85836f9ad73f47247251a68e5bea1109f1e5
      https://github.com/quicwg/base-drafts/commit/43dd85836f9ad73f47247251a68e5bea1109f1e5
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Revert "update the diagram accordingly"

This reverts commit 2a6e77d3e5f14a3239bfd6ae7d5bdc574fcda932.


  Commit: fc0f3e6e538e3b8f4d6a002970ce4079f440322a
      https://github.com/quicwg/base-drafts/commit/fc0f3e6e538e3b8f4d6a002970ce4079f440322a
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  initial state is always "Ready"


  Commit: 24fd4151ff2b14a1db842f8e453add9e6f9204b5
      https://github.com/quicwg/base-drafts/commit/24fd4151ff2b14a1db842f8e453add9e6f9204b5
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  transitions


  Commit: bddbbf3922fead26248926468152470d341a0f81
      https://github.com/quicwg/base-drafts/commit/bddbbf3922fead26248926468152470d341a0f81
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #1802 from kazuho/kazuho/stop-sending-in-ready-state

Send Stream State starts with "Send" for peer-initiated bidi streams


Compare: https://github.com/quicwg/base-drafts/compare/7bfe615301af...bddbbf3922fe
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bad1aeda6e64_59d22aee29fceecc676b8--


From nobody Thu Sep 27 11:01:34 2018
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 91B18130EFF for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:01:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.454
X-Spam-Level: 
X-Spam-Status: No, score=-8.454 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 mR8yT2J1bw81 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:01:24 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D5763130EFA for <quic-issues@ietf.org>; Thu, 27 Sep 2018 11:01:23 -0700 (PDT)
Date: Thu, 27 Sep 2018 11:01:21 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538071283; bh=OTLVy4UNxNurajxHJgfXAvOL+lxnkeaxg9GrBj7/Ils=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=abEy6Lm6UVnRipGW5KTAG3jpe9VUCwoVWV5I7AyiHVumdUbj4lQXkNbeGXFHJNcE9 fqb/pK2nmmgbnM8y0epvNfWEgmbVK6ZfjW0IVPW0b+pxfk/kefTLH3UPtqEE37R+0U QTOkfVlcLHw7pgJDfnDYiDC+yHOFcUD0AAIzHrYg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abaa522a28d7a61e672d3e7affb3d55de63eb25eac92cf0000000117c4dcf192a169ce15aff951@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1802/issue_event/1871762163@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1802@github.com>
References: <quicwg/base-drafts/pull/1802@github.com>
Subject: Re: [quicwg/base-drafts] Send Stream State starts with "Send" for peer-initiated bidi streams (#1802)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad1af12f368_48f33ff804ed45b8839673"; 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/-kk0mkWEJws7xZaRUAclKk76j34>
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, 27 Sep 2018 18:01:26 -0000

----==_mimepart_5bad1af12f368_48f33ff804ed45b8839673
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1802 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/1802#event-1871762163
----==_mimepart_5bad1af12f368_48f33ff804ed45b8839673
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363854161" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1802" href="https://github.com/quicwg/base-drafts/pull/1802">#1802</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/1802#event-1871762163">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4eKl6F17pk_MOPgforT1Z-7WpEhks5ufRJxgaJpZM4W54ek">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4Kc_570I-T3vZR4cATN1srAiMIMks5ufRJxgaJpZM4W54ek.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1802 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1802#event-1871762163"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1802#event-1871762163",
"url": "https://github.com/quicwg/base-drafts/pull/1802#event-1871762163",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Send Stream State starts with \"Send\" for peer-initiated bidi streams (#1802)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1802#event-1871762163"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384272292\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad1af12f368_48f33ff804ed45b8839673--


From nobody Thu Sep 27 11:01:40 2018
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 7425A130EFA for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:01:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.454
X-Spam-Level: 
X-Spam-Status: No, score=-3.454 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 E4tELdifaqqU for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:01:25 -0700 (PDT)
Received: from o6.sgmail.github.com (o6.sgmail.github.com [192.254.113.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 75337130EFB for <quic-issues@ietf.org>; Thu, 27 Sep 2018 11:01:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=PAu1uhMol6VQSVqy1J6Rr0BeUzM=; b=twDWfQEks8W9arzj Fm4LKog01rJkQYhO2g5mLQYuX9kQnV2hxyO+Rwh39uFoMIx9SDRHnQf7Z+lalJpB IDFAssi7Qlogv3uO6fK6JDnTNzJd0FFLFRruNU7Q6exVj/Dw5C/4GeHxWoeuBYkg 62/IlJi+0GYdNgEs+kIS9bzcom8=
Received: by filter0105p1iad2.sendgrid.net with SMTP id filter0105p1iad2-28921-5BAD1AF3-30 2018-09-27 18:01:23.943807856 +0000 UTC m=+1798723.222829162
Received: from github-lowworker-fc273f0.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0030p1mdw1.sendgrid.net (SG) with ESMTP id G1EQNAVnQzGBR-aNonhAhw for <quic-issues@ietf.org>; Thu, 27 Sep 2018 18:01:23.728 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-fc273f0.cp1-iad.github.net (Postfix) with ESMTP id 52223C0A68 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 11:01:23 -0700 (PDT)
Date: Thu, 27 Sep 2018 18:01:24 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6c2eaeee67ad928d1f5c3a8f1154302d267f284492cf0000000117c4dcf392a169ce15ad130f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1797/issue_event/1871762170@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1797@github.com>
References: <quicwg/base-drafts/issues/1797@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING in Ready state (#1797)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad1af34be2b_76563feeddad45c43860ed"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2prbxi7sh/WZSwGXXSrAdYCt5ourFHaYe9Iu Y+uH575mBKp5rt+CMmKXNuw9gr3eAvwRTn6CPDWF24OY7VtUkfUH5pXXXZhfirwoWbm8P+Ybf6G9ud AgV/tIYnkLYVK750AIs7dMMvCRpm8v82vdKRlPEpHimy+SF8ozSQDBALiYx/krMYFnwX4StjRo4afc E=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hB6KrH7BT6QorqColo_TqigeEL8>
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, 27 Sep 2018 18:01:28 -0000

----==_mimepart_5bad1af34be2b_76563feeddad45c43860ed
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1797 via #1802.

-- 
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/1797#event-1871762170
----==_mimepart_5bad1af34be2b_76563feeddad45c43860ed
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363664143" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1797" href="https://github.com/quicwg/base-drafts/issues/1797">#1797</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363854161" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1802" href="https://github.com/quicwg/base-drafts/pull/1802">#1802</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/1797#event-1871762170">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwK8Ex4_kQuM6jQ7FyIxTUxQcIlZks5ufRJzgaJpZM4W5BDs">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzCVNqRbxrlmNhnxzord00_QpzKTks5ufRJzgaJpZM4W5BDs.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1797 via #1802."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1797#event-1871762170"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1797#event-1871762170",
"url": "https://github.com/quicwg/base-drafts/issues/1797#event-1871762170",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] STOP_SENDING in Ready state (#1797)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1797#event-1871762170"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384045292\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad1af34be2b_76563feeddad45c43860ed--


From nobody Thu Sep 27 11:04:45 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 C1ED5130EF7 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:04:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.498
X-Spam-Level: 
X-Spam-Status: No, score=-0.498 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 8PHz5AyPVdOI for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:04:42 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 83FC1130EF3 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 11:04:42 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538071481; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=5njCFKOvAaVkEVKvSFX1VcDxztd/q1MLIoJZ6DNoBzI=; b=JYdc63H9AXwINAWkvkMc+C6iBEO8CE8JPVzYSJOriPTHcVSjmM7w3pj7fW2RKifO81eOVsjU NXx5nwOm37NJFnAbGZizlbio1GWUgpW9/WgYaI7R1M1NnYJYffkFOw58S52Qu64mu6Kuu+PP FUEbXAzfsUB1ph17wbRRwZ7pv38=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5bad1bb9.7fca8c31b480-smtp-out-n02; Thu, 27 Sep 2018 18:04:41 -0000 (UTC)
Date: Thu, 27 Sep 2018 11:04:40 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5bad1bb86ef6_7f42b2853cb4ed021650@hookshot-fe-cace476.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 6e0c59: Fix the diagram for #1802.
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bad1bb8697a_7f42b2853cb4ed0215e4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5RcmCh1iDzBMNSGPj23A7MczQ_A>
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, 27 Sep 2018 18:04:44 -0000

----==_mimepart_5bad1bb8697a_7f42b2853cb4ed0215e4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 6e0c59877158c40a81c88d23666e27abb40134ac
      https://github.com/quicwg/base-drafts/commit/6e0c59877158c40a81c88d23666e27abb40134ac
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Fix the diagram for #1802.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bad1bb8697a_7f42b2853cb4ed0215e4--


From nobody Thu Sep 27 11:10:19 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 0C163130EF9 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:10:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.106
X-Spam-Level: 
X-Spam-Status: No, score=-2.106 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, 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 ayAy1bTRzyUb for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:10:15 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 09041130EF7 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 11:10:14 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538071814; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=dIx752djeqQjzit3+ypCNuN3Uthhpv/1UiQ4VBuhOFw=; b=sqO3sVuU/BFVdW0z3y4zRy+83QUaQu9mi7HATvo/z1nRlxTAFW9b10jJiIi+Jj0F6cDZI8vR QVTMLRTVT9SxJHilfwSkyEinvriScTk/m6+BheKNpli5Dx702rFozZCOHioVqPg2fSnQLNF9 TvdA/tapF3fxEVL4cqwk9Rxbhsg=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 5bad1d05.7f84137c9120-smtp-out-n03; Thu, 27 Sep 2018 18:10:13 -0000 (UTC)
Date: Thu, 27 Sep 2018 11:10:12 -0700
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5bad1d04eee17_15d12b1ef8d6eed4362b6@hookshot-fe-d2afb11.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 34acb8: Simplify SETTINGS payload
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bad1d04eeae6_15d12b1ef8d6eed436120"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/NW4m0JPSTLXnbJqSjzx4gcO-IX8>
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, 27 Sep 2018 18:10:17 -0000

----==_mimepart_5bad1d04eeae6_15d12b1ef8d6eed436120
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/http/simple_settings
  Home:   https://github.com/quicwg/base-drafts
  Commit: 34acb86c4b175d9e2eca85a4232013d1e0ef44db
      https://github.com/quicwg/base-drafts/commit/34acb86c4b175d9e2eca85a4232013d1e0ef44db
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  Simplify SETTINGS payload



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bad1d04eeae6_15d12b1ef8d6eed436120--


From nobody Thu Sep 27 11:14:32 2018
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 B35EB130EFA for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:14:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 Koe7P-16EZBv for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:14:29 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ECF93130EF3 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 11:14:28 -0700 (PDT)
Date: Thu, 27 Sep 2018 11:14:28 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538072068; bh=kVKpf3pazlFIPWdryzmVxWk6UYd6FaYE+TsEkGtaCqw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=C31cJtSX8OiYXsMo0EngeTdwNLgY8OhVerMGzT4TohKFAOUstPHC/2cmCjJ3SygL4 YrWNxe9iLZQmPzZqY35JixxlN1+KLUnEYXNt2/z9eddOe38GiYh8+8TTugMBbv3tMM ob9XfdFnL5Xi1c87pNnkhNzp52cHTke9II4qYM/A=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6d613bb131a5237085add5b2101443937f657af792cf0000000117c4e00492a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425192019@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad1e04188c4_7a8b3fe3aaad45bc12102a"; 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/LSWCENfluxj0790cskUYehrPfwM>
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, 27 Sep 2018 18:14:31 -0000

----==_mimepart_5bad1e04188c4_7a8b3fe3aaad45bc12102a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop The biggest difference with using a STOPPING error code vs any of the other options is how the an API ensures/communicates that the App layer can't use that value.

Additionally, if the App layer has already closed/shutdown their write pipe/direction, and then the transport receives a STOP_SENDING, I would assume the transport would silently process it, and not indicate to the App layer, since it has already discarded the pipe.

-- 
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/1804#issuecomment-425192019
----==_mimepart_5bad1e04188c4_7a8b3fe3aaad45bc12102a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"4273797" data-octo=
-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" h=
ref=3D"https://github.com/MikeBishop">@MikeBishop</a> The biggest differe=
nce with using a STOPPING error code vs any of the other options is how t=
he an API ensures/communicates that the App layer can't use that value.</=
p>
<p>Additionally, if the App layer has already closed/shutdown their write=
 pipe/direction, and then the transport receives a STOP_SENDING, I would =
assume the transport would silently process it, and not indicate to the A=
pp layer, since it has already discarded the pipe.</p>

<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/1804#issuecomment-425192019">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzK4=
wRuGcqzKf7laHCWzJ3WdCEycks5ufRWEgaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq13RqkvXuZ-MQZVOZ78-zhzB=
pOzTks5ufRWEgaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@niba=
nks in #1804: @MikeBishop The biggest difference with using a STOPPING er=
ror code vs any of the other options is how the an API ensures/communicat=
es that the App layer can't use that value.\r\n\r\nAdditionally, if the A=
pp layer has already closed/shutdown their write pipe/direction, and then=
 the transport receives a STOP_SENDING, I would assume the transport woul=
d silently process it, and not indicate to the App layer, since it has al=
ready discarded the pipe."}],"action":{"name":"View Issue","url":"https:/=
/github.com/quicwg/base-drafts/issues/1804#issuecomment-425192019"}}}</sc=
ript>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-425192019",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5192019",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5192019"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bad1e04188c4_7a8b3fe3aaad45bc12102a--


From nobody Thu Sep 27 11:19:13 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 54E32130EFC for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:19:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.106
X-Spam-Level: 
X-Spam-Status: No, score=-2.106 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, 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 xKM8sio8qoxo for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:19:10 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A8811130EF9 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 11:19:10 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538072350; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=cxcR0txYlm+O/dd2PpKO0X2+uWZ69711REC3XYdyeAw=; b=qC+DxHiHaB9kep6LyNtgm07nN6uef0TMPZ+kyJrFS91S/AxDu32klblMkEy4nmGqn5RhWHn7 xAxTjDN79VvigzDKtW9s+6rRNtntoD6QzV3wr/LZxI1KzWaKIAfarWZulVhteT0EOqs8x+Bp GocFGYjMURX8jUbzsG/gODVV7Z4=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5bad1f1d.7f5df4423840-smtp-out-n01; Thu, 27 Sep 2018 18:19:09 -0000 (UTC)
Date: Thu, 27 Sep 2018 11:19:08 -0700
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5bad1f1ca6e1d_42e2ad1cbf54ed079039@hookshot-fe-cace476.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 22029e: Guidance in HTTP/2 section
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bad1f1ca697d_42e2ad1cbf54ed07892e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ftlS7lcvyXmJM-yZ1s8qRe3dudo>
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, 27 Sep 2018 18:19:12 -0000

----==_mimepart_5bad1f1ca697d_42e2ad1cbf54ed07892e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/http/simple_settings
  Home:   https://github.com/quicwg/base-drafts
  Commit: 22029e559cec2cb713fe522e6c4fcb205cb115e8
      https://github.com/quicwg/base-drafts/commit/22029e559cec2cb713fe522e6c4fcb205cb115e8
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  Guidance in HTTP/2 section



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bad1f1ca697d_42e2ad1cbf54ed07892e--


From nobody Thu Sep 27 11:20:07 2018
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 B361B130F02 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:20:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.455
X-Spam-Level: 
X-Spam-Status: No, score=-3.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 Lrs38ciRG_ci for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:20:04 -0700 (PDT)
Received: from o8.sgmail.github.com (o8.sgmail.github.com [167.89.101.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8DD29130EF9 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 11:20:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=Uj3LN1dIvHUqbhW07Sc+49bhrzA=; b=e8HgdIsmBbi5tEIW oimf6BQrn1wAPZDkf+xAuWElGRVw+/yAKLNZZqefAx7qJrzsvmSU2fbfoA/WYL24 snnsmYIrdvmXiGGDtMzAJ5q7vVna904vtZTA2l6M/1h5ts61vYTaB2rx/jWy5N1p uq/pjuVAGxkTEmtsaEgIZDubtXQ=
Received: by filter0393p1iad2.sendgrid.net with SMTP id filter0393p1iad2-19601-5BAD1F53-5 2018-09-27 18:20:03.28920465 +0000 UTC m=+1799646.005897849
Received: from github-lowworker-1ffe0ab.cp1-iad.github.net (unknown [192.30.252.38]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id FQMaSH-0RvCcv-RaEBRJ5w for <quic-issues@ietf.org>; Thu, 27 Sep 2018 18:20:03.174 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1ffe0ab.cp1-iad.github.net (Postfix) with ESMTP id 27B43380331 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 11:20:03 -0700 (PDT)
Date: Thu, 27 Sep 2018 18:20:03 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab21498093227d83613fb0da2db88e2daac3f1563c92cf0000000117c4e15392a169ce15bb4e07@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1807@github.com>
Subject: [quicwg/base-drafts] Simplify SETTINGS payload (#1807)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad1f5323261_3f543fb64aad45b8135747"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak22JU4lKHoJmZdAYdR25Hck7I9eZ6aMnHi7Qa qYPJYDn86OgfKKl2ce2h7+WSAOZgi2xLHO+YXLw2RjcK+HYo38caXP42G8/Bgk+9TWq+Nm0ibsZg/B iE7sQLLGQEUVLw3dglvqsqUGQLrZlVPHywJgNzKMRpZjLQ+OHR75Xm8ts3EPr0IEx8/l7KkbdWbUsv I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LCPq4xTyTIAj2RWiZt5FdzFgK78>
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, 27 Sep 2018 18:20:07 -0000

----==_mimepart_5bad1f5323261_3f543fb64aad45b8135747
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #1556 by making all setting values varints and removing length prefixes.  This has two ramifications, which are probably livable:
- An extension which needs a structured configuration message needs to define an extra frame/stream type to carry that message.
- An extension which used the full 32-bit space in HTTP/2 will spill over to a 64-bit varint, because in four bytes we only carry 30 bits of payload.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1807

-- Commit Summary --

  * Simplify SETTINGS payload
  * Guidance in HTTP/2 section

-- File Changes --

    M draft-ietf-quic-http.md (29)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1807.patch
https://github.com/quicwg/base-drafts/pull/1807.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/1807

----==_mimepart_5bad1f5323261_3f543fb64aad45b8135747
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 #1556.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="341076500" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1556" href="https://github.com/quicwg/base-drafts/issues/1556">#1556</a> by making all setting values varints and removing length prefixes.  This has two ramifications, which are probably livable:</p>
<ul>
<li>An extension which needs a structured configuration message needs to define an extra frame/stream type to carry that message.</li>
<li>An extension which used the full 32-bit space in HTTP/2 will spill over to a 64-bit varint, because in four bytes we only carry 30 bits of payload.</li>
</ul>

<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/1807'>https://github.com/quicwg/base-drafts/pull/1807</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Simplify SETTINGS payload</li>
  <li>Guidance in HTTP/2 section</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1807/files#diff-0">draft-ietf-quic-http.md</a>
    (29)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1807.patch'>https://github.com/quicwg/base-drafts/pull/1807.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1807.diff'>https://github.com/quicwg/base-drafts/pull/1807.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/1807">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9vmUoQNnxv7S7fC1s0f56sIfH6cks5ufRbTgaJpZM4W9NCm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9haqpUxlRUGTCkACc7cV-ip9Dpaks5ufRbTgaJpZM4W9NCm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Simplify SETTINGS payload (#1807)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1807"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1807",
"url": "https://github.com/quicwg/base-drafts/pull/1807",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Simplify SETTINGS payload (#1807)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "34acb86",
"value": "Simplify SETTINGS payload"
},
{
"name": "22029e5",
"value": "Guidance in HTTP/2 section"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-http.md](https://github.com/quicwg/base-drafts/pull/1807/files#diff-0) (29 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1807,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1807\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1807"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1807.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1807.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385142950\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5bad1f5323261_3f543fb64aad45b8135747--


From nobody Thu Sep 27 11:25:01 2018
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 5FE69130F02 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:24:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.999
X-Spam-Level: 
X-Spam-Status: No, score=-2.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 ziruqC619V87 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:24:57 -0700 (PDT)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BE2CF130EF9 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 11:24:57 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=GRjUt6FxN27mY4DMPTsKAqu4gRY=; b=baSFpf4c7Mw9RqNB RZbtHKPLnQmgJ12fD3S3WZgX+H/oKuZvH8QzCn/3f0Pxo0LB1mLbP01ONt+ZdsYS FPKfL6FVF/yMJCVKlGeXMJNmF1SYCdabs2HLPvw7RoGpkQpiKDmHRhOOQEpwLWB4 eYBMcAJGgdsW49C4+84jD87iKjs=
Received: by filter1587p1mdw1.sendgrid.net with SMTP id filter1587p1mdw1-2850-5BAD2078-32 2018-09-27 18:24:56.529274299 +0000 UTC m=+173566.105152245
Received: from github-lowworker-89d05ac.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id pXlw5hALThGRuiXiSSWIzg for <quic-issues@ietf.org>; Thu, 27 Sep 2018 18:24:56.472 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-89d05ac.cp1-iad.github.net (Postfix) with ESMTP id 71A4DAE0245 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 11:24:56 -0700 (PDT)
Date: Thu, 27 Sep 2018 18:24:56 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfd2ee148250d8d4044efe44955a2509ed1eabb6292cf0000000117c4e27892a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425195277@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad20786f43d_4aba3f97560d45bc48091"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1xLcyFVbQEy7Wl6487Yh52ADpNKLIPICKYb4 w9Sb1SYLiWXhszLYoe3c0t/qqbhCpUdIObUMsCmCnos33BIalMmwOHf2h32qI15G4ATRXT9LCl6eX6 Lf+fWKsGrtR7WzXGtrpaYT/uFh7/3jTuDfLtqHqCmEJndBLl+tDuToNjcwc2pyYie3WNzAun4oWQ5L 0=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ksflnKuZeuV_rOjfs2Hvp0xVCt8>
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, 27 Sep 2018 18:24:59 -0000

----==_mimepart_5bad20786f43d_4aba3f97560d45bc48091
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

It would likely not indicate to the app layer, but might still generate a RST_STREAM if the stream closed normally and retransmissions are still outstanding.

-- 
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/1804#issuecomment-425195277
----==_mimepart_5bad20786f43d_4aba3f97560d45bc48091
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>It would likely not indicate to the app layer, but might still generate a RST_STREAM if the stream closed normally and retransmissions are still outstanding.</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/1804#issuecomment-425195277">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzMOwDqaQB-uQTmwxaH08GmYNuWyks5ufRf4gaJpZM4W6IGT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxOFdLMP5rFk6dqTRVO4phL3KiQ3ks5ufRf4gaJpZM4W6IGT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #1804: It would likely not indicate to the app layer, but might still generate a RST_STREAM if the stream closed normally and retransmissions are still outstanding."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425195277"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425195277",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425195277",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425195277"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384336275\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad20786f43d_4aba3f97560d45bc48091--


From nobody Thu Sep 27 11:37:08 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 4C02C130F0A for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:37:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.106
X-Spam-Level: 
X-Spam-Status: No, score=-2.106 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, 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 8KxbcdTlfPH4 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:37:04 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1A52D130EFC for <quic-issues@ietf.org>; Thu, 27 Sep 2018 11:37:04 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538073423; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=7MedUwHazZDRioRWMpPpV/dYhBrOxUkORpM+V22EMRo=; b=D3Xfvll9hBpWsYrzZ9IYL7On+7y57TrDTBQke3fzhIUPkjqRi9k7SQ9ezrHLV2jS+3WCtY7u dCAiFo6Q7cuDoIYQyjPzX9chHQhs2udYX8xBqnBZERZJBBC3eACggKrVk5a/kPfSKJOPDnAC WsIe/xsaCYakEd/qNmX039RVzHQ=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5bad234e.7f5e140f6450-smtp-out-n01; Thu, 27 Sep 2018 18:37:02 -0000 (UTC)
Date: Thu, 27 Sep 2018 11:37:01 -0700
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5bad234dc8a40_72aa2b0070360ed4938c8@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 79440a: Suggested values of non-zero
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bad234dc8460_72aa2b0070360ed4937d0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/T5omqP-Uo3E_twwGNfaimE1GnqM>
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, 27 Sep 2018 18:37:06 -0000

----==_mimepart_5bad234dc8460_72aa2b0070360ed4937d0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/http/min_tp
  Home:   https://github.com/quicwg/base-drafts
  Commit: 79440adf065895052ed0a9b8fe2336326e6a6b1c
      https://github.com/quicwg/base-drafts/commit/79440adf065895052ed0a9b8fe2336326e6a6b1c
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  Suggested values of non-zero



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bad234dc8460_72aa2b0070360ed4937d0--


From nobody Thu Sep 27 11:37:16 2018
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 39C6D130F26 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:37:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 B2GU9G7PyE4L for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:37:08 -0700 (PDT)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 79F33130EFC for <quic-issues@ietf.org>; Thu, 27 Sep 2018 11:37:08 -0700 (PDT)
Date: Thu, 27 Sep 2018 11:37:07 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538073427; bh=sVQ52rzDQQS6VZZAkVorirj9wDSJlf0fFlKFl4E7p7k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=R1V3O6OWgGVyDj87V8ddP3RP97AN1wOy+ezTFPKGpPpWM9L6eKuxypCxDD7jO3keq 6PllL69LxnySTqeScxzDRNxXEk3++89pLNTVFti2n3vY90yskb8nUj99fK8LCwzfFn i9HRDeH3s59dld0Db0hohY19ZA3wUv+NK9iDhGD0=
From: Mike Bishop <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/1806/push/2913306478@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1806@github.com>
References: <quicwg/base-drafts/pull/1806@github.com>
Subject: Re: [quicwg/base-drafts] Recommend non-zero values for footgun TPs (#1806)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad2353b87ca_5b923fb731cd45c431295b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
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/6iy8iNyxd472qsoRxWSerHeoQIQ>
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, 27 Sep 2018 18:37:11 -0000

----==_mimepart_5bad2353b87ca_5b923fb731cd45c431295b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 1 commit.

79440ad  Suggested values of non-zero


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1806/files/c896cc077a2e8810d8e88e51c95e77e190125729..79440adf065895052ed0a9b8fe2336326e6a6b1c

----==_mimepart_5bad2353b87ca_5b923fb731cd45c431295b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/MikeBishop" class="user-mention">@MikeBishop</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/79440ad">79440ad</a>  Suggested values of non-zero</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/1806/files/c896cc077a2e8810d8e88e51c95e77e190125729..79440adf065895052ed0a9b8fe2336326e6a6b1c">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4ljlaF0hxtvCZINj2qbJEpDmUsaks5ufRrTgaJpZM4W7Jxu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq54o5o8bBcIdFsKMfTjEyLDH-EI6ks5ufRrTgaJpZM4W7Jxu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 1 commit in #1806"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1806/files/c896cc077a2e8810d8e88e51c95e77e190125729..79440adf065895052ed0a9b8fe2336326e6a6b1c"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1806/files/c896cc077a2e8810d8e88e51c95e77e190125729..79440adf065895052ed0a9b8fe2336326e6a6b1c",
"url": "https://github.com/quicwg/base-drafts/pull/1806/files/c896cc077a2e8810d8e88e51c95e77e190125729..79440adf065895052ed0a9b8fe2336326e6a6b1c",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop pushed 1 commit in #1806",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1806:",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [
{
"name": "79440ad",
"value": "Suggested values of non-zero"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1806/files/c896cc077a2e8810d8e88e51c95e77e190125729..79440adf065895052ed0a9b8fe2336326e6a6b1c"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384605294\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5bad2353b87ca_5b923fb731cd45c431295b--


From nobody Thu Sep 27 11:56:45 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 DB01B130F1C for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:56:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.106
X-Spam-Level: 
X-Spam-Status: No, score=-2.106 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, 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 Pn6Y7uSan67B for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:56:41 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 31FBD130F11 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 11:56:41 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538074600; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=9oh+xtmJ8wLqVHzXv2JOR1mrwaemCO5MDv/RLyKPm5c=; b=SCWphAviJMgb0P3GO2LU6SVf6WuQcQphTb0XUsn+sgxcwA5346lHsOtCMvsNmDXqz3OdfFgQ txQ00jf/dQOcqahs0C+BRfUehudtfhhb+zPE2C+HmAgdf9h8h/RPpqJeoeSuLwMiI3uJU87U EGbkuE0GTpXmPT8rO8R9dvIgjWY=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=fb.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5bad27e7.7fbea04f6d50-smtp-out-n03; Thu, 27 Sep 2018 18:56:39 -0000 (UTC)
Date: Thu, 27 Sep 2018 11:56:39 -0700
From: Alan Frindell <afrind@fb.com>
Reply-To: Alan Frindell <afrind@fb.com>
To: quic-issues@ietf.org
Message-ID: <5bad27e7b99c5_4322acfbedd0ec410571a@hookshot-fe-cace476.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 44c012: Mike's comments
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bad27e7b9644_4322acfbedd0ec4105667"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BnZn61n9kS-ZpUayTv5Yncrgrxc>
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, 27 Sep 2018 18:56:43 -0000

----==_mimepart_5bad27e7b9644_4322acfbedd0ec4105667
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/qpack-tss-error
  Home:   https://github.com/quicwg/base-drafts
  Commit: 44c01245c7cd1c6211b72a7e81fdd21cf8c5c57f
      https://github.com/quicwg/base-drafts/commit/44c01245c7cd1c6211b72a7e81fdd21cf8c5c57f
  Author: Alan Frindell <afrind@fb.com>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  Mike's comments



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bad27e7b9644_4322acfbedd0ec4105667--


From nobody Thu Sep 27 11:56:52 2018
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 6EC67130F1C for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:56:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.454
X-Spam-Level: 
X-Spam-Status: No, score=-8.454 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 rqSD7ZmMb51U for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 11:56:47 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B82C8130F1D for <quic-issues@ietf.org>; Thu, 27 Sep 2018 11:56:47 -0700 (PDT)
Date: Thu, 27 Sep 2018 11:56:46 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538074606; bh=C51WDDVlkaHYAIT9Ru22YobKyeoOArzCHucSB70ABGg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tGIfChdhOAW0IdHF7XFzS1k6rv10bBX7MPnyyZwhOJ9w+sDLaJy5+sOKW5pYVtY16 CTB7tfQ83LzoWLER6SFrr1a1JjrPTR2gRrZVgnsGjV1uHLCBErs3COCnu5HYwiyIb3 HDoZdcaTIt/IxKwv6hde4mLcRhRL9BeWX5acoj0I=
From: afrind <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/1762/push/2913361855@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1762@github.com>
References: <quicwg/base-drafts/pull/1762@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: make TSS=0 a connection error (#1762)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad27eea22b3_1b923fb3888d45c0144591"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/Tj7mT3IJDO5oRc1fV38WOd65pd8>
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, 27 Sep 2018 18:56:49 -0000

----==_mimepart_5bad27eea22b3_1b923fb3888d45c0144591
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@afrind pushed 1 commit.

44c0124  Mike's comments


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1762/files/14d456668ed9ebe5c23fb104d17e35de0d2945af..44c01245c7cd1c6211b72a7e81fdd21cf8c5c57f

----==_mimepart_5bad27eea22b3_1b923fb3888d45c0144591
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/afrind" class="user-mention">@afrind</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/44c0124">44c0124</a>  Mike&#39;s comments</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/1762/files/14d456668ed9ebe5c23fb104d17e35de0d2945af..44c01245c7cd1c6211b72a7e81fdd21cf8c5c57f">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-I1NL8FWgaTtQ7fNbUy--nzQl3zks5ufR9ugaJpZM4WtBC2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7TJTuUaIH3KKockX3UeclRv9Zhjks5ufR9ugaJpZM4WtBC2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind pushed 1 commit in #1762"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1762/files/14d456668ed9ebe5c23fb104d17e35de0d2945af..44c01245c7cd1c6211b72a7e81fdd21cf8c5c57f"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1762/files/14d456668ed9ebe5c23fb104d17e35de0d2945af..44c01245c7cd1c6211b72a7e81fdd21cf8c5c57f",
"url": "https://github.com/quicwg/base-drafts/pull/1762/files/14d456668ed9ebe5c23fb104d17e35de0d2945af..44c01245c7cd1c6211b72a7e81fdd21cf8c5c57f",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@afrind pushed 1 commit in #1762",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1762:",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [
{
"name": "44c0124",
"value": "Mike's comments"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1762/files/14d456668ed9ebe5c23fb104d17e35de0d2945af..44c01245c7cd1c6211b72a7e81fdd21cf8c5c57f"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380899510\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5bad27eea22b3_1b923fb3888d45c0144591--


From nobody Thu Sep 27 12:02:59 2018
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 8C816130F1D for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 12:02:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 roHCvpdY14pv for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 12:02:55 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A6268130F34 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 12:02:54 -0700 (PDT)
Date: Thu, 27 Sep 2018 12:02:53 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538074973; bh=05zSHaikaKHkuQuCZpwjzQtUN5uuspIW5O0a70PwY80=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QNv0y+sj5kbWwsD2TZok51mmtS6zCYoNH+ngH9Mwoc1tkFFcI6Ve6gL1GGnUNkBsX Q2a4s8KPypImqLLKN3K1u/BQkgRNsmzU4uQjt0F5e8U3ZZVDlHx3Etti8e0KVhEMEC lJvxnn6IucI1weqPF+UtH0gwSN99DbFzvXNwgeC0=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab77c4a850d62c8bb6c3aec6c3cfffcf586ef3f8ab92cf0000000117c4eb5d92a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425207032@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad295db79dd_2ba33feb728d45bc34576"; 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/NaZhEwI8-zlm1UEIVc0Lf7ByxSc>
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, 27 Sep 2018 19:02:57 -0000

----==_mimepart_5bad295db79dd_2ba33feb728d45bc34576
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm imagining the logic for this stuff something like this:
```
recv_stop_sending():
	if (already_sent_rst_stream())
		do_nothing()
	else
		indicate_stop_sending_to_app()
		send_rst_stream(STOPPING)
		
recv_rst_stream():
	if (already_sent_stop_sending())
		do_nothing()
	else
		indicate_abortive_shutdown_to_app()
```
The way I see it, when you have sent a STOP_SENDING, you really don't care how the peer closes/resets the stream as long as it does and stops sending. No matter what, you wouldn't indicate it up to the app layer. Requiring the use of an explicit STOPPING error code still seems pointless to me. If you are worried about differentiating and indicating up that the peer reset their stream right **after** you told them to stop, I don't see the point. It's going to be a race condition. Simplest just to follow the logic above.

-- 
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/1804#issuecomment-425207032
----==_mimepart_5bad295db79dd_2ba33feb728d45bc34576
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I'm imagining the logic for this stuff something like this:</p>
<pre><code>recv_stop_sending():
	if (already_sent_rst_stream())
		do_nothing()
	else
		indicate_stop_sending_to_app()
		send_rst_stream(STOPPING)
		=

recv_rst_stream():
	if (already_sent_stop_sending())
		do_nothing()
	else
		indicate_abortive_shutdown_to_app()
</code></pre>
<p>The way I see it, when you have sent a STOP_SENDING, you really don't =
care how the peer closes/resets the stream as long as it does and stops s=
ending. No matter what, you wouldn't indicate it up to the app layer. Req=
uiring the use of an explicit STOPPING error code still seems pointless t=
o me. If you are worried about differentiating and indicating up that the=
 peer reset their stream right <strong>after</strong> you told them to st=
op, I don't see the point. It's going to be a race condition. Simplest ju=
st to follow the logic above.</p>

<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/1804#issuecomment-425207032">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8tJ=
hHyhLyfsKdk5kdDs6na8s439ks5ufSDdgaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq1VhlZ28AY-nbkDpHHjsJ0NW=
9mK-ks5ufSDdgaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@niba=
nks in #1804: I'm imagining the logic for this stuff something like this:=
\r\n```\r\nrecv_stop_sending():\r\n\tif (already_sent_rst_stream())\r\n\t=
\tdo_nothing()\r\n\telse\r\n\t\tindicate_stop_sending_to_app()\r\n\t\tsen=
d_rst_stream(STOPPING)\r\n\t\t\r\nrecv_rst_stream():\r\n\tif (already_sen=
t_stop_sending())\r\n\t\tdo_nothing()\r\n\telse\r\n\t\tindicate_abortive_=
shutdown_to_app()\r\n```\r\nThe way I see it, when you have sent a STOP_S=
ENDING, you really don't care how the peer closes/resets the stream as lo=
ng as it does and stops sending. No matter what, you wouldn't indicate it=
 up to the app layer. Requiring the use of an explicit STOPPING error cod=
e still seems pointless to me. If you are worried about differentiating a=
nd indicating up that the peer reset their stream right **after** you tol=
d them to stop, I don't see the point. It's going to be a race condition.=
 Simplest just to follow the logic above."}],"action":{"name":"View Issue=
","url":"https://github.com/quicwg/base-drafts/issues/1804#issuecomment-4=
25207032"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-425207032",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5207032",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5207032"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bad295db79dd_2ba33feb728d45bc34576--


From nobody Thu Sep 27 12:04:02 2018
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 024B013107D for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 12:03:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 wkB1MU113sSm for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 12:03:52 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E3613131007 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 12:03:51 -0700 (PDT)
Date: Thu, 27 Sep 2018 12:03:50 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538075030; bh=PROxLe+ZbQBVnUKKUFRB8CSskyTxEk80R2+Nj8uRISc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nIxBPcea4MiHP7YqF67ChKV2AKdFC3c1l16k/zliQYijiQSPPHsixgbYj/9Nxk/6l M1RbycCAmIy9Q/Y6Fv5c+Pp85Y4e0BM2VMUTtO0CYxa/ZrknLUenvE//nlVTqlia// 4E/iljWLeoHnEIz1UAoG5aqVN2s9F3QbzMbKok20=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab779ca90f0d5b45c98810ed648c0b99404bc09b8092cf0000000117c4eb9692a169ce14cf3287@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1644/425207302@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1644@github.com>
References: <quicwg/base-drafts/issues/1644@github.com>
Subject: Re: [quicwg/base-drafts] QPACK improvement: wrap absolute index values (#1644)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad2996d607a_4f923feae6ad45c418586"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/yohcCErgkwrYXZd9eMKduNrqHE8>
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, 27 Sep 2018 19:04:00 -0000

----==_mimepart_5bad2996d607a_4f923feae6ad45c418586
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed this at the NYC interim considering three outcomes:

1) Do nothing
2) Encode LR mod 2*MaxEntries
3) Redefine Absolute Indices to wrap at 2*MaxEntries

We took a hum to gauge consensus around doing something or doing nothing, and the room was split.

I'm planning to move forward with option 2.  Please review and comment on #1763.  Note that the concepts from option 3 are not precluded and I'd be ok including text describing an implementation that wrapped all absolute indexes internally.

-- 
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/1644#issuecomment-425207302
----==_mimepart_5bad2996d607a_4f923feae6ad45c418586
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Discussed this at the NYC interim considering three outcomes:</p>
<ol>
<li>Do nothing</li>
<li>Encode LR mod 2*MaxEntries</li>
<li>Redefine Absolute Indices to wrap at 2*MaxEntries</li>
</ol>
<p>We took a hum to gauge consensus around doing something or doing nothi=
ng, and the room was split.</p>
<p>I'm planning to move forward with option 2.  Please review and comment=
 on <a class=3D"issue-link js-issue-link" data-error-text=3D"Failed to lo=
ad issue title" data-id=3D"361116939" data-permission-text=3D"Issue title=
 is private" data-url=3D"https://github.com/quicwg/base-drafts/issues/176=
3" href=3D"https://github.com/quicwg/base-drafts/pull/1763">#1763</a>.  N=
ote that the concepts from option 3 are not precluded and I'd be ok inclu=
ding text describing an implementation that wrapped all absolute indexes =
internally.</p>

<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/1644#issuecomment-425207302">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxRp=
q5qfiYO_LnLXfDKGxwMRgVD_ks5ufSEWgaJpZM4V1rSe">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8BdShmbenFZAS7aKxUJr0jx=
9GPoks5ufSEWgaJpZM4V1rSe.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afri=
nd in #1644: Discussed this at the NYC interim considering three outcomes=
:\r\n\r\n1) Do nothing\r\n2) Encode LR mod 2*MaxEntries\r\n3) Redefine Ab=
solute Indices to wrap at 2*MaxEntries\r\n\r\nWe took a hum to gauge cons=
ensus around doing something or doing nothing, and the room was split.\r\=
n\r\nI'm planning to move forward with option 2.  Please review and comme=
nt on #1763.  Note that the concepts from option 3 are not precluded and =
I'd be ok including text describing an implementation that wrapped all ab=
solute indexes internally."}],"action":{"name":"View Issue","url":"https:=
//github.com/quicwg/base-drafts/issues/1644#issuecomment-425207302"}}}</s=
cript>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1644#issuecomment=
-425207302",
"url": "https://github.com/quicwg/base-drafts/issues/1644#issuecomment-42=
5207302",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK improvement: wrap absolute index=
 values (#1644)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1644,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1644\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1644#issuecomment-42=
5207302"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3663924=
78\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bad2996d607a_4f923feae6ad45c418586--


From nobody Thu Sep 27 12:22:11 2018
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 95397130F11 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 12:22:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 sY-E1dpWFNlm for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 12:22:07 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 22405127B92 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 12:22:07 -0700 (PDT)
Date: Thu, 27 Sep 2018 12:22:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538076126; bh=VyqQF2b1zsXd9cVPXFKARACcEyuvVAfATKpt+HxtHYs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PLsQ+XqCWRsPXqL8IStKtAlnI63wsqO+c42xPd7KNNjCoFk0/8+ZuJfzE1NNEBvlP 2Y5vn6KXCQ81cdEYZmr6SvMEBQeGDovpfNgBSVdFpvc3FjHMBKQmyt1ev2GDusXIrK 1zoesr8ABJOWmevXt0VJ8HPVEmztfB8v+DQG4Cs4=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab109bf3b6691060e17a210eea0f2c84ec5591673c92cf0000000117c4efde92a169ce14cf3287@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1644/425212861@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1644@github.com>
References: <quicwg/base-drafts/issues/1644@github.com>
Subject: Re: [quicwg/base-drafts] QPACK improvement: wrap absolute index values (#1644)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad2dde489bd_16f3fd6be2d45b8145963"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
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/JUOvpwShGATFR0-VuP-sDe3NHsA>
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, 27 Sep 2018 19:22:10 -0000

----==_mimepart_5bad2dde489bd_16f3fd6be2d45b8145963
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> We took a hum to gauge consensus around doing something or doing nothing, and the room was split.

...with the [outcome that we do something](https://github.com/quicwg/wg-materials/blob/master/interim-18-09/minutes.md#qpack-index-wrapping---alan-frindell) -- option 2 or option 3 -- as interpreted by the chairs.

-- 
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/1644#issuecomment-425212861
----==_mimepart_5bad2dde489bd_16f3fd6be2d45b8145963
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>We took a hum to gauge consensus around doing something or doing nothi=
ng, and the room was split.</p>
</blockquote>
<p>...with the <a href=3D"https://github.com/quicwg/wg-materials/blob/mas=
ter/interim-18-09/minutes.md#qpack-index-wrapping---alan-frindell">outcom=
e that we do something</a> -- option 2 or option 3 -- as interpreted by t=
he chairs.</p>

<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/1644#issuecomment-425212861">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7gk=
YUow2yVV8f2NuRSzka9pubHYks5ufSVegaJpZM4V1rSe">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5o-Pv75aM18ReWn-1m6p2MS=
qHB5ks5ufSVegaJpZM4V1rSe.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtik=
honov in #1644: \u003e We took a hum to gauge consensus around doing some=
thing or doing nothing, and the room was split.\r\n\r\n...with the [outco=
me that we do something](https://github.com/quicwg/wg-materials/blob/mast=
er/interim-18-09/minutes.md#qpack-index-wrapping---alan-frindell) -- opti=
on 2 or option 3 -- as interpreted by the chairs."}],"action":{"name":"Vi=
ew Issue","url":"https://github.com/quicwg/base-drafts/issues/1644#issuec=
omment-425212861"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1644#issuecomment=
-425212861",
"url": "https://github.com/quicwg/base-drafts/issues/1644#issuecomment-42=
5212861",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK improvement: wrap absolute index=
 values (#1644)",
"sections": [
{
"text": "",
"activityTitle": "**Dmitri Tikhonov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@dtikhonov",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1644,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1644\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1644#issuecomment-42=
5212861"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3663924=
78\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bad2dde489bd_16f3fd6be2d45b8145963--


From nobody Thu Sep 27 12:29:48 2018
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 38287127B92 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 12:29:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.051
X-Spam-Level: 
X-Spam-Status: No, score=-7.051 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 jxifa81SXsv0 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 12:29:41 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4ECD7130F11 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 12:29:41 -0700 (PDT)
Date: Thu, 27 Sep 2018 12:29:40 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538076580; bh=WAljPhWGyGbBIsC/kTRDtPcbcycc3Fx8snhf81LvENY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=I93r9NiIDLQdJXLcFYUIQ6o+CrmXENG898OSzZEVi3HIAAwdjIJL56/F8zNgeh/zA EbHBkU6fWdGwEuy01cUTrcfq7CsqBgVhGtOkJm45AY/jjGcVzaDMbN7n3N5x4CkILa QDH07hzICGZW9OCz8CalBUWogE1yDLXntV/FF7HU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab232ceb97391cadebe659bfbb340ac53f7061a6f492cf0000000117c4f1a492a169ce15b44a1d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1806/review/159605567@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1806@github.com>
References: <quicwg/base-drafts/pull/1806@github.com>
Subject: Re: [quicwg/base-drafts] Recommend non-zero values for footgun TPs (#1806)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad2fa49c939_19873fcd70cd45c4184525"; 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/5yRr9aL2m7CkAdjh4jHUm2GHkiU>
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, 27 Sep 2018 19:29:43 -0000

----==_mimepart_5bad2fa49c939_19873fcd70cd45c4184525
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/1806#pullrequestreview-159605567
----==_mimepart_5bad2fa49c939_19873fcd70cd45c4184525
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<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/1806#pullrequestreview-159605567">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2Jp_Zoiv6Xvc1urcq5EhysRHS3Mks5ufSckgaJpZM4W7Jxu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0HOl52l_009FdS6gZtHAG9jtSpnks5ufSckgaJpZM4W7Jxu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson approved #1806"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1806#pullrequestreview-159605567"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1806#pullrequestreview-159605567",
"url": "https://github.com/quicwg/base-drafts/pull/1806#pullrequestreview-159605567",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson approved 1806",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1806#pullrequestreview-159605567"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384605294\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad2fa49c939_19873fcd70cd45c4184525--


From nobody Thu Sep 27 12:33:48 2018
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 65FF4130F26 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 12:33:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 hScCuNXgCbng for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 12:33:45 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 99485127B92 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 12:33:45 -0700 (PDT)
Date: Thu, 27 Sep 2018 12:33:44 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538076824; bh=Hxq6dnb0HIzJD5agUz/rVndoRDAss6d3Ds5QGWGK85Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wahhJacq/+uSDmtg0QoMScg/fK0d3LxWwD5MCRs8bJt2CpF115yYjQUsXAot9r6oI oSOuNiD1Pp3NLUgQKbzFEAl0XtFs0DALV9tf3fpfYNBJrcpaoHXrNKF+jYBCxZ7Tkm WY3QLEpbzBTp5ETHhs7/UVIbWlEZ8k09Zuxh+l9k=
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc5c130ee62d5d12805887d62cea83d857bf9a95b92cf0000000117c4f29892a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425216176@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad30986c775_5273fbd57ed45b4258b5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
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/3EKx6Zk5D2teRjNLEVEftXK61z4>
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, 27 Sep 2018 19:33:47 -0000

----==_mimepart_5bad30986c775_5273fbd57ed45b4258b5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

It's a bit unclear to me what's special about CONNECTION_CLOSE on the receive side here. If I am prepared to, for example, process a STREAM frame in a packet, why would I not process a CONNECTION_CLOSE frame?

-- 
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/1786#issuecomment-425216176
----==_mimepart_5bad30986c775_5273fbd57ed45b4258b5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>It's a bit unclear to me what's special about CONNECTION_CLOSE on the receive side here. If I am prepared to, for example, process a STREAM frame in a packet, why would I not process a CONNECTION_CLOSE frame?</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/1786#issuecomment-425216176">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq70ucszdKjSjxL2Z_PtvMpYEIfqiks5ufSgYgaJpZM4W0yBo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqySRCY8kxlesRKlfLJMTj0vIrTVRks5ufSgYgaJpZM4W0yBo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@RyanAtGoogle in #1786: It's a bit unclear to me what's special about CONNECTION_CLOSE on the receive side here. If I am prepared to, for example, process a STREAM frame in a packet, why would I not process a CONNECTION_CLOSE frame?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425216176"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425216176",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425216176",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**Ryan Hamilton**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@RyanAtGoogle",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425216176"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382935144\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad30986c775_5273fbd57ed45b4258b5--


From nobody Thu Sep 27 12:39:30 2018
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 82A5E13105F for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 12:39:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 ez63rxrdAPZT for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 12:39:26 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8B04D1310A2 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 12:39:26 -0700 (PDT)
Date: Thu, 27 Sep 2018 12:39:23 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538077165; bh=9kTR6ZHYXSjSC/SeN5rVnca8rVLQhV0b9acf+pYq5Zw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RRq4gLC+at7WhFe/YBlXnIgFImsHFCtkkkizmI2vVKSDio2O5OzciefBqPBqajKyw KVSHxABc9LPzPNbX719+QLpxWI9R8K5VN+uUMUF08nwtldicHc/m8iwAy2tJKF3R5m tMAoFLa32hKvFkQR3k3Vld6TG7MfcVULh7bwUuaQ=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab122e3ede42f9984b751ccae4b4cdc6705400ad0692cf0000000117c4f3eb92a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425217730@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad31eb8e36c_5a3f3fda2d4d45bc1479ce"; 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/Te21zyjFBCds26F-fCmpfFLxNAQ>
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, 27 Sep 2018 19:39:29 -0000

----==_mimepart_5bad31eb8e36c_5a3f3fda2d4d45bc1479ce
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think Ryan's right.  If I'm processing a packet at an encryption level, then there are many ways to close the connection, including an invalid frame in an encryption level, etc.

So I think we're stuck with "Send CONNECITION_CLOSE with the highest keys you know the peer can decrypt."  And try to drop the Initial keys as soon as possible.  Unfortunately, that's currently not that fast at the moment.

-- 
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/1786#issuecomment-425217730
----==_mimepart_5bad31eb8e36c_5a3f3fda2d4d45bc1479ce
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think Ryan's right.  If I'm processing a packet at an encryption lev=
el, then there are many ways to close the connection, including an invali=
d frame in an encryption level, etc.</p>
<p>So I think we're stuck with "Send CONNECITION_CLOSE with the highest k=
eys you know the peer can decrypt."  And try to drop the Initial keys as =
soon as possible.  Unfortunately, that's currently not that fast at the m=
oment.</p>

<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/1786#issuecomment-425217730">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6HO=
LZKg6R3mMfoDpJ4Jk1cHEYnxks5ufSlrgaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq66shWkmvcI0nwr0q5DwXDW9=
UBULks5ufSlrgaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #1786: I think Ryan's right.  If I'm processing a packet at an en=
cryption level, then there are many ways to close the connection, includi=
ng an invalid frame in an encryption level, etc.\r\n\r\nSo I think we're =
stuck with \"Send CONNECITION_CLOSE with the highest keys you know the pe=
er can decrypt.\"  And try to drop the Initial keys as soon as possible. =
 Unfortunately, that's currently not that fast at the moment."}],"action"=
:{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues=
/1786#issuecomment-425217730"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425217730",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5217730",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5217730"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bad31eb8e36c_5a3f3fda2d4d45bc1479ce--


From nobody Thu Sep 27 12:51:28 2018
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 04199130F1C for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 12:51:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 ZUCUbpSTDHdA for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 12:51:24 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 58053127332 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 12:51:24 -0700 (PDT)
Date: Thu, 27 Sep 2018 12:51:23 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538077883; bh=c0fPbpBjk44vOLxm/jy5k732MR4oeGQWA9NH9d7mevs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HzMqddLb+qAEbLxB1s8y1PQuUjkMDog0lQRtTwxciSALxkxLuX6FoDrivnFQUxilC QkILTzK7gdbagO9DF3QsPnGsEe/aAbZrjJstyFzbmqD6kpqQDjcVG5JUMeApzkJPXb ub6Truc6Y5GFMwpw8Ii/53gRhjjBtiphFWz0d8ZI=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7c63542aeeb74fcf5b0e925c204a1685c36bda8792cf0000000117c4f6bb92a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425220858@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad34bb905a2_45ec3fab2c0d45b4177226"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/ZSUWr3p5u-hrmgYTTJ93mPklhp0>
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, 27 Sep 2018 19:51:27 -0000

----==_mimepart_5bad34bb905a2_45ec3fab2c0d45b4177226
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I would very much like to close the hole where Initial packets injected at arbitrarily long times after the handshake are able to bring the connection down, for obvious reasons.

The editor's draft says that we can choose to silently drop Initial packets with invalid frames, which IMO  is the correct response once we have handshake keys.

STREAM packets are only in app-key-protected packets, so that's not an informative example.  I keep old keys around essentially just to ack stuff and help the peer account for its packets -- you can't accept additional CRYPTO frames, and my point is you shouldn't accept a CONN_CLOSE that can bring down the connection.

-- 
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/1786#issuecomment-425220858
----==_mimepart_5bad34bb905a2_45ec3fab2c0d45b4177226
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I would very much like to close the hole where Initial packets injecte=
d at arbitrarily long times after the handshake are able to bring the con=
nection down, for obvious reasons.</p>
<p>The editor's draft says that we can choose to silently drop Initial pa=
ckets with invalid frames, which IMO  is the correct response once we hav=
e handshake keys.</p>
<p>STREAM packets are only in app-key-protected packets, so that's not an=
 informative example.  I keep old keys around essentially just to ack stu=
ff and help the peer account for its packets -- you can't accept addition=
al CRYPTO frames, and my point is you shouldn't accept a CONN_CLOSE that =
can bring down the connection.</p>

<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/1786#issuecomment-425220858">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1Db=
HxPSq5y3zzpEnUImctgjZ7SGks5ufSw7gaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq0-HldlzMkx5vJCvqiuxXIhh=
W8G4ks5ufSw7gaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
induke in #1786: I would very much like to close the hole where Initial p=
ackets injected at arbitrarily long times after the handshake are able to=
 bring the connection down, for obvious reasons.\r\n\r\nThe editor's draf=
t says that we can choose to silently drop Initial packets with invalid f=
rames, which IMO  is the correct response once we have handshake keys.\r\=
n\r\nSTREAM packets are only in app-key-protected packets, so that's not =
an informative example.  I keep old keys around essentially just to ack s=
tuff and help the peer account for its packets -- you can't accept additi=
onal CRYPTO frames, and my point is you shouldn't accept a CONN_CLOSE tha=
t can bring down the connection."}],"action":{"name":"View Issue","url":"=
https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425220858"=
}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425220858",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5220858",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5220858"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bad34bb905a2_45ec3fab2c0d45b4177226--


From nobody Thu Sep 27 13:18:13 2018
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 652D3130F1C for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:18:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 lGdjvjE5CEyw for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:18:09 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9A7E512DD85 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 13:18:09 -0700 (PDT)
Date: Thu, 27 Sep 2018 13:18:08 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538079488; bh=MjXBOjgQgTEHUP8MHBDz7lk58Znl2ypUCrBHQlXqGe8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=E/qwATRHy1sKYtUD9iR1DiF1QrvLitLnemXZ8U31K1BoDBR/yK3yrxkuBPOE7Vaxo vIghc/9OCZDpaC8ohSJgt2eAuZ8FqIGRWrfoGkRnZO6Rxw4RNxqmRn/4N2RU6O/wj6 EW/APxlMzHcN3w5ofwPJuN9G+D42rXoiOKQ6Ylp0=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc2671e14afb67dd688564a0c9125b97a4cd4738d92cf0000000117c4fd0092a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425228655@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad3b0087697_2a53fb99d6d45c0370335"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/ToTeUoZX1Gi3k-fgrP_mPFfl3Tg>
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, 27 Sep 2018 20:18:12 -0000

----==_mimepart_5bad3b0087697_2a53fb99d6d45c0370335
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The TLS mapping says
```
If the packet is from a previously installed encryption level, it MUST not contain data which extends past the end of previously received data in that flow. Implementations MUST treat any violations of this requirement as a connection error of type PROTOCOL_VIOLATION.
```
but since the initial encryption level is not strong, a man on the side could inject data to force a PROTOCOL_VIOLATION.

-- 
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/1786#issuecomment-425228655
----==_mimepart_5bad3b0087697_2a53fb99d6d45c0370335
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The TLS mapping says</p>
<pre><code>If the packet is from a previously installed encryption level,=
 it MUST not contain data which extends past the end of previously receiv=
ed data in that flow. Implementations MUST treat any violations of this r=
equirement as a connection error of type PROTOCOL_VIOLATION.
</code></pre>
<p>but since the initial encryption level is not strong, a man on the sid=
e could inject data to force a PROTOCOL_VIOLATION.</p>

<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/1786#issuecomment-425228655">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8AI=
MphW1XLaUKD0gCJz4TS3x2qmks5ufTKAgaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8vE4uotxV7cVFbQRo7FM06A=
JoKGks5ufTKAgaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1786: The TLS mapping says\r\n```\r\nIf the packet is from a pre=
viously installed encryption level, it MUST not contain data which extend=
s past the end of previously received data in that flow. Implementations =
MUST treat any violations of this requirement as a connection error of ty=
pe PROTOCOL_VIOLATION.\r\n```\r\nbut since the initial encryption level i=
s not strong, a man on the side could inject data to force a PROTOCOL_VIO=
LATION."}],"action":{"name":"View Issue","url":"https://github.com/quicwg=
/base-drafts/issues/1786#issuecomment-425228655"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425228655",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5228655",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5228655"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bad3b0087697_2a53fb99d6d45c0370335--


From nobody Thu Sep 27 13:20:13 2018
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 3911F130F2F for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:20:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 DH54PgRmoMgz for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:20:09 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 70AD3130F1C for <quic-issues@ietf.org>; Thu, 27 Sep 2018 13:20:09 -0700 (PDT)
Date: Thu, 27 Sep 2018 13:20:08 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538079608; bh=zZUA0FvcNXq6SGmD2xuGc+yAKUnZEAJL0rBCAwOb1Yo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VPtPM8ZzhmoL9DiTbKtmJoRrDZFhCiVPPF31DHPNvwV9dMatbdlcLhhwGUmcT2lAc B59ytSLxgBSyDjVzBHrZT6tAl6FBDsqz3HMIlyndr6ahuK6JDkI/pqD/jIhF5XozJR I7Z18WU+Bp2XUajefzG2seYMs3pDyhWyJpbZEgFs=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9cbd77b499be3f04202b12d7735187d8aea986a792cf0000000117c4fd7892a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425229222@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad3b789378a_6cdc3fa7390d45c4203087"; 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/5GX6FplZWTeyNXc3Co_BGujUyTo>
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, 27 Sep 2018 20:20:11 -0000

----==_mimepart_5bad3b789378a_6cdc3fa7390d45c4203087
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think this comes down to whether we require support implicit ACK of Initial packets.  If we do, we can close some of these holes.  If we don't, I can't see how to close these holes, since you need to keep ACKing the peer's Initial packets because you can't guarantee they have received previous ACKs and there's no other way to ACK those packets.

-- 
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/1786#issuecomment-425229222
----==_mimepart_5bad3b789378a_6cdc3fa7390d45c4203087
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think this comes down to whether we require support implicit ACK of =
Initial packets.  If we do, we can close some of these holes.  If we don'=
t, I can't see how to close these holes, since you need to keep ACKing th=
e peer's Initial packets because you can't guarantee they have received p=
revious ACKs and there's no other way to ACK those packets.</p>

<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/1786#issuecomment-425229222">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwnA=
Fr1tVfippqjNBvWPTXfa6jb8ks5ufTL4gaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2AldircCzxagH7s2cSbmCVz=
4Rs2ks5ufTL4gaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #1786: I think this comes down to whether we require support impl=
icit ACK of Initial packets.  If we do, we can close some of these holes.=
  If we don't, I can't see how to close these holes, since you need to ke=
ep ACKing the peer's Initial packets because you can't guarantee they hav=
e received previous ACKs and there's no other way to ACK those packets."}=
],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-dra=
fts/issues/1786#issuecomment-425229222"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425229222",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5229222",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5229222"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bad3b789378a_6cdc3fa7390d45c4203087--


From nobody Thu Sep 27 13:22:14 2018
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 E5947130F2F for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:22:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 jrkW35iIjnFj for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:22:07 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A08C412DD85 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 13:22:07 -0700 (PDT)
Date: Thu, 27 Sep 2018 13:22:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538079726; bh=PNOKREE7O3CXtLBoswE9tUMunaK0jGi6l4CuNBUgHAo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=i2lwaiHUq8sLS4yZNxKp9u+xC0YARYQ+WvEUrxjP32ikh3IeNIAJAQjeBRZKa9Eww u94CXEElr4oxQVSxm3e3GyN96AmfBtFjHmazaadSCJYUqLnkpWIf3ciQ5Sp8KNHe1P XDCdO2RUCdhRs8awWzxszSxAD6v/QrwFnvgnOu4k=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7c54c8a49b4f8f2767280425ce0ba58cc99fc81892cf0000000117c4fdee92a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425229790@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad3beec831e_10ba3fe254cd45bc2406c3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/_VguIt0jmURLkqMHzISVV7TnASU>
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, 27 Sep 2018 20:22:12 -0000

----==_mimepart_5bad3beec831e_10ba3fe254cd45bc2406c3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

What is the problem with ignoring all communication with old levels once you have a handshake?
I'm not sure where key updates go, but it can be on lower crypto level I presume

-- 
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/1786#issuecomment-425229790
----==_mimepart_5bad3beec831e_10ba3fe254cd45bc2406c3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>What is the problem with ignoring all communication with old levels once you have a handshake?<br>
I'm not sure where key updates go, but it can be on lower crypto level I presume</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/1786#issuecomment-425229790">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7oaISNQYByxZ4IVc8Y6TjZxCqrGks5ufTNugaJpZM4W0yBo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxCL1ri62betJLe8H8ZDV3ua-sQcks5ufTNugaJpZM4W0yBo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1786: What is the problem with ignoring all communication with old levels once you have a handshake?\r\nI'm not sure where key updates go, but it can be on lower crypto level I presume"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425229790"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425229790",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425229790",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425229790"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382935144\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad3beec831e_10ba3fe254cd45bc2406c3--


From nobody Thu Sep 27 13:22:43 2018
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 D837612DD85 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:22:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 yqobNaAMdEsg for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:22:40 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 57170130F3A for <quic-issues@ietf.org>; Thu, 27 Sep 2018 13:22:39 -0700 (PDT)
Date: Thu, 27 Sep 2018 13:22:38 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538079758; bh=tMsp0cFzlVJqTsK4/0VI/i61bTaiuDzNenMEeO47+gI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZPzUPUNFLY42FB5Nqia4TYvkXhDBvB2bhm0oHp/6fgbVfDIKngDLJWH7GkEoxDhEd eMjwoVKhGwZfKXIFc+Y5PDAf+A8bacfW259ai3uuku2jn0c9EYxZm0rnUrBz/Nsayv BTvYnAvcHDCutZoBd+mRxyoryL05bCBWsnOe+2H4=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3f9b5b9de53ffbaefebbfec166e21157061945a192cf0000000117c4fe0e92a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425229964@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad3c0e40f40_391f3fe214cd45c0372854"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/TkRfny1DoURXpHV2xrG41mnqk6E>
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, 27 Sep 2018 20:22:42 -0000

----==_mimepart_5bad3c0e40f40_391f3fe214cd45c0372854
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

One you have a handshake, it knows the peer also has it, that is.

-- 
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/1786#issuecomment-425229964
----==_mimepart_5bad3c0e40f40_391f3fe214cd45c0372854
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>One you have a handshake, it knows the peer also has it, that is.</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/1786#issuecomment-425229964">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3wHbdfTOKK1RgSicz_uWKofJdWQks5ufTOOgaJpZM4W0yBo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwfpT90ZoejHsh9jsw_Mixa4W87Oks5ufTOOgaJpZM4W0yBo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1786: One you have a handshake, it knows the peer also has it, that is."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425229964"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425229964",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425229964",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425229964"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382935144\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad3c0e40f40_391f3fe214cd45c0372854--


From nobody Thu Sep 27 13:23:20 2018
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 3997D130F34 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:23:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 J2PkkyvKxLSb for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:23:17 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 43191130F1C for <quic-issues@ietf.org>; Thu, 27 Sep 2018 13:23:17 -0700 (PDT)
Date: Thu, 27 Sep 2018 13:23:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538079796; bh=bqnVou5Hsv318UgDqMEm+ezMx+vp8ulWArPlQrq8mMw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hKwIYb+vg6GHJdqeGy+NTMlg1pSrzn2GBXheeu+JgBJ9KHqxDMP5RkO4JE0FUznpg HE2o2DRgYy4megvpFVglsIbZXTY/VdUgyhO1TEMXHGuh+vfDeKJIQwua9PP4pW9CMp yOGDeBqeYvt+VfDpOAvFEPPGH9GUG3oeshOIvAXA=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab53a8b458b290967c081a7dd7a92772d14a7aea0d92cf0000000117c4fe3492a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425230129@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad3c344c338_6d723f8976cd45bc3145c"; 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/O9MhaJT0Sqr3ZyWm76Hi_GNiq8g>
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, 27 Sep 2018 20:23:19 -0000

----==_mimepart_5bad3c344c338_6d723f8976cd45bc3145c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

There is no problem I'm aware of, but previously we have not required 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/1786#issuecomment-425230129
----==_mimepart_5bad3c344c338_6d723f8976cd45bc3145c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>There is no problem I'm aware of, but previously we have not required 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/1786#issuecomment-425230129">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9KysdC3xervnMVL5Tazg1_Kkoudks5ufTO0gaJpZM4W0yBo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqym51rD53IcwtKsziNBLC17TDwFMks5ufTO0gaJpZM4W0yBo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1786: There is no problem I'm aware of, but previously we have not required it."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425230129"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425230129",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425230129",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425230129"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382935144\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad3c344c338_6d723f8976cd45bc3145c--


From nobody Thu Sep 27 13:23:56 2018
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 2D361130F34 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:23:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 bmwgaiyp3UaX for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:23:51 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 85C9D130F1C for <quic-issues@ietf.org>; Thu, 27 Sep 2018 13:23:51 -0700 (PDT)
Date: Thu, 27 Sep 2018 13:23:50 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538079830; bh=Bs8gY6Ym1hGj+utDQjj/lLZbgwzYcwvt0J/twykjypI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=X7+C9p4LVqBB4mrfh0kS8T7/H6Enww4De5vWhn4WiVu7tFmh8olq7ULc0lL3g9puA C0ByYFWSnWzPyii4Xw93qum4qS2Kj9EYAFVvLzn8B+9pOxL6zQ8U1fUT9e4483MsM/ DpMQkOL3SqpQLVoS6BA/HOqEWoNIIB6wCB0S+HLA=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9e368003ae0bb3a01df10ceddf4c749f1a80666492cf0000000117c4fe5692a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425230304@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad3c56afae7_7caf3f936e0d45bc278223"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/5rTVZLF9nMFJGDUFr_dEPLUSQ_s>
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, 27 Sep 2018 20:23:54 -0000

----==_mimepart_5bad3c56afae7_7caf3f936e0d45bc278223
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@mikkelfj Good find; I think that's a poor design.

@ianswett I think that when the context has been superseded, we should ACK otherwise legal packets and drop all others. "Legal packets" would only include ACK frames and CRYPTO frames with previously received offsets.

-- 
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/1786#issuecomment-425230304
----==_mimepart_5bad3c56afae7_7caf3f936e0d45bc278223
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"193335" data-octo-=
click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" hr=
ef=3D"https://github.com/mikkelfj">@mikkelfj</a> Good find; I think that'=
s a poor design.</p>
<p><a class=3D"user-mention" data-hovercard-user-id=3D"20072817" data-oct=
o-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" =
href=3D"https://github.com/ianswett">@ianswett</a> I think that when the =
context has been superseded, we should ACK otherwise legal packets and dr=
op all others. "Legal packets" would only include ACK frames and CRYPTO f=
rames with previously received offsets.</p>

<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/1786#issuecomment-425230304">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqygx=
6KzRt1EY82jkoTEyidc9QsG_ks5ufTPWgaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-XdKt5-5FpjlQW3hLJPausR=
CtVgks5ufTPWgaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
induke in #1786: @mikkelfj Good find; I think that's a poor design.\r\n\r=
\n@ianswett I think that when the context has been superseded, we should =
ACK otherwise legal packets and drop all others. \"Legal packets\" would =
only include ACK frames and CRYPTO frames with previously received offset=
s."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base=
-drafts/issues/1786#issuecomment-425230304"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425230304",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5230304",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5230304"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bad3c56afae7_7caf3f936e0d45bc278223--


From nobody Thu Sep 27 13:32:08 2018
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 AEA74130F43 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:32:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 jgqXYFC_Vo74 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:32:04 -0700 (PDT)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 94544130E4B for <quic-issues@ietf.org>; Thu, 27 Sep 2018 13:32:04 -0700 (PDT)
Date: Thu, 27 Sep 2018 13:32:01 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538080324; bh=VefD5hVlIqShoDk12BLVe7VlGDRO0Fs+Y8ZeXEcdQLQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=I+s5JEaibCbFEIZC8+rfBicGfwz572a+Ch6QIeCJSnzFfmJXbYTbiDhGgo89KdYU9 C1eMGBWEnP1GdMCuUkbhXdlj67fqPis/La7q1hsefUdFSjSPz6JQoJ+ExcUbifBK7E YPJcUZalwrlWcurnoZlI/0BIvivlikgYEzQSbw1U=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5177728f33ef59256a31e45fc1b75a36550597af92cf0000000117c5004192a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425232570@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad3e41c39b2_53ac3f979a4d45c419933d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/AyVNcFcvZTfchIpuwbkK19cLzq8>
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, 27 Sep 2018 20:32:07 -0000

----==_mimepart_5bad3e41c39b2_53ac3f979a4d45c419933d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I would recommend the following changes.

1) Update Sec 4.1.1 of the TLS draft (@mikkelfj 's find above) to allow quietly dropping the packet when CRYPTO overruns.
2) Silently drop packets with CONN_CLOSE if we have received a higher encryption level from the peer.
3) When closing the connection, send CONNECTION_CLOSE with the latest keys you have. If you haven't received a packet with those keys yet, also send with the previous keys.

If people are comfortable with that, I'll file a PR.

-- 
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/1786#issuecomment-425232570
----==_mimepart_5bad3e41c39b2_53ac3f979a4d45c419933d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I would recommend the following changes.</p>
<ol>
<li>Update Sec 4.1.1 of the TLS draft (<a class=3D"user-mention" data-hov=
ercard-user-id=3D"193335" data-octo-click=3D"hovercard-link-click" data-o=
cto-dimensions=3D"link_type:self" href=3D"https://github.com/mikkelfj">@m=
ikkelfj</a> 's find above) to allow quietly dropping the packet when CRYP=
TO overruns.</li>
<li>Silently drop packets with CONN_CLOSE if we have received a higher en=
cryption level from the peer.</li>
<li>When closing the connection, send CONNECTION_CLOSE with the latest ke=
ys you have. If you haven't received a packet with those keys yet, also s=
end with the previous keys.</li>
</ol>
<p>If people are comfortable with that, I'll file a PR.</p>

<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/1786#issuecomment-425232570">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-GT=
zvq9_5Gl-_fsiSoFXEjTU4Yhks5ufTXBgaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5gFqyS35kUB7lIORCvWh2HB=
kZ2kks5ufTXBgaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
induke in #1786: I would recommend the following changes.\r\n\r\n1) Updat=
e Sec 4.1.1 of the TLS draft (@mikkelfj 's find above) to allow quietly d=
ropping the packet when CRYPTO overruns.\r\n2) Silently drop packets with=
 CONN_CLOSE if we have received a higher encryption level from the peer.\=
r\n3) When closing the connection, send CONNECTION_CLOSE with the latest =
keys you have. If you haven't received a packet with those keys yet, also=
 send with the previous keys.\r\n\r\nIf people are comfortable with that,=
 I'll file a PR."}],"action":{"name":"View Issue","url":"https://github.c=
om/quicwg/base-drafts/issues/1786#issuecomment-425232570"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425232570",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5232570",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5232570"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bad3e41c39b2_53ac3f979a4d45c419933d--


From nobody Thu Sep 27 13:34:00 2018
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 5ECD2130F4D for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:33:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 0icvTlwC5kh0 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:33:56 -0700 (PDT)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A782E130F43 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 13:33:56 -0700 (PDT)
Date: Thu, 27 Sep 2018 13:33:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538080436; bh=sRpDPhs/nOec+5TPTbqe31i+Sz6u7j5s1PFniisib0w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cCJh9+4veqJVQlXlwBeD+gnMO2id3A3UUOzF7FqespNtJoweAHQbN9Jw7rdUXll0E g+4MD30uzPa7ZnD5w5t7ZDpK++hdoUz2wLaZdOUeghA1Y3wdvK3sEESvmvMRpxCMGB 3kDiewjh63av9zY9Ibgw0DwAhpMRWTNa67fK6/6o=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab90138803fdfe627758a5573c7898b93eed88cc5192cf0000000117c500b492a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425233031@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad3eb410016_4bb73f87112d45c42648d3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/NXyHAxknEwtJY79ryVZDjUkNY-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: Thu, 27 Sep 2018 20:33:58 -0000

----==_mimepart_5bad3eb410016_4bb73f87112d45c42648d3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Is 2. necessary if you already ignore old levels?

-- 
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/1786#issuecomment-425233031
----==_mimepart_5bad3eb410016_4bb73f87112d45c42648d3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Is 2. necessary if you already ignore old levels?</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/1786#issuecomment-425233031">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz45-szRfdDL8enDpAr4anMT_W5sks5ufTY0gaJpZM4W0yBo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7HdNaLMR5pmtTMrFQK1jJrK36Z6ks5ufTY0gaJpZM4W0yBo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1786: Is 2. necessary if you already ignore old levels?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425233031"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425233031",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425233031",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425233031"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382935144\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad3eb410016_4bb73f87112d45c42648d3--


From nobody Thu Sep 27 13:36:33 2018
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 3C43F128BAC for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:36:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 u8YnCXe4Qa2C for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:36:30 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2AA73129AB8 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 13:36:30 -0700 (PDT)
Date: Thu, 27 Sep 2018 13:36:29 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538080589; bh=96+1ygA8c9HxLH8lyn23ftzt1BBUFYGiGNkHBacC8Xw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TY8DB/Q33HQegXMVV65cZU4PT1+v9bFKabs81yEze0f8Sp9fdIP6xcHPJazlLMuBW 5nR19OOiOA5EA8PtttoSDvE2/sj9tpxYNFgYnZrbfiZsOnmpyyb+SYkCRMEP8Wpote 0zIrAvHzwKmD/jyvAlB5A+MfJFjY6B9KtU7nDTIY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9f613b5b1d006e3ab528857fd4001d760a173a6992cf0000000117c5014d92a169ce15bb4e07@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1807/review/159630432@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1807@github.com>
References: <quicwg/base-drafts/pull/1807@github.com>
Subject: Re: [quicwg/base-drafts] Simplify SETTINGS payload (#1807)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad3f4d381a0_62c3fab5aad45b8407316"; 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/n1Z_sVfzuqRSHbzysczFfX-LBo4>
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, 27 Sep 2018 20:36:32 -0000

----==_mimepart_5bad3f4d381a0_62c3fab5aad45b8407316
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -1478,6 +1469,12 @@ SETTINGS_MAX_FRAME_SIZE:
 SETTINGS_MAX_HEADER_LIST_SIZE:
 : See {{settings-parameters}}.
 
+In HTTP/QUIC, setting values are variable-length integers (6, 14, 30, or 62 bits
+long) rather than fixed-length 32-bit fields.  This will often produce a shorter
+encoding, but will produce a longer encoding for settings which use the full
+32-bit space.  Settings ported from HTTP/2 might choose to redefine the format
+of their settings to avoid using the 62-bit encoding.

I'm not sure I understand the purpose of this additional text?  You lose 2 bits on 32 bit fields, but do we really expect that will require changes on anyone's part?

-- 
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/1807#pullrequestreview-159630432
----==_mimepart_5bad3f4d381a0_62c3fab5aad45b8407316
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1807#discussion_r221068524">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1478,6 +1469,12 @@ SETTINGS_MAX_FRAME_SIZE:
 SETTINGS_MAX_HEADER_LIST_SIZE:
 : See {{settings-parameters}}.
 
+In HTTP/QUIC, setting values are variable-length integers (6, 14, 30, or 62 bits
+long) rather than fixed-length 32-bit fields.  This will often produce a shorter
+encoding, but will produce a longer encoding for settings which use the full
+32-bit space.  Settings ported from HTTP/2 might choose to redefine the format
+of their settings to avoid using the 62-bit encoding.
</pre>
<p>I'm not sure I understand the purpose of this additional text?  You lose 2 bits on 32 bit fields, but do we really expect that will require changes on anyone's part?</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/1807#pullrequestreview-159630432">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_H3FlV8-90Q9Q5oFaPhcOuV5ktOks5ufTbNgaJpZM4W9NCm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_eI6-nfomHGy2T1A3c0HzXXBXkIks5ufTbNgaJpZM4W9NCm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1807"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1807#pullrequestreview-159630432"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1807#pullrequestreview-159630432",
"url": "https://github.com/quicwg/base-drafts/pull/1807#pullrequestreview-159630432",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1807",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1807#pullrequestreview-159630432"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385142950\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad3f4d381a0_62c3fab5aad45b8407316--


From nobody Thu Sep 27 13:41:07 2018
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 A7F10130DC1 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:41:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 Il7BFyp9ffKX for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:41:04 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BF4D5130F5F for <quic-issues@ietf.org>; Thu, 27 Sep 2018 13:40:56 -0700 (PDT)
Date: Thu, 27 Sep 2018 13:40:55 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538080855; bh=cvGDzxb1m+i0RyFhVy22mFcOSLXJy7jQ9vk4bkq+Qx4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Yc8hdM6J/FCbJGEBwzzRNMQAkdZdwG2X8mrtOc+xuCs9zFim1ndhgcCQxoXhi1vwL F1sJOALx/k+MMVBy79BV2gMluKxdBKKokVX3oQz2BaXniLvwSq7jVJZ69yXPdVl7dP TjblIZ6uhE218nNpzPX67ZUHnRGsSkGciL8jWJ3c=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab029e95a8283787d2680d590ae3e633f970b18f5492cf0000000117c5025792a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425235039@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad4057d2fd2_2d5c3ff17ded45b43639d2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/KmXWoUNh4QwlvsR2rlRCPL3Ip_k>
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, 27 Sep 2018 20:41:06 -0000

----==_mimepart_5bad4057d2fd2_2d5c3ff17ded45b43639d2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@mikkelfj There is nothing stopping you from dropping the context entirely, no, though if you do it too early the handshake can deadlock. For example, if the ACK of client finished is dropped several times, most implementations will free the handshake keys and we cannot finish the handshake.

The point of this issue is that I want to hang around to repeat acks if needed, but not leave myself open to injections of bogus stuff.

-- 
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/1786#issuecomment-425235039
----==_mimepart_5bad4057d2fd2_2d5c3ff17ded45b43639d2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"193335" data-octo-=
click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" hr=
ef=3D"https://github.com/mikkelfj">@mikkelfj</a> There is nothing stoppin=
g you from dropping the context entirely, no, though if you do it too ear=
ly the handshake can deadlock. For example, if the ACK of client finished=
 is dropped several times, most implementations will free the handshake k=
eys and we cannot finish the handshake.</p>
<p>The point of this issue is that I want to hang around to repeat acks i=
f needed, but not leave myself open to injections of bogus stuff.</p>

<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/1786#issuecomment-425235039">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxjg=
mMwtjbtNDvBlRpvIzRcbdcGGks5ufTfXgaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq7Jra36Y4mOSuZ9JZD7CbgQc=
-PRjks5ufTfXgaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
induke in #1786: @mikkelfj There is nothing stopping you from dropping th=
e context entirely, no, though if you do it too early the handshake can d=
eadlock. For example, if the ACK of client finished is dropped several ti=
mes, most implementations will free the handshake keys and we cannot fini=
sh the handshake.\r\n\r\nThe point of this issue is that I want to hang a=
round to repeat acks if needed, but not leave myself open to injections o=
f bogus stuff."}],"action":{"name":"View Issue","url":"https://github.com=
/quicwg/base-drafts/issues/1786#issuecomment-425235039"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425235039",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5235039",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5235039"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bad4057d2fd2_2d5c3ff17ded45b43639d2--


From nobody Thu Sep 27 13:42:42 2018
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 22939128BAC for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:42:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 D7DEgNFB_8BI for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:42:39 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DB347130E76 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 13:42:36 -0700 (PDT)
Date: Thu, 27 Sep 2018 13:42:36 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538080956; bh=OBVrUD4u3dfwKQyTwh3QoafhbDj/yLJHf9gm5JwSAmg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mDgXDksVIimR6ch8jitsqhBQFOhApTEsM7MhielAS8HqnjepRtSUJ8KEiAHRhpa37 mriaOme8T/C+5FOZqEnrDEhGaLrzElpT6idjYEVfszDkdFQAl41EtMJGZj8D//TSbR K/eO52ZXFyvCZD4L2ZT/rhITWJpWEXC2uig+hyJw=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3be9f449662f1a4b8d0a13cae20aba97d977d12f92cf0000000117c502bc92a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425235490@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad40bc11a8c_5b403f8839ed45bc3994b2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/YVyl9CyFXedi0O0qAa8KR26E_zg>
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, 27 Sep 2018 20:42:41 -0000

----==_mimepart_5bad40bc11a8c_5b403f8839ed45bc3994b2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I mean after you see a higher level from peer. After that I can see the point of ACK or retransmission if you are also happy with that level, and if you are not, you don't transmit on that level.

Unless you want to ACK a level you are not ready to deal with 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/issues/1786#issuecomment-425235490
----==_mimepart_5bad40bc11a8c_5b403f8839ed45bc3994b2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I mean after you see a higher level from peer. After that I can see the point of ACK or retransmission if you are also happy with that level, and if you are not, you don't transmit on that level.</p>
<p>Unless you want to ACK a level you are not ready to deal with 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/issues/1786#issuecomment-425235490">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-s0s94pKNPgZkw6TUA6ktCre_ucks5ufTg8gaJpZM4W0yBo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwb6nrPcIujUXpXgXXP7bixdJMFRks5ufTg8gaJpZM4W0yBo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1786: I mean after you see a higher level from peer. After that I can see the point of ACK or retransmission if you are also happy with that level, and if you are not, you don't transmit on that level.\r\n\r\nUnless you want to ACK a level you are not ready to deal with yet."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425235490"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425235490",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425235490",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425235490"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382935144\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad40bc11a8c_5b403f8839ed45bc3994b2--


From nobody Thu Sep 27 13:58:08 2018
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 A7451130E76 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:58:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 HC9nqWX6vFL2 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:58:04 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 91414130E4B for <quic-issues@ietf.org>; Thu, 27 Sep 2018 13:58:04 -0700 (PDT)
Date: Thu, 27 Sep 2018 13:58:01 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538081883; bh=oYZ0EKfIS7Y/bUqD19RV04hAiwnN/2gOL/TYwGiJC6E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ij77lQYTdojclNYygb74GEeRwnccDWL5OpuCn9sSI5uyL8NnzdonhsWwWtB8C9Ngb UiFYUbF0Q+2JsSX4QxMiQDluDQ3ystBVpvL2QLi1v+/Qj2lm0/TIShYXQO8LNj4sN4 +xdiKfO7o5a9AMbGLDHQjekKWL2VlVxqCMbYiNbM=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcab4b17855f2c4379bdb81b13fc611c5ff2289b792cf0000000117c5065992a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425240808@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad44597100d_ba23f979a4d45c4337372"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/EQ1dq0eKiTpYOdX-_5Gr1h82wgo>
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, 27 Sep 2018 20:58:07 -0000

----==_mimepart_5bad44597100d_ba23f979a4d45c4337372
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

There are dumb but compliant ways to implement an end host and weird corner cases.

For example, the client's initial ACK could be lost, causing retransmission of server hello, even though handshake packets make it through.

etc.

-- 
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/1786#issuecomment-425240808
----==_mimepart_5bad44597100d_ba23f979a4d45c4337372
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>There are dumb but compliant ways to implement an end host and weird corner cases.</p>
<p>For example, the client's initial ACK could be lost, causing retransmission of server hello, even though handshake packets make it through.</p>
<p>etc.</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/1786#issuecomment-425240808">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxq86dIioIj1gp9pqBz55yCpzVy8ks5ufTvZgaJpZM4W0yBo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0P-LVX1Q3SXpCGlqhOeCA0ir7Wfks5ufTvZgaJpZM4W0yBo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke in #1786: There are dumb but compliant ways to implement an end host and weird corner cases.\r\n\r\nFor example, the client's initial ACK could be lost, causing retransmission of server hello, even though handshake packets make it through.\r\n\r\netc."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425240808"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425240808",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425240808",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425240808"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382935144\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad44597100d_ba23f979a4d45c4337372--


From nobody Thu Sep 27 13:59:41 2018
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 3829613106E for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:59:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.454
X-Spam-Level: 
X-Spam-Status: No, score=-8.454 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 l5ZRUK7OTQIV for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 13:59:31 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1E66213107B for <quic-issues@ietf.org>; Thu, 27 Sep 2018 13:59:31 -0700 (PDT)
Date: Thu, 27 Sep 2018 13:59:30 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538081970; bh=62pKV9byCO0pkfN06W55w9+v5J/miLwStlE/AeQfsVc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UDM0Sfa6WOaMjQ4wSr0qSCJTisS7bx8taQr5EUpmgZB9eF90bIHcdgN687gDzkOpZ ACyc63teUJ0MCU6dVV2UDNZd/z9/yWzxQPBVXeNpEoDLUsxndig84ajXNGtViA8ei4 nhFV2wcVM+tQHpYijwcoaSuwpw5DcWM3f5K4Scec=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd6c76c376c7d0f7007e73c11c4be9fd3e4e415cc92cf0000000117c506b292a169ce157d087f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1748/issue_event/1872132413@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1748@github.com>
References: <quicwg/base-drafts/issues/1748@github.com>
Subject: Re: [quicwg/base-drafts] TLP is getting triggered too early (#1748)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad44b2d312_66c83fa7390d45c4397684"; 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/Hgd5ZrotyRPEnn_NnXZeRzIX_FQ>
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, 27 Sep 2018 20:59:40 -0000

----==_mimepart_5bad44b2d312_66c83fa7390d45c4397684
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1748.

-- 
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/1748#event-1872132413
----==_mimepart_5bad44b2d312_66c83fa7390d45c4397684
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360515711" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1748" href="https://github.com/quicwg/base-drafts/issues/1748">#1748</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/1748#event-1872132413">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9af6iFDUl_7jT0Y1Zvzucxwvcp9ks5ufTwygaJpZM4WqPPh">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwIon_XwHR8ln6Edhkj-JpVhyC0wks5ufTwygaJpZM4WqPPh.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1748."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1748#event-1872132413"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1748#event-1872132413",
"url": "https://github.com/quicwg/base-drafts/issues/1748#event-1872132413",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] TLP is getting triggered too early (#1748)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1748#event-1872132413"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380171233\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad44b2d312_66c83fa7390d45c4397684--


From nobody Thu Sep 27 14:04:51 2018
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 EEC731293FB for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 14:04:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 s5DUZZPeljTT for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 14:04:45 -0700 (PDT)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6AA5B12DD85 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 14:04:45 -0700 (PDT)
Date: Thu, 27 Sep 2018 14:04:44 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538082284; bh=jlvRvrNeTo1YDVNBAp1WPoamsBIye1OcLWLnpwzP+Rw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xqq8cVMfSyea1OgjyOx5B/J75XzfKMfKm9ZVqdwfs9kuiM+qu+XbrgN81ljFhjpIB v5loSHiH/f7v5FA1N5Jyzy4DQAFxaIwDUNZwjy/xQFO1CEnqG6TD21wHd1htdlpG8E l1AhC5fhhD1LZNft2WjyAY6Y3Z5lxbVnMEeWZP88=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8c31b02b141d1ee36ebbbedf4fe8241c05ea425192cf0000000117c507ec92a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425242703@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad45ec8f711_4cbe3f8150ad45c458687"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/cTvjtajm_Lq35-B17jt5m6XLjio>
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, 27 Sep 2018 21:04:49 -0000

----==_mimepart_5bad45ec8f711_4cbe3f8150ad45c458687
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

"An endpoint SHOULD cancel pending retransmissions once it has received and processed a valid packet on a higher crypto level. An endpoint MUST ignore any packet received on a crypto level lower than the highest crypto level of any packet that it has received and processed". Or something. It's late...

-- 
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/1786#issuecomment-425242703
----==_mimepart_5bad45ec8f711_4cbe3f8150ad45c458687
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>"An endpoint SHOULD cancel pending retransmissions once it has receive=
d and processed a valid packet on a higher crypto level. An endpoint MUST=
 ignore any packet received on a crypto level lower than the highest cryp=
to level of any packet that it has received and processed". Or something.=
 It's late...</p>

<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/1786#issuecomment-425242703">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyzA=
FKqZDyNItB8xS_EWPC9tGuRJks5ufT1sgaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq0jozs5_9a3s6ro2cwHElBI4=
Chocks5ufT1sgaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1786: \"An endpoint SHOULD cancel pending retransmissions once i=
t has received and processed a valid packet on a higher crypto level. An =
endpoint MUST ignore any packet received on a crypto level lower than the=
 highest crypto level of any packet that it has received and processed\".=
 Or something. It's late..."}],"action":{"name":"View Issue","url":"https=
://github.com/quicwg/base-drafts/issues/1786#issuecomment-425242703"}}}</=
script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425242703",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5242703",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5242703"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bad45ec8f711_4cbe3f8150ad45c458687--


From nobody Thu Sep 27 14:10:35 2018
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 29EBE130E09 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 14:10:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 K1WnoZ6Q7Nvj for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 14:10:31 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9B6DE130DEA for <quic-issues@ietf.org>; Thu, 27 Sep 2018 14:10:31 -0700 (PDT)
Date: Thu, 27 Sep 2018 14:10:30 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538082630; bh=Q3qpGuwi/A24X9pUtOWR22LHEGGUYdidk9JqyO/DbFY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iV8ntzQrWpAtA4GzJ7rogqFFaPDAHvfLivOZZP1/NjBv5GQAJYJAEM5Q6BjkEAmXW xIeDYwVZsbFi5nByS/aSCHJ6Suoq/W5w+3t8lu8Fuv0oJQg0Yt4hUE6VTGtIATfCiG MYkHxJbWDraitqfAI9f6dVY5OiB/+4N25wz7xJM4=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc7f8e841ac8a0657a553778c7af7ab8546b3391d92cf0000000117c5094692a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425244332@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad4746dd3a4_4ec13ffb3c4d45b41416be"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/FNqlIWDBLzE-iFsgJHeFGbnStE0>
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, 27 Sep 2018 21:10:33 -0000

----==_mimepart_5bad4746dd3a4_4ec13ffb3c4d45b41416be
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

In my example, we've received Handshake packets from the server, but the server may need us to process another Initial packet.

Your text is veering into the idea of implicit acks, which is a worthy but wider discussion. It also doesn't really work for clients retransmitting their FINISHED. The server has app keys, and that demonstrates nothing about receipt of FINISHED.

-- 
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/1786#issuecomment-425244332
----==_mimepart_5bad4746dd3a4_4ec13ffb3c4d45b41416be
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>In my example, we've received Handshake packets from the server, but t=
he server may need us to process another Initial packet.</p>
<p>Your text is veering into the idea of implicit acks, which is a worthy=
 but wider discussion. It also doesn't really work for clients retransmit=
ting their FINISHED. The server has app keys, and that demonstrates nothi=
ng about receipt of FINISHED.</p>

<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/1786#issuecomment-425244332">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwBS=
j4pUDzR5FQEvPX8ckwsglTbtks5ufT7GgaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq1NnV7TlEAzpTVZL7OGOHnBB=
qoqSks5ufT7GgaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
induke in #1786: In my example, we've received Handshake packets from the=
 server, but the server may need us to process another Initial packet.\r\=
n\r\nYour text is veering into the idea of implicit acks, which is a wort=
hy but wider discussion. It also doesn't really work for clients retransm=
itting their FINISHED. The server has app keys, and that demonstrates not=
hing about receipt of FINISHED."}],"action":{"name":"View Issue","url":"h=
ttps://github.com/quicwg/base-drafts/issues/1786#issuecomment-425244332"}=
}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425244332",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5244332",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5244332"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bad4746dd3a4_4ec13ffb3c4d45b41416be--


From nobody Thu Sep 27 14:19:09 2018
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 72AC4130F4A for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 14:18:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 YqbYT67uh3ku for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 14:18:55 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8DB88131050 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 14:18:55 -0700 (PDT)
Date: Thu, 27 Sep 2018 14:18:54 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538083134; bh=LJgBtmT8XNJwnmJ8SXctx7yYDUBD3mnP7wFvQRNFw24=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Iw7Bt9IqROf6et5XaDkgynRdenqhWQDaelOX/2+1lOUJl2gG4jkkdW6xIGWbnlYJx fUaemQVm3pS1XcvS0owfbBM7ZbZoitZIi/emqjJDIG15FqTv2zFqCWwjPLEnNYJ4VX K4p5L28mwEzU41ywCjpmntnduqCSc1GSn9jwLLcc=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abed00af1516ca5b64f3a7ce32d7abd7f565636f8892cf0000000117c50b3e92a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425246586@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad493ed025b_209f3fb350ed45c01689f6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/lbeb2fLIezD7A3wOpv6CkSt9xSs>
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, 27 Sep 2018 21:19:04 -0000

----==_mimepart_5bad493ed025b_209f3fb350ed45c01689f6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

But the server wouldn't process the level above FINISHED before processing FINISHED, would it? Since it cannot trust the handshake until then.

-- 
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/1786#issuecomment-425246586
----==_mimepart_5bad493ed025b_209f3fb350ed45c01689f6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>But the server wouldn't process the level above FINISHED before processing FINISHED, would it? Since it cannot trust the handshake until then.</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/1786#issuecomment-425246586">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4SbQeQrOPqhtojGONqsbLqr-PAvks5ufUC-gaJpZM4W0yBo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6tSHNoKNu4KJEuqD9MxfSnd5fVfks5ufUC-gaJpZM4W0yBo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1786: But the server wouldn't process the level above FINISHED before processing FINISHED, would it? Since it cannot trust the handshake until then."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425246586"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425246586",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425246586",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425246586"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382935144\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad493ed025b_209f3fb350ed45c01689f6--


From nobody Thu Sep 27 14:23:40 2018
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 61A321310B1 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 14:23:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 mywb7lzQkV_B for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 14:23:32 -0700 (PDT)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 41073131073 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 14:23:32 -0700 (PDT)
Date: Thu, 27 Sep 2018 14:23:31 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538083412; bh=nK3Xat3S8WnR9gBlw8clXwuVD1Kqv0ukjr3/aZv27qQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=q46bCafnhAfqxqq6YG20qPXmBECoZSbDlqOnv37Jm4lPvzRfLiY86BQVnxV1LBPRo QZXVqzZQFDJc/Fhp8bZVosML3NnSsiQCfOTokpjO5hd8q1ggwcO5T9vMLRmgJs9+ID qt2kmMpXsaZycAoiCSvRhmAqTz/eNdChyJlcEtDA=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3a2e0887ed7f9201c5255feb190d308afa0613fa92cf0000000117c50c5392a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425247779@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad4a53a79fc_7d353fe82ced45b411227f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/2_J8yEiv4ithBjUtLq_8doyJoV8>
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, 27 Sep 2018 21:23:39 -0000

----==_mimepart_5bad4a53a79fc_7d353fe82ced45b411227f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If the FINISHED is lost, the server could still send 1-RTT data in response to a 0-RTT request. Your rule would abort retransmission of FINISHED, leading to all sorts of problems.

-- 
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/1786#issuecomment-425247779
----==_mimepart_5bad4a53a79fc_7d353fe82ced45b411227f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>If the FINISHED is lost, the server could still send 1-RTT data in response to a 0-RTT request. Your rule would abort retransmission of FINISHED, leading to all sorts of problems.</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/1786#issuecomment-425247779">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwT4ef-7XWBaiuusmOb2iEC4VKkrks5ufUHTgaJpZM4W0yBo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-WxqOWxWkX3dcNIOgj5_tucwN2pks5ufUHTgaJpZM4W0yBo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke in #1786: If the FINISHED is lost, the server could still send 1-RTT data in response to a 0-RTT request. Your rule would abort retransmission of FINISHED, leading to all sorts of problems."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425247779"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425247779",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425247779",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425247779"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382935144\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad4a53a79fc_7d353fe82ced45b411227f--


From nobody Thu Sep 27 14:29:09 2018
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 D23D1130E8F for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 14:29:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 Om_NJxuqZ-1R for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 14:29:06 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 19705127332 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 14:29:06 -0700 (PDT)
Date: Thu, 27 Sep 2018 14:29:04 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538083744; bh=C14jbD/hTRetFMDMSyGyYuAQ+s0qN2yy0BeRU+7mJ9c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=L3KujWOm0tQeF2uQay0KSzMGLsEBpXlpGrN66dzC9K5foGUcK4dRSkav4CVoYxvYI R9gK9q1BHUA02SA9qXesFLM9ohrCrzNTg6Ux9KSUsfE33QWJ8n4K7lIQ/gZ5MGy1wH mHBnAaP/z0+JCeRxiRLysVRpRdptz23x0FPsyhtI=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab41eb27954ee54a560789f32a288ea0e2c47fd36b92cf0000000117c50da092a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425249193@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad4ba01bc19_4ab83f86162d45c02447a0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/L41RyniYc1bBRIoqYlgYKTQGaaM>
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, 27 Sep 2018 21:29:08 -0000

----==_mimepart_5bad4ba01bc19_4ab83f86162d45c02447a0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Correct, I am confusing crypto levels with packet number levels. If we modify the text to PN levels it might work, but I can see that gremlins might be hiding.

-- 
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/1786#issuecomment-425249193
----==_mimepart_5bad4ba01bc19_4ab83f86162d45c02447a0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Correct, I am confusing crypto levels with packet number levels. If we modify the text to PN levels it might work, but I can see that gremlins might be hiding.</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/1786#issuecomment-425249193">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_7HOrFC-yLBkwjz-7SP7v45A76sks5ufUMggaJpZM4W0yBo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7JRZeDFLmjLbb6z5G8RvTuAejuOks5ufUMggaJpZM4W0yBo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1786: Correct, I am confusing crypto levels with packet number levels. If we modify the text to PN levels it might work, but I can see that gremlins might be hiding."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425249193"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425249193",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425249193",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425249193"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 382935144\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad4ba01bc19_4ab83f86162d45c02447a0--


From nobody Thu Sep 27 15:43:01 2018
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 D6F8A129C6B for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 15:42:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 rY71bbo5pSZE for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 15:42:58 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 14572127332 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 15:42:58 -0700 (PDT)
Date: Thu, 27 Sep 2018 15:42:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538088176; bh=xk/FHYbiyZ4QafpAZUayigwMmRdczUJejwPNnqaF/aI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qGPnOStVooP76wpJbofBpIgEyMoeOP8Q/WRctuU4Bs3U8sdLV4EuE1UjxWP+r5gnu gSsB8qqWKw34f0olbT3DlHD0H+OcPUyOPi6M9+dxeP8DZg+6GtOIWHf83oDU9cTDOh C047e7utawIS5IES1n+F595lb0Dld5izdzaDrejI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1d923329e9041580cb63cf5660b4a042cfbb583792cf0000000117c51ef092a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425265494@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad5cf03ebbd_67a13fc1218d45c45705c"; 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/VG-BidFd8zB85p36YxIXPjd3Ksw>
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, 27 Sep 2018 22:43:00 -0000

----==_mimepart_5bad5cf03ebbd_67a13fc1218d45c45705c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> Update Sec 4.1.1 of the TLS draft (@mikkelfj 's find above) to allow quietly dropping the packet when CRYPTO overruns.

Seems reasonable, as a MAY.

> Silently drop packets with CONN_CLOSE if we have received a higher encryption level from the peer.

Mostly OK, but you might have already processed some frames when you hit the CONNECTION_CLOSE.  We'd need to address that.

> When closing the connection, send CONNECTION_CLOSE with the latest keys you have. If you haven't received a packet with those keys yet, also send with the previous keys.

Send with the keys you know that your peer has.  That is, if you have received X, send with X.  You might already be sending with X+1, but it isn't always guaranteed that your peer has X+1.  For instance, the server might be sending Handshake packets, but the client might not have processed all of the Initial 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/issues/1786#issuecomment-425265494
----==_mimepart_5bad5cf03ebbd_67a13fc1218d45c45705c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>Update Sec 4.1.1 of the TLS draft (<a class=3D"user-mention" data-hove=
rcard-user-id=3D"193335" data-octo-click=3D"hovercard-link-click" data-oc=
to-dimensions=3D"link_type:self" href=3D"https://github.com/mikkelfj">@mi=
kkelfj</a> 's find above) to allow quietly dropping the packet when CRYPT=
O overruns.</p>
</blockquote>
<p>Seems reasonable, as a MAY.</p>
<blockquote>
<p>Silently drop packets with CONN_CLOSE if we have received a higher enc=
ryption level from the peer.</p>
</blockquote>
<p>Mostly OK, but you might have already processed some frames when you h=
it the CONNECTION_CLOSE.  We'd need to address that.</p>
<blockquote>
<p>When closing the connection, send CONNECTION_CLOSE with the latest key=
s you have. If you haven't received a packet with those keys yet, also se=
nd with the previous keys.</p>
</blockquote>
<p>Send with the keys you know that your peer has.  That is, if you have =
received X, send with X.  You might already be sending with X+1, but it i=
sn't always guaranteed that your peer has X+1.  For instance, the server =
might be sending Handshake packets, but the client might not have process=
ed all of the Initial yet.</p>

<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/1786#issuecomment-425265494">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3PU=
0Cb1xUTl-YUf9oLgqZN1ZD_Xks5ufVRwgaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqxnNhUmosvfAEgmHBtS8iB2n=
9XjDks5ufVRwgaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
inthomson in #1786: \u003e Update Sec 4.1.1 of the TLS draft (@mikkelfj '=
s find above) to allow quietly dropping the packet when CRYPTO overruns.\=
r\n\r\nSeems reasonable, as a MAY.\r\n\r\n\u003e Silently drop packets wi=
th CONN_CLOSE if we have received a higher encryption level from the peer=
.\r\n\r\nMostly OK, but you might have already processed some frames when=
 you hit the CONNECTION_CLOSE.  We'd need to address that.\r\n\r\n\u003e =
When closing the connection, send CONNECTION_CLOSE with the latest keys y=
ou have. If you haven't received a packet with those keys yet, also send =
with the previous keys.\r\n\r\nSend with the keys you know that your peer=
 has.  That is, if you have received X, send with X.  You might already b=
e sending with X+1, but it isn't always guaranteed that your peer has X+1=
.  For instance, the server might be sending Handshake packets, but the c=
lient might not have processed all of the Initial yet."}],"action":{"name=
":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1786#i=
ssuecomment-425265494"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425265494",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5265494",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5265494"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bad5cf03ebbd_67a13fc1218d45c45705c--


From nobody Thu Sep 27 15:45:49 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 76F41129C6B for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 15:45:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.456
X-Spam-Level: 
X-Spam-Status: No, score=-1.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 7hbpscAtdwQe for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 15:45:46 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 34521127332 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 15:45:46 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538088345; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=31TczmAgvP/K2ZIQ9LbwRAYMGIlstXPakCJ3Gx22hss=; b=C21fflKhzts46LeNc/uhCanfXN5Mc7I1NQIZpOn2bUIdwsLCa7F/uPfTYvojay9Z51N0JKSO wo7Z/A77TWXhJ1gE2pYzov9Ktpkef/9BSjtDQIrm/NQKdbCJrPjBOoAoSbBv/X0TJRgP5qpt HNsP4J6CHJtubvDpIHoKBpicP+U=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5bad5d99.7fb25b53fc90-smtp-out-n01; Thu, 27 Sep 2018 22:45:45 -0000 (UTC)
Date: Thu, 27 Sep 2018 15:45:45 -0700
From: afrind <afrind@users.noreply.github.com>
Reply-To: afrind <afrind@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5bad5d99e594_120ad2b00b4a9eec81824@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 66dd72: QPACK: don't send stream cancellation when SETTING...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bad5d99dc5a_120ad2b00b4a9eec81728"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4HXuH3WLhURr3HHPGRSUk_-2elU>
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, 27 Sep 2018 22:45:48 -0000

----==_mimepart_5bad5d99dc5a_120ad2b00b4a9eec81728
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 66dd7210af7ddd72d421fc1758a955398bbb194a
      https://github.com/quicwg/base-drafts/commit/66dd7210af7ddd72d421fc1758a955398bbb194a
  Author: afrind <afrind@users.noreply.github.com>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  QPACK: don't send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0 (#1761)

* QPACK: don't send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0

Fixes: #1747

* s/does not/SHOULD NOT/

* Change 'SHOULD NOT send' to 'MAY omit'

* s/send/sending/



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bad5d99dc5a_120ad2b00b4a9eec81728--


From nobody Thu Sep 27 15:45:57 2018
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 7A3F2129C6B for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 15:45:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.454
X-Spam-Level: 
X-Spam-Status: No, score=-8.454 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 Vgat0rgtdxdx for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 15:45:50 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C79F7130DE4 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 15:45:50 -0700 (PDT)
Date: Thu, 27 Sep 2018 15:45:49 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538088349; bh=P1VYYNm7hSrYoRcSH1ANndUCJWHxKLmRaNUzeTotbp8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=J5lts3tKtz7dtJJoF2HweQO1XJa4leI+T7a8FnLhlLl9LupFa3GaGgjjyQk6QeQlZ 3ZglKbkt6KZju/bfJN+tQGOU6DeZ/Rv91i13LwVFA+ck4yuNASbK57bPEMDO6kE64C FXGOXdOnXe+s+AqjzFAJk7xeuXcoK82EXXzwYTow=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5feccff47ff06b2b30d0a061413808110d792b2392cf0000000117c51f9d92a169ce157c9253@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1747/issue_event/1872304880@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1747@github.com>
References: <quicwg/base-drafts/issues/1747@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: stream cancellation only required when max dynamic table size > 0 (#1747)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad5d9de051c_50e03fce826d45bc269fa"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/e7sy3XLdBTqhqK_2C-sjSbmc3Ls>
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, 27 Sep 2018 22:45:53 -0000

----==_mimepart_5bad5d9de051c_50e03fce826d45bc269fa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1747 via #1761.

-- 
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/1747#event-1872304880
----==_mimepart_5bad5d9de051c_50e03fce826d45bc269fa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360485459" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1747" href="https://github.com/quicwg/base-drafts/issues/1747">#1747</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361103917" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1761" href="https://github.com/quicwg/base-drafts/pull/1761">#1761</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/1747#event-1872304880">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2t7pXrxtF1esd1PNN_M7r1Pe74Wks5ufVUdgaJpZM4WqFwz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7f9J2c8u4OZglU3tVzSDy_wYksbks5ufVUdgaJpZM4WqFwz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1747 via #1761."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1747#event-1872304880"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1747#event-1872304880",
"url": "https://github.com/quicwg/base-drafts/issues/1747#event-1872304880",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: stream cancellation only required when max dynamic table size \u003e 0 (#1747)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1747#event-1872304880"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380132403\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad5d9de051c_50e03fce826d45bc269fa--


From nobody Thu Sep 27 15:46:02 2018
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 ADD9E127332 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 15:45:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.454
X-Spam-Level: 
X-Spam-Status: No, score=-8.454 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 8nym2NrXyoBb for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 15:45:51 -0700 (PDT)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DA15A130E03 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 15:45:50 -0700 (PDT)
Date: Thu, 27 Sep 2018 15:45:49 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538088349; bh=6n7i1z48blJPnJK9ZEb8qjQNUzSOhixdMZdBTXoyANA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PQlrOlaj+VnXz9z1qWUo8+Z/Q1zc4/HIr59+XalXGMJ773DbwCz4WhLb8mSgcTarP RQ0HvmjHsZXSUW29zxJlt37GM/rt/QEdLZg4K0mEiXvOppAvz9GcibKNETKmOnZVPz D86C88pWyN9nU0sEYLDoTC5lNFcNvp2E8ngTpC4s=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab239aa7806f62ba800baf426473dbddf204b3b53c92cf0000000117c51f9d92a169ce1586022d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1761/issue_event/1872304878@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1761@github.com>
References: <quicwg/base-drafts/pull/1761@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: don't send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0 (#1761)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad5d9d35872_43d3fc47c2d45bc33328"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/df91piNgQsCnrVSvtGTy7GPGQ34>
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, 27 Sep 2018 22:45:54 -0000

----==_mimepart_5bad5d9d35872_43d3fc47c2d45bc33328
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1761 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/1761#event-1872304878
----==_mimepart_5bad5d9d35872_43d3fc47c2d45bc33328
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361103917" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1761" href="https://github.com/quicwg/base-drafts/pull/1761">#1761</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/1761#event-1872304878">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-MLFWdXaarzg7X_hO54mNqv8nOuks5ufVUdgaJpZM4WtA_U">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqziy3CHIdL3MDFgePT-necQ48hl4ks5ufVUdgaJpZM4WtA_U.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1761 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1761#event-1872304878"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1761#event-1872304878",
"url": "https://github.com/quicwg/base-drafts/pull/1761#event-1872304878",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: don't send stream cancellation when SETTINGS_HEADER_TABLE_SIZE=0 (#1761)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1761#event-1872304878"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380899284\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad5d9d35872_43d3fc47c2d45bc33328--


From nobody Thu Sep 27 15:46:20 2018
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 A6B28130E03 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 15:46:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.454
X-Spam-Level: 
X-Spam-Status: No, score=-8.454 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 uQLXRgwfVBUf for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 15:46:17 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BE867129C6B for <quic-issues@ietf.org>; Thu, 27 Sep 2018 15:46:16 -0700 (PDT)
Date: Thu, 27 Sep 2018 15:46:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538088375; bh=JWxIkaGjcxWzXQjmyI0GzH/Grn4k480HN5MnLA4mn6E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1A5R3R+Dz7me4AEYCX3S8gYJVMsdBuOKVYpxhSdwLPxeyhpRakTEdGEFIksBA1Zbl COUTqAkfJpLsXDTMMfq+AzsJ7LEykGDLKA44+t0E030JuB6uoNZW+rRVG6UBzZuVsw C2SrNMIoPrJuTIystGVFactBxLRxEL2CPqEIC2WA=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab751e0aaba517cee219fd8018a6fdcc5c7b359e8e92cf0000000117c51fb792a169ce155d42c5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1736/issue_event/1872305369@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1736@github.com>
References: <quicwg/base-drafts/issues/1736@github.com>
Subject: Re: [quicwg/base-drafts] Is zero a valid argument for the Table State Synchronize instruction? (#1736)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad5db7ddee0_17623fb5e40d45c413759c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/E7hYuh2eqtCH0II_QjGKZ777SEA>
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, 27 Sep 2018 22:46:19 -0000

----==_mimepart_5bad5db7ddee0_17623fb5e40d45c413759c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1736 via #1762.

-- 
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/1736#event-1872305369
----==_mimepart_5bad5db7ddee0_17623fb5e40d45c413759c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358433477" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1736" href="https://github.com/quicwg/base-drafts/issues/1736">#1736</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361104115" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1762" href="https://github.com/quicwg/base-drafts/pull/1762">#1762</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/1736#event-1872305369">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwnE0h54rkjjzwhQpRvGl1G9D2saks5ufVU3gaJpZM4Wgjbe">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8INM8LrYle5js1dKtLHb_sPBnEQks5ufVU3gaJpZM4Wgjbe.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1736 via #1762."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1736#event-1872305369"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1736#event-1872305369",
"url": "https://github.com/quicwg/base-drafts/issues/1736#event-1872305369",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Is zero a valid argument for the Table State Synchronize instruction? (#1736)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1736#event-1872305369"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 377632478\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad5db7ddee0_17623fb5e40d45c413759c--


From nobody Thu Sep 27 15:46:26 2018
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 ED9CD129C6B for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 15:46:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.454
X-Spam-Level: 
X-Spam-Status: No, score=-8.454 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 vNpk9bPzse6O for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 15:46:17 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1E1BC130DE4 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 15:46:17 -0700 (PDT)
Date: Thu, 27 Sep 2018 15:46:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538088376; bh=WscuPg7S6eiwtGYLlq5xxyHAv2KFHZbEbvZlYIMHxZw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CdnpXhbwzvw95cwXx4g4tqO40CYODgG4Vq2AClg3pao2jID7xNxL5J1JX01HadF2i XKXPEOWlG7nqIXdUw29GP7VnR/l1rDmik9NF7qRByt1zi1/s6DN10smVNglMeeTtRe qUAFESjikHN2WPVW5JsIOGL58BRzU4a5IPJkvDl4=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbaee14e234b51cf31c6c85da27ac027ce163845992cf0000000117c51fb892a169ce158602f3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1762/issue_event/1872305364@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1762@github.com>
References: <quicwg/base-drafts/pull/1762@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: make TSS=0 a connection error (#1762)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad5db84fffd_37bc3f920d6d45b419576"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/MBmzDYlEyzQ5yincdwa5AitwJPA>
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, 27 Sep 2018 22:46:20 -0000

----==_mimepart_5bad5db84fffd_37bc3f920d6d45b419576
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1762 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/1762#event-1872305364
----==_mimepart_5bad5db84fffd_37bc3f920d6d45b419576
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361104115" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1762" href="https://github.com/quicwg/base-drafts/pull/1762">#1762</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/1762#event-1872305364">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq38QSTgwF6AYCMxWGVeIFuXiSFjGks5ufVU4gaJpZM4WtBC2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4Nnf8coFe2dSKZtADzXzWcd3hIqks5ufVU4gaJpZM4WtBC2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1762 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1762#event-1872305364"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1762#event-1872305364",
"url": "https://github.com/quicwg/base-drafts/pull/1762#event-1872305364",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] QPACK: make TSS=0 a connection error (#1762)",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1762#event-1872305364"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380899510\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad5db84fffd_37bc3f920d6d45b419576--


From nobody Thu Sep 27 15:56:18 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 61C22130F56 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 15:56:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.456
X-Spam-Level: 
X-Spam-Status: No, score=-1.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 U0Nrtm39NWCR for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 15:56:11 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E6C74131011 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 15:56:10 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538088970; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=QlZrpcJ9QIuB2+MXyRCGVPxGezvdgCDjG7yxh48mi4s=; b=F3OCtTnb/9MOjLtjN0BG0/qlou6vmnE/BTvtSdYSxNzgnYyenlQuT5HHefaEewA1GYpv4jJL nXKxAzOVNO+9Qxv3ghlAWn03jG3muWCakZavjRWdrZ1q7RugG0RHofve4lDtu7oWlHnCBNmt f+z3OCFtYrKAI5nIFVd6p2OMlqw=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5bad5db2.7fd6f963c4b0-smtp-out-n02; Thu, 27 Sep 2018 22:46:10 -0000 (UTC)
Date: Thu, 27 Sep 2018 15:46:10 -0700
From: afrind <afrind@users.noreply.github.com>
Reply-To: afrind <afrind@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5bad5db23fbae_140b2ac0494beec8691a2@hookshot-fe-31feec6.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 60726c: QPACK: make TSS=0 a connection error (#1762)
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bad5db23f7d8_140b2ac0494beec8690f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/i5qJJWUVOS1SYAw0cDEXQVFzsrQ>
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, 27 Sep 2018 22:56:16 -0000

----==_mimepart_5bad5db23f7d8_140b2ac0494beec8690f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 60726c1a1c00b67ec9b5331055df590ac8fb37e6
      https://github.com/quicwg/base-drafts/commit/60726c1a1c00b67ec9b5331055df590ac8fb37e6
  Author: afrind <afrind@users.noreply.github.com>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  QPACK: make TSS=0 a connection error (#1762)

* QPACK: make TSS=0 a connection error

Fixes #1736

* Wordsmithing

* Mike's comments



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bad5db23f7d8_140b2ac0494beec8690f--


From nobody Thu Sep 27 16:10:28 2018
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 7FBF7130DE4 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 16:10:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.989
X-Spam-Level: 
X-Spam-Status: No, score=-7.989 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_SPF_HELO_TEMPERROR=0.01, 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 ttPyeNNPBAFg for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 16:10:24 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9C786129C6A for <quic-issues@ietf.org>; Thu, 27 Sep 2018 16:10:24 -0700 (PDT)
Date: Thu, 27 Sep 2018 16:10:23 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538089823; bh=WorXSZywjp6o77XtBfhM9bYTVG/VEdNTw/JS9rPSPoc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QvAP6DIInFG6XcuHIHqOmgvNBcjprGNffOl6cIsFpyxiIHGQ46h95HP0VgcbOUnC7 dAcfEl1IqiCQdJfPU92dXUAzVlU8N+9yMWK/pahP26lqKX5DYF2O7fvEYlSYvNUrpI 4EQp1CJIY1Zqt8NHDuuXXJrW67fKt3Aez69YuGuA=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1156772d9f824d10d778aed7a0b08fc70a781c3692cf0000000117c5255f92a169ce15bb4e07@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1807/review/159674254@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1807@github.com>
References: <quicwg/base-drafts/pull/1807@github.com>
Subject: Re: [quicwg/base-drafts] Simplify SETTINGS payload (#1807)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad635fc578a_6d883fa4b56d45b810077f"; 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/aNqL9zvYKdTny-ycfODyEGfAi-Y>
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, 27 Sep 2018 23:10:26 -0000

----==_mimepart_5bad635fc578a_6d883fa4b56d45b810077f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



> @@ -1478,6 +1469,12 @@ SETTINGS_MAX_FRAME_SIZE:
 SETTINGS_MAX_HEADER_LIST_SIZE:
 : See {{settings-parameters}}.
 
+In HTTP/QUIC, setting values are variable-length integers (6, 14, 30, or 62 bits
+long) rather than fixed-length 32-bit fields.  This will often produce a shorter
+encoding, but will produce a longer encoding for settings which use the full
+32-bit space.  Settings ported from HTTP/2 might choose to redefine the format
+of their settings to avoid using the 62-bit encoding.

Secondary Certs currently stuffs an exporter in the setting value (to confirm both peers are on the same TLS connection with no MitM), and would overflow to an eight-byte field.  It doesn't *require* changes, but it's advisable to either take advantage of the entire eight bytes or trim two bits off to still fit in four bytes.  Hence, "might choose."

-- 
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/1807#discussion_r221103830
----==_mimepart_5bad635fc578a_6d883fa4b56d45b810077f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@MikeBishop</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1807#discussion_r221103830">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1478,6 +1469,12 @@ SETTINGS_MAX_FRAME_SIZE:
 SETTINGS_MAX_HEADER_LIST_SIZE:
 : See {{settings-parameters}}.
 
+In HTTP/QUIC, setting values are variable-length integers (6, 14, 30, or 62 bits
+long) rather than fixed-length 32-bit fields.  This will often produce a shorter
+encoding, but will produce a longer encoding for settings which use the full
+32-bit space.  Settings ported from HTTP/2 might choose to redefine the format
+of their settings to avoid using the 62-bit encoding.
</pre>
<p>Secondary Certs currently stuffs an exporter in the setting value (to confirm both peers are on the same TLS connection with no MitM), and would overflow to an eight-byte field.  It doesn't <em>require</em> changes, but it's advisable to either take advantage of the entire eight bytes or trim two bits off to still fit in four bytes.  Hence, "might choose."</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/1807#discussion_r221103830">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7STD2w7A3C-KmvPqM1bGP8MNfoIks5ufVrfgaJpZM4W9NCm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-2VXIOFNX405d_20Ak9Fjl0gICRks5ufVrfgaJpZM4W9NCm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #1807"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1807#discussion_r221103830"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1807#discussion_r221103830",
"url": "https://github.com/quicwg/base-drafts/pull/1807#discussion_r221103830",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop commented on 1807",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1807#discussion_r221103830"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385142950\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad635fc578a_6d883fa4b56d45b810077f--


From nobody Thu Sep 27 16:34:48 2018
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 B7213130DD1 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 16:34:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 wouIlO18s9ZV for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 16:34:44 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A7139126F72 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 16:34:44 -0700 (PDT)
Date: Thu, 27 Sep 2018 16:34:43 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538091283; bh=k3C50cEtmS4ONLMJr4nFK2BB0PvXdv+5LOuAA1fbDTg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sYoGYnh08NInI1fVxC/dMC2Y4ssLQ9reZxgz0F7JDD/kxQj2Zqz9cHPo1wxmyhPUh piCq5eZDQvu3YdNjxdGOsGUI1Tqn1jz0HQRpiJ2P8SNgQXqwwmHz9ngDLLIY/J6KFO Wd4MljCC5RVJQTO9jauuz3oDyxfmI+DxMmOs1wNU=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab370e2cf820e0eb858d10f1f54e43edba83f30cf392cf0000000117c52b1392a169ce15bb4e07@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1807/review/159678604@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1807@github.com>
References: <quicwg/base-drafts/pull/1807@github.com>
Subject: Re: [quicwg/base-drafts] Simplify SETTINGS payload (#1807)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad6913ab81a_69433fcde32d45c49006a"; 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/d6ASdLe_eEeQnOr0gfvOxEPbQ8o>
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, 27 Sep 2018 23:34:47 -0000

----==_mimepart_5bad6913ab81a_69433fcde32d45c49006a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -1478,6 +1469,12 @@ SETTINGS_MAX_FRAME_SIZE:
 SETTINGS_MAX_HEADER_LIST_SIZE:
 : See {{settings-parameters}}.
 
+In HTTP/QUIC, setting values are variable-length integers (6, 14, 30, or 62 bits
+long) rather than fixed-length 32-bit fields.  This will often produce a shorter
+encoding, but will produce a longer encoding for settings which use the full
+32-bit space.  Settings ported from HTTP/2 might choose to redefine the format
+of their settings to avoid using the 62-bit encoding.

In that case, how about starting the paragraph with 'Setting values are ...... rather than fixed length 32-bit fields as in HTTP/2."  Currently you mention HTTP/QUIC in the HTTP/QUIC draft, and don't reference the thing you're comparing against(HTTP/2).

-- 
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/1807#discussion_r221107359
----==_mimepart_5bad6913ab81a_69433fcde32d45c49006a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1807#discussion_r221107359">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1478,6 +1469,12 @@ SETTINGS_MAX_FRAME_SIZE:
 SETTINGS_MAX_HEADER_LIST_SIZE:
 : See {{settings-parameters}}.
 
+In HTTP/QUIC, setting values are variable-length integers (6, 14, 30, or 62 bits
+long) rather than fixed-length 32-bit fields.  This will often produce a shorter
+encoding, but will produce a longer encoding for settings which use the full
+32-bit space.  Settings ported from HTTP/2 might choose to redefine the format
+of their settings to avoid using the 62-bit encoding.
</pre>
<p>In that case, how about starting the paragraph with 'Setting values are ...... rather than fixed length 32-bit fields as in HTTP/2."  Currently you mention HTTP/QUIC in the HTTP/QUIC draft, and don't reference the thing you're comparing against(HTTP/2).</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/1807#discussion_r221107359">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4iCi1Y5nfoNqK0u46KTAgmuBoFAks5ufWCTgaJpZM4W9NCm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1o0_0-noSNc5l3TFHyX7CNQJ1Seks5ufWCTgaJpZM4W9NCm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1807"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1807#discussion_r221107359"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1807#discussion_r221107359",
"url": "https://github.com/quicwg/base-drafts/pull/1807#discussion_r221107359",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett commented on 1807",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1807#discussion_r221107359"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385142950\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad6913ab81a_69433fcde32d45c49006a--


From nobody Thu Sep 27 16:42:15 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 8AEFF128CB7 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 16:42:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.106
X-Spam-Level: 
X-Spam-Status: No, score=-2.106 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, 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 QBE9o9A7pLOP for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 16:42:10 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 35847128A6E for <quic-issues@ietf.org>; Thu, 27 Sep 2018 16:42:10 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538091729; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=7YVEeFiQxbSDzCcaFZAkzcJl8Nxo8s5g7JhKYRUGu+Y=; b=x4iWQyUw2paIos2Nh7NVWZFGeUW91Y7ZSw93gUMG20Ljgeqoy1Bp6WMuMnjgnuVEdXUZUB6w X8+xw6orEuQO//BcC+F12QLKyjnLzVVdz6tN5siqj95X2GfkDLFbFC7kvgpG3WAQd4x9oWXa ep4cJdn2eqZLc043mE2tQXiQ+4Y=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5bad6ad0.7f8e006cf690-smtp-out-n02; Thu, 27 Sep 2018 23:42:08 -0000 (UTC)
Date: Thu, 27 Sep 2018 16:42:07 -0700
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5bad6acfa3a17_2df82abb4a466ec017733@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 26fd43: Error for missing SETTINGS frame
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bad6acfa3531_2df82abb4a466ec01765b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dtXX4qhGPcLE5ktpKTTwPU2bHEA>
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, 27 Sep 2018 23:42:13 -0000

----==_mimepart_5bad6acfa3531_2df82abb4a466ec01765b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/http/missing_settings
  Home:   https://github.com/quicwg/base-drafts
  Commit: 26fd436c3475b1cf5f45062353c7620e4a2d1d9e
      https://github.com/quicwg/base-drafts/commit/26fd436c3475b1cf5f45062353c7620e4a2d1d9e
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  Error for missing SETTINGS frame



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bad6acfa3531_2df82abb4a466ec01765b--


From nobody Thu Sep 27 16:42:46 2018
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 59B1B128CB7 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 16:42:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 KSrKniIT-BXF for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 16:42:43 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 50CFA126F72 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 16:42:43 -0700 (PDT)
Date: Thu, 27 Sep 2018 16:42:42 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538091762; bh=AdYw7Ie46mkIaikTrD/6fL12jDedvbTSqIUx9i0RZ5g=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=lWobhlBDbqPyXcDMwCHjbhX8HjE3+u11LMt2y/uE2p5NNPNqr6dX6ZUmWIBltaEAx /9HAgim7/QM3rulipCe5N/0nX0ggbpeW7uTeFgR+GxLMjA0jybi4Kr+vvhmgyHAFKH UrsCmAkdzm9KVLsSdJUGTpJa3bMnmKRQEPKfLbk0=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab367e8ef4fa9e15c86f587fe7630c87a30f86eef292cf0000000117c52cf292a169ce15bcbeaf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1808@github.com>
Subject: [quicwg/base-drafts] Error for missing SETTINGS frame (#1808)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad6af235ca5_72dc3f8edb4d45b481954"; 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/IGOujro7ceSZOO3qM-RNKAe-aLA>
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, 27 Sep 2018 23:42:45 -0000

----==_mimepart_5bad6af235ca5_72dc3f8edb4d45b481954
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #1697.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1808

-- Commit Summary --

  * Error for missing SETTINGS frame

-- File Changes --

    M draft-ietf-quic-http.md (12)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1808.patch
https://github.com/quicwg/base-drafts/pull/1808.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/1808

----==_mimepart_5bad6af235ca5_72dc3f8edb4d45b481954
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 #1697.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="353244623" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1697" href="https://github.com/quicwg/base-drafts/issues/1697">#1697</a>.</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/1808'>https://github.com/quicwg/base-drafts/pull/1808</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Error for missing SETTINGS frame</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1808/files#diff-0">draft-ietf-quic-http.md</a>
    (12)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1808.patch'>https://github.com/quicwg/base-drafts/pull/1808.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1808.diff'>https://github.com/quicwg/base-drafts/pull/1808.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/1808">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3h0t9zgm_dPerDB7EjiXkeY8k6sks5ufWJygaJpZM4W9oEw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqz4Wpa1T0yPBsQ807jJ1DTOcMGskks5ufWJygaJpZM4W9oEw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Error for missing SETTINGS frame (#1808)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1808"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1808",
"url": "https://github.com/quicwg/base-drafts/pull/1808",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Error for missing SETTINGS frame (#1808)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "26fd436",
"value": "Error for missing SETTINGS frame"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-http.md](https://github.com/quicwg/base-drafts/pull/1808/files#diff-0) (12 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1808,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1808\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1808"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1808.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1808.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385253680\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5bad6af235ca5_72dc3f8edb4d45b481954--


From nobody Thu Sep 27 16:50:01 2018
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 76732130DD8 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 16:49:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 yoneSarssMG8 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 16:49:57 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C1749128A6E for <quic-issues@ietf.org>; Thu, 27 Sep 2018 16:49:57 -0700 (PDT)
Date: Thu, 27 Sep 2018 16:49:57 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538092197; bh=X6QJJDz7f3RSig0tJ6SkFFRrPb9pUBTs7dxx1Si7UWY=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=mvmfEXH7cXCdBlh1d1lxPSwzu+ULIefxfyUVTTtd0fAfgy7+KspL7uvLU3gbDluhb j40wNxXCVlXMUGeUOLVuAWDC4lv/ke7lyv9Ma0GeVtXSxfXNm7GTQQ5FHLMIEUsINK DeLf2NI1H4YFLYPVOgAvej9mItKL+VJegyqnHDwo=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab594f1399a59a420acf15a8866792cde451682a5292cf0000000117c52ea592a169ce15bcc36c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1809@github.com>
Subject: [quicwg/base-drafts] Server's SETTINGS can be omitted in 0-RTT (#1809)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad6ca5b7af_5d2b3fe99f8d45b4215888"; 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/IT0Z1k8sBksrbup7UojIEij5nbs>
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, 27 Sep 2018 23:50:00 -0000

----==_mimepart_5bad6ca5b7af_5d2b3fe99f8d45b4215888
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

#1808 adds a requirement to error out if the first frame on the control stream is not SETTINGS.  There's an existing error for duplicate control streams.  But what if the control stream never opens at all?

The current state of SETTINGS is that:
- In 1-RTT: Clients MUST wait until they see the server's SETTINGS frame before sending requests; the server MUST see the client's SETTINGS before sending any responses.  If either side fails to open the control stream and send SETTINGS, the connection stalls.
- In 0-RTT:  Servers MUST wait until they see the client's SETTINGS frame before sending responses; this is no different.  Clients, however, assume previous settings and update them *when* the server's SETTINGS frame is eventually seen.

It is a violation for the server to send responses without having sent the SETTINGS frame.  However, there is no requirement that clients validate this behavior because of reordering.  This means that a spec-conformant client would interop just fine with a server that never sends SETTINGS on 0-RTT connections.

Should we introduce a wait-for-SETTINGS requirement later in the connection (for example, before sending new requests in 1-RTT), or just hope that it's easier for servers to do the same compliant thing for both 0-RTT and 1-RTT connections?

-- 
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/1809
----==_mimepart_5bad6ca5b7af_5d2b3fe99f8d45b4215888
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="364691119" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1808" href="https://github.com/quicwg/base-drafts/pull/1808">#1808</a> adds a requirement to error out if the first frame on the control stream is not SETTINGS.  There's an existing error for duplicate control streams.  But what if the control stream never opens at all?</p>
<p>The current state of SETTINGS is that:</p>
<ul>
<li>In 1-RTT: Clients MUST wait until they see the server's SETTINGS frame before sending requests; the server MUST see the client's SETTINGS before sending any responses.  If either side fails to open the control stream and send SETTINGS, the connection stalls.</li>
<li>In 0-RTT:  Servers MUST wait until they see the client's SETTINGS frame before sending responses; this is no different.  Clients, however, assume previous settings and update them <em>when</em> the server's SETTINGS frame is eventually seen.</li>
</ul>
<p>It is a violation for the server to send responses without having sent the SETTINGS frame.  However, there is no requirement that clients validate this behavior because of reordering.  This means that a spec-conformant client would interop just fine with a server that never sends SETTINGS on 0-RTT connections.</p>
<p>Should we introduce a wait-for-SETTINGS requirement later in the connection (for example, before sending new requests in 1-RTT), or just hope that it's easier for servers to do the same compliant thing for both 0-RTT and 1-RTT connections?</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/1809">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1mnAq-v0P6tTelL_4vKr80_DUyrks5ufWQlgaJpZM4W9obg">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq16bQllZEwl3fBjLsJyx1Wko3-n4ks5ufWQlgaJpZM4W9obg.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Server's SETTINGS can be omitted in 0-RTT (#1809)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1809"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1809",
"url": "https://github.com/quicwg/base-drafts/issues/1809",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Server's SETTINGS can be omitted in 0-RTT (#1809)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1809
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1809,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1809\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1809"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385255136\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad6ca5b7af_5d2b3fe99f8d45b4215888--


From nobody Thu Sep 27 16:54:06 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 A3C67128A6E for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 16:54:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.106
X-Spam-Level: 
X-Spam-Status: No, score=-2.106 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, 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 234lFMQP6k4Y for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 16:54:02 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5074D130DCA for <quic-issues@ietf.org>; Thu, 27 Sep 2018 16:54:02 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538092441; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=zGQKxaMjFsQgROe5kOZwG0tY5GrGNotXCmgAbwaSK5E=; b=AAHwftGEZiJluyQyDMERLFjHsiWjOEdqeQ4t2Euu99ciOUsD8pq1OZ921ghATeyr5taKhoLk gP03W7cPo2BOkaKJR1z2Js+gboCUYjMdHkIc6wi2VWygRdA1gRZqEOVZ7+2TByZ9RKtR4qMO dWWkjQPA3W/uIAI8LOslmcMhFFA=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5bad6d98.7fcb30111210-smtp-out-n02; Thu, 27 Sep 2018 23:54:00 -0000 (UTC)
Date: Thu, 27 Sep 2018 16:53:59 -0700
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5bad6d97ebc9c_5d002b17ecc88ec4931dd@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ed5b22: Comparison game
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bad6d97eb2f1_5d002b17ecc88ec493086"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SMmLmsnUmjIDX7zaRJRiqEZeZOg>
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, 27 Sep 2018 23:54:05 -0000

----==_mimepart_5bad6d97eb2f1_5d002b17ecc88ec493086
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/http/simple_settings
  Home:   https://github.com/quicwg/base-drafts
  Commit: ed5b22f9f4b2c3b737fbc90f1751b8724a7448b7
      https://github.com/quicwg/base-drafts/commit/ed5b22f9f4b2c3b737fbc90f1751b8724a7448b7
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  Comparison game



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bad6d97eb2f1_5d002b17ecc88ec493086--


From nobody Thu Sep 27 16:54:14 2018
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 07E9B128A6E for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 16:54:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 vIxKZCIx3MAF for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 16:54:07 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 08088130DD8 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 16:54:07 -0700 (PDT)
Date: Thu, 27 Sep 2018 16:54:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538092446; bh=EV4MyzJWOpQw5Nnve4JFGPOHLaG+XtNMyejvH06RlEo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=epcxFZCqGGMcJiDhg+KwfML0G8HS8sSG1fLPYZ9zexZhk8grW0cDgbd4fogW6ZTRF i8QB2TPIQmiuYOHquotRxPKG07+shmpEfQxUpTSZacTqeiUfAnIm6n+EW4SzGMuyYE Bl94mpUBc2UiDGtup7GXmJY9yMafBnaZRVn9imzE=
From: Mike Bishop <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/1807/push/2914038531@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1807@github.com>
References: <quicwg/base-drafts/pull/1807@github.com>
Subject: Re: [quicwg/base-drafts] Simplify SETTINGS payload (#1807)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad6d9e1e62c_5e1f3f9f08cd45c4956f6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
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/-L7YF7t-fktlNbXI17gnov44d6I>
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, 27 Sep 2018 23:54:10 -0000

----==_mimepart_5bad6d9e1e62c_5e1f3f9f08cd45c4956f6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 1 commit.

ed5b22f  Comparison game


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1807/files/22029e559cec2cb713fe522e6c4fcb205cb115e8..ed5b22f9f4b2c3b737fbc90f1751b8724a7448b7

----==_mimepart_5bad6d9e1e62c_5e1f3f9f08cd45c4956f6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/MikeBishop" class="user-mention">@MikeBishop</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/ed5b22f">ed5b22f</a>  Comparison game</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/1807/files/22029e559cec2cb713fe522e6c4fcb205cb115e8..ed5b22f9f4b2c3b737fbc90f1751b8724a7448b7">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2TzucPZSZsy5RFdkhOsYCOJxmBjks5ufWUegaJpZM4W9NCm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2vvGMv5Irh0d4PBCV3N1jQ2Hur5ks5ufWUegaJpZM4W9NCm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 1 commit in #1807"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1807/files/22029e559cec2cb713fe522e6c4fcb205cb115e8..ed5b22f9f4b2c3b737fbc90f1751b8724a7448b7"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1807/files/22029e559cec2cb713fe522e6c4fcb205cb115e8..ed5b22f9f4b2c3b737fbc90f1751b8724a7448b7",
"url": "https://github.com/quicwg/base-drafts/pull/1807/files/22029e559cec2cb713fe522e6c4fcb205cb115e8..ed5b22f9f4b2c3b737fbc90f1751b8724a7448b7",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop pushed 1 commit in #1807",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1807:",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [
{
"name": "ed5b22f",
"value": "Comparison game"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1807/files/22029e559cec2cb713fe522e6c4fcb205cb115e8..ed5b22f9f4b2c3b737fbc90f1751b8724a7448b7"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385142950\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5bad6d9e1e62c_5e1f3f9f08cd45c4956f6--


From nobody Thu Sep 27 16:58:05 2018
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 B2434128CB7 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 16:58:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.051
X-Spam-Level: 
X-Spam-Status: No, score=-7.051 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 uZ_HD8q7n8Yh for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 16:58:02 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 146B4126F72 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 16:58:02 -0700 (PDT)
Date: Thu, 27 Sep 2018 16:58:01 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538092681; bh=5nfirnsC/w0JocZzt8Y57+EJ0oHx2WX21BxStYExCGw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jQ7ZfDN9SWp00jrBD7eRrCk0Eeh6Uj9MdJaGZvl83HkSYQVoK4prbJ5U6M2y8TbdF DIccGSPK/HC4yuRUFVDwZ/74o/tKozcyWevX3/gMw9fdHAb9+iiWNFInhCmuimWI75 /LKOFL2WH8mlMpFlLRcEPexWV3VRQWGnZyPKOnBY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab86c16700cbabcbf0f53e3603c4d8d9b7a5469e7992cf0000000117c5308992a169ce15bb4e07@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1807/review/159682465@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1807@github.com>
References: <quicwg/base-drafts/pull/1807@github.com>
Subject: Re: [quicwg/base-drafts] Simplify SETTINGS payload (#1807)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad6e8935f23_9aa3fe4f36d45bc614aa"; 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/s6sQIo-4aehCCUGZh70-fKoni6Y>
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, 27 Sep 2018 23:58:04 -0000

----==_mimepart_5bad6e8935f23_9aa3fe4f36d45bc614aa
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/1807#pullrequestreview-159682465
----==_mimepart_5bad6e8935f23_9aa3fe4f36d45bc614aa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<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/1807#pullrequestreview-159682465">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwFla1-lbelhH05tCnlYYMmRY6WKks5ufWYJgaJpZM4W9NCm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq08oDjJ15D8xuEiTlKIe942O-zPdks5ufWYJgaJpZM4W9NCm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #1807"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1807#pullrequestreview-159682465"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1807#pullrequestreview-159682465",
"url": "https://github.com/quicwg/base-drafts/pull/1807#pullrequestreview-159682465",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett approved 1807",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1807#pullrequestreview-159682465"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385142950\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bad6e8935f23_9aa3fe4f36d45bc614aa--


From nobody Thu Sep 27 17:37:13 2018
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 E98D312F295 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 17:37:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=unavailable 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 668ZzFWcykaT for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 17:37:01 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CA54C126F72 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 17:37:00 -0700 (PDT)
Date: Thu, 27 Sep 2018 17:36:59 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538095019; bh=0FkfhBnpbd8QsyVf27AxBCbmX1bfeSQlZlSYPs47dDQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BJbBUt5b6EMGRlEDR1tVGcrrSECRD0H+h+5d4MKOV2zeBf4W4GaTPsprI3jWUTl0U n1BxxhMtFOV19WHhA7XQCs3ljzJjNzbXDexan1CEwbymsZV6Qy6tJ3lBpA4dY3a2uV tckHKTxRmV89qluIAhWbIRZW4BenSXght7dr2fo4=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf20cc2bf5001a0fd7d77f7d2304fb250b32b393392cf0000000117c539ab92a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425284178@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad77ab76164_7b573fbca1ed45c017461e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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-BdoQsSSyR8A3_Ls8DuZBCNh94>
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, 28 Sep 2018 00:37:12 -0000

----==_mimepart_5bad77ab76164_7b573fbca1ed45c017461e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> Mostly OK, but you might have already processed some frames when you hit the CONNECTION_CLOSE. We'd need to address that.

Yes, there are some unpleasant corner cases there.

> Send with the keys you know that your peer has. That is, if you have received X, send with X. You might already be sending with X+1, but it isn't always guaranteed that your peer has X+1. For instance, the server might be sending Handshake packets, but the client might not have processed all of the Initial yet.

This doesn't work with the second item. If I've received context X while having sent X+1, this rule would force me to send CONN_CLOSE in X. If X+1 arrives first, the receiver would ignore X.

-- 
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/1786#issuecomment-425284178
----==_mimepart_5bad77ab76164_7b573fbca1ed45c017461e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>Mostly OK, but you might have already processed some frames when you h=
it the CONNECTION_CLOSE. We'd need to address that.</p>
</blockquote>
<p>Yes, there are some unpleasant corner cases there.</p>
<blockquote>
<p>Send with the keys you know that your peer has. That is, if you have r=
eceived X, send with X. You might already be sending with X+1, but it isn=
't always guaranteed that your peer has X+1. For instance, the server mig=
ht be sending Handshake packets, but the client might not have processed =
all of the Initial yet.</p>
</blockquote>
<p>This doesn't work with the second item. If I've received context X whi=
le having sent X+1, this rule would force me to send CONN_CLOSE in X. If =
X+1 arrives first, the receiver would ignore X.</p>

<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/1786#issuecomment-425284178">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2hA=
av_EAnMpJIngYFsxoL4wIkoEks5ufW8rgaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqwtO9Qj_BJitLj7nzvAMBZDI=
BhGdks5ufW8rgaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
induke in #1786: \u003e Mostly OK, but you might have already processed s=
ome frames when you hit the CONNECTION_CLOSE. We'd need to address that.\=
r\n\r\nYes, there are some unpleasant corner cases there.\r\n\r\n\u003e S=
end with the keys you know that your peer has. That is, if you have recei=
ved X, send with X. You might already be sending with X+1, but it isn't a=
lways guaranteed that your peer has X+1. For instance, the server might b=
e sending Handshake packets, but the client might not have processed all =
of the Initial yet.\r\n\r\nThis doesn't work with the second item. If I'v=
e received context X while having sent X+1, this rule would force me to s=
end CONN_CLOSE in X. If X+1 arrives first, the receiver would ignore X."}=
],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-dra=
fts/issues/1786#issuecomment-425284178"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425284178",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5284178",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5284178"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bad77ab76164_7b573fbca1ed45c017461e--


From nobody Thu Sep 27 18:08:23 2018
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 85C08130DC0 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 18:08:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H5QnMsz6JaXk for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 18:08:21 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 15821126F72 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 18:08:21 -0700 (PDT)
Date: Thu, 27 Sep 2018 18:08:19 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538096899; bh=3PxKupMYhiBMjYJ1JUxVdqUUo8B7WNnmFPHBQbkFt9g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hOYwd3zSZEXBYEuj7r8A3eIm4yteE7vNP/khWKng7xFG7TfaSLEWtqLecDfUBAm5a 977tSV9Nndh4UgzWWvDymDomNBb8hbtVubJMBZGzcMzuMuZW5pmy9S2cUCiyxx3baP R3axhA1GegvpW/rT3vholvJhOWwPwOQbnz9hNUAE=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba5156435b9fe26d247cb75a3a7c5592b19e5f37592cf0000000117c5410392a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425288534@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad7f03eb784_45523fc9314d45c43113c0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/Xo9eVhXRyRKQiS5Hx5IfsA3wb-s>
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, 28 Sep 2018 01:08:23 -0000

----==_mimepart_5bad7f03eb784_45523fc9314d45c43113c0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

What's really motivating this is INITIAL, and HANDSHAKE packets introduce a lot of complications due to the late client FINISHED and relatively early application data.  So let's separate the cases

So, rules for sending CONN_CLOSE:
- if you've received 1-RTT packets, use that, else
- if you've received HANDSHAKE, use that, else
- if you've sent HANDSHAKE but received only INITIAL, send in both in a coalesced packet, else
- send in INITIAL

for receiving
- If it comes in INITIAL, and you have received HANDSHAKE, drop, else*
- accept it.

* I don't think there's a "what else have I processed" problem here. The spoofed packet could contain
(1) an ACK of the Hello message, which is already implicit in the receipt of handshake packets
(2) old crypto data, which triggers an ACK but is otherwise fine - what happens if we ACK an unsent packet? we might want to reverse the decision to ACK, I guess
(3) New crypto data, which we should ignore given we've already moved on to handshake

-- 
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/1786#issuecomment-425288534
----==_mimepart_5bad7f03eb784_45523fc9314d45c43113c0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>What's really motivating this is INITIAL, and HANDSHAKE packets introd=
uce a lot of complications due to the late client FINISHED and relatively=
 early application data.  So let's separate the cases</p>
<p>So, rules for sending CONN_CLOSE:</p>
<ul>
<li>if you've received 1-RTT packets, use that, else</li>
<li>if you've received HANDSHAKE, use that, else</li>
<li>if you've sent HANDSHAKE but received only INITIAL, send in both in a=
 coalesced packet, else</li>
<li>send in INITIAL</li>
</ul>
<p>for receiving</p>
<ul>
<li>If it comes in INITIAL, and you have received HANDSHAKE, drop, else*<=
/li>
<li>accept it.</li>
</ul>
<ul>
<li>I don't think there's a "what else have I processed" problem here. Th=
e spoofed packet could contain<br>
(1) an ACK of the Hello message, which is already implicit in the receipt=
 of handshake packets<br>
(2) old crypto data, which triggers an ACK but is otherwise fine - what h=
appens if we ACK an unsent packet? we might want to reverse the decision =
to ACK, I guess<br>
(3) New crypto data, which we should ignore given we've already moved on =
to handshake</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/issues/1786#issuecomment-425288534">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2vc=
DK2zgqUTJx06DlOCfkvE_Q63ks5ufXaDgaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq_H-KrnOPW8uDSWtzZDO0I-X=
O1cPks5ufXaDgaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
induke in #1786: What's really motivating this is INITIAL, and HANDSHAKE =
packets introduce a lot of complications due to the late client FINISHED =
and relatively early application data.  So let's separate the cases\r\n\r=
\nSo, rules for sending CONN_CLOSE:\r\n- if you've received 1-RTT packets=
, use that, else\r\n- if you've received HANDSHAKE, use that, else\r\n- i=
f you've sent HANDSHAKE but received only INITIAL, send in both in a coal=
esced packet, else\r\n- send in INITIAL\r\n\r\nfor receiving\r\n- If it c=
omes in INITIAL, and you have received HANDSHAKE, drop, else*\r\n- accept=
 it.\r\n\r\n* I don't think there's a \"what else have I processed\" prob=
lem here. The spoofed packet could contain\r\n(1) an ACK of the Hello mes=
sage, which is already implicit in the receipt of handshake packets\r\n(2=
) old crypto data, which triggers an ACK but is otherwise fine - what hap=
pens if we ACK an unsent packet? we might want to reverse the decision to=
 ACK, I guess\r\n(3) New crypto data, which we should ignore given we've =
already moved on to handshake"}],"action":{"name":"View Issue","url":"htt=
ps://github.com/quicwg/base-drafts/issues/1786#issuecomment-425288534"}}}=
</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425288534",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5288534",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5288534"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bad7f03eb784_45523fc9314d45c43113c0--


From nobody Thu Sep 27 18:25:00 2018
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 356AE130DCA for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 18:24:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hX5YXbtwnLRf for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 18:24:56 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8F095126F72 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 18:24:56 -0700 (PDT)
Date: Thu, 27 Sep 2018 18:24:55 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538097895; bh=Dkz0HD0kBJ6/DLsXI1iG1yHu9uIwGP6v3Api7AuAfhY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ug+vR7KD8HPktSiy0+gYmWuJ4YT4tF+hnQvuQtd9dbm1+4EyTqsKhbiozfGa3ah+j KfzSUc8p/Dnr0cd/0gp+aIuqUUzhar21Q9715qx+oq+6SZLqyMeOv3J6aH/xLGqmqz JGhPAITp9RlCqIxhzcatFjYiTPXoElcZr4ISXzrs=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab20c96efc5015cb34bd0188a5effe51cc2a67aff892cf0000000117c544e792a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425291149@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad82e7bb3aa_29e73faee78d45c040894c"; 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/RjU7kSW-ypYIn8selgJa0mFCLn4>
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, 28 Sep 2018 01:24:58 -0000

----==_mimepart_5bad82e7bb3aa_29e73faee78d45c040894c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If the Initial arrives with frame types that aren't valid in the Initial, you're going to have to decide how to handle it.  This could easily happen after you receive a valid frame.  But even if the STREAM frame is the only thing in the invalid Initial, it's effect would be to close the connection, correct?

By reading your 3 items, it seems like at some point we should mostly ignore Initial packets, but send an ACK?

I think the sender text is fairly straightforward, but we have 3 options I'm aware of on the receiver side:
1) Require implicit ACKs.
2) Instruct the receiver to ACK Initial encryption after receiving Handshake, but not process them.
3) Decide we don't care about injection attacks.

-- 
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/1786#issuecomment-425291149
----==_mimepart_5bad82e7bb3aa_29e73faee78d45c040894c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>If the Initial arrives with frame types that aren't valid in the Initi=
al, you're going to have to decide how to handle it.  This could easily h=
appen after you receive a valid frame.  But even if the STREAM frame is t=
he only thing in the invalid Initial, it's effect would be to close the c=
onnection, correct?</p>
<p>By reading your 3 items, it seems like at some point we should mostly =
ignore Initial packets, but send an ACK?</p>
<p>I think the sender text is fairly straightforward, but we have 3 optio=
ns I'm aware of on the receiver side:</p>
<ol>
<li>Require implicit ACKs.</li>
<li>Instruct the receiver to ACK Initial encryption after receiving Hands=
hake, but not process them.</li>
<li>Decide we don't care about injection attacks.</li>
</ol>

<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/1786#issuecomment-425291149">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3mJ=
F22QqaOlye7fWjOukLAr7BQpks5ufXpngaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq1ECAklURF-_Hlph0CqTyJKT=
35U4ks5ufXpngaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #1786: If the Initial arrives with frame types that aren't valid =
in the Initial, you're going to have to decide how to handle it.  This co=
uld easily happen after you receive a valid frame.  But even if the STREA=
M frame is the only thing in the invalid Initial, it's effect would be to=
 close the connection, correct?\r\n\r\nBy reading your 3 items, it seems =
like at some point we should mostly ignore Initial packets, but send an A=
CK?\r\n\r\nI think the sender text is fairly straightforward, but we have=
 3 options I'm aware of on the receiver side:\r\n1) Require implicit ACKs=
.\r\n2) Instruct the receiver to ACK Initial encryption after receiving H=
andshake, but not process them.\r\n3) Decide we don't care about injectio=
n attacks."}],"action":{"name":"View Issue","url":"https://github.com/qui=
cwg/base-drafts/issues/1786#issuecomment-425291149"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425291149",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5291149",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5291149"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bad82e7bb3aa_29e73faee78d45c040894c--


From nobody Thu Sep 27 18:48:50 2018
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 DD3DE130DD5 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 18:48:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qlwXJUl4Rw9g for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 18:48:47 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5D934130DD4 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 18:48:47 -0700 (PDT)
Date: Thu, 27 Sep 2018 18:48:45 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538099325; bh=D/uya7XIzbqoiksWnMg3JNVAhMCqxReqsY4h9tYorSk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aCxU7D8hdpMF4eeB7CLkg0NlEhBOeXqL+hioMG5XLJVWNAT3M9JV7K7c6/0XZvGKz lLZnkggWsQy8M/wD9CmLT9IQjf+J5G4e6QXNrRC3hApyBgVKcPrTvCR5hXFht1scY0 Ed8oLvgBJiizORPQcFEoPPVq3ayfP6Bfta6Z6FEc=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab563b13c21059bc5361fc68be296dfe66fafc6b4d92cf0000000117c54a7d92a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425294726@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bad887d8d6a6_24b23f7f0b8d45b82367d5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/nVrpqvC4f7HIMa81wpNZO_PWbeU>
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, 28 Sep 2018 01:48:49 -0000

----==_mimepart_5bad887d8d6a6_24b23f7f0b8d45b82367d5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think you're convincing me to generalize this issue into "Don't tear down the connection due to a Initial Packet if you're already at Handshake or later". We'll always be vulnerable to injection, but by carefully wording it we can limit that vulnerablity to 1.5 RTTs.

That is much simpler guidance and avoids opening all the issues that this discussion has brought up..

-- 
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/1786#issuecomment-425294726
----==_mimepart_5bad887d8d6a6_24b23f7f0b8d45b82367d5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think you're convincing me to generalize this issue into "Don't tear=
 down the connection due to a Initial Packet if you're already at Handsha=
ke or later". We'll always be vulnerable to injection, but by carefully w=
ording it we can limit that vulnerablity to 1.5 RTTs.</p>
<p>That is much simpler guidance and avoids opening all the issues that t=
his discussion has brought up..</p>

<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/1786#issuecomment-425294726">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6HF=
3GKlqnXn40_X5XvTyJDk7-Erks5ufX_9gaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqy3-lThtj0Vtns4YOeW6CQhU=
FacMks5ufX_9gaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
induke in #1786: I think you're convincing me to generalize this issue in=
to \"Don't tear down the connection due to a Initial Packet if you're alr=
eady at Handshake or later\". We'll always be vulnerable to injection, bu=
t by carefully wording it we can limit that vulnerablity to 1.5 RTTs.\r\n=
\r\nThat is much simpler guidance and avoids opening all the issues that =
this discussion has brought up.."}],"action":{"name":"View Issue","url":"=
https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425294726"=
}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425294726",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5294726",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5294726"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bad887d8d6a6_24b23f7f0b8d45b82367d5--


From nobody Thu Sep 27 20:41:47 2018
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 522B6130DC3 for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 20:41:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MqdADDybdKxR for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 20:41:44 -0700 (PDT)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A8C171271FF for <quic-issues@ietf.org>; Thu, 27 Sep 2018 20:41:44 -0700 (PDT)
Date: Thu, 27 Sep 2018 20:41:44 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538106104; bh=Lrm/5ctfraETDEojhMuhR3crcT/ot+kkq97FSsf9AlY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wm1SDsuv0BKJ3jNDmUYKaNWcqdeOGZUM0Rsncaz+xoZaU7zygF/9rNd1ncYctPX2o KPBWslBK/3VpwP7H8nlKIV7mF7Iq9g7NGNcIoNbtHfYTM8Z7PD9KwU7mIItDtgVBuL BA5ruhLzDhdLvM3izVQRsqth5FfsyVEa1psmDQEk=
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf9e89dbd1688967b60644772273f401261a8f62692cf0000000117c564f892a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425311632@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bada2f8299d0_1ac73fa9b30d45c041223"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
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/c0drKuYfYyvYM95HxWv0EZCGLVc>
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, 28 Sep 2018 03:41:46 -0000

----==_mimepart_5bada2f8299d0_1ac73fa9b30d45c041223
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

That guidance is confusing to me. We end up in this special realm where we accept initial packets, but only if they don't close the connection? My sense is that there are no "good" reasons that a receiver would need to process an initial packet other than to ACK them. Is that right? If so, it sure seems like a cleaner solution to this problem is Ian's option 1: Implicit ACKs. Drop initial keys ASAP and then we need no special handling for this case.

But perhaps the situation is more subtle than I'm thinking about?

-- 
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/1786#issuecomment-425311632
----==_mimepart_5bada2f8299d0_1ac73fa9b30d45c041223
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>That guidance is confusing to me. We end up in this special realm wher=
e we accept initial packets, but only if they don't close the connection?=
 My sense is that there are no "good" reasons that a receiver would need =
to process an initial packet other than to ACK them. Is that right? If so=
, it sure seems like a cleaner solution to this problem is Ian's option 1=
: Implicit ACKs. Drop initial keys ASAP and then we need no special handl=
ing for this case.</p>
<p>But perhaps the situation is more subtle than I'm thinking about?</p>

<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/1786#issuecomment-425311632">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzZt=
CRN_n7pN2mW9K7Fck7Yl4TGGks5ufZp4gaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5nLD7seWUvjyx2Z_ZIPKBB7=
UIE4ks5ufZp4gaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Ryan=
AtGoogle in #1786: That guidance is confusing to me. We end up in this sp=
ecial realm where we accept initial packets, but only if they don't close=
 the connection? My sense is that there are no \"good\" reasons that a re=
ceiver would need to process an initial packet other than to ACK them. Is=
 that right? If so, it sure seems like a cleaner solution to this problem=
 is Ian's option 1: Implicit ACKs. Drop initial keys ASAP and then we nee=
d no special handling for this case.\r\n\r\nBut perhaps the situation is =
more subtle than I'm thinking about?"}],"action":{"name":"View Issue","ur=
l":"https://github.com/quicwg/base-drafts/issues/1786#issuecomment-425311=
632"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425311632",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5311632",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**Ryan Hamilton**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@RyanAtGoogle",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5311632"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bada2f8299d0_1ac73fa9b30d45c041223--


From nobody Thu Sep 27 20:52:29 2018
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 AD6E51271FF for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 20:52:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BXGw_ElhAQYe for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 20:52:26 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 274BE130DC3 for <quic-issues@ietf.org>; Thu, 27 Sep 2018 20:52:26 -0700 (PDT)
Date: Thu, 27 Sep 2018 20:52:24 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538106744; bh=esQlmfGlGQYVDm87wWEG6whqnTCguN3zaqGz+cMbs+s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tIxDgDX4IaQB9ndJM2kyleZxNHn0q/hTBFJrBc1R0rgFylSOiTcjpHDO7WtxXsyWx YWvIP4TgpqOUefp4Lyr+J2PvxakgLEfBfnHq3AwBLxOG7sKAfnhHpb2lQwo6mEqRzM 98G5qtiV8pMSPn8jFTN7NnPmj5l8Uxm/LxjWqGnk=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4f59c90ab935e607606ac92e6fc3cc005358044f92cf0000000117c5677892a169ce15bcc36c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1809/425313079@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1809@github.com>
References: <quicwg/base-drafts/issues/1809@github.com>
Subject: Re: [quicwg/base-drafts] Server's SETTINGS can be omitted in 0-RTT (#1809)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bada578eae3f_30f73f81408d45b8949ea"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gywm9r947z2Z8z8W19jj0hA6ImE>
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, 28 Sep 2018 03:52:28 -0000

----==_mimepart_5bada578eae3f_30f73f81408d45b8949ea
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This is an interesting issue!

I might argue for banning the server from sending SETTINGS when 0-RTT is used. The client will assume that the SETTINGS obtained in the previous connection to be valid for during 0-RTT _and 1-RTT_.

-- 
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/1809#issuecomment-425313079
----==_mimepart_5bada578eae3f_30f73f81408d45b8949ea
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This is an interesting issue!</p>
<p>I might argue for banning the server from sending SETTINGS when 0-RTT is used. The client will assume that the SETTINGS obtained in the previous connection to be valid for during 0-RTT <em>and 1-RTT</em>.</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/1809#issuecomment-425313079">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1Esb2yxNIpVVoo0emmS2u64S3HMks5ufZz4gaJpZM4W9obg">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5tLbcyrq9u3imCqmTeCT5Pfdl6Dks5ufZz4gaJpZM4W9obg.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #1809: This is an interesting issue!\r\n\r\nI might argue for banning the server from sending SETTINGS when 0-RTT is used. The client will assume that the SETTINGS obtained in the previous connection to be valid for during 0-RTT _and 1-RTT_."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1809#issuecomment-425313079"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1809#issuecomment-425313079",
"url": "https://github.com/quicwg/base-drafts/issues/1809#issuecomment-425313079",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Server's SETTINGS can be omitted in 0-RTT (#1809)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1809,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1809\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1809#issuecomment-425313079"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385255136\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bada578eae3f_30f73f81408d45b8949ea--


From nobody Thu Sep 27 21:21:43 2018
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 39DC6130DDB for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 21:21:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7oQPe9CrQbEK for <quic-issues@ietfa.amsl.com>; Thu, 27 Sep 2018 21:21:39 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8B7B61271FF for <quic-issues@ietf.org>; Thu, 27 Sep 2018 21:21:39 -0700 (PDT)
Date: Thu, 27 Sep 2018 21:21:38 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538108498; bh=gm0qWaJtS5P91eSNuifnkdyqK0/irMLfsiL6xuCKKqQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2Pk/F3+LVEBB2+/h6OmipWeED9oo6qPajk/bzeSzK7kwCK/yFj27wtLRADkS3Sbsc D8NL3S4LJRw/NZixZPMNeJQb0Ktm6oJhZbHBlZVnybScpvV3ZRSbfx86jnWlk5M9Ha LAdcq6cf84AsSoeuSLioZ21Ln5LbJxtv1CpMx95o=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab23d30999860363b93627b43b00412535f045fa0c92cf0000000117c56e5292a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c425316849@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5badac528a482_12623fb2e6ad45c01662c8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/lC92lJsnRIxCGRBKnX4Nek76m0Q>
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, 28 Sep 2018 04:21:41 -0000

----==_mimepart_5badac528a482_12623fb2e6ad45c01662c8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett The case I am concerned is like below.

Client and server supports both v1 and vX.

Client prefers using vX, and sends Initial using vX format. Middlebox intercepts that, and injects a Retry  that only allows v1. In response, client sends Initial using v1 format. TP will still include v1 and vX.

Now the server sees that the client supports both v1 and vX, but does not have a clue that the client _preferred_ using vX. Hence the handshake succeeds using v1. At this point, downgrade attack succeeds.

The key observation here is that it is only the client that knows what the initially tried version is. Therefore, we currently require the client to verify if there has been an attempt to downgrade. The proposed change removes that requirement without a replacement.

If we want to let the server select the version, I think that we should require the client to send it's original version number using TP so that the server can determine if there was a downgrade attack.

-- 
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/1755#issuecomment-425316849
----==_mimepart_5badac528a482_12623fb2e6ad45c01662c8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"20072817" data-oct=
o-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" =
href=3D"https://github.com/ianswett">@ianswett</a> The case I am concerne=
d is like below.</p>
<p>Client and server supports both v1 and vX.</p>
<p>Client prefers using vX, and sends Initial using vX format. Middlebox =
intercepts that, and injects a Retry  that only allows v1. In response, c=
lient sends Initial using v1 format. TP will still include v1 and vX.</p>=

<p>Now the server sees that the client supports both v1 and vX, but does =
not have a clue that the client <em>preferred</em> using vX. Hence the ha=
ndshake succeeds using v1. At this point, downgrade attack succeeds.</p>
<p>The key observation here is that it is only the client that knows what=
 the initially tried version is. Therefore, we currently require the clie=
nt to verify if there has been an attempt to downgrade. The proposed chan=
ge removes that requirement without a replacement.</p>
<p>If we want to let the server select the version, I think that we shoul=
d require the client to send it's original version number using TP so tha=
t the server can determine if there was a downgrade attack.</p>

<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/1755#issuecomment-425316849">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_vHTj=
Tl2SXDGD8CDhNRFbSXV3Ifks5ufaPSgaJpZM4WsOSC">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqx_T1lPndAiTddmT1ctJ17bLKIR_=
ks5ufaPSgaJpZM4WsOSC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1755: @ianswett The case I am concerned is like below.\r\n\r\nClie=
nt and server supports both v1 and vX.\r\n\r\nClient prefers using vX, an=
d sends Initial using vX format. Middlebox intercepts that, and injects a=
 Retry  that only allows v1. In response, client sends Initial using v1 f=
ormat. TP will still include v1 and vX.\r\n\r\nNow the server sees that t=
he client supports both v1 and vX, but does not have a clue that the clie=
nt _preferred_ using vX. Hence the handshake succeeds using v1. At this p=
oint, downgrade attack succeeds.\r\n\r\nThe key observation here is that =
it is only the client that knows what the initially tried version is. The=
refore, we currently require the client to verify if there has been an at=
tempt to downgrade. The proposed change removes that requirement without =
a replacement.\r\n\r\nIf we want to let the server select the version, I =
think that we should require the client to send it's original version num=
ber using TP so that the server can determine if there was a downgrade at=
tack."}],"action":{"name":"View Pull Request","url":"https://github.com/q=
uicwg/base-drafts/pull/1755#issuecomment-425316849"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4=
25316849",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4253=
16849",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mec=
hanism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4253=
16849"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3806915=
86\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5badac528a482_12623fb2e6ad45c01662c8--


From nobody Fri Sep 28 01:33:29 2018
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 8100D130DCE for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 01:33:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EMptxQEYfrJN for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 01:33:26 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E6193130DC9 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 01:33:25 -0700 (PDT)
Date: Fri, 28 Sep 2018 01:33:24 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538123604; bh=zL/2BAeiwXJxctQVcHQsySy7RQn1lf/J+OawaoQLiz0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZzME6URTq27qMQBHZruhlPqcMguC/oBZTdRkDwJvmc/Ic9h3Vh7U3LUhNOJ8f/Pk1 NGbWj5U5i1toNseB62GogaxDRDVM47BjpjXVbvC0rfC+7sFlAtcJksbuTr3JNL1yMX Mq2ILyNW9EL+F5qcsJMrutDqv7YCb2XEbP9vzSQA=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abaaee2791aba507849ddef1b1c537e85b3cb4dd4392cf0000000117c5a95492a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425363631@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bade754c4212_10333ff4fa6d45b455386f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Mupo5tViDTHTYZzevce970SXwbc>
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, 28 Sep 2018 08:33:27 -0000

----==_mimepart_5bade754c4212_10333ff4fa6d45b455386f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett 
> I think the sender text is fairly straightforward, but we have 3 options I'm aware of on the receiver side:
> 
> 1. Require implicit ACKs.
> 2. Instruct the receiver to ACK Initial encryption after receiving Handshake, but not process them.
> 3. Decide we don't care about injection attacks.

IIRC the discussion during the handshake redesign process was that we should not care about injection attacks, though the design allows stacks to implement countermeasures (see [TLS Handshake Messsages on QUIC; section 3.4](https://docs.google.com/document/d/1fRsJqPinJl8N3b-bflDRV6auojfJLkxddT93j6SwHY8/edit)).

For a middlebox, the easiest way of disrupting a handshake is to send a crafted Initial in response to the client's first flight. We do require the endpoints to implement protection for that. So I do not think there is a reason to care about injection attacks happening at a later moment.

-- 
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/1786#issuecomment-425363631
----==_mimepart_5bade754c4212_10333ff4fa6d45b455386f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-user-id=3D"20072817" data-oct=
o-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" =
href=3D"https://github.com/ianswett">@ianswett</a></p>
<blockquote>
<p>I think the sender text is fairly straightforward, but we have 3 optio=
ns I'm aware of on the receiver side:</p>
<ol>
<li>Require implicit ACKs.</li>
<li>Instruct the receiver to ACK Initial encryption after receiving Hands=
hake, but not process them.</li>
<li>Decide we don't care about injection attacks.</li>
</ol>
</blockquote>
<p>IIRC the discussion during the handshake redesign process was that we =
should not care about injection attacks, though the design allows stacks =
to implement countermeasures (see <a href=3D"https://docs.google.com/docu=
ment/d/1fRsJqPinJl8N3b-bflDRV6auojfJLkxddT93j6SwHY8/edit" rel=3D"nofollow=
">TLS Handshake Messsages on QUIC; section 3.4</a>).</p>
<p>For a middlebox, the easiest way of disrupting a handshake is to send =
a crafted Initial in response to the client's first flight. We do require=
 the endpoints to implement protection for that. So I do not think there =
is a reason to care about injection attacks happening at a later moment.<=
/p>

<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/1786#issuecomment-425363631">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5ji=
4dCatTjyVUpG6vAcKDF76Rrnks5ufd7UgaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq7ww7_hygj2uBIkwn5YmAznM=
L7Qaks5ufd7UgaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1786: @ianswett \r\n\u003e I think the sender text is fairly strai=
ghtforward, but we have 3 options I'm aware of on the receiver side:\r\n\=
u003e \r\n\u003e 1. Require implicit ACKs.\r\n\u003e 2. Instruct the rece=
iver to ACK Initial encryption after receiving Handshake, but not process=
 them.\r\n\u003e 3. Decide we don't care about injection attacks.\r\n\r\n=
IIRC the discussion during the handshake redesign process was that we sho=
uld not care about injection attacks, though the design allows stacks to =
implement countermeasures (see [TLS Handshake Messsages on QUIC; section =
3.4](https://docs.google.com/document/d/1fRsJqPinJl8N3b-bflDRV6auojfJLkxd=
dT93j6SwHY8/edit)).\r\n\r\nFor a middlebox, the easiest way of disrupting=
 a handshake is to send a crafted Initial in response to the client's fir=
st flight. We do require the endpoints to implement protection for that. =
So I do not think there is a reason to care about injection attacks happe=
ning at a later moment."}],"action":{"name":"View Issue","url":"https://g=
ithub.com/quicwg/base-drafts/issues/1786#issuecomment-425363631"}}}</scri=
pt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425363631",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5363631",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5363631"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bade754c4212_10333ff4fa6d45b455386f--


From nobody Fri Sep 28 01:40:30 2018
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 090DE130DCE for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 01:40:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bKW4nMbwZkRq for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 01:40:28 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 35BC8126BED for <quic-issues@ietf.org>; Fri, 28 Sep 2018 01:40:28 -0700 (PDT)
Date: Fri, 28 Sep 2018 01:40:27 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538124027; bh=zcWoGrI2sjNkhCZ7UUoJolHptuwjRjCTopMP0p2wyAI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WORf3HDUevLPdcAncFXN9GOooKJRYlNOCiffB0H0U4rDMKwHiihLJIQUlyL2bnXsq mU5MXr0mT4fWaeWnxLzWoQr0Jr54nN5i7OwM9TNAEGtfIoDZJJtn2iw0i5lgL0SvEt wBVtllQPe57RTZNPpkBndb1fAyrqNF0TStRMFE4M=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4a65d4ea2a64a21589c931615281d95c525cd1ce92cf0000000117c5aafb92a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425365465@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bade8fb5db51_4d4f3fc0250d45c43124b8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/a9JdwhA0gYL8VZwmBgDhsJCBfYo>
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, 28 Sep 2018 08:40:30 -0000

----==_mimepart_5bade8fb5db51_4d4f3fc0250d45c43124b8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Well, the specs says that you MUST terminate the connection. You can't countermeasure that without not being QUIC.

I don't really care about implicit ACKs when seen as an optimization, but as a way to protect the connection it is the only thing that makes sense. All the other stop gaps are complex and deals with single cases. As @martinduke has pointed out, there are also issues with implicit acks, but I would be surprised if they can't be ironed out - for example by considered PN spaces instead of crypto level as I suggested earlier.

I'm also wondering if the FINISHED could be sent as the first frame on the 1-RTT crypto level.

-- 
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/1786#issuecomment-425365465
----==_mimepart_5bade8fb5db51_4d4f3fc0250d45c43124b8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Well, the specs says that you MUST terminate the connection. You can't=
 countermeasure that without not being QUIC.</p>
<p>I don't really care about implicit ACKs when seen as an optimization, =
but as a way to protect the connection it is the only thing that makes se=
nse. All the other stop gaps are complex and deals with single cases. As =
<a class=3D"user-mention" data-hovercard-user-id=3D"24398865" data-octo-c=
lick=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" hre=
f=3D"https://github.com/martinduke">@martinduke</a> has pointed out, ther=
e are also issues with implicit acks, but I would be surprised if they ca=
n't be ironed out - for example by considered PN spaces instead of crypto=
 level as I suggested earlier.</p>
<p>I'm also wondering if the FINISHED could be sent as the first frame on=
 the 1-RTT crypto level.</p>

<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/1786#issuecomment-425365465">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8lY=
220oOY_Pns7NQetUtpa7VXUsks5ufeB7gaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqwsQjQvDqbMCebBUu8K22rvR=
hLrKks5ufeB7gaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1786: Well, the specs says that you MUST terminate the connectio=
n. You can't countermeasure that without not being QUIC.\r\n\r\nI don't r=
eally care about implicit ACKs when seen as an optimization, but as a way=
 to protect the connection it is the only thing that makes sense. All the=
 other stop gaps are complex and deals with single cases. As @martinduke =
has pointed out, there are also issues with implicit acks, but I would be=
 surprised if they can't be ironed out - for example by considered PN spa=
ces instead of crypto level as I suggested earlier.\r\n\r\nI'm also wonde=
ring if the FINISHED could be sent as the first frame on the 1-RTT crypto=
 level."}],"action":{"name":"View Issue","url":"https://github.com/quicwg=
/base-drafts/issues/1786#issuecomment-425365465"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425365465",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5365465",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5365465"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bade8fb5db51_4d4f3fc0250d45c43124b8--


From nobody Fri Sep 28 02:23:24 2018
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 CFA17130E01 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 02:23:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iqjr6N9JZFWR for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 02:23:21 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 36181130DC8 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 02:23:21 -0700 (PDT)
Date: Fri, 28 Sep 2018 02:23:20 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538126600; bh=/nK37sHnxMid/7L3Zn1qt1cRF7Qmzy92HeM4okuexqk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BXzxFGBw1rl4AQFeVHs8Iy15jRWG6RLZvFKDtdwTzO8CsuofkvhvIdFeiCW6JeSZy w4kzgSUHiGPCSn+b/ftOFbU1rQkX+4i2m4oTwKprpXA5dW26kWBsh6PWRet+s01yCI rsbaK3Ch3m6q3U8XErXH110WSlEXtRkvAiU3oH3Y=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0d3a94117e1c66e43aa72ca6e81d55519506c0f292cf0000000117c5b50792a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425377046@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5badf30844ad_5d573fdce06d45b4530465"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/S9WODSPwAbM5WExftf_eD9xe99w>
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, 28 Sep 2018 09:23:23 -0000

----==_mimepart_5badf30844ad_5d573fdce06d45b4530465
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> Well, the specs says that you MUST terminate the connection. You can't countermeasure that without not being QUIC.

You cannot process packets once you drop the keys, meaning that you would never see the CONNECTION_CLOSE packet, or anything else that might disrupt the handshake. Therefore, what an endpoint that is cautious of detecting attacks should do is drop the Initial key at the earliest moment. I simply do not see why we need to handle CONNECTION_CLOSE differently than other frames that we might see in a Initial packet that arrives at a later moment.

And in regard to the philosophical question of if ignoring a Initial packet that you detected and found a CONNECTION_CLOSE frame is against the spec., my argument would be that stacks are allowed to do whatever they want in these circumstances. In my view, it is the same as having a packet filter that drops suspicious TCP packets.

-- 
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/1786#issuecomment-425377046
----==_mimepart_5badf30844ad_5d573fdce06d45b4530465
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>Well, the specs says that you MUST terminate the connection. You can't=
 countermeasure that without not being QUIC.</p>
</blockquote>
<p>You cannot process packets once you drop the keys, meaning that you wo=
uld never see the CONNECTION_CLOSE packet, or anything else that might di=
srupt the handshake. Therefore, what an endpoint that is cautious of dete=
cting attacks should do is drop the Initial key at the earliest moment. I=
 simply do not see why we need to handle CONNECTION_CLOSE differently tha=
n other frames that we might see in a Initial packet that arrives at a la=
ter moment.</p>
<p>And in regard to the philosophical question of if ignoring a Initial p=
acket that you detected and found a CONNECTION_CLOSE frame is against the=
 spec., my argument would be that stacks are allowed to do whatever they =
want in these circumstances. In my view, it is the same as having a packe=
t filter that drops suspicious TCP packets.</p>

<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/1786#issuecomment-425377046">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0vG=
0DG6KI5n5J8s1ktJqOcs5nJtks5ufeqIgaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq0WD_zViziBtSZmHKs4wMmA9=
XGbXks5ufeqIgaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1786: \u003e Well, the specs says that you MUST terminate the conn=
ection. You can't countermeasure that without not being QUIC.\r\n\r\nYou =
cannot process packets once you drop the keys, meaning that you would nev=
er see the CONNECTION_CLOSE packet, or anything else that might disrupt t=
he handshake. Therefore, what an endpoint that is cautious of detecting a=
ttacks should do is drop the Initial key at the earliest moment. I simply=
 do not see why we need to handle CONNECTION_CLOSE differently than other=
 frames that we might see in a Initial packet that arrives at a later mom=
ent.\r\n\r\nAnd in regard to the philosophical question of if ignoring a =
Initial packet that you detected and found a CONNECTION_CLOSE frame is ag=
ainst the spec., my argument would be that stacks are allowed to do whate=
ver they want in these circumstances. In my view, it is the same as havin=
g a packet filter that drops suspicious TCP packets."}],"action":{"name":=
"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1786#iss=
uecomment-425377046"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425377046",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5377046",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5377046"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5badf30844ad_5d573fdce06d45b4530465--


From nobody Fri Sep 28 02:41:51 2018
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 B2C5B130DCE for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 02:41:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EwModH9W24cR for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 02:41:47 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AF750120072 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 02:41:47 -0700 (PDT)
Date: Fri, 28 Sep 2018 02:41:46 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538127706; bh=2QX4EQLK+zu6ZyFoAhQdNyADTmPZYX4WHHbyDALU+oQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=qZQ7OeW2cxRC1mqJfsGG+ExrX9BVe+rBx7m7QrqGq0BEz5/M8PnjjTY5SKORvo1up wGMP3ai4k0otOTUUfV6TdWrTbgbP5aeh66JijiK6cmgjYMySR8N4vadf3xqxwMGlZa CQjhTHiaA5QQJ7Kfh4rn6f2Nvs7lrU0UYtLS8uWU=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd8f3398588132be2b57add3cae31b9dcc2a1c21992cf0000000117c5b95a92a169ce15bea539@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1810@github.com>
Subject: [quicwg/base-drafts] Timing issues in version downgrade attack prevention (#1810)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5badf75adbdb7_57a43f850dad45b8852329"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/tTICMSSWz7UUkgMe5lmMmYXuO5k>
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, 28 Sep 2018 09:41:50 -0000

----==_mimepart_5badf75adbdb7_57a43f850dad45b8852329
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Current design requires the contents of the Version Negotiation packet and the value of the `supported_versions` field of the Transport Parameters to be identical.

In practice, this is a requirement hard to meet.

Consider the case of upgrading the server from a version that supports v1 only to a version that supports v1 and v2.

If a client accesses the server running the old version using v2, it would receive a Version Negotiation packet and retry with a v1 Initial. If the server was upgraded before the v1 Initial is received, then the server will include both v1 and v2 in the Transport Parameters, and the client will terminate the handshake considering that a version downgrade attack has been mounted.

Same issue arises when you have a server cluster. The first Initial (that is responded by a Version Negotiation packet) and the second Initial might be delivered to a different node of a server cluster supporting different set of QUIC versions (note: it is rare to upgrade all the nodes behind a server cluster atomically).

IMO, we should either drop version downgrade attack prevention as a whole (as have been proposed in #1755), or move the detection logic to the server-side (e.g., by requiring the client to include in TP all the versions that it preferred to use rather than the version found in the packet header) so that the server could ignore the timing issues during an upgrade.

-- 
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/1810
----==_mimepart_5badf75adbdb7_57a43f850dad45b8852329
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Current design requires the contents of the Version Negotiation packet and the value of the <code>supported_versions</code> field of the Transport Parameters to be identical.</p>
<p>In practice, this is a requirement hard to meet.</p>
<p>Consider the case of upgrading the server from a version that supports v1 only to a version that supports v1 and v2.</p>
<p>If a client accesses the server running the old version using v2, it would receive a Version Negotiation packet and retry with a v1 Initial. If the server was upgraded before the v1 Initial is received, then the server will include both v1 and v2 in the Transport Parameters, and the client will terminate the handshake considering that a version downgrade attack has been mounted.</p>
<p>Same issue arises when you have a server cluster. The first Initial (that is responded by a Version Negotiation packet) and the second Initial might be delivered to a different node of a server cluster supporting different set of QUIC versions (note: it is rare to upgrade all the nodes behind a server cluster atomically).</p>
<p>IMO, we should either drop version downgrade attack prevention as a whole (as have been proposed in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="360935502" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1755" href="https://github.com/quicwg/base-drafts/pull/1755">#1755</a>), or move the detection logic to the server-side (e.g., by requiring the client to include in TP all the versions that it preferred to use rather than the version found in the packet header) so that the server could ignore the timing issues during an upgrade.</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/1810">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6SAcPqSkbwmyTrw5FHtn4nL-pYxks5ufe7agaJpZM4W-Lrv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-b0PaxXw8nrHDOtY-wy_xs5dLUIks5ufe7agaJpZM4W-Lrv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Timing issues in version downgrade attack prevention (#1810)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1810"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1810",
"url": "https://github.com/quicwg/base-drafts/issues/1810",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Timing issues in version downgrade attack prevention (#1810)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1810
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1810,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1810\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1810"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385399535\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5badf75adbdb7_57a43f850dad45b8852329--


From nobody Fri Sep 28 03:20:49 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 AF22F130DFE for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 03:20:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.001
X-Spam-Level: 
X-Spam-Status: No, score=-1.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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 ng53A8M3lxW1 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 03:20:46 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 83655130DD0 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 03:20:46 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538130045; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=3patywVJHWB9IcITz5yLAO9/xy81Q9w1Kdimdh3xjAQ=; b=ZBFGOzEDb/QViJUe2YNodrfSLyxD9XnBycOEJEg1Cuohqb+noSv2DtXey89yxnBvY4omNgcy TH3GL/LK9m3JKECo4z1w6W8OKVHMebQkBR1FSoeOGE90pqG1CuupAHv7sB8XiBAD4X38Sqvf yfHgB4fuiBB/VPNgC4HUfXFx/LE=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5bae007d.7f2a78132ae0-smtp-out-n03; Fri, 28 Sep 2018 10:20:45 -0000 (UTC)
Date: Fri, 28 Sep 2018 03:20:45 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5bae007d7055f_bf72ab952a2ced01442c@hookshot-fe-31feec6.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 0b1c80: Extension frames and congestion/flow control
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bae007d7018c_bf72ab952a2ced0143e8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/XO3dvWtAWr-P1GhGNGZUupbFgQk>
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, 28 Sep 2018 10:20:48 -0000

----==_mimepart_5bae007d7018c_bf72ab952a2ced0143e8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-extension-control
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0b1c808e20524916f9e22c1bd79bf65f80c445c5
      https://github.com/quicwg/base-drafts/commit/0b1c808e20524916f9e22c1bd79bf65f80c445c5
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-28 (Fri, 28 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Extension frames and congestion/flow control

Fixes #1487



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bae007d7018c_bf72ab952a2ced0143e8--


From nobody Fri Sep 28 03:21:14 2018
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 D5A51130DFE for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 03:21:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 33TfGEco5eKw for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 03:21:11 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4429B130DD0 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 03:21:11 -0700 (PDT)
Date: Fri, 28 Sep 2018 03:21:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538130070; bh=Wj+0xaukG/+cDdI1DIvWV2a57X7OhocF8Rxt+r/JFE0=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=zs8k6u3JPzDrnbKfD1+iX+/VRrLyt44BIDDTie+SrqnitqxTW+PVS478s4wtXFUra D/Du5xwD+HjygFNVyOMTxd4g5ueXQnj5lepf8huv74SAmmTc4HJq0JWYEjaWU9uikd /d6iwWqyWVGzUNNwGhDCquf0FO7cGt2yBg28KK44=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe9edb8f01d1cefecb81118a0feaa9cd8174ba6c692cf0000000117c5c29592a169ce15bedb09@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1811@github.com>
Subject: [quicwg/base-drafts] Extension frames and congestion/flow control (#1811)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae0095f0e79_74913f9f4d8d45c4992b2"; 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/DzuPruGNcgnYESmyeuKKReDd8Gg>
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, 28 Sep 2018 10:21:13 -0000

----==_mimepart_5bae0095f0e79_74913f9f4d8d45c4992b2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #1487
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1811

-- Commit Summary --

  * Extension frames and congestion/flow control

-- File Changes --

    M draft-ietf-quic-transport.md (5)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1811.patch
https://github.com/quicwg/base-drafts/pull/1811.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/1811

----==_mimepart_5bae0095f0e79_74913f9f4d8d45c4992b2
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 #1487.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="336072274" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1487" href="https://github.com/quicwg/base-drafts/issues/1487">#1487</a></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/1811'>https://github.com/quicwg/base-drafts/pull/1811</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Extension frames and congestion/flow control</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1811/files#diff-0">draft-ietf-quic-transport.md</a>
    (5)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1811.patch'>https://github.com/quicwg/base-drafts/pull/1811.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1811.diff'>https://github.com/quicwg/base-drafts/pull/1811.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/1811">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7WZZ4sNCS-Q9HngRMXAyqDj2A8Wks5uffgVgaJpZM4W-Pgs">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq73elbnYEaXbpSwil0wpfBQsDPzgks5uffgVgaJpZM4W-Pgs.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Extension frames and congestion/flow control (#1811)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1811"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1811",
"url": "https://github.com/quicwg/base-drafts/pull/1811",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Extension frames and congestion/flow control (#1811)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "0b1c808",
"value": "Extension frames and congestion/flow control"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1811/files#diff-0) (5 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1811,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1811\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1811"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1811.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1811.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385415212\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5bae0095f0e79_74913f9f4d8d45c4992b2--


From nobody Fri Sep 28 03:35:42 2018
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 1B5AE130E00 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 03:35:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id U5_JfPK-zHA1 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 03:35:38 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 493CB130DFE for <quic-issues@ietf.org>; Fri, 28 Sep 2018 03:35:38 -0700 (PDT)
Date: Fri, 28 Sep 2018 03:35:37 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538130937; bh=JnDiIjVRwQxyEMtWzJnK6Ppp0BE7/0fKCT/Vjb234x8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tC7xKjXjVC6Pt1b7Uyw3kuNgARhYiswXWkIf819UmSRue1vOiAq6820f+LsgW8+1G w8yNi489yPX1Y/yq9x8r9lbDD41zSBjaIAN+O/0eiV5cUitzXShHZ7JPt0LNW98YGs pTZWLCilkvGDFIltzKJbfw4RjD/m1ajTEWTrZ3u0=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab74deb213850d9a2c07f762678cab611c391fe14492cf0000000117c5c5f992a169ce15bedb09@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1811/review/159806032@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1811@github.com>
References: <quicwg/base-drafts/pull/1811@github.com>
Subject: Re: [quicwg/base-drafts] Extension frames and congestion/flow control (#1811)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae03f97a8fb_41443fa242cd45b41359c8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/HK166RMV6NWPQkKebUpL0Ech67E>
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, 28 Sep 2018 10:35:40 -0000

----==_mimepart_5bae03f97a8fb_41443fa242cd45b41359c8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -1199,6 +1199,11 @@ that a peer is able to understand the frame.  An endpoint can use a transport
 parameter to signal its willingness to receive one or more extension frame types
 with the one transport parameter.
 
+Extension frames MUST be contestion controlled and MUST cause an ACK frame to

congestion

-- 
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/1811#pullrequestreview-159806032
----==_mimepart_5bae03f97a8fb_41443fa242cd45b41359c8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1811#discussion_r221211337">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1199,6 +1199,11 @@ that a peer is able to understand the frame.  An endpoint can use a transport
 parameter to signal its willingness to receive one or more extension frame types
 with the one transport parameter.
 
+Extension frames MUST be contestion controlled and MUST cause an ACK frame to
</pre>
<p>congestion</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/1811#pullrequestreview-159806032">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1Pp6s_sOAwHBRStXI_S9KZ9wmhtks5ufft5gaJpZM4W-Pgs">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqydy-TUu8CxHkr1aTP0JRHi2nyJRks5ufft5gaJpZM4W-Pgs.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #1811"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1811#pullrequestreview-159806032"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1811#pullrequestreview-159806032",
"url": "https://github.com/quicwg/base-drafts/pull/1811#pullrequestreview-159806032",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@mikkelfj commented on 1811",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1811#pullrequestreview-159806032"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385415212\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae03f97a8fb_41443fa242cd45b41359c8--


From nobody Fri Sep 28 03:38:44 2018
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 2CCDB130E00 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 03:38:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c-62bo8-a-S7 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 03:38:41 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5C403130DFE for <quic-issues@ietf.org>; Fri, 28 Sep 2018 03:38:41 -0700 (PDT)
Date: Fri, 28 Sep 2018 03:38:40 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538131120; bh=a5+nLnZyNSHxTrvTatW5c6F3mMzb/rxYuvwZJobkbJM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pYfuoxj+l4HI7+CTdAJd43vWflJXM13c4/LeC2LXJ82U73gC0ZRiTBDVvVZkbOT/G rCiFrKFNS1BloNo0Dy22QXp1+TVzeG9EfiiqbPtXXdmYnfUi2LqEOw+7A1QqkjN9C3 N8D9N4Y3NLEqRAvrAcNYzoxk87IxS0bu5gUadEvw=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab02b9c4e4e9340cb50c0038895324798d00e80e4292cf0000000117c5c6b092a169ce15bedb09@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1811/review/159806844@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1811@github.com>
References: <quicwg/base-drafts/pull/1811@github.com>
Subject: Re: [quicwg/base-drafts] Extension frames and congestion/flow control (#1811)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae04b06ac57_1d83faaeaed45c02014b2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/201HA0H8K9R0ascuopFXOqru7tI>
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, 28 Sep 2018 10:38:43 -0000

----==_mimepart_5bae04b06ac57_1d83faaeaed45c02014b2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

LPardue commented on this pull request.



> @@ -1199,6 +1199,11 @@ that a peer is able to understand the frame.  An endpoint can use a transport
 parameter to signal its willingness to receive one or more extension frame types
 with the one transport parameter.
 
+Extension frames MUST be contestion controlled and MUST cause an ACK frame to
+be sent.  The exception is extension frames that replace or supplement the ACK
+frame.  Extension frames are not included in flow control unless specifically
+specified in the extension.

Specifically specified can probably be reduced to just specified

-- 
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/1811#pullrequestreview-159806844
----==_mimepart_5bae04b06ac57_1d83faaeaed45c02014b2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@LPardue</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1811#discussion_r221211966">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1199,6 +1199,11 @@ that a peer is able to understand the frame.  An endpoint can use a transport
 parameter to signal its willingness to receive one or more extension frame types
 with the one transport parameter.
 
+Extension frames MUST be contestion controlled and MUST cause an ACK frame to
+be sent.  The exception is extension frames that replace or supplement the ACK
+frame.  Extension frames are not included in flow control unless specifically
+specified in the extension.
</pre>
<p>Specifically specified can probably be reduced to just specified</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/1811#pullrequestreview-159806844">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5Tm5JiP0MBSez1D0E6MUYUE7dJ1ks5uffwwgaJpZM4W-Pgs">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq69060mOh5UuF5Fle4sW8ZGl0X3Lks5uffwwgaJpZM4W-Pgs.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue commented on #1811"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1811#pullrequestreview-159806844"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1811#pullrequestreview-159806844",
"url": "https://github.com/quicwg/base-drafts/pull/1811#pullrequestreview-159806844",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@LPardue commented on 1811",
"sections": [
{
"text": "",
"activityTitle": "**Lucas Pardue**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@LPardue",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1811#pullrequestreview-159806844"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385415212\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae04b06ac57_1d83faaeaed45c02014b2--


From nobody Fri Sep 28 03:39:11 2018
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 C8CBD130E00 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 03:39:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9RAwxifwStAu for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 03:39:09 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 02422130DFE for <quic-issues@ietf.org>; Fri, 28 Sep 2018 03:39:09 -0700 (PDT)
Date: Fri, 28 Sep 2018 03:39:08 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538131148; bh=VWEAi3WUa/Hz6N0aN8yf0CYt/w720BUXBoX1+iMf/rY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=v12xDZkog4+TBVoIntiHWPHA802Vt9xsdRk2axtWkPFFXc2Z84gjQguQb3CbaG1V4 hbvSqb6C33RlXJc8a+Kn9KkG+yGLmxJKg38Hpw/RhxKkDw78C/xz6OHt5HctgAYqPi 16N+arDFPfQBCqz3f/Ufsup6ZMqpIH9a2kx93gHc=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab11840101e3be82eb892eae99dacb198373158e3892cf0000000117c5c6cc92a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c425396216@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae04cc4f538_25273f84736d45c0241551"; 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/jMf5KDrk_R2QaAs0l3LdwmWWIWU>
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, 28 Sep 2018 10:39:11 -0000

----==_mimepart_5bae04cc4f538_25273f84736d45c0241551
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nit: Above, you meant the middlebox injects a VN, not Retry, correct?

We could force the client to list the initially chosen version first or last as well, if we don't want another transport parameter.

My thinking was the client would only list other versions it likes as well or better than the version it initially tried.  ie: it'd try 1, but also list 2.

In my mind, the question of timing comes down to whether we think this will be helpful to upgrade from draft IETF versions to the 'final' v1 .  I'd like to think the frames are not likely to change prior to v1 so that feature won't need to be exercised, but that's probably wishful thinking.

-- 
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/1755#issuecomment-425396216
----==_mimepart_5bae04cc4f538_25273f84736d45c0241551
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>nit: Above, you meant the middlebox injects a VN, not Retry, correct?<=
/p>
<p>We could force the client to list the initially chosen version first o=
r last as well, if we don't want another transport parameter.</p>
<p>My thinking was the client would only list other versions it likes as =
well or better than the version it initially tried.  ie: it'd try 1, but =
also list 2.</p>
<p>In my mind, the question of timing comes down to whether we think this=
 will be helpful to upgrade from draft IETF versions to the 'final' v1 . =
 I'd like to think the frames are not likely to change prior to v1 so tha=
t feature won't need to be exercised, but that's probably wishful thinkin=
g.</p>

<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/1755#issuecomment-425396216">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3yqj8=
A57PTqdKmUqqFPIbzSb0raks5uffxMgaJpZM4WsOSC">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqw-nBGt6xM3Guh-fnTzP0SYCohZ8=
ks5uffxMgaJpZM4WsOSC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #1755: nit: Above, you meant the middlebox injects a VN, not Retr=
y, correct?\r\n\r\nWe could force the client to list the initially chosen=
 version first or last as well, if we don't want another transport parame=
ter.\r\n\r\nMy thinking was the client would only list other versions it =
likes as well or better than the version it initially tried.  ie: it'd tr=
y 1, but also list 2.\r\n\r\nIn my mind, the question of timing comes dow=
n to whether we think this will be helpful to upgrade from draft IETF ver=
sions to the 'final' v1 .  I'd like to think the frames are not likely to=
 change prior to v1 so that feature won't need to be exercised, but that'=
s probably wishful thinking."}],"action":{"name":"View Pull Request","url=
":"https://github.com/quicwg/base-drafts/pull/1755#issuecomment-425396216=
"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4=
25396216",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4253=
96216",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mec=
hanism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4253=
96216"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3806915=
86\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bae04cc4f538_25273f84736d45c0241551--


From nobody Fri Sep 28 06:08:04 2018
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 7953D124D68 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 06:08:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3
X-Spam-Level: 
X-Spam-Status: No, score=-3 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 V_LwSG191rKZ for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 06:08:00 -0700 (PDT)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7F346124BE5 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 06:08:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=i5vqnlo151VXKO5Ws9J0ApBKONM=; b=MsipePas9NoDw9kk 21YP+jqSySH6TwUkIFbyZbMB/r8qYetaaFdAtRs7wpcOYup3eV8PcbeGFd0METrB +FAfErVDUa+t26V5YRy7uiKAW2pOluBidvrzgla94EGu+8ZS73Y6Wbf39ksw8ly4 1J6GXFzwlUsgaBOQ1nH+ZSBQZkU=
Received: by filter0104p1iad2.sendgrid.net with SMTP id filter0104p1iad2-26709-5BAE27A8-29 2018-09-28 13:07:52.429681095 +0000 UTC m=+1868010.483070872
Received: from github-lowworker-56a5eb2.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0003p1iad2.sendgrid.net (SG) with ESMTP id c4Fb-381QX2CKZIWKu01CA for <quic-issues@ietf.org>; Fri, 28 Sep 2018 13:07:52.324 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-56a5eb2.cp1-iad.github.net (Postfix) with ESMTP id 547FCC0EE1 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 06:07:52 -0700 (PDT)
Date: Fri, 28 Sep 2018 13:07:52 +0000 (UTC)
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab069e7657995f2bd39625fe7729e391b1052ec4da92cf0000000117c5e9a892a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/review/159850829@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae27a84c0e3_43193fc05b8d45b8799dd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0O7D7BqO42/MnKY/p1Wzs4MhPVbLZqa8EBGE DdCB3t/IGU8934HAi7Bgru0iJ7RwXY+nDxdRATR8mZp32EBJSB1rOoPPhdlrk+opC956yjaCblIUhc K7mS0KVZVZTctihypRWcoUaMf7wU+QGKSXqnQ8mkzecMduEUsCkOlX8J+Ttx+JRF68ysPl+sjyDAgI g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LBopifaCqbremIKe6Edr1RKiHHM>
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, 28 Sep 2018 13:08:03 -0000

----==_mimepart_5bae27a84c0e3_43193fc05b8d45b8799dd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

dtikhonov commented on this pull request.



> @@ -149,7 +149,9 @@ peer's SETTINGS frame.
 
 Before a new entry is added to the dynamic table, entries are evicted from the
 end of the dynamic table until the size of the dynamic table is less than or
-equal to (maximum size - new entry size) or until the table is empty.
+equal to (maximum size - new entry size) or until the table is empty. The
+encoder MUST NOT evict a dynamic table entry unless it has first been

This is a much stricter limit than the one in the original proposal (#1644), which limits the number of unacked insertions to `MaxEntries`.  This restriction is used to prevent encoder from doing silly things.  I understand that we want this in, but I'd rather we did not put more than one change into a single commit.

-- 
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/1763#pullrequestreview-159850829
----==_mimepart_5bae27a84c0e3_43193fc05b8d45b8799dd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@dtikhonov</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1763#discussion_r221245932">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -149,7 +149,9 @@ peer&#39;s SETTINGS frame.
 
 Before a new entry is added to the dynamic table, entries are evicted from the
 end of the dynamic table until the size of the dynamic table is less than or
-equal to (maximum size - new entry size) or until the table is empty.
+equal to (maximum size - new entry size) or until the table is empty. The
+encoder MUST NOT evict a dynamic table entry unless it has first been
</pre>
<p>This is a much stricter limit than the one in the original proposal (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="349123207" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1644" href="https://github.com/quicwg/base-drafts/issues/1644">#1644</a>), which limits the number of unacked insertions to <code>MaxEntries</code>.  This restriction is used to prevent encoder from doing silly things.  I understand that we want this in, but I'd rather we did not put more than one change into a single commit.</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/1763#pullrequestreview-159850829">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1bBbmYHtzGzBeYnNcf8C4zn3acYks5ufh8ogaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqz3di_hLwvL6w-hTjbDsZR8IySe4ks5ufh8ogaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov commented on #1763"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159850829"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159850829",
"url": "https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159850829",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@dtikhonov commented on 1763",
"sections": [
{
"text": "",
"activityTitle": "**Dmitri Tikhonov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@dtikhonov",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159850829"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae27a84c0e3_43193fc05b8d45b8799dd--


From nobody Fri Sep 28 06:13:47 2018
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 EB13B12785F for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 06:13:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sGGMAB0PcFfs for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 06:13:43 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D99C5124BE5 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 06:13:42 -0700 (PDT)
Date: Fri, 28 Sep 2018 06:13:41 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538140421; bh=gXyjQNMahOxiwc7pd7J/AiVL3XzcLGznNA/TIZZNctw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AaCgk2O73epq0cWxB1dUWWAihu2lpm/0EXVLipMfAAgYde+UMwv3wE5DcF6tCiVuW LkPSO6eOv8OhKdAWW8EXPUvbhsWXRxn6b/BkC0bs8ryIaHtI34Lh3jm7AWyxXGIiOd KmPdxx/W3BqOMOptH2DcMwSkWcRBCCwZcRJONPHU=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4540ca470b912c5c0b6f621d57313bb1131f723392cf0000000117c5eb0592a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/review/159853030@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae290591e90_13f33f958a6d45c0135150"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
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/dlX4PvpC4IhDQJCCgx_VfpZ0Vz4>
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, 28 Sep 2018 13:13:45 -0000

----==_mimepart_5bae290591e90_13f33f958a6d45c0135150
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

dtikhonov commented on this pull request.



> -safe to process the rest of the block.
+safe to process the rest of the block.  If Largest Reference is greater than
+zero, the encoder transforms it as follows before encoding:
+
+~~~
+   LargestReference = LargestReference mod 2*MaxEntries + 1
+~~~
+
+The decoder reconstructs the Largest Reference using the following algorithm:
+
+~~~
+   if LargestReference > 0:
+      LargestReference -= 1
+      CurrentWrapped = TableLargestAbsoluteIndex mod 2*MaxEntries
+
+      if CurrentWrapped >= LargestReference + MaxEntries:

It seems this range is one too long: `[ LargestReference - MaxEntries, LargestReference + MaxEntries ]` is `2 * MaxEntries + 1` long, while the actual valid range is at most `2 * MaxEntries`.  I don't yet know whether this is a problem, as I have to get used to this version of the logic.

-- 
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/1763#pullrequestreview-159853030
----==_mimepart_5bae290591e90_13f33f958a6d45c0135150
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@dtikhonov</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1763#discussion_r221247551">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; -safe to process the rest of the block.
+safe to process the rest of the block.  If Largest Reference is greater than
+zero, the encoder transforms it as follows before encoding:
+
+~~~
+   LargestReference = LargestReference mod 2*MaxEntries + 1
+~~~
+
+The decoder reconstructs the Largest Reference using the following algorithm:
+
+~~~
+   if LargestReference &gt; 0:
+      LargestReference -= 1
+      CurrentWrapped = TableLargestAbsoluteIndex mod 2*MaxEntries
+
+      if CurrentWrapped &gt;= LargestReference + MaxEntries:
</pre>
<p>It seems this range is one too long: <code>[ LargestReference - MaxEntries, LargestReference + MaxEntries ]</code> is <code>2 * MaxEntries + 1</code> long, while the actual valid range is at most <code>2 * MaxEntries</code>.  I don't yet know whether this is a problem, as I have to get used to this version of the logic.</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/1763#pullrequestreview-159853030">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2E5h47ojpKvuJgcMpl61pdAvIlaks5ufiCFgaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9SRwgG_mhF6xCbFFbzFfjMecsoBks5ufiCFgaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov commented on #1763"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159853030"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159853030",
"url": "https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159853030",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@dtikhonov commented on 1763",
"sections": [
{
"text": "",
"activityTitle": "**Dmitri Tikhonov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@dtikhonov",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159853030"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae290591e90_13f33f958a6d45c0135150--


From nobody Fri Sep 28 06:15:00 2018
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 2CA2912785F for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 06:14:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.456
X-Spam-Level: 
X-Spam-Status: No, score=-3.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, GB_SUMOF=5, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o3_KnYvU7Q-i for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 06:14:57 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 413C4124BE5 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 06:14:57 -0700 (PDT)
Date: Fri, 28 Sep 2018 06:14:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538140496; bh=X97T5wvNX0EmyDdYDc6JY1nbBJ+vlIklpogz7fovJJw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jV0ijmFuVz3p22kdfVjkyRN3n8vBoczoU/2EIa4DoTdiNfT8Z68iFSV62KZ4J5BBP 7e52jHHu6Ktkujvv+PJ90B8WlJPGy3DO9Sr2laelHiGlulLxAA4akyRsZwkuFTWh8u MxNNyXSugqBKGzeRvK5UjpJToMGYpmOqVE3/hQHA=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1e3dc27f4f1bcc3778987d822a58616038df865492cf0000000117c5eb5092a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/review/159853454@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae295046573_1643f97f20d45c088592"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
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/fQWVAQGLY2XItrzdXv6piBHvZXE>
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, 28 Sep 2018 13:14:59 -0000

----==_mimepart_5bae295046573_1643f97f20d45c088592
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

dtikhonov commented on this pull request.



> +### Calculating Table Size
+
+The size of the dynamic table is the sum of the size of its entries.
+
+The size of an entry is the sum of its name's length in octets (as defined in
+{{string-literals}}), its value's length in octets, and 32.
+
+The size of an entry is calculated using the length of its name and value
+without any Huffman encoding applied.
+
+`MaxEntries` is the maximum number of entries that the dynamic table can have.
+The smallest entry has empty name and value strings and has the size of 32.
+The MaxEntries is calculated as
+
+~~~
+   MaxEntries = floor( MaxTableSize / 32 )

Why would it be `ceil`?  Integer division calls for `floor`.  What kind of edge cases do you mean, @MikeBishop?

-- 
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/1763#discussion_r221247967
----==_mimepart_5bae295046573_1643f97f20d45c088592
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@dtikhonov</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1763#discussion_r221247967">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; +### Calculating Table Size
+
+The size of the dynamic table is the sum of the size of its entries.
+
+The size of an entry is the sum of its name&#39;s length in octets (as defined in
+{{string-literals}}), its value&#39;s length in octets, and 32.
+
+The size of an entry is calculated using the length of its name and value
+without any Huffman encoding applied.
+
+`MaxEntries` is the maximum number of entries that the dynamic table can have.
+The smallest entry has empty name and value strings and has the size of 32.
+The MaxEntries is calculated as
+
+~~~
+   MaxEntries = floor( MaxTableSize / 32 )
</pre>
<p>Why would it be <code>ceil</code>?  Integer division calls for <code>floor</code>.  What kind of edge cases do you mean, <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</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/1763#discussion_r221247967">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-6SnyTvXkzuhsIFGfxaFdGMMJFUks5ufiDQgaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9zNBEh_H4WUwTc4u5etx5Jms-Qtks5ufiDQgaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov commented on #1763"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763#discussion_r221247967"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#discussion_r221247967",
"url": "https://github.com/quicwg/base-drafts/pull/1763#discussion_r221247967",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@dtikhonov commented on 1763",
"sections": [
{
"text": "",
"activityTitle": "**Dmitri Tikhonov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@dtikhonov",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#discussion_r221247967"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae295046573_1643f97f20d45c088592--


From nobody Fri Sep 28 07:22:03 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 6C471130DF7 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 07:21:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.357
X-Spam-Level: 
X-Spam-Status: No, score=-2.357 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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 0jyGWsq63W7c for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 07:21:53 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5A6E5128C65 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 07:21:53 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538144512; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=S+TYtckKw972hMWbQgau6PaqTga/37Qz2/hluvcxVxw=; b=w4F9DaQv+hE3sttHxD/2B3j9V+DqyqmpTODWgjqEhPVUH/zmsgUY2M/1ZhkTAo3l8TJDFHx3 5p09RbHyNk76oz99ER1xdOcBcMkkln5WoXq3yXPuR1DojsxDphwvyHwvtUzDe84H2mAAOgnf tdng1C7/36LJRjVSWo0iBUujjNs=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5bae38ff.7f6ffc3ce6f0-smtp-out-n01; Fri, 28 Sep 2018 14:21:51 -0000 (UTC)
Date: Fri, 28 Sep 2018 07:21:51 -0700
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5bae38ff26816_29242acbde9bcec02951d@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 766240: Update draft-ietf-quic-transport.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bae38ff2594b_29242acbde9bcec0294b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KS7vBjPnNYh04q-xzX80a5SAziQ>
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, 28 Sep 2018 14:22:01 -0000

----==_mimepart_5bae38ff2594b_29242acbde9bcec0294b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-extension-control
  Home:   https://github.com/quicwg/base-drafts
  Commit: 766240d60e80b185ec7f08b345149072d651baea
      https://github.com/quicwg/base-drafts/commit/766240d60e80b185ec7f08b345149072d651baea
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-28 (Fri, 28 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bae38ff2594b_29242acbde9bcec0294b--


From nobody Fri Sep 28 07:22:14 2018
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 C0B8E130E43 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 07:21:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Bdf4od0J4fm8 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 07:21:58 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 20988130E3C for <quic-issues@ietf.org>; Fri, 28 Sep 2018 07:21:58 -0700 (PDT)
Date: Fri, 28 Sep 2018 07:21:57 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538144517; bh=WrpKVxs3kNIUy8mdF9A4Z4pRHlBhXjNxCZ8ftMbDc/U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WuuxnkL/bxhFerLp8wxegmXUaE4V9JqitaFlqq+n4qUroTiaiz3njYALPmtdhrszB sje5KgA20R7JioKB3gJepItZEqP1pdvbKfnaLUXw1Q9kdKKS0qfwILG2krZgg6xO4/ q/SXtPVDHJcQ+M2dHwBFPaIQdxagpzURJVGoc+3s=
From: ianswett <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/1811/push/2915836809@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1811@github.com>
References: <quicwg/base-drafts/pull/1811@github.com>
Subject: Re: [quicwg/base-drafts] Extension frames and congestion/flow control (#1811)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae3905b2de_16843f96bb6d45c0170716"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/wxn7MVQkkjfSGioCgTvt5dqyFHA>
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, 28 Sep 2018 14:22:12 -0000

----==_mimepart_5bae3905b2de_16843f96bb6d45c0170716
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

766240d  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1811/files/0b1c808e20524916f9e22c1bd79bf65f80c445c5..766240d60e80b185ec7f08b345149072d651baea

----==_mimepart_5bae3905b2de_16843f96bb6d45c0170716
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/766240d">766240d</a>  Update draft-ietf-quic-transport.md</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/1811/files/0b1c808e20524916f9e22c1bd79bf65f80c445c5..766240d60e80b185ec7f08b345149072d651baea">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0_uYGpTijUYFkh_AlLBAk9C8mJxks5ufjCFgaJpZM4W-Pgs">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxLq9Isoeqt_CNHVf6yAoRUnZ3LNks5ufjCFgaJpZM4W-Pgs.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1811"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1811/files/0b1c808e20524916f9e22c1bd79bf65f80c445c5..766240d60e80b185ec7f08b345149072d651baea"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1811/files/0b1c808e20524916f9e22c1bd79bf65f80c445c5..766240d60e80b185ec7f08b345149072d651baea",
"url": "https://github.com/quicwg/base-drafts/pull/1811/files/0b1c808e20524916f9e22c1bd79bf65f80c445c5..766240d60e80b185ec7f08b345149072d651baea",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@ianswett pushed 1 commit in #1811",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1811:",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [
{
"name": "766240d",
"value": "Update draft-ietf-quic-transport.md"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1811/files/0b1c808e20524916f9e22c1bd79bf65f80c445c5..766240d60e80b185ec7f08b345149072d651baea"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385415212\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5bae3905b2de_16843f96bb6d45c0170716--


From nobody Fri Sep 28 08:24:51 2018
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 B51221274D0 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 08:24:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n82Atc8wbU0F for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 08:24:47 -0700 (PDT)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C269F126CB6 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 08:24:47 -0700 (PDT)
Date: Fri, 28 Sep 2018 08:24:46 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538148287; bh=Bq2pVbAIhQI5AXd9yDCpgTBluul4Finc5zTyJrbCWwo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bQF1aiMmLrLE4RllM9tqplTJCvn4/yolFllBmNqL9Lg65HmQPERZUhvGHSIe20HRe O+xbqzvqoyikgIJ1z1c4LJdmWy8TWcu7YSwCHnWNtZnZAvQ8Df3TNVRogqnzXAyglG HbpHjC7Bjukmw2udAQRYgDSCS7SQIVwLoJFxMDkw=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab74cc9488b81e950c5d348444ce6b51351f7c9e3d92cf0000000117c609be92a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/review/159906896@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae47bee2d0a_366a3fa4954d45bc16026b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/uO9f8UtNLZCCx7hzA52GXSGsXT8>
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, 28 Sep 2018 15:24:50 -0000

----==_mimepart_5bae47bee2d0a_366a3fa4954d45bc16026b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

afrind commented on this pull request.



> @@ -149,7 +149,9 @@ peer's SETTINGS frame.
 
 Before a new entry is added to the dynamic table, entries are evicted from the
 end of the dynamic table until the size of the dynamic table is less than or
-equal to (maximum size - new entry size) or until the table is empty.
+equal to (maximum size - new entry size) or until the table is empty. The
+encoder MUST NOT evict a dynamic table entry unless it has first been

Ah.  That's a subtle difference I had missed.  This PR already has a couple things in it (how to calculate table size, for example).

> -safe to process the rest of the block.
+safe to process the rest of the block.  If Largest Reference is greater than
+zero, the encoder transforms it as follows before encoding:
+
+~~~
+   LargestReference = LargestReference mod 2*MaxEntries + 1
+~~~
+
+The decoder reconstructs the Largest Reference using the following algorithm:
+
+~~~
+   if LargestReference > 0:
+      LargestReference -= 1
+      CurrentWrapped = TableLargestAbsoluteIndex mod 2*MaxEntries
+
+      if CurrentWrapped >= LargestReference + MaxEntries:

If you have a more compact or straightforward way to express the logic I'll happily accept it.  I agree this is hard to read.  I wrote the conditionals using addition rather than subtraction to avoid underflow/negative number cases.

In my C++ code I also have an error check that LargestReference on the wire is in the range [0, 2*MaxEntries +1].  Perhaps we need a line saying that receiving an LR outside the valid range must result in a connection error?

That said, I'm pretty sure it works - I wrote a script to test it with a lot (~100B combinations) of different table sizes, decoder base and largest reference values and I get the correct decoded LR each time.

-- 
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/1763#discussion_r221289630
----==_mimepart_5bae47bee2d0a_366a3fa4954d45bc16026b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@afrind</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1763#discussion_r221289630">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -149,7 +149,9 @@ peer&#39;s SETTINGS frame.
 
 Before a new entry is added to the dynamic table, entries are evicted from the
 end of the dynamic table until the size of the dynamic table is less than or
-equal to (maximum size - new entry size) or until the table is empty.
+equal to (maximum size - new entry size) or until the table is empty. The
+encoder MUST NOT evict a dynamic table entry unless it has first been
</pre>
<p>Ah.  That's a subtle difference I had missed.  This PR already has a couple things in it (how to calculate table size, for example).</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1763#discussion_r221291509">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; -safe to process the rest of the block.
+safe to process the rest of the block.  If Largest Reference is greater than
+zero, the encoder transforms it as follows before encoding:
+
+~~~
+   LargestReference = LargestReference mod 2*MaxEntries + 1
+~~~
+
+The decoder reconstructs the Largest Reference using the following algorithm:
+
+~~~
+   if LargestReference &gt; 0:
+      LargestReference -= 1
+      CurrentWrapped = TableLargestAbsoluteIndex mod 2*MaxEntries
+
+      if CurrentWrapped &gt;= LargestReference + MaxEntries:
</pre>
<p>If you have a more compact or straightforward way to express the logic I'll happily accept it.  I agree this is hard to read.  I wrote the conditionals using addition rather than subtraction to avoid underflow/negative number cases.</p>
<p>In my C++ code I also have an error check that LargestReference on the wire is in the range [0, 2*MaxEntries +1].  Perhaps we need a line saying that receiving an LR outside the valid range must result in a connection error?</p>
<p>That said, I'm pretty sure it works - I wrote a script to test it with a lot (~100B combinations) of different table sizes, decoder base and largest reference values and I get the correct decoded LR each time.</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/1763#discussion_r221289630">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw0xaaS7wQpOOaDPFagdM2WWjySSks5ufj8-gaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3DyviTUP1v5mN43kl7HefojutCyks5ufj8-gaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind commented on #1763"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763#discussion_r221289630"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#discussion_r221289630",
"url": "https://github.com/quicwg/base-drafts/pull/1763#discussion_r221289630",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@afrind commented on 1763",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#discussion_r221289630"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae47bee2d0a_366a3fa4954d45bc16026b--


From nobody Fri Sep 28 08:48:38 2018
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 8F749130E44 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 08:48:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.456
X-Spam-Level: 
X-Spam-Status: No, score=-3.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 sGPB6zapnGSh for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 08:48:34 -0700 (PDT)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ACDA2130E42 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 08:48:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=TkcNExM4mnhFVo6NWNAloWeynPs=; b=WeLG4j8ZteeewbL1 KuGhqfZ69Ja6bb2LqnNghfeEYgi3wA30lBAr7SeGgWWvtcANmvifNCMo8NCt+CUq yLzty3U8AS14Z5mO7WJhJaVu4esbCXDUQSbXPQpqgkyH/Eibub3dEC6wMjYzM1kE wbYTeUxQUfyDtnWe9JZAIw0TWXI=
Received: by filter1535p1mdw1.sendgrid.net with SMTP id filter1535p1mdw1-15711-5BAE4D51-34 2018-09-28 15:48:33.55849111 +0000 UTC m=+250624.243508787
Received: from github-lowworker-dcd58f3.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0011p1iad2.sendgrid.net (SG) with ESMTP id 4LFSZ9BXQnOJT_D8yoArFg for <quic-issues@ietf.org>; Fri, 28 Sep 2018 15:48:33.518 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcd58f3.cp1-iad.github.net (Postfix) with ESMTP id 7DD04240D80 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 08:48:33 -0700 (PDT)
Date: Fri, 28 Sep 2018 15:48:33 +0000 (UTC)
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb457f6fef9e37ce8c9c54c8e63f71aadcc5e225c92cf0000000117c60f5192a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/review/159918926@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae4d517bb11_2eaa3fbc2b8d45c4752ba"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1fNiX/pjY+sG4PO1Ke8ACuk3yiuoWwVqTIkv YOvJd2EzX6Uv9OOGN+Kdin+jn5cmiSA/c+Y56Wy8T56tfZKQ5LKGm+dGNDp3kmBCqcn/6vnUSFw0v1 IxC+2UZAlnDP+CZL7TFVELTj4+2pVssNpuJtB3F+rPZ7XXIS62JUn8E5wVsje2nJ1MbpJQadFAGnVA c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/G9IBPS2CxJI8GLOTAv1CVN4wuAM>
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, 28 Sep 2018 15:48:37 -0000

----==_mimepart_5bae4d517bb11_2eaa3fbc2b8d45c4752ba
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

dtikhonov commented on this pull request.



> @@ -149,7 +149,9 @@ peer's SETTINGS frame.
 
 Before a new entry is added to the dynamic table, entries are evicted from the
 end of the dynamic table until the size of the dynamic table is less than or
-equal to (maximum size - new entry size) or until the table is empty.
+equal to (maximum size - new entry size) or until the table is empty. The
+encoder MUST NOT evict a dynamic table entry unless it has first been

I see.  I usually squash my commits when merging from a branch.

-- 
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/1763#discussion_r221299003
----==_mimepart_5bae4d517bb11_2eaa3fbc2b8d45c4752ba
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@dtikhonov</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1763#discussion_r221299003">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -149,7 +149,9 @@ peer&#39;s SETTINGS frame.
 
 Before a new entry is added to the dynamic table, entries are evicted from the
 end of the dynamic table until the size of the dynamic table is less than or
-equal to (maximum size - new entry size) or until the table is empty.
+equal to (maximum size - new entry size) or until the table is empty. The
+encoder MUST NOT evict a dynamic table entry unless it has first been
</pre>
<p>I see.  I usually squash my commits when merging from a branch.</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/1763#discussion_r221299003">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3CYbqLRJyiJi6oSeY8mD7WnWQZ8ks5ufkTRgaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0BOSEVQHIFaPhRreuZ3ZHcQlKSXks5ufkTRgaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov commented on #1763"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763#discussion_r221299003"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#discussion_r221299003",
"url": "https://github.com/quicwg/base-drafts/pull/1763#discussion_r221299003",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@dtikhonov commented on 1763",
"sections": [
{
"text": "",
"activityTitle": "**Dmitri Tikhonov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@dtikhonov",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#discussion_r221299003"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae4d517bb11_2eaa3fbc2b8d45c4752ba--


From nobody Fri Sep 28 08:49:08 2018
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 C59E6130E51 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 08:49:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.456
X-Spam-Level: 
X-Spam-Status: No, score=-3.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 4J6YwkBKIpje for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 08:49:05 -0700 (PDT)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ED6F5130E4E for <quic-issues@ietf.org>; Fri, 28 Sep 2018 08:49:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=zXlJNlC6RHtW2W3kMG3fVcvl7hk=; b=ux4jlOufIRMPue62 7Nix87kCl6w7CUgpyJKswx/C31oo6Xfdy0Kx1lQANkG+zOs1PbifsqDJ6BjD4waM 6DUVGbMObhtHPx21MJ6HIUIhD5XhL69Nq5qNhWuQdZqWR/EoKvqSOizCRNNBApo+ 5CvHD/aTJNCoKnbda/xup+TpmGg=
Received: by filter0084p1iad2.sendgrid.net with SMTP id filter0084p1iad2-21238-5BAE4D6E-3B 2018-09-28 15:49:02.81122039 +0000 UTC m=+1877307.767715135
Received: from github-lowworker-5909e27.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0001p1iad2.sendgrid.net (SG) with ESMTP id aKYZqY_2TDqnYHOoyC-O3A for <quic-issues@ietf.org>; Fri, 28 Sep 2018 15:49:02.889 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-5909e27.cp1-iad.github.net (Postfix) with ESMTP id AF0073E00AD for <quic-issues@ietf.org>; Fri, 28 Sep 2018 08:49:02 -0700 (PDT)
Date: Fri, 28 Sep 2018 15:49:03 +0000 (UTC)
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8e66f23306d9e3ac4040e10f5f4fa7b2ea19c8b092cf0000000117c60f6e92a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/review/159919118@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae4d6ea38e7_133c3fcf970d45c01986d2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1ZGgwx+4LhDyYeV28YjuOjxnDqAOJVNPo2uw +Cp8WHkFUEB+SOth/3TMUusMmDG4UWBoibUfdHFLw+QY+3TsgP/x736fohJ6w0b3SSkznVRxW4r81O vMcGf8jMg8CTZ2kEmEZvvSr2ilPVceJKZOk7S6wBAKMYMmbHxeDSPbyfOLlM0Zlpjjfvh/59dUbpE3 8=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/wZ9j6zdg5WYUk3a69jDWwU46LGg>
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, 28 Sep 2018 15:49:07 -0000

----==_mimepart_5bae4d6ea38e7_133c3fcf970d45c01986d2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

dtikhonov commented on this pull request.



> -safe to process the rest of the block.
+safe to process the rest of the block.  If Largest Reference is greater than
+zero, the encoder transforms it as follows before encoding:
+
+~~~
+   LargestReference = LargestReference mod 2*MaxEntries + 1
+~~~
+
+The decoder reconstructs the Largest Reference using the following algorithm:
+
+~~~
+   if LargestReference > 0:
+      LargestReference -= 1
+      CurrentWrapped = TableLargestAbsoluteIndex mod 2*MaxEntries
+
+      if CurrentWrapped >= LargestReference + MaxEntries:

OK.  As long as it works.

-- 
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/1763#discussion_r221299167
----==_mimepart_5bae4d6ea38e7_133c3fcf970d45c01986d2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@dtikhonov</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1763#discussion_r221299167">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; -safe to process the rest of the block.
+safe to process the rest of the block.  If Largest Reference is greater than
+zero, the encoder transforms it as follows before encoding:
+
+~~~
+   LargestReference = LargestReference mod 2*MaxEntries + 1
+~~~
+
+The decoder reconstructs the Largest Reference using the following algorithm:
+
+~~~
+   if LargestReference &gt; 0:
+      LargestReference -= 1
+      CurrentWrapped = TableLargestAbsoluteIndex mod 2*MaxEntries
+
+      if CurrentWrapped &gt;= LargestReference + MaxEntries:
</pre>
<p>OK.  As long as it works.</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/1763#discussion_r221299167">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8Cw_beP_XlbVno7XPavPy2X8DO6ks5ufkTugaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8JpROXuX0GDfcujvlUfLBDz9jnEks5ufkTugaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov commented on #1763"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763#discussion_r221299167"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#discussion_r221299167",
"url": "https://github.com/quicwg/base-drafts/pull/1763#discussion_r221299167",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@dtikhonov commented on 1763",
"sections": [
{
"text": "",
"activityTitle": "**Dmitri Tikhonov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@dtikhonov",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#discussion_r221299167"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae4d6ea38e7_133c3fcf970d45c01986d2--


From nobody Fri Sep 28 09:25:24 2018
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 8614C130E65 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 09:25:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3
X-Spam-Level: 
X-Spam-Status: No, score=-3 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, GB_SUMOF=5, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zGFZMcPxVEmA for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 09:25:22 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0E8A9130E63 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 09:25:22 -0700 (PDT)
Date: Fri, 28 Sep 2018 09:25:20 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538151920; bh=cD0OPMK1s743FH7rjspoidDMVGvchhWxvF4awTo0+Jk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WMGO8oIUUFPMA5MpPTgVfZYq4tE5j2umbYrN7ZfsZgNZjhRMXXpURJ21R/i20owWI leafMcfBuEmFPsOAhVKlTE0HrF2U2j7KqRw/1DBl3oyxidDr2jxwmYukMLbFqLgP6t Gp6zd93zTIiREvn8yxL5isfUZLg168brH7tYqi0k=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab04f709edf3eb540772ea464478fc5c26c14a092292cf0000000117c617f092a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/review/159931664@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae55f0d651f_4eb53fd74a8d45bc3620a6"; 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/P6nWphrUeZGAMByA4-8bZM9HHdg>
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, 28 Sep 2018 16:25:23 -0000

----==_mimepart_5bae55f0d651f_4eb53fd74a8d45bc3620a6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop approved this pull request.



> -safe to process the rest of the block.
+safe to process the rest of the block.  If Largest Reference is greater than
+zero, the encoder transforms it as follows before encoding:
+
+~~~
+   LargestReference = LargestReference mod 2*MaxEntries + 1
+~~~
+
+The decoder reconstructs the Largest Reference using the following algorithm:
+
+~~~
+   if LargestReference > 0:
+      LargestReference -= 1
+      CurrentWrapped = TableLargestAbsoluteIndex mod 2*MaxEntries
+
+      if CurrentWrapped >= LargestReference + MaxEntries:

It makes sense -- if it can be either `MaxEntries` greater *or* `MaxEntries` lesser, then you have `2*MaxEntries + 1` items, counting the one you're currently on.  There's always ambiguity at the far end -- the end values in the range are equivalent -- but because those ambiguous entries are always MaxEntries away, they can't be sent without evicting something unacknowledged or referencing something already evicted, both of which are prohibited.

> +### Calculating Table Size
+
+The size of the dynamic table is the sum of the size of its entries.
+
+The size of an entry is the sum of its name's length in octets (as defined in
+{{string-literals}}), its value's length in octets, and 32.
+
+The size of an entry is calculated using the length of its name and value
+without any Huffman encoding applied.
+
+`MaxEntries` is the maximum number of entries that the dynamic table can have.
+The smallest entry has empty name and value strings and has the size of 32.
+The MaxEntries is calculated as
+
+~~~
+   MaxEntries = floor( MaxTableSize / 32 )

I was concerned that the doubling could cause this to give us one less entry than we need, but after playing with some edge table sizes for a few minutes, this seems to work.

-- 
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/1763#pullrequestreview-159931664
----==_mimepart_5bae55f0d651f_4eb53fd74a8d45bc3620a6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@MikeBishop</b> approved this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1763#discussion_r221309247">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; -safe to process the rest of the block.
+safe to process the rest of the block.  If Largest Reference is greater than
+zero, the encoder transforms it as follows before encoding:
+
+~~~
+   LargestReference = LargestReference mod 2*MaxEntries + 1
+~~~
+
+The decoder reconstructs the Largest Reference using the following algorithm:
+
+~~~
+   if LargestReference &gt; 0:
+      LargestReference -= 1
+      CurrentWrapped = TableLargestAbsoluteIndex mod 2*MaxEntries
+
+      if CurrentWrapped &gt;= LargestReference + MaxEntries:
</pre>
<p>It makes sense -- if it can be either <code>MaxEntries</code> greater <em>or</em> <code>MaxEntries</code> lesser, then you have <code>2*MaxEntries + 1</code> items, counting the one you're currently on.  There's always ambiguity at the far end -- the end values in the range are equivalent -- but because those ambiguous entries are always MaxEntries away, they can't be sent without evicting something unacknowledged or referencing something already evicted, both of which are prohibited.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1763#discussion_r221309621">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; +### Calculating Table Size
+
+The size of the dynamic table is the sum of the size of its entries.
+
+The size of an entry is the sum of its name&#39;s length in octets (as defined in
+{{string-literals}}), its value&#39;s length in octets, and 32.
+
+The size of an entry is calculated using the length of its name and value
+without any Huffman encoding applied.
+
+`MaxEntries` is the maximum number of entries that the dynamic table can have.
+The smallest entry has empty name and value strings and has the size of 32.
+The MaxEntries is calculated as
+
+~~~
+   MaxEntries = floor( MaxTableSize / 32 )
</pre>
<p>I was concerned that the doubling could cause this to give us one less entry than we need, but after playing with some edge table sizes for a few minutes, this seems to work.</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/1763#pullrequestreview-159931664">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6r_SOwEjSSDYJrySTHFFHpdRFjhks5ufk1wgaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7Ja2OMr7vd77nqsKTc4hDHKKmNEks5ufk1wgaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop approved #1763"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159931664"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159931664",
"url": "https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159931664",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop approved 1763",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#pullrequestreview-159931664"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae55f0d651f_4eb53fd74a8d45bc3620a6--


From nobody Fri Sep 28 09:30:43 2018
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 44986130E63 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 09:30:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3t5PPmxaNwPn for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 09:30:40 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 456F3128D0C for <quic-issues@ietf.org>; Fri, 28 Sep 2018 09:30:40 -0700 (PDT)
Date: Fri, 28 Sep 2018 09:30:39 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538152239; bh=Vb3R+Osdrzl+nuq8pAmpt3lnnm9z1KuzqG8wbEYxL3s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xJVuuCJvUM5PJbK7H08EukkkANb3JU72GthdMhIEudsOglVUz8ZjZf6AkubsBzSqq QkOz/1nyhJNSaAY+0Hv1IgfpatTsOQtBmmeex4gkgJ0X72YF7tY5SFVvfh/B527M96 cWhbydyPy87frmEy+ngnuLXxeEx547hVRbZE01sU=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab270407019d612ee3644c9bfeecb86a32514d56e792cf0000000117c6192f92a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c425492193@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae572f34ffb_49d73fa944ed45b83701b5"; 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/wTLCWPdsjjdPtZ1qSJC-xnnb87s>
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, 28 Sep 2018 16:30:42 -0000

----==_mimepart_5bae572f34ffb_49d73fa944ed45b83701b5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think we don't want to remove the client's initially-offered version or the server's list of other supported versions -- they're there for valid reasons and are still needed.  The client's original version is used for the server to ensure that the VN wasn't spurious.  The server's other supported versions are useful for the client to remember and pick a more-preferred version next time.

This optimization should strictly add to the VN information in the handshake, with a list of compatible version the server could switch to in its response.

(The suggestion that such compatible versions would include near-final draft versions and the final RFC is definitely intriguing from a deployment standpoint, incidentally.)

-- 
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/1755#issuecomment-425492193
----==_mimepart_5bae572f34ffb_49d73fa944ed45b83701b5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think we don't want to remove the client's initially-offered version=
 or the server's list of other supported versions -- they're there for va=
lid reasons and are still needed.  The client's original version is used =
for the server to ensure that the VN wasn't spurious.  The server's other=
 supported versions are useful for the client to remember and pick a more=
-preferred version next time.</p>
<p>This optimization should strictly add to the VN information in the han=
dshake, with a list of compatible version the server could switch to in i=
ts response.</p>
<p>(The suggestion that such compatible versions would include near-final=
 draft versions and the final RFC is definitely intriguing from a deploym=
ent standpoint, incidentally.)</p>

<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/1755#issuecomment-425492193">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyEprm=
IVgBBGH1r673ZpXx7j5qxIks5ufk6vgaJpZM4WsOSC">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq2Qdv7O3YZtZbXppW8NqcSSeR2Co=
ks5ufk6vgaJpZM4WsOSC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Mike=
Bishop in #1755: I think we don't want to remove the client's initially-o=
ffered version or the server's list of other supported versions -- they'r=
e there for valid reasons and are still needed.  The client's original ve=
rsion is used for the server to ensure that the VN wasn't spurious.  The =
server's other supported versions are useful for the client to remember a=
nd pick a more-preferred version next time.\r\n\r\nThis optimization shou=
ld strictly add to the VN information in the handshake, with a list of co=
mpatible version the server could switch to in its response.\r\n\r\n(The =
suggestion that such compatible versions would include near-final draft v=
ersions and the final RFC is definitely intriguing from a deployment stan=
dpoint, incidentally.)"}],"action":{"name":"View Pull Request","url":"htt=
ps://github.com/quicwg/base-drafts/pull/1755#issuecomment-425492193"}}}</=
script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4=
25492193",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4254=
92193",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mec=
hanism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4254=
92193"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3806915=
86\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bae572f34ffb_49d73fa944ed45b83701b5--


From nobody Fri Sep 28 09:32:38 2018
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 D376A128D0C for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 09:32:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.456
X-Spam-Level: 
X-Spam-Status: No, score=-3.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 fBukzhJIkYoS for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 09:32:34 -0700 (PDT)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C4C8D130E6B for <quic-issues@ietf.org>; Fri, 28 Sep 2018 09:32:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=EmiUQldHrFPjEnXEK9+MvBeQk9I=; b=jxn3XzmthtN5iCBj N5Fqq8O2E21OZ1Wcu26zUTeTaYbva6lrd+ODYkmO6LH0BBsZf9jyzCdkLjUTv90C T6aFumWjoWnAsIeMUYlVKYj6zq66sKp/NW0MyEX4IrYegs4TeEJr5OWICp+z1Sa3 ZYYHcJT73LvnKW+q0rAR+W2uQTU=
Received: by filter1484p1mdw1.sendgrid.net with SMTP id filter1484p1mdw1-11571-5BAE57A0-16 2018-09-28 16:32:32.459553512 +0000 UTC m=+253140.654867534
Received: from github-lowworker-b40b5a4.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0004p1iad2.sendgrid.net (SG) with ESMTP id c13fZKUxSAqzrCfUobgK3A for <quic-issues@ietf.org>; Fri, 28 Sep 2018 16:32:32.472 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-b40b5a4.cp1-iad.github.net (Postfix) with ESMTP id 71C4A3E005C for <quic-issues@ietf.org>; Fri, 28 Sep 2018 09:32:32 -0700 (PDT)
Date: Fri, 28 Sep 2018 16:32:32 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7e644851502f83cd0ef8f0656e64b4a2181e07b292cf0000000117c619a092a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/review/159934736@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae57a06aec8_3b2b3fb6d3ed45bc62845f"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak34oTlSLfITJPTtqTUQGtUEgnPIyDBU5A27ig 2tpLhaB00opJYdYcSn4XgnktefUspzBkA4GbR1LutBtfysrii53om36rho/0EP8ZV/xxyzV0rNhVwY UWKd+vVlqVfTvgEVyivX/c0x+ZIPP9gEo55/QSTbukIRtidJg3scGd+OmHd9st3XLdom5K5cwJPE80 k=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/9OboWZl_57S5XbgvLklmQCu7CAM>
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, 28 Sep 2018 16:32:37 -0000

----==_mimepart_5bae57a06aec8_3b2b3fb6d3ed45bc62845f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



> @@ -1773,75 +1793,9 @@ a transport parameter therefore disables any optional protocol feature that is
 negotiated using the parameter.
 
 New transport parameters can be registered according to the rules in
-{{iana-transport-parameters}}.
-
-
-### Version Negotiation Validation {#version-validation}

Build failure is because you've removed this section without updating the other places in the draft that reference it.  (Incidentally, the pre-commit hooks should have blocked you from committing something that doesn't build -- can you run `make update` to make sure that's installed?)

-- 
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/1755#pullrequestreview-159934736
----==_mimepart_5bae57a06aec8_3b2b3fb6d3ed45bc62845f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@MikeBishop</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1755#discussion_r221311604">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1773,75 +1793,9 @@ a transport parameter therefore disables any optional protocol feature that is
 negotiated using the parameter.
 
 New transport parameters can be registered according to the rules in
-{{iana-transport-parameters}}.
-
-
-### Version Negotiation Validation {#version-validation}
</pre>
<p>Build failure is because you've removed this section without updating the other places in the draft that reference it.  (Incidentally, the pre-commit hooks should have blocked you from committing something that doesn't build -- can you run <code>make update</code> to make sure that's installed?)</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/1755#pullrequestreview-159934736">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx_pRvb9tOWgDN8q3mQpYp5kRw9-ks5ufk8ggaJpZM4WsOSC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1-DouIYzxIzUBRYzvVVROFZiELnks5ufk8ggaJpZM4WsOSC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #1755"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1755#pullrequestreview-159934736"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#pullrequestreview-159934736",
"url": "https://github.com/quicwg/base-drafts/pull/1755#pullrequestreview-159934736",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop commented on 1755",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#pullrequestreview-159934736"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380691586\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae57a06aec8_3b2b3fb6d3ed45bc62845f--


From nobody Fri Sep 28 09:33:37 2018
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 50B11130E63 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 09:33:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PEVp9OYdXkFR for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 09:33:33 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 82289128D0C for <quic-issues@ietf.org>; Fri, 28 Sep 2018 09:33:33 -0700 (PDT)
Date: Fri, 28 Sep 2018 09:33:32 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538152412; bh=BNY4aggh6gfLdCJcRJZVioLMSh4jbmM+8/j2JvIYnw8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qm8robuhDVeiEPanTZCyITzNXy2gtXPWH8S6SWICin2PdQH7www2e/FrAvHPR/qVg y1q4G8Zy3elWQjivg6Pnwws1qCeFAXSqtTzzcLObCbRcijYn5p60aDqBQIlyZCco0/ XhfLybXNHp7aPLS7EMcu4pjZN9YG13UPVMqcQfDI=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf836093d270ab57852ff0bf55dcfbd3b1eb3c18392cf0000000117c619dc92a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c425493038@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae57dc7b45a_4e7b3fd74a8d45bc303298"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/2DgpsZuJTEORLV47wYc4rb1EGqU>
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, 28 Sep 2018 16:33:35 -0000

----==_mimepart_5bae57dc7b45a_4e7b3fd74a8d45bc303298
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Guidelines on how to decide which version is preferable? Is that a local configuration? Or list order in TP? An IoT device might be able to speak all versions, but have vastly different preferences from a high powered server.

-- 
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/1755#issuecomment-425493038
----==_mimepart_5bae57dc7b45a_4e7b3fd74a8d45bc303298
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Guidelines on how to decide which version is preferable? Is that a local configuration? Or list order in TP? An IoT device might be able to speak all versions, but have vastly different preferences from a high powered server.</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/1755#issuecomment-425493038">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6snLoNd9goVAdgwjoh3rF5dfi0Eks5ufk9cgaJpZM4WsOSC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2EGW-oDwJc4l456x25Sl6_8rMwGks5ufk9cgaJpZM4WsOSC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1755: Guidelines on how to decide which version is preferable? Is that a local configuration? Or list order in TP? An IoT device might be able to speak all versions, but have vastly different preferences from a high powered server."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1755#issuecomment-425493038"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-425493038",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-425493038",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-425493038"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380691586\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae57dc7b45a_4e7b3fd74a8d45bc303298--


From nobody Fri Sep 28 09:39:46 2018
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 8BCF2130E67 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 09:39:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zSzTN-nNvOpp for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 09:39:42 -0700 (PDT)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B20CC130E59 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 09:39:42 -0700 (PDT)
Date: Fri, 28 Sep 2018 09:39:41 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538152782; bh=udZz5hlvIgj5dZnusK/OAjBGezjkg9TFQixzeFe70WI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kLABIBbktB3NsUUD8fho9RLyhkSP74MlIDYdgY7ikniFqbvfSxaQLlNSeMWaPU9D0 hQjYQJfsYPa0b3o5eIai8wDX/vFDxlaZVTd01j6MeZLE6SEJusdxuHmwWFx2NWuonl FMXD5EDoVi/FtthzPEWOAuLruaB1GBNMILDE6FOY=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd067c12e2408e821bcfda832d168fadbe9b487bb92cf0000000117c61b4d92a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c425494736@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae594dbc626_541d3f8b42ed45c432983a"; 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/gnc0-cw0YFjycrhvcFjah7MsUCg>
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, 28 Sep 2018 16:39:45 -0000

----==_mimepart_5bae594dbc626_541d3f8b42ed45c432983a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think preference is always in the hands of the one who switches, with ability to constrain options on the other party.  So I'd frame it as:
- Client begins with the version it thinks is most likely to be supported
- Includes a list of compatible versions it considers equally-or-more preferred
- Server either chooses the most preferred from the set of (used, offered), or sends VN if there's no overlap
- Client learns from VN or the transport parameters the set of versions the server is offering; if it sees something it likes better, it remembers to offer that in the future.

There's not necessarily an obligation to disclose every version you're capable of speaking; you might only disclose the ones you want a peer to use.

-- 
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/1755#issuecomment-425494736
----==_mimepart_5bae594dbc626_541d3f8b42ed45c432983a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think preference is always in the hands of the one who switches, wit=
h ability to constrain options on the other party.  So I'd frame it as:</=
p>
<ul>
<li>Client begins with the version it thinks is most likely to be support=
ed</li>
<li>Includes a list of compatible versions it considers equally-or-more p=
referred</li>
<li>Server either chooses the most preferred from the set of (used, offer=
ed), or sends VN if there's no overlap</li>
<li>Client learns from VN or the transport parameters the set of versions=
 the server is offering; if it sees something it likes better, it remembe=
rs to offer that in the future.</li>
</ul>
<p>There's not necessarily an obligation to disclose every version you're=
 capable of speaking; you might only disclose the ones you want a peer to=
 use.</p>

<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/1755#issuecomment-425494736">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqx3HLC=
dUY-y9SYHErr05RXfdVt4lks5uflDNgaJpZM4WsOSC">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqzf6aJ5ktyw_zxcYmY59Gl2Lif2-=
ks5uflDNgaJpZM4WsOSC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Mike=
Bishop in #1755: I think preference is always in the hands of the one who=
 switches, with ability to constrain options on the other party.  So I'd =
frame it as:\r\n- Client begins with the version it thinks is most likely=
 to be supported\r\n- Includes a list of compatible versions it considers=
 equally-or-more preferred\r\n- Server either chooses the most preferred =
from the set of (used, offered), or sends VN if there's no overlap\r\n- C=
lient learns from VN or the transport parameters the set of versions the =
server is offering; if it sees something it likes better, it remembers to=
 offer that in the future.\r\n\r\nThere's not necessarily an obligation t=
o disclose every version you're capable of speaking; you might only discl=
ose the ones you want a peer to use."}],"action":{"name":"View Pull Reque=
st","url":"https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4=
25494736"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4=
25494736",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4254=
94736",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mec=
hanism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4254=
94736"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3806915=
86\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bae594dbc626_541d3f8b42ed45c432983a--


From nobody Fri Sep 28 11:09:28 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 95D1A130E64 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 11:09:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.107
X-Spam-Level: 
X-Spam-Status: No, score=-2.107 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, 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 oVE9e9kngr8V for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 11:09:24 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8E3B41274D0 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 11:09:24 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538158163; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=xBMKA4NL/eBkc0shtAeGcrRcxV+jy8rqTtFNPmaRxdM=; b=bLrcOu4V0RqNHwQVFG5nXP3qumk4AcL/iwP4PyWOlUf+EJDPGpMsie2dM/vwo1bkiP04Awyu 2naKWeyYesCUQW41uz3bhMIQT6qe2iKDfPiBEvIeZIHDthzfl34GrTbweUjB+XOCzc31xipl 11rx5X4XdNyi1wB8FUI44YdEiTc=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5bae6e53.7f93902ef0f0-smtp-out-n01; Fri, 28 Sep 2018 18:09:23 -0000 (UTC)
Date: Fri, 28 Sep 2018 11:09:23 -0700
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5bae6e532e29e_38ae2b24b82baec8581b2@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] bd85b5: Incorporating final feedback
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bae6e532df08_38ae2b24b82baec8580c1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/H5hv7udWc67Lwr-gJs7UEDVLK3k>
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, 28 Sep 2018 18:09:27 -0000

----==_mimepart_5bae6e532df08_38ae2b24b82baec8580c1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/qpack_static
  Home:   https://github.com/quicwg/base-drafts
  Commit: bd85b56afc06192400b58904d41a6f2c7f851f97
      https://github.com/quicwg/base-drafts/commit/bd85b56afc06192400b58904d41a6f2c7f851f97
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2018-09-28 (Fri, 28 Sep 2018)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  Incorporating final feedback



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bae6e532df08_38ae2b24b82baec8580c1--


From nobody Fri Sep 28 11:09:36 2018
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 116D81274D0 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 11:09:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d_tX7Vq5YfeQ for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 11:09:32 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 66B77130E30 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 11:09:32 -0700 (PDT)
Date: Fri, 28 Sep 2018 11:09:31 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538158171; bh=hpMoy8rBRCxnaL4v+rFYy2ny2pGMXCwMr8tAzIWuf+I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yBUHm7nQW2n/GingjKidkxcANEuly648XiNvwS5DE6bT/3umLHvyPYuHjhz2G1i2G rl41jU1a2lT4XxhRh3R38xTRkaSdNdHGRXxmLsUQHVnJv8Up4uWal9K8txdfPYy8er MHNth7ugG7+ZGzw58JzXUNX7u3sQb9FgFnG2r8iI=
From: Mike Bishop <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/1355/push/2916471088@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1355@github.com>
References: <quicwg/base-drafts/pull/1355@github.com>
Subject: Re: [quicwg/base-drafts] QPACK:  Updated Static Table (#1355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae6e5b2336e_6e7d3ff3fd4d45b46279d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
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/VV26nSixkBC67yhyp2JyP4Epp7s>
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, 28 Sep 2018 18:09:34 -0000

----==_mimepart_5bae6e5b2336e_6e7d3ff3fd4d45b46279d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 1 commit.

bd85b56  Incorporating final feedback


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1355/files/98c7db27c50b7207c6313aa2f3c00b1a3767df06..bd85b56afc06192400b58904d41a6f2c7f851f97

----==_mimepart_5bae6e5b2336e_6e7d3ff3fd4d45b46279d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/MikeBishop" class="user-mention">@MikeBishop</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/bd85b56">bd85b56</a>  Incorporating final feedback</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/1355/files/98c7db27c50b7207c6313aa2f3c00b1a3767df06..bd85b56afc06192400b58904d41a6f2c7f851f97">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3QrIXfwcUN32vpPZhtZX7K9EBQfks5ufmXbgaJpZM4UACSn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2VIQcZOwWcQeFP7mXp46I2UsidSks5ufmXbgaJpZM4UACSn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 1 commit in #1355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1355/files/98c7db27c50b7207c6313aa2f3c00b1a3767df06..bd85b56afc06192400b58904d41a6f2c7f851f97"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1355/files/98c7db27c50b7207c6313aa2f3c00b1a3767df06..bd85b56afc06192400b58904d41a6f2c7f851f97",
"url": "https://github.com/quicwg/base-drafts/pull/1355/files/98c7db27c50b7207c6313aa2f3c00b1a3767df06..bd85b56afc06192400b58904d41a6f2c7f851f97",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop pushed 1 commit in #1355",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1355:",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [
{
"name": "bd85b56",
"value": "Incorporating final feedback"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1355/files/98c7db27c50b7207c6313aa2f3c00b1a3767df06..bd85b56afc06192400b58904d41a6f2c7f851f97"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 335553703\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5bae6e5b2336e_6e7d3ff3fd4d45b46279d--


From nobody Fri Sep 28 11:15:43 2018
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 15750130E81 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 11:15:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QyQe27c4b_yq for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 11:15:32 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C3D16130E7F for <quic-issues@ietf.org>; Fri, 28 Sep 2018 11:15:31 -0700 (PDT)
Date: Fri, 28 Sep 2018 11:15:30 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538158530; bh=dzXowrswg2+v8/tG8Y3MDXQoNY8g6HpRRr38rP31RZE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2PqmvCYmIv5MEn07EurIYfuXSLoIGMhmPsm7bPNmL1CCj0kHQFxDlEQ/vjZ0z3z/M LL8Cx25Ugjoy0i8Zc5f1YAIzJ2xdkl4I/rGtpRTAlS5644/PhPQCK4XMhzJsOKQzLd TDsAWm6s985mlD37dwi/ZhQI+nyn4TifRbETKI6Y=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0b664a44ff2a2a37cc023840acf9282e85920e8592cf0000000117c631c292a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c425522513@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae6fc276186_6be33f9343ed45c0643fa"; 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/QTpF3ctLf37s2jXAPO-_poYis78>
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, 28 Sep 2018 18:15:42 -0000

----==_mimepart_5bae6fc276186_6be33f9343ed45c0643fa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> If we want to let the server select the version, I think that we should require the client to send it's original version number using TP so that the server can determine if there was a downgrade attack.

This does.  The client lists all its supported versions.  We can - as is customary - insist that the client puts its preferences first.  But a consequence of this design is that the server ultimately decides which version is used.

-- 
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/1755#issuecomment-425522513
----==_mimepart_5bae6fc276186_6be33f9343ed45c0643fa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>If we want to let the server select the version, I think that we shoul=
d require the client to send it's original version number using TP so tha=
t the server can determine if there was a downgrade attack.</p>
</blockquote>
<p>This does.  The client lists all its supported versions.  We can - as =
is customary - insist that the client puts its preferences first.  But a =
consequence of this design is that the server ultimately decides which ve=
rsion is used.</p>

<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/1755#issuecomment-425522513">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8UKmE=
LfzjSxohrJWtYaXbd778qjks5ufmdCgaJpZM4WsOSC">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqyHV9cOMGWe51OGKDkBgjdVIbORA=
ks5ufmdCgaJpZM4WsOSC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
inthomson in #1755: \u003e If we want to let the server select the versio=
n, I think that we should require the client to send it's original versio=
n number using TP so that the server can determine if there was a downgra=
de attack.\r\n\r\nThis does.  The client lists all its supported versions=
.  We can - as is customary - insist that the client puts its preferences=
 first.  But a consequence of this design is that the server ultimately d=
ecides which version is used."}],"action":{"name":"View Pull Request","ur=
l":"https://github.com/quicwg/base-drafts/pull/1755#issuecomment-42552251=
3"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4=
25522513",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4255=
22513",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mec=
hanism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4255=
22513"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3806915=
86\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bae6fc276186_6be33f9343ed45c0643fa--


From nobody Fri Sep 28 11:15:58 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 4A3FA130E8E for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 11:15:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.107
X-Spam-Level: 
X-Spam-Status: No, score=-2.107 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, 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 kRwMFSMorpRd for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 11:15:47 -0700 (PDT)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EFE0E130EA7 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 11:15:46 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538158546; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=pQ3JvnmyQDalnPS/U02i1/5xqVQs1T5bxGLivOgPG+E=; b=Fb8PKejUUJYCR8cT+2rrHWjjYoFl3+IidzkgVncb1DL85FHUShR39Ez2l9YARY9kDyt1zxLN THWeVTqlhkHIvZpgDvLoNnuZMRiv0u3QYlwkl3a8Trypo398uDB9L/izcCSotyxkqZ4eLJcf 4/DplvKdpj+hvKIn58FYPgYhtoU=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5bae6fd1.7f7ca68587e0-smtp-out-n03; Fri, 28 Sep 2018 18:15:45 -0000 (UTC)
Date: Fri, 28 Sep 2018 11:15:44 -0700
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5bae6fd049f9a_2c2b2ac99199aec88735e@hookshot-fe-7191cb1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 89d574: Escape \*, again
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bae6fd049ab6_2c2b2ac99199aec887220"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/tYpIAGaax4R7EkJI-vA_GhOtggY>
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, 28 Sep 2018 18:15:57 -0000

----==_mimepart_5bae6fd049ab6_2c2b2ac99199aec887220
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/qpack_static
  Home:   https://github.com/quicwg/base-drafts
  Commit: 89d5748301c69aeda8925b7b3fb82f4476905906
      https://github.com/quicwg/base-drafts/commit/89d5748301c69aeda8925b7b3fb82f4476905906
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2018-09-28 (Fri, 28 Sep 2018)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  Escape \*, again



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bae6fd049ab6_2c2b2ac99199aec887220--


From nobody Fri Sep 28 11:16:06 2018
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 04518130E8D for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 11:15:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Gtvmk3-B7NhW for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 11:15:52 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DEE66130EBF for <quic-issues@ietf.org>; Fri, 28 Sep 2018 11:15:51 -0700 (PDT)
Date: Fri, 28 Sep 2018 11:15:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538158551; bh=fkIPopdH4YVPu3DsuBJFZ60jTEpFFscNb0XPUXsBaDM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bheeDolALE3/gT3rgBQUbP7tFEfqj88rCWs/92t5ZYfgOcCKXwuiMJg2MniQ4eDrk AlLVdYaB5OLkozWj5UqFnelwTaXdhuI2SxjSOCchxr9jnb3w1m1lp5kqbx41nTydwG HstqV4NhvR4/qHaqkDWZEmRoNZrT3aADdyN1jL2A=
From: Mike Bishop <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/1355/push/2916486518@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1355@github.com>
References: <quicwg/base-drafts/pull/1355@github.com>
Subject: Re: [quicwg/base-drafts] QPACK:  Updated Static Table (#1355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae6fd7c7e6_72b33fcd58ad45c071244"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
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/otgowW1LqlJ16PA7mL7R_7JC_UI>
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, 28 Sep 2018 18:16:02 -0000

----==_mimepart_5bae6fd7c7e6_72b33fcd58ad45c071244
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 1 commit.

89d5748  Escape \*, again


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1355/files/bd85b56afc06192400b58904d41a6f2c7f851f97..89d5748301c69aeda8925b7b3fb82f4476905906

----==_mimepart_5bae6fd7c7e6_72b33fcd58ad45c071244
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/MikeBishop" class="user-mention">@MikeBishop</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/89d5748">89d5748</a>  Escape \*, again</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/1355/files/bd85b56afc06192400b58904d41a6f2c7f851f97..89d5748301c69aeda8925b7b3fb82f4476905906">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqynF6jHSGD58kR22IZkBh-BSh06Mks5ufmdXgaJpZM4UACSn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6HGpMyC0yAbR2AVOlmOolGcscUGks5ufmdXgaJpZM4UACSn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 1 commit in #1355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1355/files/bd85b56afc06192400b58904d41a6f2c7f851f97..89d5748301c69aeda8925b7b3fb82f4476905906"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1355/files/bd85b56afc06192400b58904d41a6f2c7f851f97..89d5748301c69aeda8925b7b3fb82f4476905906",
"url": "https://github.com/quicwg/base-drafts/pull/1355/files/bd85b56afc06192400b58904d41a6f2c7f851f97..89d5748301c69aeda8925b7b3fb82f4476905906",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@MikeBishop pushed 1 commit in #1355",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1355:",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [
{
"name": "89d5748",
"value": "Escape \\*, again"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1355/files/bd85b56afc06192400b58904d41a6f2c7f851f97..89d5748301c69aeda8925b7b3fb82f4476905906"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 335553703\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5bae6fd7c7e6_72b33fcd58ad45c071244--


From nobody Fri Sep 28 12:08:44 2018
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 0D91A130E3C for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:08:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id URua4WVvjgkJ for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:08:41 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3438912958B for <quic-issues@ietf.org>; Fri, 28 Sep 2018 12:08:41 -0700 (PDT)
Date: Fri, 28 Sep 2018 12:08:39 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538161719; bh=XyZ3LDM1s8SK99uYJeE9+fyCqhyt2nZcMbShue8Rivw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dCfGmMpqDKHOm/b/psQbmd6UMxBiz26OV7VDyE5matIMECCpkJkbhLKM8amLjoGv3 FonHk6yFZTzYnIktV2989K1DWMegpR6JY/sggOBbUalZVuBLmFXY9KoLdRc26esPAY ymaH7PiqTvjyMStbH3LFrtIy67n5si9djntWWJHE=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0cc93c589512964602fddc376cf7f5520a8be67892cf0000000117c63e3792a169ce1586350b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1763/review/159988273@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae7c37d044b_10043fe7a1cd45c468318"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/w8G_zIh7RZViQqUFrrk2Ia6lNGM>
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, 28 Sep 2018 19:08:43 -0000

----==_mimepart_5bae7c37d044b_10043fe7a1cd45c468318
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

afrind commented on this pull request.



> -safe to process the rest of the block.
+safe to process the rest of the block.  If Largest Reference is greater than
+zero, the encoder transforms it as follows before encoding:
+
+~~~
+   LargestReference = LargestReference mod 2*MaxEntries + 1
+~~~
+
+The decoder reconstructs the Largest Reference using the following algorithm:
+
+~~~
+   if LargestReference > 0:
+      LargestReference -= 1
+      CurrentWrapped = TableLargestAbsoluteIndex mod 2*MaxEntries
+
+      if CurrentWrapped >= LargestReference + MaxEntries:

I think the phantom entry is `decoder base - MaxEntries`.  The encoder can be a full MaxEntries *ahead* of the decoder, but cannot reference a header MaxEntries less than decoder base, it has necessarily been evicted.  

As such, the second conditional should read 

`else if CurrentWrapped + MaxEntries < LargestReference`

My verification script had a bug that prevented it from testing this exact edge case!  It is the case where CurrentWrapped == MaxEntries - 1 and LargestReference = 2*MaxEntries - 1.  CurrentWrapped + MaxEntries identifies an entry the decoder does not yet have.

-- 
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/1763#discussion_r221353662
----==_mimepart_5bae7c37d044b_10043fe7a1cd45c468318
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@afrind</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/1763#discussion_r221353662">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; -safe to process the rest of the block.
+safe to process the rest of the block.  If Largest Reference is greater than
+zero, the encoder transforms it as follows before encoding:
+
+~~~
+   LargestReference = LargestReference mod 2*MaxEntries + 1
+~~~
+
+The decoder reconstructs the Largest Reference using the following algorithm:
+
+~~~
+   if LargestReference &gt; 0:
+      LargestReference -= 1
+      CurrentWrapped = TableLargestAbsoluteIndex mod 2*MaxEntries
+
+      if CurrentWrapped &gt;= LargestReference + MaxEntries:
</pre>
<p>I think the phantom entry is <code>decoder base - MaxEntries</code>.  The encoder can be a full MaxEntries <em>ahead</em> of the decoder, but cannot reference a header MaxEntries less than decoder base, it has necessarily been evicted.</p>
<p>As such, the second conditional should read</p>
<p><code>else if CurrentWrapped + MaxEntries &lt; LargestReference</code></p>
<p>My verification script had a bug that prevented it from testing this exact edge case!  It is the case where CurrentWrapped == MaxEntries - 1 and LargestReference = 2*MaxEntries - 1.  CurrentWrapped + MaxEntries identifies an entry the decoder does not yet have.</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/1763#discussion_r221353662">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0q5BlmNjNDW2QIm7Oj26OD-q2vTks5ufnO3gaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-ijvpZcNt0nDbVPxu7V98hBDqi8ks5ufnO3gaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind commented on #1763"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763#discussion_r221353662"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763#discussion_r221353662",
"url": "https://github.com/quicwg/base-drafts/pull/1763#discussion_r221353662",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@afrind commented on 1763",
"sections": [
{
"text": "",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763#discussion_r221353662"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae7c37d044b_10043fe7a1cd45c468318--


From nobody Fri Sep 28 12:16:50 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 F38DD130E79 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:16:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.499
X-Spam-Level: 
X-Spam-Status: No, score=-0.499 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 v5tFHggvhXHA for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:16:47 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1F5AD12958B for <quic-issues@ietf.org>; Fri, 28 Sep 2018 12:16:46 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538162206; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=bAUyRRHMxGVeWLU8OJRdzgHmX5NnefiUO8jvFv6uOOU=; b=cDyQDe77i4Tm7HQJPCl0hNClxZmDIDUneaLBW1U9xVkVqL9Mn7M+u+yIvjQCsqi2bQAvla4I izxUM3NeLwWViAsNfy2jncez8xBKlzkwRNkhuqB3KnJjmcIjNjT0Y4BksiIJjbQKUqmtV+lM ck3/GVJNFLWFsAhQdKY1zCyh8/4=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5bae7e1d.7f3e6f5c86c0-smtp-out-n01; Fri, 28 Sep 2018 19:16:45 -0000 (UTC)
Date: Fri, 28 Sep 2018 12:16:44 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5bae7e1c238b9_7ef82ab08352eec4429ca@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 0b1c80: Extension frames and congestion/flow control
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bae7e1c22740_7ef82ab08352eec4428ad"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/VvnQAjUW9fiZdGb5KdXSnlzNwqM>
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, 28 Sep 2018 19:16:49 -0000

----==_mimepart_5bae7e1c22740_7ef82ab08352eec4428ad
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0b1c808e20524916f9e22c1bd79bf65f80c445c5
      https://github.com/quicwg/base-drafts/commit/0b1c808e20524916f9e22c1bd79bf65f80c445c5
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-28 (Fri, 28 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Extension frames and congestion/flow control

Fixes #1487


  Commit: 766240d60e80b185ec7f08b345149072d651baea
      https://github.com/quicwg/base-drafts/commit/766240d60e80b185ec7f08b345149072d651baea
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-09-28 (Fri, 28 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md


  Commit: bf43fa0270e914fdba0848b85f609049b98a8b18
      https://github.com/quicwg/base-drafts/commit/bf43fa0270e914fdba0848b85f609049b98a8b18
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-09-28 (Fri, 28 Sep 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #1811 from quicwg/ianswett-extension-control

Extension frames and congestion/flow control


Compare: https://github.com/quicwg/base-drafts/compare/60726c1a1c00...bf43fa0270e9
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bae7e1c22740_7ef82ab08352eec4428ad--


From nobody Fri Sep 28 12:16:56 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 363EB130E7F for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:16:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.499
X-Spam-Level: 
X-Spam-Status: No, score=-0.499 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 l9Bqjyj5kkRO for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:16:48 -0700 (PDT)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0235E130DF4 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 12:16:47 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538162207; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=gh0pydd+etxH5q0OfVNpa4I9fjE6FI+L1gGM55NREY4=; b=zUMkRkI2I9U91SqHLWaNEqLFN6XnGAYhLdWDJNBR4yxgVZ3VJn9pslEOYgfdVh3p+n3DlIO8 BwGQHRqqWwi8BWTw/U2y9CaoRLWl5zj7UxrGAK3X6hRluGbchWUOW77du3gicwQaD3qy3Nk5 OZ8I8gbG/6b5doHqUu7eCyEeBdA=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5bae7e1f.7f62c82584e0-smtp-out-n02; Fri, 28 Sep 2018 19:16:47 -0000 (UTC)
Date: Fri, 28 Sep 2018 12:16:47 -0700
From: martinthomson <martin.thomson@gmail.com>
Reply-To: martinthomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5bae7e1f1af58_25592ae757f58ed0499d7@hookshot-fe-cace476.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bae7e1f1a556_25592ae757f58ed04985"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/tvlVj-QfsWAmMQWhpRmyrAzDHb4>
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, 28 Sep 2018 19:16:51 -0000

----==_mimepart_5bae7e1f1a556_25592ae757f58ed04985
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-extension-control
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bae7e1f1a556_25592ae757f58ed04985--


From nobody Fri Sep 28 12:17:02 2018
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 00D4D12958B for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:16:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9maJuFfU6ssx for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:16:52 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6043C130DF4 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 12:16:52 -0700 (PDT)
Date: Fri, 28 Sep 2018 12:16:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538162211; bh=FIK51nInZ9mIyjK0l8J5mefx2w/GF8xlttv0rT9dJkI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=J6RRBLMwTOGdgNLebwkwola2k+Ob0X3wbwNVjrCwJfv/wU9PIadv/ofsZc8ylO0+6 Qmy159L9yFYigjfcJeTfdX0oGhozCgJPP+p3Zr65K6AuPX3WXqE6uz1RKsIR/V3QpT zuN/97Iy43Av0FmwK2bWIBDU1EoLQpmwBdBiCMF4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2d2ce519d7a9f4c15468ca75ce50670cdf6ab17a92cf0000000117c6402392a169ce14080e52@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1487/issue_event/1874272757@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1487@github.com>
References: <quicwg/base-drafts/issues/1487@github.com>
Subject: Re: [quicwg/base-drafts] Guidance for flow control and ACK of extension frames (#1487)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae7e231c08d_5b53fbb6eed45b8216835"; 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/x2OxkiAhA-ydRVdbfF9aR3mNFlY>
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, 28 Sep 2018 19:16:54 -0000

----==_mimepart_5bae7e231c08d_5b53fbb6eed45b8216835
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1487 via #1811.

-- 
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/1487#event-1874272757
----==_mimepart_5bae7e231c08d_5b53fbb6eed45b8216835
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="336072274" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1487" href="https://github.com/quicwg/base-drafts/issues/1487">#1487</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="364829449" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1811" href="https://github.com/quicwg/base-drafts/pull/1811">#1811</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/1487#event-1874272757">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzZhiij8xy6ezOyU1lKRdHMAY-A9ks5ufnWjgaJpZM4U5CKz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_IRyCmks9UGVnAwhsz7kt1P9YHkks5ufnWjgaJpZM4U5CKz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1487 via #1811."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1487#event-1874272757"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1487#event-1874272757",
"url": "https://github.com/quicwg/base-drafts/issues/1487#event-1874272757",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Guidance for flow control and ACK of extension frames (#1487)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1487#event-1874272757"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 350495411\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae7e231c08d_5b53fbb6eed45b8216835--


From nobody Fri Sep 28 12:17:06 2018
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 AC3D0130DF4 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:16:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id S74mTp0UgMIm for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:16:53 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BAE82130E79 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 12:16:52 -0700 (PDT)
Date: Fri, 28 Sep 2018 12:16:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538162211; bh=zqkZXX6KkvEfa12drgxC9nB7ipeCIeKhFf5Q9rM9aq4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gjhmjtm8cDEzvFd21d1BH4ZvUxIjMLtK8o5U378dzhXFATTxBPTmFaQF6fWikeE0J IdwoIOZm9mivmlCZ44HQjLC/Zfe8KJS5ne5ZHgC/9oh2iSS3Rcv8qrHLFjH145KN2m BjZuI6sz+bfiA78D+mYGcLau/O5cKCESO5mjpDY4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf6e73fd12b20c10a956ea80d8dcd11d3362d203c92cf0000000117c6402392a169ce15bedb09@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1811/issue_event/1874272754@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1811@github.com>
References: <quicwg/base-drafts/pull/1811@github.com>
Subject: Re: [quicwg/base-drafts] Extension frames and congestion/flow control (#1811)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae7e23d6fac_5d463fa3426d45b43247aa"; 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/hiQ6fWnglpZBs-ClkJnxjvaDhqk>
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, 28 Sep 2018 19:16:55 -0000

----==_mimepart_5bae7e23d6fac_5d463fa3426d45b43247aa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1811 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/1811#event-1874272754
----==_mimepart_5bae7e23d6fac_5d463fa3426d45b43247aa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="364829449" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1811" href="https://github.com/quicwg/base-drafts/pull/1811">#1811</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/1811#event-1874272754">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwKQq-HVXhROMQiSiuqeiKU_vkOdks5ufnWjgaJpZM4W-Pgs">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzXQ6E-6QG4FeD0Pii2pMPZN4rg3ks5ufnWjgaJpZM4W-Pgs.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1811 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1811#event-1874272754"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1811#event-1874272754",
"url": "https://github.com/quicwg/base-drafts/pull/1811#event-1874272754",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Extension frames and congestion/flow control (#1811)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1811#event-1874272754"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385415212\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae7e23d6fac_5d463fa3426d45b43247aa--


From nobody Fri Sep 28 12:18:43 2018
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 906E0130DF4 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:18:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ehS0eM5WhVpF for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:18:39 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1797312958B for <quic-issues@ietf.org>; Fri, 28 Sep 2018 12:18:39 -0700 (PDT)
Date: Fri, 28 Sep 2018 12:18:38 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538162318; bh=DE/OyNFLjrbYRC7QA9YhKFwm27KeBs9iy2cAe/6mt9M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NJniTRflkWNe5c+v2E6AB4HZ5jzZ43Xkf5CFkOfJ1HFK/qW2BtKXvOr9VhehI2wnX xNkf1nC11Qhsdt/H5IVyFXaO/FD+aMRQJyDBZSGPcLXRbdKMofUY2uT414lxx0ZFNM OPLhTcIrLAlzLy/dVyXpxBGOeFmfQH+iU/hbajoU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4bca7f17c96fd2b8a04bacf3129dd14c635d499692cf0000000117c6408e92a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425539323@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae7e8e37c20_1cc33fe7a1cd45c4111258"; 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/6EiKp861V_uhK5-LucU583l8yq0>
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, 28 Sep 2018 19:18:41 -0000

----==_mimepart_5bae7e8e37c20_1cc33fe7a1cd45c4111258
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Isn't STOPPING essentially the no error case?

-- 
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/1804#issuecomment-425539323
----==_mimepart_5bae7e8e37c20_1cc33fe7a1cd45c4111258
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Isn't STOPPING essentially the no error case?</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/1804#issuecomment-425539323">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6QZ-eBRRk8_gDrhWd67GLuEslOkks5ufnYOgaJpZM4W6IGT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0QRztfNa5QRtqvTjrzkaneEfD4Hks5ufnYOgaJpZM4W6IGT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1804: Isn't STOPPING essentially the no error case?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425539323"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425539323",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425539323",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425539323"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384336275\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae7e8e37c20_1cc33fe7a1cd45c4111258--


From nobody Fri Sep 28 12:19:29 2018
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 103FF130DF4 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:19:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v4wjS12VICVn for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:19:25 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5D7EB12958B for <quic-issues@ietf.org>; Fri, 28 Sep 2018 12:19:25 -0700 (PDT)
Date: Fri, 28 Sep 2018 12:19:24 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538162364; bh=oNBpsYToTe68Nozgal2uWeLL2QmAB919TDTMBezhegw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=svmoXdZSsP6JmIQK4Ksco2aVfFUmIMQdzI7slfMKqknqTyYop2JeP/76AmMylzcSw 0vmlQP5eHpCc+jYhJ9n85wYf8I0CvchE6L+F2jCUj51AJmPnQE3B6Jg/4LGg1Ly9V8 L6KoZJlUQBjdOM6uqi+629z7JXaH2xE7w4Q4bnTE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab84afb5c0590a7f1d6280a751bfc12d4318217eb592cf0000000117c640bc92a169ce15bcbeaf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1808/c425539508@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1808@github.com>
References: <quicwg/base-drafts/pull/1808@github.com>
Subject: Re: [quicwg/base-drafts] Error for missing SETTINGS frame (#1808)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae7ebc77289_53313fd74e8d45b82274e3"; 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/Jh5LFe2TwGjDQ5U9RbpYCc5jU3c>
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, 28 Sep 2018 19:19:27 -0000

----==_mimepart_5bae7ebc77289_53313fd74e8d45b82274e3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

YAEC

-- 
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/1808#issuecomment-425539508
----==_mimepart_5bae7ebc77289_53313fd74e8d45b82274e3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>YAEC</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/1808#issuecomment-425539508">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9yep7nQYklrIjc1wRDGgFUJd9lTks5ufnY8gaJpZM4W9oEw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7F37v_k5ZPRE2IkBzpyeL4rikUtks5ufnY8gaJpZM4W9oEw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1808: YAEC"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1808#issuecomment-425539508"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1808#issuecomment-425539508",
"url": "https://github.com/quicwg/base-drafts/pull/1808#issuecomment-425539508",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Error for missing SETTINGS frame (#1808)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1808,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1808\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1808#issuecomment-425539508"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385253680\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae7ebc77289_53313fd74e8d45b82274e3--


From nobody Fri Sep 28 12:20:41 2018
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 D6D97130DF4 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:20:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MlW5PKWmZ95D for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:20:38 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6312012958B for <quic-issues@ietf.org>; Fri, 28 Sep 2018 12:20:38 -0700 (PDT)
Date: Fri, 28 Sep 2018 12:20:37 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538162437; bh=1zrvVFUfh6Q5bmTzgEFzbTEHMxNcL+gg65OQ21ptnDo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sitr1AZ+5Wz09c5gyhd32D5RgSrhjcEN2koXXbR8ag28f75Do/HuptxQwMZJ/1EP6 mJG+urmnVYUXMeBnHSuDWSE13LCb+Hevb8Kz/93XED9icAd0fY5fF+3Sk1wJJV5pnM 0HB+I0wL+r+HH/Cqb13BqJKUrpnIlgLn8XJamAlg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb40819a2c4578c31a4dd7ab1f319bbc5e3411f8692cf0000000117c6410592a169ce15bcc36c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1809/425539820@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1809@github.com>
References: <quicwg/base-drafts/issues/1809@github.com>
Subject: Re: [quicwg/base-drafts] Server's SETTINGS can be omitted in 0-RTT (#1809)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae7f058a161_22473fbb1e8d45b457469"; 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/wsrlJbkzlk6KjbZdv78D8Z2w2B4>
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, 28 Sep 2018 19:20:40 -0000

----==_mimepart_5bae7f058a161_22473fbb1e8d45b457469
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I would prefer to have the SETTINGS frame always present.

-- 
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/1809#issuecomment-425539820
----==_mimepart_5bae7f058a161_22473fbb1e8d45b457469
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I would prefer to have the SETTINGS frame always present.</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/1809#issuecomment-425539820">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq28i9EMg6pURa3sSok5CyBHKaOw7ks5ufnaFgaJpZM4W9obg">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8XY4pppf4bEk72qNx7rxcEq_boVks5ufnaFgaJpZM4W9obg.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1809: I would prefer to have the SETTINGS frame always present."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1809#issuecomment-425539820"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1809#issuecomment-425539820",
"url": "https://github.com/quicwg/base-drafts/issues/1809#issuecomment-425539820",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Server's SETTINGS can be omitted in 0-RTT (#1809)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1809,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1809\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1809#issuecomment-425539820"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385255136\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae7f058a161_22473fbb1e8d45b457469--


From nobody Fri Sep 28 12:21:06 2018
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 CB6FE130DF4 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:21:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.052
X-Spam-Level: 
X-Spam-Status: No, score=-7.052 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cK_n01xm293J for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:21:04 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2354212958B for <quic-issues@ietf.org>; Fri, 28 Sep 2018 12:21:04 -0700 (PDT)
Date: Fri, 28 Sep 2018 12:21:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538162463; bh=xAXUEHbOFbxnh17GYSvt5cuFZV8TpFwRjdPdDx3xe50=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=J4Zu6tmXML3OrI4FW53rj1KlPBXglribd7VLXPGlSXUkkimN28Zq24H1I5Cy2jWvd vL/uKdbypwcliEEb9UA96wOjpT9K65A83gUHAAmVo5DQzP6ytjvvtnmjzJKCQMkX20 7SKSoA/SV+/P5qxbWAwYN3MX/AFVmIxRj6VFTW1c=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab685d5752d80595b0c670a21762570963413b621192cf0000000117c6411f92a169ce15bcbeaf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1808/review/159992038@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1808@github.com>
References: <quicwg/base-drafts/pull/1808@github.com>
Subject: Re: [quicwg/base-drafts] Error for missing SETTINGS frame (#1808)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae7f1f33e85_74893fae102d45bc42810"; 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/IAJOckLbZaRU_-67BAu0SrILVdM>
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, 28 Sep 2018 19:21:06 -0000

----==_mimepart_5bae7f1f33e85_74893fae102d45bc42810
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/1808#pullrequestreview-159992038
----==_mimepart_5bae7f1f33e85_74893fae102d45bc42810
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<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/1808#pullrequestreview-159992038">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4v3N8rgq-bb2uWo2vHXyZcBP0myks5ufnafgaJpZM4W9oEw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-1Ko6hol19elD1FTda3IJL_SBRlks5ufnafgaJpZM4W9oEw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson approved #1808"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1808#pullrequestreview-159992038"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1808#pullrequestreview-159992038",
"url": "https://github.com/quicwg/base-drafts/pull/1808#pullrequestreview-159992038",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinthomson approved 1808",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1808#pullrequestreview-159992038"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385253680\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae7f1f33e85_74893fae102d45bc42810--


From nobody Fri Sep 28 12:22:38 2018
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 4BC62130E7C for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:22:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SR6HEJVLJBqa for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:22:33 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9FBDA12958B for <quic-issues@ietf.org>; Fri, 28 Sep 2018 12:22:33 -0700 (PDT)
Date: Fri, 28 Sep 2018 12:22:32 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538162552; bh=DkWlbGGEw+L2DZWyo9K3gQ6gYunV9iVAFlc9NzOoBDI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Il95LWcXjQfWcIJGP5V2SJwDwFKEda7NNKmXjeXcboM0zSQGVfAYlU3cTqbOcnjuj pMqlqR4f/IiMiwR8mrXCX14GE+xn9aV9s7oyZfaKpqJWwCJEioTjxTOUKquxhgVeuH nuBGzEx3byPkLRaPNZhEDViq3f+Uc7y/cZqBanzE=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba06be44033ba02abe1f4a0a87b3ee68c5fe7358492cf0000000117c6417892a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425540297@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae7f78cc1c5_6da3fb2e22d45b870055"; 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/qrPua4xCr7qhsyyI1ISuz0hcxCw>
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, 28 Sep 2018 19:22:36 -0000

----==_mimepart_5bae7f78cc1c5_6da3fb2e22d45b870055
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The more I was thinking, if you agree that after you send a STOP_SENDING frame out, you won't indicate anything up to the app layer when you receive any RST_STREAM frame, then the actual error code value doesn't really matter. At most it gets logged locally, and that's it.

We can say that the entire number space is open to the application layer; but we only indicate it up if we haven't sent a STOP_SENDING (i.e. the app layer hasn't closed/shutdown that pipe already).

So, if we haven't sent a STOP_SENDING, then the received RST_STREAM must contain an app error code. If we have sent a STOP_SENDING, then the RST_STREAM might contain either an app error code or a STOPPING value (whatever that is...) but we don't really care, because we will just ignore it.

Then, we can either leave STOPPING as is or just get rid of it entirely and let the implementation send whatever it wants, since we will just ignore 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/1804#issuecomment-425540297
----==_mimepart_5bae7f78cc1c5_6da3fb2e22d45b870055
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The more I was thinking, if you agree that after you send a STOP_SENDI=
NG frame out, you won't indicate anything up to the app layer when you re=
ceive any RST_STREAM frame, then the actual error code value doesn't real=
ly matter. At most it gets logged locally, and that's it.</p>
<p>We can say that the entire number space is open to the application lay=
er; but we only indicate it up if we haven't sent a STOP_SENDING (i.e. th=
e app layer hasn't closed/shutdown that pipe already).</p>
<p>So, if we haven't sent a STOP_SENDING, then the received RST_STREAM mu=
st contain an app error code. If we have sent a STOP_SENDING, then the RS=
T_STREAM might contain either an app error code or a STOPPING value (what=
ever that is...) but we don't really care, because we will just ignore it=
.</p>
<p>Then, we can either leave STOPPING as is or just get rid of it entirel=
y and let the implementation send whatever it wants, since we will just i=
gnore it.</p>

<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/1804#issuecomment-425540297">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4aU=
q-QnAZMOnBqEPKqtwQkKQp9Cks5ufnb4gaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq7sjBDfx1G9AM8g0xCYECkYy=
k7CUks5ufnb4gaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@niba=
nks in #1804: The more I was thinking, if you agree that after you send a=
 STOP_SENDING frame out, you won't indicate anything up to the app layer =
when you receive any RST_STREAM frame, then the actual error code value d=
oesn't really matter. At most it gets logged locally, and that's it.\r\n\=
r\nWe can say that the entire number space is open to the application lay=
er; but we only indicate it up if we haven't sent a STOP_SENDING (i.e. th=
e app layer hasn't closed/shutdown that pipe already).\r\n\r\nSo, if we h=
aven't sent a STOP_SENDING, then the received RST_STREAM must contain an =
app error code. If we have sent a STOP_SENDING, then the RST_STREAM might=
 contain either an app error code or a STOPPING value (whatever that is..=
.) but we don't really care, because we will just ignore it.\r\n\r\nThen,=
 we can either leave STOPPING as is or just get rid of it entirely and le=
t the implementation send whatever it wants, since we will just ignore it=
."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-=
drafts/issues/1804#issuecomment-425540297"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-425540297",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5540297",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5540297"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bae7f78cc1c5_6da3fb2e22d45b870055--


From nobody Fri Sep 28 12:33:09 2018
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 75AB6130EDE for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:33:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9mDI1WHSSczr for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:33:02 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BE90C130EBD for <quic-issues@ietf.org>; Fri, 28 Sep 2018 12:33:01 -0700 (PDT)
Date: Fri, 28 Sep 2018 12:33:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538163180; bh=VJ7uuZMBI+w/DShv9HJHUDo+PSFgU9+wdoIcQ/REs/Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ttSnY/JkXpKDuBDf4DNfrYYP6QZOhlbbp0jYdwEGwm40cIH3JevwEbnMx/bHflZ5E aylgVw8MEqwaoiy6+vFFHvmAXJGIVUx3N1kojFqiMvYaMawAtneDPQ61pxFKhl2eXq rgmD8lV/Zs1Y3LhY0Kt8xBu1OxIgZC60RXhPv2xk=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8ba0ca1fa438f901a6711f75aba96c813828725792cf0000000117c643ec92a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425542825@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae81ecbbd4f_76183f96c00d45bc90677"; 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/6QmcU7yyDBE3Yw1WUiR79xlb21c>
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, 28 Sep 2018 19:33:08 -0000

----==_mimepart_5bae81ecbbd4f_76183f96c00d45bc90677
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

That would work.  It messes with our pattern of specifying error codes for these conditions, but I think that I would be happier with that than having this odd carve-out.

-- 
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/1804#issuecomment-425542825
----==_mimepart_5bae81ecbbd4f_76183f96c00d45bc90677
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>That would work.  It messes with our pattern of specifying error codes for these conditions, but I think that I would be happier with that than having this odd carve-out.</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/1804#issuecomment-425542825">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-ZhQhpGZaVyIs05HKkTtw03DP-mks5ufnlsgaJpZM4W6IGT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq34kEpBDS2D7HGe2CqoFEX27N5v2ks5ufnlsgaJpZM4W6IGT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1804: That would work.  It messes with our pattern of specifying error codes for these conditions, but I think that I would be happier with that than having this odd carve-out."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425542825"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425542825",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425542825",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425542825"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384336275\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae81ecbbd4f_76183f96c00d45bc90677--


From nobody Fri Sep 28 12:38:20 2018
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 C5C4B130E7D for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:38:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.456
X-Spam-Level: 
X-Spam-Status: No, score=-3.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 3ERE1UGYt6QW for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 12:38:17 -0700 (PDT)
Received: from o11.sgmail.github.com (o11.sgmail.github.com [167.89.101.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 26D31130E7B for <quic-issues@ietf.org>; Fri, 28 Sep 2018 12:38:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=/SjYG8yggH33E+qt1tOxwxDoo+E=; b=PGA3fwPKUQbSn834 n/SeeTA7gd6QjQzEDv8Pdm45YAh2TWbfXYOzala8MSwfesCZ5OC1hAVbrZ8GNsiq fJ19SpeY/1TKU8GpVuvSLQL5VpIo6c8Sc6qDABBPPQcS4AoDsJsMrk3LbaDorRug 81Jta3KN1kAyq122O4z5YaZ43tI=
Received: by filter0813p1las1.sendgrid.net with SMTP id filter0813p1las1-28057-5BAE8327-2D 2018-09-28 19:38:16.003084182 +0000 UTC m=+1285495.363442368
Received: from github-lowworker-1ffe0ab.cp1-iad.github.net (unknown [192.30.252.38]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id TmYhN_t3TVOuBILveph4sw for <quic-issues@ietf.org>; Fri, 28 Sep 2018 19:38:15.862 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1ffe0ab.cp1-iad.github.net (Postfix) with ESMTP id C8E2638033B for <quic-issues@ietf.org>; Fri, 28 Sep 2018 12:38:15 -0700 (PDT)
Date: Fri, 28 Sep 2018 19:38:16 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4e7f34047f3171cedd4a50eb260779736aa9d6c692cf0000000117c6452792a169ce15bea539@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1810/425544063@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1810@github.com>
References: <quicwg/base-drafts/issues/1810@github.com>
Subject: Re: [quicwg/base-drafts] Timing issues in version downgrade attack prevention (#1810)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae8327c45d0_34593fd2efad45c42042b8"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2KrSWACHzuvo5q5AeIeOMPLFIwLplJQzKXiD kJgp4pET6Qte1cTr1MOuapQaR9UwOSkVWdnoahEa5A+lmF+qrMQjxrU27/Tc1t8lAEiN8nhmWVBCsd JHp8hHSjHWSf/f4IcLyWSRCWnU9YudSt2QHZ0t43fBuzWSlcIWUtDkQA/Uhi2Zu1ow/9NldJIti4Eo g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FihH1uiIHNtjKPb8mm4xCdnZyZA>
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, 28 Sep 2018 19:38:19 -0000

----==_mimepart_5bae8327c45d0_34593fd2efad45c42042b8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This should be addressed by the proposal on the table for #1773.

-- 
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/1810#issuecomment-425544063
----==_mimepart_5bae8327c45d0_34593fd2efad45c42042b8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This should be addressed by the proposal on the table for <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361841128" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1773" href="https://github.com/quicwg/base-drafts/issues/1773">#1773</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/1810#issuecomment-425544063">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-8Z1EDYnF4Ifd8o-MAc0RGulofBks5ufnqngaJpZM4W-Lrv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwuERGNrIOn4pkQ1tVpVBp_6Fqj1ks5ufnqngaJpZM4W-Lrv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1810: This should be addressed by the proposal on the table for #1773."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1810#issuecomment-425544063"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1810#issuecomment-425544063",
"url": "https://github.com/quicwg/base-drafts/issues/1810#issuecomment-425544063",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Timing issues in version downgrade attack prevention (#1810)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1810,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1810\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1810#issuecomment-425544063"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385399535\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae8327c45d0_34593fd2efad45c42042b8--


From nobody Fri Sep 28 13:19:23 2018
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 58C69130E68 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:19:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jSpuHSgSA93n for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:19:20 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8D67D12F1A2 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 13:19:20 -0700 (PDT)
Date: Fri, 28 Sep 2018 13:19:19 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538165959; bh=A8T5/0b6SkwVFmZL/6RZkG+9IOkIfozTsWyDpsyYKRY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JWezCn61SagLJ52fJumhbcVtB0G6Q30Jy+s2afujSovkCllUFT26RP7Ge6bvAfQly ZM+WzU13FHiQ9W3C9VAdFzP/T+M9iE+ucY82nX9R9f51/vX1FT3FFlLA6TRAs7iJiy G11zwWGplvgvKGNmItTq+MrqeCkTOG3IsQyS81N0=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3e8160d3f8a919c222c29ed415f455198f22e54892cf0000000117c64ec792a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425554299@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae8cc74f11e_11783ffd34cd45bc9269e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5XLkgF7iRAupNmOSa86Qa0v5sDA>
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, 28 Sep 2018 20:19:22 -0000

----==_mimepart_5bae8cc74f11e_11783ffd34cd45bc9269e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks @martinthomson +1

I was a bit worried about the interaction with QPACK, but it seems like a needless fear. [Section 5.3.3](https://quicwg.org/base-drafts/draft-ietf-quic-qpack.html#rfc.section.5.3.3) seems to already talk about abandoning a stream.

-- 
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/1804#issuecomment-425554299
----==_mimepart_5bae8cc74f11e_11783ffd34cd45bc9269e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=20663557" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nibanks">@nibanks</a> <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=67641" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a> +1</p>
<p>I was a bit worried about the interaction with QPACK, but it seems like a needless fear. <a href="https://quicwg.org/base-drafts/draft-ietf-quic-qpack.html#rfc.section.5.3.3" rel="nofollow">Section 5.3.3</a> seems to already talk about abandoning a stream.</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/1804#issuecomment-425554299">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-9g1Mh4y-GMZ82-0dPx722fVH3Jks5ufoRHgaJpZM4W6IGT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzy3EHfCfBXOzYKmSQNj0MKuDbJkks5ufoRHgaJpZM4W6IGT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #1804: @nibanks @martinthomson +1\r\n\r\nI was a bit worried about the interaction with QPACK, but it seems like a needless fear. [Section 5.3.3](https://quicwg.org/base-drafts/draft-ietf-quic-qpack.html#rfc.section.5.3.3) seems to already talk about abandoning a stream."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425554299"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425554299",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425554299",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425554299"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384336275\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae8cc74f11e_11783ffd34cd45bc9269e--


From nobody Fri Sep 28 13:22:47 2018
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 62747130E68 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:22:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D65mziASCv6J for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:22:43 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BD2F812F1A2 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 13:22:43 -0700 (PDT)
Date: Fri, 28 Sep 2018 13:22:42 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538166162; bh=scpVy/pYd1kHkV6n3UJiEx56miEhNnt4/pkvLhsCyh8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0JrEW9JiLMIqFGlXesNDeDxDheKqzgQoMe/+NH6cFMkNi6VOZ9mJ0XncehgQEuBg4 G8gTN9eLoKdS0IPmkclXn6X6PAgy8ufnG2mXKaSYwUeZeQs5MGA8qlawnFK+GV1VCr O7j3G0ctcxWsTdDZH1QN5BSaruGMJctN8H5nlqW8=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab052efacd4945d637d5ba43a106ec587b37ea361692cf0000000117c64f9292a169ce15bcc36c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1809/425555176@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1809@github.com>
References: <quicwg/base-drafts/issues/1809@github.com>
Subject: Re: [quicwg/base-drafts] Server's SETTINGS can be omitted in 0-RTT (#1809)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae8d92589f9_34793f9b3ced45c41417fb"; 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/P_uvtiFy_BvyVew7VApD3cQaXZw>
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, 28 Sep 2018 20:22:46 -0000

----==_mimepart_5bae8d92589f9_34793f9b3ced45c41417fb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree; I don't like the idea of banning SETTINGS, because it means rejecting 0-RTT any time the server's settings are different, not just when they've become more restrictive.  The real question is whether it's worth introducing a mechanism to ensure the SETTINGS frame is present.

-- 
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/1809#issuecomment-425555176
----==_mimepart_5bae8d92589f9_34793f9b3ced45c41417fb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I agree; I don't like the idea of banning SETTINGS, because it means r=
ejecting 0-RTT any time the server's settings are different, not just whe=
n they've become more restrictive.  The real question is whether it's wor=
th introducing a mechanism to ensure the SETTINGS frame is present.</p>

<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/1809#issuecomment-425555176">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1S7=
0G5P7W2DW8GOlrlPBEe9FCv0ks5ufoUSgaJpZM4W9obg">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq_97jVIeJW_m0kDG_DkCE3Qk=
IyrZks5ufoUSgaJpZM4W9obg.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Mike=
Bishop in #1809: I agree; I don't like the idea of banning SETTINGS, beca=
use it means rejecting 0-RTT any time the server's settings are different=
, not just when they've become more restrictive.  The real question is wh=
ether it's worth introducing a mechanism to ensure the SETTINGS frame is =
present."}],"action":{"name":"View Issue","url":"https://github.com/quicw=
g/base-drafts/issues/1809#issuecomment-425555176"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1809#issuecomment=
-425555176",
"url": "https://github.com/quicwg/base-drafts/issues/1809#issuecomment-42=
5555176",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Server's SETTINGS can be omitted in 0-=
RTT (#1809)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1809,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1809\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1809#issuecomment-42=
5555176"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3852551=
36\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bae8d92589f9_34793f9b3ced45c41417fb--


From nobody Fri Sep 28 13:25:47 2018
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 B7915130E68 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:25:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tKWQJJ4wgIUZ for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:25:45 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7141612F1A2 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 13:25:45 -0700 (PDT)
Date: Fri, 28 Sep 2018 13:25:44 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538166344; bh=tdDCYIIz3KjXAdrFUp2622nlIxZyDF1pZ1I9Q9NoiNM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kisW7a28P0MBNRSqr37ocuByO5yrE9iP9zDi+jO1odllnf2cQYAvW3eybxjeiwivz z17pky+P0oYef/DPBcOO4hWf1Hg8Z984LQc/VVanBQOHSvP/TqgpkTn//O6Cb3JDGb LZ0l9UCVeDi1OeQuXJuByoCDzUpSERFeg0lbJt+0=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6be3c1f97c0fce410f03cd5ac68748d877a7c26f92cf0000000117c6504892a169ce15bcbeaf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1808/c425555944@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1808@github.com>
References: <quicwg/base-drafts/pull/1808@github.com>
Subject: Re: [quicwg/base-drafts] Error for missing SETTINGS frame (#1808)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae8e48a9dde_67bd3fcc148d45bc1123b3"; 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/mwn0r1tBPjPejr8NCBvsJ3289XU>
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, 28 Sep 2018 20:25:47 -0000

----==_mimepart_5bae8e48a9dde_67bd3fcc148d45bc1123b3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yaks Are Eccentric Camels?

-- 
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/1808#issuecomment-425555944
----==_mimepart_5bae8e48a9dde_67bd3fcc148d45bc1123b3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yaks Are Eccentric Camels?</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/1808#issuecomment-425555944">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9voFMcWXqlrxMqfUnxKRj98oqOIks5ufoXIgaJpZM4W9oEw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0NTj67ptw9ZaJKr6f_jkSDlk10Xks5ufoXIgaJpZM4W9oEw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #1808: Yaks Are Eccentric Camels?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1808#issuecomment-425555944"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1808#issuecomment-425555944",
"url": "https://github.com/quicwg/base-drafts/pull/1808#issuecomment-425555944",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Error for missing SETTINGS frame (#1808)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1808,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1808\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1808#issuecomment-425555944"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385253680\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae8e48a9dde_67bd3fcc148d45bc1123b3--


From nobody Fri Sep 28 13:31:13 2018
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 20D7412F1A2 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:31:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id usXLgWFn2s32 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:31:10 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 78442127B92 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 13:31:10 -0700 (PDT)
Date: Fri, 28 Sep 2018 13:31:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538166669; bh=0LXIyUTxle213XgJ93QqMt3+ODAOlllBwvwGi8uC0r0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=J0l/+c6WmaJ4/uXLtprTngOal6zIvBrHi4eEoEwv77uGh3Aam2KSA4CcaehSbbWY3 TpZQ4G2FO9S/MZgnXX+DDpDnXHnONiCkGMEYrqFkrkpmBebUQh5kC0vXKXByHJ1Bj+ 143INiWLroQQ+Fuk3YP2IxwimIIaOd2+LLKXAe18=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7cf454752d5db85a926657ffc8fd28830733b03e92cf0000000117c6518d92a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425557306@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae8f8d6ed92_d3f3f93facd45c411014a"; 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/8px6oMi2FzdavAYOgALj3pSVMvo>
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, 28 Sep 2018 20:31:12 -0000

----==_mimepart_5bae8f8d6ed92_d3f3f93facd45c411014a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The difficulty with that is, if the transport implementation sends "whatever it wants," then it's stomping on / making assumptions about the code in the application's own space.  It's better to have one carve-out defined in the spec than each implementation creating its own uncoordinated carve-out.

I think the transport doc either needs to specify a single carve-out so implementations are coordinated, or make the error code optional and specify that it's omitted in response to a RST_STREAM.  (Which is equivalent to a STOPPING frame.)

-- 
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/1804#issuecomment-425557306
----==_mimepart_5bae8f8d6ed92_d3f3f93facd45c411014a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The difficulty with that is, if the transport implementation sends "wh=
atever it wants," then it's stomping on / making assumptions about the co=
de in the application's own space.  It's better to have one carve-out def=
ined in the spec than each implementation creating its own uncoordinated =
carve-out.</p>
<p>I think the transport doc either needs to specify a single carve-out s=
o implementations are coordinated, or make the error code optional and sp=
ecify that it's omitted in response to a RST_STREAM.  (Which is equivalen=
t to a STOPPING frame.)</p>

<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/1804#issuecomment-425557306">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3FH=
z5T-Z60ES0pgQPISm0QXzeffks5ufocNgaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2wQPkMIomR10KzlczCjOwWF=
7Mkbks5ufocNgaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Mike=
Bishop in #1804: The difficulty with that is, if the transport implementa=
tion sends \"whatever it wants,\" then it's stomping on / making assumpti=
ons about the code in the application's own space.  It's better to have o=
ne carve-out defined in the spec than each implementation creating its ow=
n uncoordinated carve-out.\r\n\r\nI think the transport doc either needs =
to specify a single carve-out so implementations are coordinated, or make=
 the error code optional and specify that it's omitted in response to a R=
ST_STREAM.  (Which is equivalent to a STOPPING frame.)"}],"action":{"name=
":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1804#i=
ssuecomment-425557306"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-425557306",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5557306",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5557306"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bae8f8d6ed92_d3f3f93facd45c411014a--


From nobody Fri Sep 28 13:33:06 2018
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 9A28112F1A2 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:33:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aJUQbKYEc0Z6 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:33:01 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BC73D127B92 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 13:33:01 -0700 (PDT)
Date: Fri, 28 Sep 2018 13:33:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538166780; bh=Z2m34SF1t5m9YWCIxDIPDzuMb6UIw4/dVWFlcqVR3g8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sb3rNLj/neDE8xdv6/+4OE4blA34cX8zZ2Q6ch6LkKdO9kbn9dCEHveOMGBJcYLpe mcfKkwIKYzTOw+m/o9uMxA8DV3wxDJuZ1agxFagkKOp/yqpd6QmOvBs1CmwciPrx9e 57V8Eiu1hk+KIkZdsn1lVBcgK1amZBuHN0vPuYxY=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1e9b10aadf67c56ea786a98d1cb916207e2ebfeb92cf0000000117c651fc92a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425557714@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae8ffcd2b71_3c213f9b3ced45c41423ab"; 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/Ta56vqBXWL-UP-lcw_3PbS2ZyKI>
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, 28 Sep 2018 20:33:03 -0000

----==_mimepart_5bae8ffcd2b71_3c213f9b3ced45c41423ab
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop I disagree for the reasons I stated above. When you have sent a STOP_SENDING, the error code you receive in RST_STREAM is irrelevant; because you won't do anything with it. It's not stomping on the application layer's error codes because it doesn't get delivered to them.

-- 
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/1804#issuecomment-425557714
----==_mimepart_5bae8ffcd2b71_3c213f9b3ced45c41423ab
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D4273797" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
MikeBishop">@MikeBishop</a> I disagree for the reasons I stated above. Wh=
en you have sent a STOP_SENDING, the error code you receive in RST_STREAM=
 is irrelevant; because you won't do anything with it. It's not stomping =
on the application layer's error codes because it doesn't get delivered t=
o them.</p>

<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/1804#issuecomment-425557714">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2KJ=
AvnAO1TtfZBixayrlCbS6hz1ks5ufod8gaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4l2d14omsLjJ_YzmU2Jbi03=
StSdks5ufod8gaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@niba=
nks in #1804: @MikeBishop I disagree for the reasons I stated above. When=
 you have sent a STOP_SENDING, the error code you receive in RST_STREAM i=
s irrelevant; because you won't do anything with it. It's not stomping on=
 the application layer's error codes because it doesn't get delivered to =
them."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/b=
ase-drafts/issues/1804#issuecomment-425557714"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-425557714",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5557714",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5557714"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bae8ffcd2b71_3c213f9b3ced45c41423ab--


From nobody Fri Sep 28 13:34:05 2018
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 0AA0D130E68 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:34:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3CHprRo_Joeb for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:34:01 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8E3D8127B92 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 13:34:01 -0700 (PDT)
Date: Fri, 28 Sep 2018 13:34:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538166840; bh=IwjLOZLt6kuC2G+NHXpgoQcHD8T/KOYZ1VyK5jJWy4M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2JlarqrfpKqhZM5wUytsKQQW7lxaPldjml7490zZLp9/7PXem7V3wLq3A9p6bZJ3z k3jIcUG9FtLw0bOwb29JwzJ5bKuX/iYiByeMxicIewkAkvnoBGN1vaiyi2Jka0CKiv hZWhyICiFR8pkOdOXWOMBu+oq/6T2lH+BCU8nLuM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1b547a5e5e120a3da2a5d910d425b71d2096dcf392cf0000000117c6523892a169ce15225eff@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1709/425557959@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1709@github.com>
References: <quicwg/base-drafts/issues/1709@github.com>
Subject: Re: [quicwg/base-drafts] Reconsider multiple Retry packets (#1709)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae9038b10f7_7edb3fcb610d45b42312f8"; 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/XZKHEUdRpXT-vwUD-LFenQJ872E>
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, 28 Sep 2018 20:34:03 -0000

----==_mimepart_5bae9038b10f7_7edb3fcb610d45b42312f8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed by #1788.

-- 
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/1709#issuecomment-425557959
----==_mimepart_5bae9038b10f7_7edb3fcb610d45b42312f8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed by <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="362805968" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1788" href="https://github.com/quicwg/base-drafts/pull/1788">#1788</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/1709#issuecomment-425557959">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz54VCyfsCw_WDGkDDoAePvAdTw_ks5ufoe4gaJpZM4WO7YH">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0XsunOeh0FcQp5PkGaBa3rmOGsmks5ufoe4gaJpZM4WO7YH.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1709: Closed by #1788."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1709#issuecomment-425557959"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1709#issuecomment-425557959",
"url": "https://github.com/quicwg/base-drafts/issues/1709#issuecomment-425557959",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Reconsider multiple Retry packets (#1709)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1709,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1709#issuecomment-425557959"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 373011975\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae9038b10f7_7edb3fcb610d45b42312f8--


From nobody Fri Sep 28 13:34:10 2018
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 9E4F4127B92 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:34:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2SwrwwG0OWGo for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:34:02 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 264E012F1A2 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 13:34:02 -0700 (PDT)
Date: Fri, 28 Sep 2018 13:34:01 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538166841; bh=FwVEn0O9upa5NDzeuU/BqF/4qMdEnPSyDGB52KHITic=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=z+kgGf47Rifg99KZcMCKuMmfm0sJqS4nYZvv8CbzdC3ADpSufbFUN2N19CDmCaOtn 7tnq2VVc0POn3YdU759z1dW3tuljXggJVdIwsJ34Ly1+EjeK+neHhFdU09Mzo31Uj9 s0OA9ZxMbHc68j5ZO9m51fie/X03fdBDc768I1N0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb206d295b3ae3b808a37d503230688cb921ff02792cf0000000117c6523992a169ce15225eff@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1709/issue_event/1874411017@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1709@github.com>
References: <quicwg/base-drafts/issues/1709@github.com>
Subject: Re: [quicwg/base-drafts] Reconsider multiple Retry packets (#1709)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae90394fc53_112a3ffd34cd45bc15894c"; 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/U4oPilXvLVkRpOzBwuEBVC6x6F4>
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, 28 Sep 2018 20:34:04 -0000

----==_mimepart_5bae90394fc53_112a3ffd34cd45bc15894c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1709.

-- 
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/1709#event-1874411017
----==_mimepart_5bae90394fc53_112a3ffd34cd45bc15894c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="354574079" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1709" href="https://github.com/quicwg/base-drafts/issues/1709">#1709</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/1709#event-1874411017">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-GrrhpDcWbjXVfU-o-DUgO7iMNPks5ufoe5gaJpZM4WO7YH">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0msnvMpHz41R0LrrXFYFp4btJw3ks5ufoe5gaJpZM4WO7YH.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1709."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1709#event-1874411017"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1709#event-1874411017",
"url": "https://github.com/quicwg/base-drafts/issues/1709#event-1874411017",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Reconsider multiple Retry packets (#1709)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1709#event-1874411017"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 373011975\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae90394fc53_112a3ffd34cd45bc15894c--


From nobody Fri Sep 28 13:35:31 2018
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 C08F212F1A2 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:35:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D3REcE-OFWdf for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:35:28 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 23F8E127B92 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 13:35:28 -0700 (PDT)
Date: Fri, 28 Sep 2018 13:35:27 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538166927; bh=h52ja2wwzKvmhtnu+KP2Y+kPmNtryfo24sXFR8JAT2E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WuyFiuGDH04Qqivq7hlirshn2fwtqw7nqjQkJDCm1SuJSjJHhvqe508iM0zy5Ch8A k0nLvByapgJs5M4K/qQyA2wo5mcn1QMaWFIWeHGOwruamf6JMSz49LdGg10YaBDRP7 MGzg4GgBTiWgRn5aHh1UNXeizOBNSHvGiG4wBhuk=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab065974ae8253057d6306ef42fcc71b22aac11b2b92cf0000000117c6528f92a169ce15bcc36c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1809/425558307@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1809@github.com>
References: <quicwg/base-drafts/issues/1809@github.com>
Subject: Re: [quicwg/base-drafts] Server's SETTINGS can be omitted in 0-RTT (#1809)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae908f4c813_357a3fac286d45c01500c1"; 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/bbxu9xTLZ6igvmRN2CJfkHqiPns>
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, 28 Sep 2018 20:35:30 -0000

----==_mimepart_5bae908f4c813_357a3fac286d45c01500c1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

That's an implementation choice.  I think that #1808 covers things well enough.  I don't see any reason to - for example - force the client to wait on SETTINGS before writing requests in 1-RTT, for example.

-- 
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/1809#issuecomment-425558307
----==_mimepart_5bae908f4c813_357a3fac286d45c01500c1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>That's an implementation choice.  I think that <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="364691119" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1808" href="https://github.com/quicwg/base-drafts/pull/1808">#1808</a> covers things well enough.  I don't see any reason to - for example - force the client to wait on SETTINGS before writing requests in 1-RTT, for example.</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/1809#issuecomment-425558307">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_KbXQn9Iego3s1jMU9nYwaiSjHNks5ufogPgaJpZM4W9obg">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq97XpbSwgTQW1pf71U2S3if0Zwsjks5ufogPgaJpZM4W9obg.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1809: That's an implementation choice.  I think that #1808 covers things well enough.  I don't see any reason to - for example - force the client to wait on SETTINGS before writing requests in 1-RTT, for example."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1809#issuecomment-425558307"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1809#issuecomment-425558307",
"url": "https://github.com/quicwg/base-drafts/issues/1809#issuecomment-425558307",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Server's SETTINGS can be omitted in 0-RTT (#1809)",
"sections": [
{
"text": "",
"activityTitle": "**Martin Thomson**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinthomson",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1809,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1809\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1809#issuecomment-425558307"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385255136\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae908f4c813_357a3fac286d45c01500c1--


From nobody Fri Sep 28 13:42:07 2018
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 9E9C6130E6A for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:42:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3q6iBCwgZPtw for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:42:04 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DA22C130E68 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 13:42:03 -0700 (PDT)
Date: Fri, 28 Sep 2018 13:42:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538167323; bh=af6NnZEyr66wkpP+EZKLmamjxyhHOdgoqDboBE0oa/U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AWrw9myQ0aqTn7T8w9rYwxW1f41YjNiVUdLIKWydFf13ah9x+qispknRgOBK+DWPX l3od8Vcjf+6VxTTqP3QeNHTfEmWWT6ejnd18tseEwspc0x4shq3RAgeDI/i35+dXTl pVKr1ofuNYzK6JEbYuJoVoEVFtsOPUyzZEmndB54=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab32f14fe540a8a59fe1bcca22257c426df2a9e41c92cf0000000117c6541b92a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425559847@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae921b8703_11a83ffd34cd45bc245894"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BI5SiFTVu-S1m2cNN50piKZoNAA>
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, 28 Sep 2018 20:42:06 -0000

----==_mimepart_5bae921b8703_11a83ffd34cd45bc245894
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yeah if we agree that some QUIC stacks **may** ignore the error code of a RST_STREAM frame received after sending STOP_SENDING, then the value we assign for STOPPED is irrelevant for such stacks. OTOH, the value needs to be defined if we agree to allow the existence of stacks that do **not** ignore, and for such stacks, we might argue that assigning a non-zero value makes sense.

The question is, do we want to allow both ways of implementing QUIC?

-- 
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/1804#issuecomment-425559847
----==_mimepart_5bae921b8703_11a83ffd34cd45bc245894
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Yeah if we agree that some QUIC stacks <strong>may</strong> ignore the=
 error code of a RST_STREAM frame received after sending STOP_SENDING, th=
en the value we assign for STOPPED is irrelevant for such stacks. OTOH, t=
he value needs to be defined if we agree to allow the existence of stacks=
 that do <strong>not</strong> ignore, and for such stacks, we might argue=
 that assigning a non-zero value makes sense.</p>
<p>The question is, do we want to allow both ways of implementing QUIC?</=
p>

<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/1804#issuecomment-425559847">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzfD=
AlFZ8Arnb143hIwd6pssbFRYks5ufombgaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq_gl935GbufYQLr05oCPLy_T=
tk7rks5ufombgaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1804: Yeah if we agree that some QUIC stacks **may** ignore the er=
ror code of a RST_STREAM frame received after sending STOP_SENDING, then =
the value we assign for STOPPED is irrelevant for such stacks. OTOH, the =
value needs to be defined if we agree to allow the existence of stacks th=
at do **not** ignore, and for such stacks, we might argue that assigning =
a non-zero value makes sense.\r\n\r\nThe question is, do we want to allow=
 both ways of implementing QUIC?"}],"action":{"name":"View Issue","url":"=
https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425559847"=
}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-425559847",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5559847",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5559847"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bae921b8703_11a83ffd34cd45bc245894--


From nobody Fri Sep 28 13:45:59 2018
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 B5403130EC8 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:45:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sU8g04cINbj3 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:45:47 -0700 (PDT)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C2D11130EE6 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 13:45:47 -0700 (PDT)
Date: Fri, 28 Sep 2018 13:45:46 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538167547; bh=YcyXwJiVQYuJYd9wshalh/jbM7w/rjO73NcGBzVhVT0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JAfVTc0UoO3W45dkG/dQk2JOHdCGiq+0XvMixj6cqXqk4B+UotdJTdJVh+oQ0THIw a9ams8g5vEcLgjt1T/dPQtSjHXrx8G/oKVXKvNp1/HSxVehUz1871Pzs3y5YIYwuyZ rYrrffPHbnmH/Lnqsz4XtdFXu6XutyA3WQuvUgbc=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7132c8348ba5b1d110d5b5037a4db5370e87d91192cf0000000117c654fa92a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425560789@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae92fadb252_182b3fa2e96d45b8198741"; 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/yGvkuhUs3BLAtxkBKCVIvafJVqo>
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, 28 Sep 2018 20:45:58 -0000

----==_mimepart_5bae92fadb252_182b3fa2e96d45b8198741
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho that's a good way to put it. Personally, I see very little value in not ignoring the error code. For one, I imagine most implementations wouldn't even have a good way to indicate it up, since the app layer has already closed it. So my vote would be to not allow both ways and just always ignore 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/1804#issuecomment-425560789
----==_mimepart_5bae92fadb252_182b3fa2e96d45b8198741
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D41567" data-octo-click=3D"hovercard-link-cli=
ck" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/ka=
zuho">@kazuho</a> that's a good way to put it. Personally, I see very lit=
tle value in not ignoring the error code. For one, I imagine most impleme=
ntations wouldn't even have a good way to indicate it up, since the app l=
ayer has already closed it. So my vote would be to not allow both ways an=
d just always ignore it.</p>

<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/1804#issuecomment-425560789">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8jc=
hr5usMHHRX3bf8CrZvyrXjawks5ufop6gaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3ZoGMB2Vh6GN5CyhMF7WWqS=
nxk5ks5ufop6gaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@niba=
nks in #1804: @kazuho that's a good way to put it. Personally, I see very=
 little value in not ignoring the error code. For one, I imagine most imp=
lementations wouldn't even have a good way to indicate it up, since the a=
pp layer has already closed it. So my vote would be to not allow both way=
s and just always ignore it."}],"action":{"name":"View Issue","url":"http=
s://github.com/quicwg/base-drafts/issues/1804#issuecomment-425560789"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-425560789",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5560789",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5560789"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bae92fadb252_182b3fa2e96d45b8198741--


From nobody Fri Sep 28 13:48:06 2018
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 29D28130E68 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:48:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vOlptqHHdUwj for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 13:48:02 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7CC0C127B92 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 13:48:02 -0700 (PDT)
Date: Fri, 28 Sep 2018 13:48:01 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538167681; bh=MRSd4vcBHGgLCo0m9hSFDhKWEG69fagQJ+bC9NKk4Q0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=v6xsMnOk9ACHWuQnh8HP+Nua6KIUvU5MEV9joUEdUgevBD8hMN4n/aDLeVkeY21aZ ol3UnP3rmV/CWhBYLFautfBMM44crwTxtsT0JDP1ARe3gJxz0C/Nyu9bhu+nGcMH9N znx62Zd9YuKr3Y76q4JY6XOj9lEy31Y5NbL/kv3s=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd5d91769dc15286c6b744e324dc6e5085386673392cf0000000117c6558192a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c425561377@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae9381a402f_11b83ffd34cd45bc201379"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QgaPHq3K65q_PIUAO--dJiHOOZc>
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, 28 Sep 2018 20:48:04 -0000

----==_mimepart_5bae9381a402f_11b83ffd34cd45bc201379
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett 
> nit: Above, you meant the middlebox injects a VN, not Retry, correct?

Yes. Thank you for noticing that.

> My thinking was the client would only list other versions it likes as well or better than the version it initially tried. ie: it'd try 1, but also list 2.

That's certainly an option, but then you cannot detect downgrade attacks that happen between the wire-compatible versions too.

IMO, it is beneficial to define two version negotiation mechanisms (i.e. one uses VN and one uses the proposed method) as independent as possible, and that leads me to think that the client should include all the versions it can use in the TP, regardless of what the interaction using VN was.

> In my mind, the question of timing comes down to whether we think this will be helpful to upgrade from draft IETF versions to the 'final' v1 . I'd like to think the frames are not likely to change prior to v1 so that feature won't need to be exercised, but that's probably wishful thinking.

That makes sense. Thank you for pointing that out.

-- 
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/1755#issuecomment-425561377
----==_mimepart_5bae9381a402f_11b83ffd34cd45bc201379
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D20072817" data-octo-click=3D"hovercard-link-=
click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com=
/ianswett">@ianswett</a></p>
<blockquote>
<p>nit: Above, you meant the middlebox injects a VN, not Retry, correct?<=
/p>
</blockquote>
<p>Yes. Thank you for noticing that.</p>
<blockquote>
<p>My thinking was the client would only list other versions it likes as =
well or better than the version it initially tried. ie: it'd try 1, but a=
lso list 2.</p>
</blockquote>
<p>That's certainly an option, but then you cannot detect downgrade attac=
ks that happen between the wire-compatible versions too.</p>
<p>IMO, it is beneficial to define two version negotiation mechanisms (i.=
e. one uses VN and one uses the proposed method) as independent as possib=
le, and that leads me to think that the client should include all the ver=
sions it can use in the TP, regardless of what the interaction using VN w=
as.</p>
<blockquote>
<p>In my mind, the question of timing comes down to whether we think this=
 will be helpful to upgrade from draft IETF versions to the 'final' v1 . =
I'd like to think the frames are not likely to change prior to v1 so that=
 feature won't need to be exercised, but that's probably wishful thinking=
.</p>
</blockquote>
<p>That makes sense. Thank you for pointing that out.</p>

<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/1755#issuecomment-425561377">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6M1uM=
VMx2KaZP794P6eKxUsDZf2ks5ufosBgaJpZM4WsOSC">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq0VpHR8cku2E7w7XqvRKE0_6IwFN=
ks5ufosBgaJpZM4WsOSC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1755: @ianswett \r\n\u003e nit: Above, you meant the middlebox inj=
ects a VN, not Retry, correct?\r\n\r\nYes. Thank you for noticing that.\r=
\n\r\n\u003e My thinking was the client would only list other versions it=
 likes as well or better than the version it initially tried. ie: it'd tr=
y 1, but also list 2.\r\n\r\nThat's certainly an option, but then you can=
not detect downgrade attacks that happen between the wire-compatible vers=
ions too.\r\n\r\nIMO, it is beneficial to define two version negotiation =
mechanisms (i.e. one uses VN and one uses the proposed method) as indepen=
dent as possible, and that leads me to think that the client should inclu=
de all the versions it can use in the TP, regardless of what the interact=
ion using VN was.\r\n\r\n\u003e In my mind, the question of timing comes =
down to whether we think this will be helpful to upgrade from draft IETF =
versions to the 'final' v1 . I'd like to think the frames are not likely =
to change prior to v1 so that feature won't need to be exercised, but tha=
t's probably wishful thinking.\r\n\r\nThat makes sense. Thank you for poi=
nting that out."}],"action":{"name":"View Pull Request","url":"https://gi=
thub.com/quicwg/base-drafts/pull/1755#issuecomment-425561377"}}}</script>=

<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4=
25561377",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4255=
61377",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mec=
hanism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4255=
61377"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3806915=
86\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bae9381a402f_11b83ffd34cd45bc201379--


From nobody Fri Sep 28 14:00:43 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 669FD130ECD for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:00:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.107
X-Spam-Level: 
X-Spam-Status: No, score=-2.107 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, 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 ZjKWl1-p29th for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:00:32 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EBEF6130ECF for <quic-issues@ietf.org>; Fri, 28 Sep 2018 14:00:31 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538168431; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=AHODNeqo3Qdw+BC5OSnnLzcNtAzUyNEhYvl6Avat068=; b=aZSV41PuFylc/j/fhOd+852DVQm90f7SagsAYTzqp25oprKEXtIRL0y2A8OSvrHfULw5KciX +CUJapbQ1nroBkB5m6dYYjgxz5T3jpljV6b/Mj5A6y/9yRjNF7F++Ko8KLObZSiEaqwEqUK4 lXE72B7srBuguXHd/8qDeeRCDVg=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=fb.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5bae966e.7ff91cc4fa80-smtp-out-n02; Fri, 28 Sep 2018 21:00:30 -0000 (UTC)
Date: Fri, 28 Sep 2018 14:00:29 -0700
From: Alan Frindell <afrind@fb.com>
Reply-To: Alan Frindell <afrind@fb.com>
To: quic-issues@ietf.org
Message-ID: <5bae966dc90c6_2a18b2b04b3fc2ec4825@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 0b39ce: Fix another edge case
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bae966dc8d9c_2a18b2b04b3fc2ec476a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Cf1AB3kvaOZNgOCo4UkZnbJ9s1o>
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, 28 Sep 2018 21:00:42 -0000

----==_mimepart_5bae966dc8d9c_2a18b2b04b3fc2ec476a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/qpack-wrap
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0b39ceb4830f4249060948bffe4a85d708f830c0
      https://github.com/quicwg/base-drafts/commit/0b39ceb4830f4249060948bffe4a85d708f830c0
  Author: Alan Frindell <afrind@fb.com>
  Date:   2018-09-28 (Fri, 28 Sep 2018)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  Fix another edge case

When CurrentWrapped + MaxEntries == LargestReference, the encoder is a full table ahead of the decoder, and they have wrapped an equal number of times.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bae966dc8d9c_2a18b2b04b3fc2ec476a--


From nobody Fri Sep 28 14:00:51 2018
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 2AA74130EC8 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:00:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IwGHr_ghwnnn for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:00:38 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 46F4B130EC0 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 14:00:37 -0700 (PDT)
Date: Fri, 28 Sep 2018 14:00:36 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538168436; bh=ayjWRApYGwX/MGzcbVH6Y17HOkM+fRA5L/qgvjMwpAs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wx7dlUPpMPnCIBZtgggurZODDPcCA7y0N9csgZaDVuVugqnGJFd8huuIji0QMYnuw h/SY0iTGvPgUy+tSZ71D66qYG5XIPOz8MCdPUTHs9oR3SnJda3im1xaVSgQIIF2teo 2WZ3AG8b4yatddryNCk1Oc8bwWrtN/BHxnY7FS28=
From: afrind <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/1763/push/2916873706@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1763@github.com>
References: <quicwg/base-drafts/pull/1763@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Encode Largest Reference modulo MaxEntries (#1763)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae967461b97_7d7f3fbf8ced45b4185878"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/L1onqAO--_Vh8HakP9VLtIg9WQA>
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, 28 Sep 2018 21:00:47 -0000

----==_mimepart_5bae967461b97_7d7f3fbf8ced45b4185878
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@afrind pushed 1 commit.

0b39ceb  Fix another edge case


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1763/files/35ecdebb02e52b37d91957d7130aa77e26adadbd..0b39ceb4830f4249060948bffe4a85d708f830c0

----==_mimepart_5bae967461b97_7d7f3fbf8ced45b4185878
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/afrind" class="user-mention">@afrind</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/0b39ceb">0b39ceb</a>  Fix another edge case</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/1763/files/35ecdebb02e52b37d91957d7130aa77e26adadbd..0b39ceb4830f4249060948bffe4a85d708f830c0">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4Hgs9XZueW7mLutoy2SIwSgOG6Pks5ufo30gaJpZM4WtE17">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzQvsqubrf8I69iRP3JlKBdV0WRsks5ufo30gaJpZM4WtE17.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind pushed 1 commit in #1763"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1763/files/35ecdebb02e52b37d91957d7130aa77e26adadbd..0b39ceb4830f4249060948bffe4a85d708f830c0"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1763/files/35ecdebb02e52b37d91957d7130aa77e26adadbd..0b39ceb4830f4249060948bffe4a85d708f830c0",
"url": "https://github.com/quicwg/base-drafts/pull/1763/files/35ecdebb02e52b37d91957d7130aa77e26adadbd..0b39ceb4830f4249060948bffe4a85d708f830c0",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@afrind pushed 1 commit in #1763",
"sections": [
{
"text": "1 new commit pushed to quicwg/base-drafts #1763:",
"activityTitle": "**afrind**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@afrind",
"facts": [
{
"name": "0b39ceb",
"value": "Fix another edge case"
}
]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1763/files/35ecdebb02e52b37d91957d7130aa77e26adadbd..0b39ceb4830f4249060948bffe4a85d708f830c0"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380915067\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5bae967461b97_7d7f3fbf8ced45b4185878--


From nobody Fri Sep 28 14:05:08 2018
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 08135128D68 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:05:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q0_EEqcv1YRI for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:05:04 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7773D127133 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 14:05:04 -0700 (PDT)
Date: Fri, 28 Sep 2018 14:05:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538168703; bh=vgr8WMawpcgOwUeMfXuEiTD+M7SWed5Vqv1H+YeUn4k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=a4dIQTcCZfHxZGM4m826PVheG4dUFEoCedY5F1uuxQI0muUFjdLyF8YpRIXR9RVzu 3R+ZbPZdCL5Ax8ItGfnl5mPY1wTV/x3RfqGU/sKraNDWAh4+L8/VEBKkQ5VKGdeecZ D53r25Dx5SGmtx8dBO11XbFJ0kI3QTsX6fVrNvYQ=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2859b60aebfec383e42d65ae96fb14e1635a0b4092cf0000000117c6597f92a169ce15bcbeaf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1808/c425565803@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1808@github.com>
References: <quicwg/base-drafts/pull/1808@github.com>
Subject: Re: [quicwg/base-drafts] Error for missing SETTINGS frame (#1808)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae977f43c46_3b083fc1440d45b828004c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/amvw6NhInL5zoNqbWOg2OcgWRx0>
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, 28 Sep 2018 21:05:07 -0000

----==_mimepart_5bae977f43c46_3b083fc1440d45b828004c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Not quite as esoteric I'm afraid. I'd suggest Yet Another Error Code. That, or Yeti Animals Exist Covertly.

-- 
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/1808#issuecomment-425565803
----==_mimepart_5bae977f43c46_3b083fc1440d45b828004c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Not quite as esoteric I'm afraid. I'd suggest Yet Another Error Code. That, or Yeti Animals Exist Covertly.</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/1808#issuecomment-425565803">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3YhxL_0_7ZH3UfQIusqR6djxRskks5ufo7_gaJpZM4W9oEw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5apSWI4PuY7DdIrS8uD6WJSRkgtks5ufo7_gaJpZM4W9oEw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1808: Not quite as esoteric I'm afraid. I'd suggest Yet Another Error Code. That, or Yeti Animals Exist Covertly."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1808#issuecomment-425565803"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1808#issuecomment-425565803",
"url": "https://github.com/quicwg/base-drafts/pull/1808#issuecomment-425565803",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Error for missing SETTINGS frame (#1808)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1808,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1808\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1808#issuecomment-425565803"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385253680\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae977f43c46_3b083fc1440d45b828004c--


From nobody Fri Sep 28 14:10:00 2018
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 C15BC130E66 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:09:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NLnzAVR79r-4 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:09:57 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C087B127133 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 14:09:56 -0700 (PDT)
Date: Fri, 28 Sep 2018 14:09:55 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538168995; bh=A23aeXPhZouKF5bqK/c3Ccp45LhMJzvF+lyckJTz6SM=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=zTwXzwQIWjOLunNtEeWxweLWeJBbuuWP5KRZ2PoQQ7iotgL6+hUYnXOMqqvBY/ibH cuRBQzM6aQHjuNR2FGB9u0efbdDeE5GU3SSXvwsSFpRsFLPJ19VT8p4THHZyJ44mzg yW9+b1W7WkPT89TPmJyN31TTJs3tkBelqtEKTVzU=
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf6b0a5237730d2fa15395d906604fa8ad70b9ff292cf0000000117c65aa392a169ce15c2187c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1812@github.com>
Subject: [quicwg/base-drafts] MAX_DATA doesn't comply with MAX_STREAM_DATA (#1812)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae98a3e9679_24d53f94086d45bc265a4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
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/wiITvXdA6fIYBA11nwwmMm8mZ6M>
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, 28 Sep 2018 21:09:59 -0000

----==_mimepart_5bae98a3e9679_24d53f94086d45bc265a4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Based on the draft, a receiver can compute MAX_DATA as below:

"A receiver might use a sum of bytes consumed on all contributing streams to determine the maximum data limit to be advertised."

But if the receiver misbehaves and advertises MAX_DATA (for example, 2MB) that doesn't comply with MAX_STREAM_DATA (for example, 3MB), does that mean that the sender is blocked if it has already sent up to 2MB?

-- 
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/1812
----==_mimepart_5bae98a3e9679_24d53f94086d45bc265a4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Based on the draft, a receiver can compute MAX_DATA as below:</p>
<p>"A receiver might use a sum of bytes consumed on all contributing streams to determine the maximum data limit to be advertised."</p>
<p>But if the receiver misbehaves and advertises MAX_DATA (for example, 2MB) that doesn't comply with MAX_STREAM_DATA (for example, 3MB), does that mean that the sender is blocked if it has already sent up to 2MB?</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/1812">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq99hqaezG-8VRjCLHNtdk_VZC6Ujks5ufpAjgaJpZM4W_z4T">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxdoYdDwRsMJdCbJjFVJ6ng2eDVwks5ufpAjgaJpZM4W_z4T.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"MAX_DATA doesn't comply with MAX_STREAM_DATA (#1812)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1812"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1812",
"url": "https://github.com/quicwg/base-drafts/issues/1812",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "MAX_DATA doesn't comply with MAX_STREAM_DATA (#1812)",
"sections": [
{
"text": "",
"activityTitle": "**Vidhi Goel**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@goelvidhi",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1812
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1812,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1812\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1812"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385826323\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae98a3e9679_24d53f94086d45bc265a4--


From nobody Fri Sep 28 14:11:43 2018
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 A7CAB12872C for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:11:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cOiGdDVdg5Aa for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:11:40 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F20B8127133 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 14:11:39 -0700 (PDT)
Date: Fri, 28 Sep 2018 14:11:38 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538169098; bh=Yi68Zo+1FwxaXe6kgexU2gvnFNcwVV+2s/AZLNkEA6w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eWi4g1dm6J+xZ0nfZsf6FdohJMBXLumIktWPVWQE821TsxgalVSFmisI9HOFDogKw mZ8cNIALJ82VSkEo/cIfYYVDJXzJYVvDLzxCiIisYZsbkrgGQXtopx0i1fGtA1CP18 NgDHzWt3/khKsdmfQhVdQnkKx1dZykIoG6kaZz+Q=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abebb282df517a6579dc65b176efcb463ba531eb1c92cf0000000117c65b0a92a169ce15c2187c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1812/425567282@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1812@github.com>
References: <quicwg/base-drafts/issues/1812@github.com>
Subject: Re: [quicwg/base-drafts] MAX_DATA doesn't comply with MAX_STREAM_DATA (#1812)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae990ae6fd8_27753fb44d2d45c498693"; 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/U9E8M2FYUZkuxGHy_Vc4u7H9bTM>
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, 28 Sep 2018 21:11:42 -0000

----==_mimepart_5bae990ae6fd8_27753fb44d2d45c498693
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yes, that's exactly the point of connection-level flow control.

-- 
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/1812#issuecomment-425567282
----==_mimepart_5bae990ae6fd8_27753fb44d2d45c498693
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yes, that's exactly the point of connection-level flow control.</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/1812#issuecomment-425567282">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7qjiJNzK9YJaGZJEUTjGKq4MFvaks5ufpCKgaJpZM4W_z4T">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2p6IxUkW48Lm3knte8OXmoc2y6kks5ufpCKgaJpZM4W_z4T.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann in #1812: Yes, that's exactly the point of connection-level flow control."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1812#issuecomment-425567282"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1812#issuecomment-425567282",
"url": "https://github.com/quicwg/base-drafts/issues/1812#issuecomment-425567282",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] MAX_DATA doesn't comply with MAX_STREAM_DATA (#1812)",
"sections": [
{
"text": "",
"activityTitle": "**Marten Seemann**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@marten-seemann",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1812,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1812\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1812#issuecomment-425567282"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385826323\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bae990ae6fd8_27753fb44d2d45c498693--


From nobody Fri Sep 28 14:18:33 2018
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 DF846129AB8 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:18:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EL0JHEkN5PmD for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:18:30 -0700 (PDT)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3810D127133 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 14:18:30 -0700 (PDT)
Date: Fri, 28 Sep 2018 14:18:29 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538169509; bh=mOC6OYBCBIBMnALxT6xOhdEwXTZkoCMkkFVZoaJ17hg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=holub3lydT2SzxAnZJT7rrJToUAtr7mh9nPUb1ISjGRascK2Gju9jCkCMiILkDJhC 7VgbrY0M+D8mmb02sI2wBhMGsfvXBiF0gixenVc/bOhRpxZhgekwCzYd7AjezgjrlW vFnwXX4cuztQpw8idd6Z/ALlC00dSBBylbgtVsgk=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2c86d07040961f9d3da928d6b2fd4927eea7199692cf0000000117c65ca592a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425568975@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae9aa57f881_5e7c3fdfd6cd45c4110539"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/rPVZcxsBGYzdjNvHTgAhskTsV_g>
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, 28 Sep 2018 21:18:32 -0000

----==_mimepart_5bae9aa57f881_5e7c3fdfd6cd45c4110539
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett Personally, I'm reluctant to cross the implicit ACK bridge. Messing with the ack and retransmission logic, at this point, could result in unforeseen consequences in the handshake. I would much rather restrict the weirdness to error cases in the just after the Initial phase, which is unlikely to be exercised often.

@kazuho I want to clarify an important distinction here. There is nothing we can do about injection attacks in the first 1.5 RTTs, and that is not the objection here. There is a further vulnerability, after handshake keys are employed, until we dispose of the keys. I am trying to close that hole without driving people to run their timers too short.

You may be right that people will do it anyway. But I'd like to spec to be consistent with best practice.

Do people think this is discussion is far enough along that they'd like to see a PR?

-- 
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/1786#issuecomment-425568975
----==_mimepart_5bae9aa57f881_5e7c3fdfd6cd45c4110539
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D20072817" data-octo-click=3D"hovercard-link-=
click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com=
/ianswett">@ianswett</a> Personally, I'm reluctant to cross the implicit =
ACK bridge. Messing with the ack and retransmission logic, at this point,=
 could result in unforeseen consequences in the handshake. I would much r=
ather restrict the weirdness to error cases in the just after the Initial=
 phase, which is unlikely to be exercised often.</p>
<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D41567" data-octo-click=3D"hovercard-link-cli=
ck" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/ka=
zuho">@kazuho</a> I want to clarify an important distinction here. There =
is nothing we can do about injection attacks in the first 1.5 RTTs, and t=
hat is not the objection here. There is a further vulnerability, after ha=
ndshake keys are employed, until we dispose of the keys. I am trying to c=
lose that hole without driving people to run their timers too short.</p>
<p>You may be right that people will do it anyway. But I'd like to spec t=
o be consistent with best practice.</p>
<p>Do people think this is discussion is far enough along that they'd lik=
e to see a PR?</p>

<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/1786#issuecomment-425568975">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5GC=
gHezN9FTnBuDO63lCblMq9TWks5ufpIlgaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq22JzB6WG4-sU5sGRBRYWAIi=
-F3nks5ufpIlgaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
induke in #1786: @ianswett Personally, I'm reluctant to cross the implici=
t ACK bridge. Messing with the ack and retransmission logic, at this poin=
t, could result in unforeseen consequences in the handshake. I would much=
 rather restrict the weirdness to error cases in the just after the Initi=
al phase, which is unlikely to be exercised often.\r\n\r\n@kazuho I want =
to clarify an important distinction here. There is nothing we can do abou=
t injection attacks in the first 1.5 RTTs, and that is not the objection =
here. There is a further vulnerability, after handshake keys are employed=
, until we dispose of the keys. I am trying to close that hole without dr=
iving people to run their timers too short.\r\n\r\nYou may be right that =
people will do it anyway. But I'd like to spec to be consistent with best=
 practice.\r\n\r\nDo people think this is discussion is far enough along =
that they'd like to see a PR?"}],"action":{"name":"View Issue","url":"htt=
ps://github.com/quicwg/base-drafts/issues/1786#issuecomment-425568975"}}}=
</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425568975",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5568975",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5568975"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bae9aa57f881_5e7c3fdfd6cd45c4110539--


From nobody Fri Sep 28 14:29:03 2018
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 7DA73127133 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:29:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7xL0WFv45gCd for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:29:01 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D0C2212872C for <quic-issues@ietf.org>; Fri, 28 Sep 2018 14:29:00 -0700 (PDT)
Date: Fri, 28 Sep 2018 14:28:59 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538170139; bh=mQzw6VkacqEJzDPD9XkDmVG14tK9e1lTH7kJ1jg05/c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oT3tHX1G1CgYOEnbbbczYFJkHArOPI/NAWcXAjB/pGDsc12kcyDOmoUTIsRQa4vje PGnNuvK63piOQF+FbEddFhOtaHtSM2zIl2rp5IOZ4P9Es7lRgYRmlepl6VUOZ4z3xE q/SmgnNISqRtm3BWp5HsDT2FOL7yEMApcu/15Gd8=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4c376ac8bd228d19073a7e558f0d5e6399b9543792cf0000000117c65f1b92a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c425571334@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bae9d1ba4ea0_493d3f9c274d45c43082da"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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/UTENUeHXvUdhls8rh4zFFKtO42Q>
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, 28 Sep 2018 21:29:03 -0000

----==_mimepart_5bae9d1ba4ea0_493d3f9c274d45c43082da
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This is an interesting idea, but it also strikes me as the kind of minor optimization that shouldn't make the cut at this stage in the process. I understand @kazuho 's point that it might ease v2 transition, but the VN code has been stable for a long time and there are lots of things to think about here.

This also puts version choice in the hands of the server, rather than client. I'm not sure how I feel about that. If clients are picking a version based on their resource constraints, then this is a bad thing.

-- 
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/1755#issuecomment-425571334
----==_mimepart_5bae9d1ba4ea0_493d3f9c274d45c43082da
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>This is an interesting idea, but it also strikes me as the kind of min=
or optimization that shouldn't make the cut at this stage in the process.=
 I understand <a class=3D"user-mention" data-hovercard-type=3D"user" data=
-hovercard-url=3D"/hovercards?user_id=3D41567" data-octo-click=3D"hoverca=
rd-link-click" data-octo-dimensions=3D"link_type:self" href=3D"https://gi=
thub.com/kazuho">@kazuho</a> 's point that it might ease v2 transition, b=
ut the VN code has been stable for a long time and there are lots of thin=
gs to think about here.</p>
<p>This also puts version choice in the hands of the server, rather than =
client. I'm not sure how I feel about that. If clients are picking a vers=
ion based on their resource constraints, then this is a bad thing.</p>

<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/1755#issuecomment-425571334">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-zT-q=
D-jHfcZp3-wKCA5I1q5wxpks5ufpSbgaJpZM4WsOSC">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq70zMrUHF8ACSJS_dR8UUhu-M9W3=
ks5ufpSbgaJpZM4WsOSC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mart=
induke in #1755: This is an interesting idea, but it also strikes me as t=
he kind of minor optimization that shouldn't make the cut at this stage i=
n the process. I understand @kazuho 's point that it might ease v2 transi=
tion, but the VN code has been stable for a long time and there are lots =
of things to think about here.\r\n\r\nThis also puts version choice in th=
e hands of the server, rather than client. I'm not sure how I feel about =
that. If clients are picking a version based on their resource constraint=
s, then this is a bad thing."}],"action":{"name":"View Pull Request","url=
":"https://github.com/quicwg/base-drafts/pull/1755#issuecomment-425571334=
"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4=
25571334",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4255=
71334",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mec=
hanism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-4255=
71334"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3806915=
86\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bae9d1ba4ea0_493d3f9c274d45c43082da--


From nobody Fri Sep 28 14:47:55 2018
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 5D14E130E7D for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:47:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KVqE_btDT2er for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:47:52 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 80EE8127148 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 14:47:52 -0700 (PDT)
Date: Fri, 28 Sep 2018 14:47:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538171271; bh=BPuUreLvztXVjffdjblqCwfFPtel3/zVWhwDyXjPEnA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NND1Oy9v0RQ/+KLJKDqpt3j0HZrDhlXuiQM7JfzKOtlh/vSSIJSvT7KoyPTScgSlk Q2jpre+6G7CLU2UWUMA4Jc3S44Qzp90yWi7UTY4n2+ZK0Tw0SmHl0L6QC5Cn3rpl9Y mqpD7wZmSMUCgPx04XAqd8Lv7FLqOqIKAPxPFJFo=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab32ad2174cc0fcc2209fda73b3f26a1478b4161f792cf0000000117c6638792a169ce15c2187c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1812/issue_event/1874529585@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1812@github.com>
References: <quicwg/base-drafts/issues/1812@github.com>
Subject: Re: [quicwg/base-drafts] MAX_DATA doesn't comply with MAX_STREAM_DATA (#1812)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baea18749d2c_56643fa8650d45c427019a"; 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/QfqL6C3OYFOZU54zCshdUSUdnFc>
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, 28 Sep 2018 21:47:55 -0000

----==_mimepart_5baea18749d2c_56643fa8650d45c427019a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1812.

-- 
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/1812#event-1874529585
----==_mimepart_5baea18749d2c_56643fa8650d45c427019a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="365041788" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1812" href="https://github.com/quicwg/base-drafts/issues/1812">#1812</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/1812#event-1874529585">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1X8VgdWC0aTZFb-iHdzXrFDaDsbks5ufpkHgaJpZM4W_z4T">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4aFL_L5jAB6xgEm2sUumRO7tfGpks5ufpkHgaJpZM4W_z4T.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1812."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1812#event-1874529585"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1812#event-1874529585",
"url": "https://github.com/quicwg/base-drafts/issues/1812#event-1874529585",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] MAX_DATA doesn't comply with MAX_STREAM_DATA (#1812)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1812#event-1874529585"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385826323\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baea18749d2c_56643fa8650d45c427019a--


From nobody Fri Sep 28 14:48:03 2018
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 62FEF127148 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:47:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0MqkBfxhxrEH for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:47:53 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8D51B130E66 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 14:47:53 -0700 (PDT)
Date: Fri, 28 Sep 2018 14:47:52 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538171272; bh=NnSmt/eadXrTLr/L9KBkj3OW3DgtcTquOgZCsiV/Wfc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=op13x2OMyzYDlUEv9cR01kVJsKNyXSuoyH/cqRkftvzeGy9cWjjWUEjIMl2ydaYwc 9cXRGDisIVXd5QXDyrmu88C8HV6eQFBDmxa6tZGXIr4vNL/QaeG/dW4JE5mTkJ7yUa DdWpxmCa1J5XaCoMexfhIjbWtcEesePIu7Ombiio=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbfe0f83c63416bac9abcc6695c40851f3d5a7c4b92cf0000000117c6638892a169ce15c2187c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1812/425575377@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1812@github.com>
References: <quicwg/base-drafts/issues/1812@github.com>
Subject: Re: [quicwg/base-drafts] MAX_DATA doesn't comply with MAX_STREAM_DATA (#1812)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baea1885ac57_39be3f8b23cd45b8209822"; 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/DtnxpXWM87g9ACBkfgwt7M64Vk4>
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, 28 Sep 2018 21:47:56 -0000

----==_mimepart_5baea1885ac57_39be3f8b23cd45b8209822
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

That's not misbehavior, it's reflecting the fact that stream- and connection-level flow control may have different constraints.

-- 
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/1812#issuecomment-425575377
----==_mimepart_5baea1885ac57_39be3f8b23cd45b8209822
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>That's not misbehavior, it's reflecting the fact that stream- and connection-level flow control may have different constraints.</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/1812#issuecomment-425575377">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx68aD_CQh5dVm8ncci94aUPONbJks5ufpkIgaJpZM4W_z4T">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8EINtq3XFwH5tH3_e2c7VbmyC6Vks5ufpkIgaJpZM4W_z4T.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #1812: That's not misbehavior, it's reflecting the fact that stream- and connection-level flow control may have different constraints."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1812#issuecomment-425575377"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1812#issuecomment-425575377",
"url": "https://github.com/quicwg/base-drafts/issues/1812#issuecomment-425575377",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] MAX_DATA doesn't comply with MAX_STREAM_DATA (#1812)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1812,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1812#issuecomment-425575377"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385826323\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baea1885ac57_39be3f8b23cd45b8209822--


From nobody Fri Sep 28 14:48:17 2018
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 8BCAD12DD85 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:48:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.052
X-Spam-Level: 
X-Spam-Status: No, score=-2.052 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 pIs5WTaxuJdr for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:48:14 -0700 (PDT)
Received: from o11.sgmail.github.com (o11.sgmail.github.com [167.89.101.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 71005127148 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 14:48:14 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; 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=Fgnj3n7F0x+Wd+VvYCsb+Ai7Bx4=; b=JCAtK85w06u5EOts bK6axrnQRtnDR7e0Mjn12u/vI3Nm1k749aTYc7NwAt1k+iXkFKldtFqK2qToq9fC 9Tps7POo1ixJ7CHLLDMn5yV1hzmy41comPp9RiWS0U72VyrKLLV8MOGvwvHmkNVb yjdqKEjXAwxtD5YTxOg0JJvvEsE=
Received: by filter1648p1mdw1.sendgrid.net with SMTP id filter1648p1mdw1-28259-5BAEA19B-F 2018-09-28 21:48:11.762437416 +0000 UTC m=+272121.300973857
Received: from github-lowworker-dcd58f3.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id 1EmowGuNQKK-050tymLCJw for <quic-issues@ietf.org>; Fri, 28 Sep 2018 21:48:11.729 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcd58f3.cp1-iad.github.net (Postfix) with ESMTP id B0644240D68 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 14:48:11 -0700 (PDT)
Date: Fri, 28 Sep 2018 21:48:11 +0000 (UTC)
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb1b92e5a7b03bb1a73037125b68cf33361f735e792cf0000000117c6639b92a169ce15b44a1d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1806/review/160034665@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1806@github.com>
References: <quicwg/base-drafts/pull/1806@github.com>
Subject: Re: [quicwg/base-drafts] Recommend non-zero values for footgun TPs (#1806)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baea19baa135_685e3fc3f3ed45bc24515f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3vXXTkVI7F3Y3ZUgC97EHTRKcpIDWtY7TFqd z/nwZvlhd5i6otWdi0KPMVIYRSTCUhon1cXhT0x45endZoPa1qrXmOG3ssEmst0Z3KpX2CWk5YWzi8 GvK+kw1L0wg1Eq3lrAsix8SVg36wpmMzoLSNTgfA+XNpu2aAlvLTQIx9ZKjiBKxe17w98A2uylX+qO A=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KQC8jnHK9UFPL5_8o0Qi4tH3JQc>
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, 28 Sep 2018 21:48:17 -0000

----==_mimepart_5baea19baa135_685e3fc3f3ed45bc24515f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinduke 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/1806#pullrequestreview-160034665
----==_mimepart_5baea19baa135_685e3fc3f3ed45bc24515f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinduke</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/1806#pullrequestreview-160034665">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwu5B9JNc-WWIXkuZj9uBRM9O1dYks5ufpkbgaJpZM4W7Jxu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_wfy9xQlutOs687RpDBfwLnqLt3ks5ufpkbgaJpZM4W7Jxu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke approved #1806"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1806#pullrequestreview-160034665"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1806#pullrequestreview-160034665",
"url": "https://github.com/quicwg/base-drafts/pull/1806#pullrequestreview-160034665",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@martinduke approved 1806",
"sections": [
{
"text": "",
"activityTitle": "**martinduke**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@martinduke",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1806#pullrequestreview-160034665"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384605294\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baea19baa135_685e3fc3f3ed45bc24515f--


From nobody Fri Sep 28 14:51:34 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 B60DF130EB0 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:51:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.107
X-Spam-Level: 
X-Spam-Status: No, score=-2.107 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, 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 KU-vc8lLHI_G for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:51:26 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D6564130EC2 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 14:51:25 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538171484; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=pN/UNwOTGpVsnagFttsjB+6cObMigEtE1IG51B6GIjw=; b=aJg/B3hKg1x1p0riXxaaqfbAnw8eqvKwowQ0RS8taGCqvtXY/aPtwt7Ox6ZZ7ejySRQrvna9 zDt63ZmF5jXv20pVN9+biKEQ98a7ngG+TwyQzC0jav/xYcXCg4aenXcDzbMh+Fp5n0R0XwO3 1+R3Jxub2tSgIr52NuIiIfEXDLk=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 5baea25b.7f3598075990-smtp-out-n03; Fri, 28 Sep 2018 21:51:23 -0000 (UTC)
Date: Fri, 28 Sep 2018 14:51:22 -0700
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5baea25ad9ffa_31df2ad015a74ecc9912d@hookshot-fe-5a11256.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] f0ecfc: Recommend non-zero values for footgun TPs (#1806)
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baea25ad9bc9_31df2ad015a74ecc9905e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ADW4XOPLdtCKTN42bl6nNQbDSgw>
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, 28 Sep 2018 21:51:33 -0000

----==_mimepart_5baea25ad9bc9_31df2ad015a74ecc9905e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: f0ecfce738d7c3668e4d0ec10927855d2819e8fa
      https://github.com/quicwg/base-drafts/commit/f0ecfce738d7c3668e4d0ec10927855d2819e8fa
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2018-09-28 (Fri, 28 Sep 2018)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  Recommend non-zero values for footgun TPs (#1806)

* SHOULD NOT shoot self in foot

* Suggested values of non-zero



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baea25ad9bc9_31df2ad015a74ecc9905e--


From nobody Fri Sep 28 14:51:40 2018
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 5A612130ED3 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:51:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yM4Jis17tgzz for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:51:28 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8B5CC130ECE for <quic-issues@ietf.org>; Fri, 28 Sep 2018 14:51:28 -0700 (PDT)
Date: Fri, 28 Sep 2018 14:51:27 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538171487; bh=IWFgJGCkYtKokQHXstb3H4Myja+G9e4mqpBsB+LhHUk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=E9aoeaSo63Vd5NX2+nqV5iuPlNsfvSTESCxPZYsCcIdG+zF5Sr8umZxWC2dydFmv1 mwGtYQn1eMzg0Rnc2J4vB8kn7JjWlUNHaACeX25HIJdlMPAH+vTv70jPUHxW+uhqZL nAYy2JAt5290ih2tvkDp+UEegcOmUzavMAyQOY6M=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7cce695b584982654ad80a65c684cd96be09a75492cf0000000117c6645f92a169ce1547f031@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1720/issue_event/1874534350@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1720@github.com>
References: <quicwg/base-drafts/issues/1720@github.com>
Subject: Re: [quicwg/base-drafts] initial_max_stream_data_bidi_remote is a very capable foot gun (#1720)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baea25f83ed9_12203fa88d8d45bc328397"; 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/jM6TupqrahhzrNSx5CHuDNDzteY>
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, 28 Sep 2018 21:51:33 -0000

----==_mimepart_5baea25f83ed9_12203fa88d8d45bc328397
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1720 via #1806.

-- 
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/1720#event-1874534350
----==_mimepart_5baea25f83ed9_12203fa88d8d45bc328397
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="357036081" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1720" href="https://github.com/quicwg/base-drafts/issues/1720">#1720</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="364136989" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1806" href="https://github.com/quicwg/base-drafts/pull/1806">#1806</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/1720#event-1874534350">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7iCrGN2YeVE2qFY1hYk6KUuiIrsks5ufpnfgaJpZM4WaC_A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzSB7iyVzNy9LhBE9fEv8zJvmkC1ks5ufpnfgaJpZM4WaC_A.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1720 via #1806."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1720#event-1874534350"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1720#event-1874534350",
"url": "https://github.com/quicwg/base-drafts/issues/1720#event-1874534350",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] initial_max_stream_data_bidi_remote is a very capable foot gun (#1720)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1720#event-1874534350"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375926720\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baea25f83ed9_12203fa88d8d45bc328397--


From nobody Fri Sep 28 14:51:47 2018
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 DD27A130EC7 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:51:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xj3LSg2kh0J5 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 14:51:33 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CC6BD130EB8 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 14:51:32 -0700 (PDT)
Date: Fri, 28 Sep 2018 14:51:31 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538171491; bh=4JjqU9LNNIXrcurgfzKHGyrdiNVtQ7Ym/dRm6318GXs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Zj0iG8L9NJsud6IJOQvIwxZqzO3jpd0OEcKF7SQv2yT57uU9+x1G687bYqduHTFz8 rMQyQz8PEd9nFvlOaKAuW/BorY37DXGDkQ+6nHeMBzZXVqtSlylWJcqXF4xim0Lf0f ZLvFuhS3JFEPmJ4vjimv+GMNCfpliunD3hjgG9q8=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcc50c6fbf9c9fe0c2c47b42f92c83c42629b333592cf0000000117c6646392a169ce15b44a1d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1806/issue_event/1874534349@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1806@github.com>
References: <quicwg/base-drafts/pull/1806@github.com>
Subject: Re: [quicwg/base-drafts] Recommend non-zero values for footgun TPs (#1806)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baea263a25f4_7ad03f8e0eed45b4673350"; 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/X5p0SPYX430CBhQd8SIvCO3IJ4Y>
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, 28 Sep 2018 21:51:37 -0000

----==_mimepart_5baea263a25f4_7ad03f8e0eed45b4673350
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1806 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/1806#event-1874534349
----==_mimepart_5baea263a25f4_7ad03f8e0eed45b4673350
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="364136989" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1806" href="https://github.com/quicwg/base-drafts/pull/1806">#1806</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/1806#event-1874534349">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8s8srzR98z3Tv8WG4cRfnM4RlaVks5ufpnjgaJpZM4W7Jxu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_w8NvSdHG_LeQb6pboaFeHWiVTEks5ufpnjgaJpZM4W7Jxu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1806 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1806#event-1874534349"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1806#event-1874534349",
"url": "https://github.com/quicwg/base-drafts/pull/1806#event-1874534349",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Recommend non-zero values for footgun TPs (#1806)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1806#event-1874534349"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384605294\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baea263a25f4_7ad03f8e0eed45b4673350--


From nobody Fri Sep 28 15:32:07 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 5A362129385 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 15:32:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.651
X-Spam-Level: 
X-Spam-Status: No, score=-1.651 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, 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 sDD_0tPr88v9 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 15:32:03 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 853E1127133 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 15:32:03 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538173922; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=HoiZC3fAwQ2QlUsnOcAljOXoPuj0e5B+kU1YM3j8pb0=; b=QvEFFvFR0cqE+lnyjPfRfq3o4STnxyxjOPAXW0sAf60Hhi5SZsK3JR9nhONgOhwueMXeXPAV z5ZboRJXQrfwtoADppLxFREQEEMM6L1KhosnabNXYs5BAJ0aPBqMYHsyhE4mQIaMVeLe/M+L cQSbAYZksuX2JKhYcvhmdJbZUIA=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5baeabe2.7f2cfb52b1b0-smtp-out-n02; Fri, 28 Sep 2018 22:32:02 -0000 (UTC)
Date: Fri, 28 Sep 2018 15:32:01 -0700
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5baeabe19a46d_298582ab999428ed472991@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] cc3178: Error for missing SETTINGS frame (#1808)
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5baeabe199da9_298582ab999428ed4728a6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-Ym3bV_FvS4G_UKP88SVmMEaDiw>
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, 28 Sep 2018 22:32:05 -0000

----==_mimepart_5baeabe199da9_298582ab999428ed4728a6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: cc31785c500bd1ffb94fa0ce5513135a370e05a0
      https://github.com/quicwg/base-drafts/commit/cc31785c500bd1ffb94fa0ce5513135a370e05a0
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2018-09-28 (Fri, 28 Sep 2018)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  Error for missing SETTINGS frame (#1808)



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5baeabe199da9_298582ab999428ed4728a6--


From nobody Fri Sep 28 15:32:15 2018
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 D1DB1127133 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 15:32:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xgyV-hOiTlPW for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 15:32:09 -0700 (PDT)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D21B6129385 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 15:32:09 -0700 (PDT)
Date: Fri, 28 Sep 2018 15:32:08 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538173928; bh=7B3Zs1FMQkttgmW//TU29Iima4w8DZifcNKDkiK2izI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WA5hdp/3cMJa9kQdP1oEiRogTYuBCp388cjR8OqhOrD1lwrl6HHKTRSM8Uc6gqxqd gLjRVUJfwxOeQ2VKoGZ5OBh9Nz/okBhaHx+Z2YL+Cp9z4aNiZhJ8Ql8Csp9aego1Nm GCbUk5DP1kX9L/XUzMCF2fLpAHQ3Oc9PVnkVAOAU=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7e7b19269028cccbd84ce289e2e484baa594513c92cf0000000117c66de892a169ce150e15cf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1697/issue_event/1874585447@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1697@github.com>
References: <quicwg/base-drafts/issues/1697@github.com>
Subject: Re: [quicwg/base-drafts] Error for not receiving SETTINGS frame as the first frame on a control stream (#1697)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baeabe8383df_47f3fdfacad45b41658ab"; 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/lrGJiAoatqEtcQTjgqi4-_0iZ1M>
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, 28 Sep 2018 22:32:12 -0000

----==_mimepart_5baeabe8383df_47f3fdfacad45b41658ab
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1697 via #1808.

-- 
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/1697#event-1874585447
----==_mimepart_5baeabe8383df_47f3fdfacad45b41658ab
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="353244623" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1697" href="https://github.com/quicwg/base-drafts/issues/1697">#1697</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="364691119" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1808" href="https://github.com/quicwg/base-drafts/pull/1808">#1808</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/1697#event-1874585447">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqycVqvoPYXzmV9SSqu6mYieTJ8L-ks5ufqNogaJpZM4WI7wn">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyBL_U0Z8xRit7LePjEyFBz3jjq5ks5ufqNogaJpZM4WI7wn.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1697 via #1808."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1697#event-1874585447"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1697#event-1874585447",
"url": "https://github.com/quicwg/base-drafts/issues/1697#event-1874585447",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Error for not receiving SETTINGS frame as the first frame on a control stream (#1697)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1697#event-1874585447"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 371440679\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baeabe8383df_47f3fdfacad45b41658ab--


From nobody Fri Sep 28 15:32:23 2018
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 27107129385 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 15:32:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W6AvaADNWf4a for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 15:32:10 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1FF45130DC1 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 15:32:10 -0700 (PDT)
Date: Fri, 28 Sep 2018 15:32:08 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538173929; bh=hWkpszUsSsp3EZEvZeUHfGKlVzwJYY7Utu5d8SMjlhI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BT7O9SaHpv2xpqth2J2+2FHBVULy/BNbqA1RfCfOidKsg2a77K4qPn0KASRGOAhfO vN6F9u5DYJi8ub9FYNrzo11zCT9zjcknRQxI/Y7dxz/jVO80RkNjAXoG+bXXhuQ1qZ rh1iAsI/JzhY+oAqyuezt8CREQqk+BLPxitOLY98=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab141f4dad8821009600dc0a6f61318fa59b9e05fe92cf0000000117c66de892a169ce15bcbeaf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1808/issue_event/1874585445@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1808@github.com>
References: <quicwg/base-drafts/pull/1808@github.com>
Subject: Re: [quicwg/base-drafts] Error for missing SETTINGS frame (#1808)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baeabe8d1cec_24c23faf0f8d45c0615ab"; 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/IliUdg-JGRNvfwy0Fp-7i7zt3L0>
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, 28 Sep 2018 22:32:12 -0000

----==_mimepart_5baeabe8d1cec_24c23faf0f8d45c0615ab
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1808 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/1808#event-1874585445
----==_mimepart_5baeabe8d1cec_24c23faf0f8d45c0615ab
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="364691119" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1808" href="https://github.com/quicwg/base-drafts/pull/1808">#1808</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/1808#event-1874585445">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq84hhY5KgzgyTAyls7fB4AQow5Ruks5ufqNogaJpZM4W9oEw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzab379ot_2dENgdeC1gxc4PqmdEks5ufqNogaJpZM4W9oEw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1808 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1808#event-1874585445"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1808#event-1874585445",
"url": "https://github.com/quicwg/base-drafts/pull/1808#event-1874585445",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Error for missing SETTINGS frame (#1808)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1808#event-1874585445"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385253680\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baeabe8d1cec_24c23faf0f8d45c0615ab--


From nobody Fri Sep 28 16:30:28 2018
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 A1611127332 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 16:30:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NnIriSszWzXJ for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 16:30:26 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 23F17127148 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 16:30:26 -0700 (PDT)
Date: Fri, 28 Sep 2018 16:30:21 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538177424; bh=GBt+UxsCW7oEuU4K0Z34khuqgmMFN47lzqvP0ZqyY+A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TuGDP9UDCPT+4WckTY3gbvRFRdvg8hHosd/N3MeW77QOPTXRFPGMTaO+X4RUe9Y/r O7Ov3fMXeHO1G8jtJ/Go5O46cq2xxIK0TCN2ZJdibC/FcSJ9FUHkaG752kYeYffEVk 6kpZ6RloI0JX8ZpUcLGwYrOEGxnIfEiJ+FzYtTQY=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab97af5fcef1a380b709bc3ae7f261db057910928b92cf0000000117c67b8d92a169ce1583704e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1755/c425593497@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1755@github.com>
References: <quicwg/base-drafts/pull/1755@github.com>
Subject: Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baeb98d99f5a_79193fe42ccd45c445157"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dHyDUEenc8j-9jX3taG18-8R3Ww>
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, 28 Sep 2018 23:30:28 -0000

----==_mimepart_5baeb98d99f5a_79193fe42ccd45c445157
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinduke FWIW, my view is that current VN that lets the client detect downgrade attack does not work. I have filed #1810 that explains the issue.

-- 
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/1755#issuecomment-425593497
----==_mimepart_5baeb98d99f5a_79193fe42ccd45c445157
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=24398865" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinduke">@martinduke</a> FWIW, my view is that current VN that lets the client detect downgrade attack does not work. I have filed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="364815673" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1810" href="https://github.com/quicwg/base-drafts/issues/1810">#1810</a> that explains the issue.</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/1755#issuecomment-425593497">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxYzCaML3H8VoR0rvCw-sNRwvlyrks5ufrENgaJpZM4WsOSC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwa8picGFKoUqBOEXDCXvyh4xBsUks5ufrENgaJpZM4WsOSC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #1755: @martinduke FWIW, my view is that current VN that lets the client detect downgrade attack does not work. I have filed #1810 that explains the issue."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1755#issuecomment-425593497"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-425593497",
"url": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-425593497",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Describe a new version negotiation mechanism which allows for (#1755)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1755,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1755\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1755#issuecomment-425593497"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380691586\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baeb98d99f5a_79193fe42ccd45c445157--


From nobody Fri Sep 28 16:37:01 2018
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 60735129C6B for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 16:36:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2v-sa1otxJBn for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 16:36:57 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 372E8129C6A for <quic-issues@ietf.org>; Fri, 28 Sep 2018 16:36:57 -0700 (PDT)
Date: Fri, 28 Sep 2018 16:36:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538177816; bh=QUH9QMOux2KazCB8L1/JLcy95MvSmStVBg9CMBJuXDM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=D4Bdb6alZ8LHBfrO7Zp/Q6Gi9Sceqd4F1YqsRwfxlpqSuzf3lG9IyaIwgC+hEFObG 7tsIi0iYnDrtUHqp3dgc6/8NJw83CtH0Y7E2kag2gr4eq4VdhB4SviTBWdC9aAP/YA HzHbShoLU7aWtyFoKU+9IUZdOPHRk8iurCcP1RwY=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd0b528e0be1e40d1ae285ad32aea9ce9562ed5c492cf0000000117c67d1892a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425594324@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baebb1816ba9_4f243ff281ed45b410804e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/mcUC1SvpmSbp8NoWSplsY3G5HIE>
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, 28 Sep 2018 23:36:59 -0000

----==_mimepart_5baebb1816ba9_4f243ff281ed45b410804e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks Yeah. Assuming that we have a rough consensus to ignore the value, I think that we could for example state that an endpoint MUST send an RST_STREAM frame with an error code of zero when resetting a stream in response to a STOP_SENDING frame, however that does not restrict application binging for using that error code for other purposes because the peers that send STOP_SENDING is not expected to use the error code in any ways.

I think that stating as such has two benefits: 1) no change at the wire-level 2) we have a well-defined behavior (as @MikeBishop suggested).

-- 
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/1804#issuecomment-425594324
----==_mimepart_5baebb1816ba9_4f243ff281ed45b410804e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D20663557" data-octo-click=3D"hovercard-link-=
click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com=
/nibanks">@nibanks</a> Yeah. Assuming that we have a rough consensus to i=
gnore the value, I think that we could for example state that an endpoint=
 MUST send an RST_STREAM frame with an error code of zero when resetting =
a stream in response to a STOP_SENDING frame, however that does not restr=
ict application binging for using that error code for other purposes beca=
use the peers that send STOP_SENDING is not expected to use the error cod=
e in any ways.</p>
<p>I think that stating as such has two benefits: 1) no change at the wir=
e-level 2) we have a well-defined behavior (as <a class=3D"user-mention" =
data-hovercard-type=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D=
4273797" data-octo-click=3D"hovercard-link-click" data-octo-dimensions=3D=
"link_type:self" href=3D"https://github.com/MikeBishop">@MikeBishop</a> s=
uggested).</p>

<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/1804#issuecomment-425594324">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9hj=
GWm6HvH5QxgMf4v--9yeivo3ks5ufrKYgaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq6HF7wBuJmxHjN9URXqsyTn6=
DUqzks5ufrKYgaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1804: @nibanks Yeah. Assuming that we have a rough consensus to ig=
nore the value, I think that we could for example state that an endpoint =
MUST send an RST_STREAM frame with an error code of zero when resetting a=
 stream in response to a STOP_SENDING frame, however that does not restri=
ct application binging for using that error code for other purposes becau=
se the peers that send STOP_SENDING is not expected to use the error code=
 in any ways.\r\n\r\nI think that stating as such has two benefits: 1) no=
 change at the wire-level 2) we have a well-defined behavior (as @MikeBis=
hop suggested)."}],"action":{"name":"View Issue","url":"https://github.co=
m/quicwg/base-drafts/issues/1804#issuecomment-425594324"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-425594324",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5594324",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5594324"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5baebb1816ba9_4f243ff281ed45b410804e--


From nobody Fri Sep 28 19:56:06 2018
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 90C72130DC6 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 19:56:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 M11WA7RuGMsc for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 19:56:03 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A97DB128B14 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 19:56:03 -0700 (PDT)
Date: Fri, 28 Sep 2018 19:56:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538189762; bh=qHN+IQu5W2yj0VjbpEw2VnK/eWszdl4rsKF/FCe819E=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=PpNg6SYg0lrTgNU2G8KO92t4fv7skEni28BlQQozWuHrEByDcsVTt8UTYCPpsXe6O p6G/sH+hgah/glWPwnajVP8cb81nltYpFyNxiGWlpDEySmF+Vu1kawK3mqGzpWjXx4 FTGY0l9o1uSzo0v5tUS/XMWOccQxSK+DVqYag3fE=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0f2b6f65b0e8984e5437b39d986b357e6b87299192cf0000000117c6abc292a169ce15c2d3f7@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1813@github.com>
Subject: [quicwg/base-drafts] QUIC_FLOW_CONTROL_RECEIVED_TOO_MUCH_DATA isn't defined anywhere (#1813)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baee9c25db14_44e73fdbce2d45bc3246d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rpaulo
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/aX0CbB8rg33y7eWNpw5KsUeD0KA>
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, 29 Sep 2018 02:56:06 -0000

----==_mimepart_5baee9c25db14_44e73fdbce2d45bc3246d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

We probably just want to use FLOW_CONTROL_ERROR and let the implementations specify a better reason if they want to.

-- 
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/1813
----==_mimepart_5baee9c25db14_44e73fdbce2d45bc3246d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>We probably just want to use FLOW_CONTROL_ERROR and let the implementations specify a better reason if they want to.</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/1813">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2vCjRxynbyKGZlofD3Vmgvai84bks5ufuFCgaJpZM4XASn3">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4NuqHQJm7lyNBbXM65TKpVGCCoQks5ufuFCgaJpZM4XASn3.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"QUIC_FLOW_CONTROL_RECEIVED_TOO_MUCH_DATA isn't defined anywhere (#1813)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1813"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1813",
"url": "https://github.com/quicwg/base-drafts/issues/1813",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "QUIC_FLOW_CONTROL_RECEIVED_TOO_MUCH_DATA isn't defined anywhere (#1813)",
"sections": [
{
"text": "",
"activityTitle": "**Rui Paulo**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@rpaulo",
"facts": [
{
"name": "Repository: ",
"value": "quicwg/base-drafts"
},
{
"name": "Issue #: ",
"value": 1813
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1813,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1813\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1813"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385952247\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baee9c25db14_44e73fdbce2d45bc3246d--


From nobody Fri Sep 28 23:52:16 2018
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 780D1130DDE for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 23:52:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 i5qUu5G0JIwL for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 23:52:12 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6186A126CC7 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 23:52:12 -0700 (PDT)
Date: Fri, 28 Sep 2018 23:52:11 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538203931; bh=4Q9uR8uAeT+tJOWcOON3CLMtwxNKSCLkYOtoBas4P9g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=N9TG442j7BqyA4SWzFFlf5XyBu7PBazJXI3I+tb3cllt6QqXKViQGT9bEuozQmRN8 hPecWfIlAeoKtcSPAIWMNo2fYyAbxRKn98CFzBJ/tG+9GFxA0+9rHPx3uaHqNqJy1c wzpoq6uwwjpxq3tWxYHAeoD6BCJW3AoceevpZ2+I=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd9032b11fdc2de143666c317f564becae25c162c92cf0000000117c6e31b92a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425621686@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baf211b269e9_1dc93f8abacd45b86310c7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/Y9RLx-_acq7JJkVDZwVWbDTXpK4>
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, 29 Sep 2018 06:52:15 -0000

----==_mimepart_5baf211b269e9_1dc93f8abacd45b86310c7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Okay, en esoteric example, but

what if there was another error before STOP_SENDING was received and, even if STOP_SENDING means loss of interest, it might not be without interest that something went wrong earlier. For example STOP_SENDING could mean: thanks, I now have enough audio samples for my AI to decide that the dog is barking, or not, but it still wants to know if the entire decision should be cancelled for some reason.

-- 
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/1804#issuecomment-425621686
----==_mimepart_5baf211b269e9_1dc93f8abacd45b86310c7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Okay, en esoteric example, but</p>
<p>what if there was another error before STOP_SENDING was received and, =
even if STOP_SENDING means loss of interest, it might not be without inte=
rest that something went wrong earlier. For example STOP_SENDING could me=
an: thanks, I now have enough audio samples for my AI to decide that the =
dog is barking, or not, but it still wants to know if the entire decision=
 should be cancelled for some reason.</p>

<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/1804#issuecomment-425621686">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7XH=
QMIPcOJezz4NxEOBeK76LX1cks5ufxibgaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8Zdv2WNERsE5xJVdywYIvrq=
5Waqks5ufxibgaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikk=
elfj in #1804: Okay, en esoteric example, but\r\n\r\nwhat if there was an=
other error before STOP_SENDING was received and, even if STOP_SENDING me=
ans loss of interest, it might not be without interest that something wen=
t wrong earlier. For example STOP_SENDING could mean: thanks, I now have =
enough audio samples for my AI to decide that the dog is barking, or not,=
 but it still wants to know if the entire decision should be cancelled fo=
r some reason."}],"action":{"name":"View Issue","url":"https://github.com=
/quicwg/base-drafts/issues/1804#issuecomment-425621686"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-425621686",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5621686",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5621686"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5baf211b269e9_1dc93f8abacd45b86310c7--


From nobody Fri Sep 28 23:58:24 2018
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 4C5B8126CC7 for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 23:58:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 TxTv9SDEwgED for <quic-issues@ietfa.amsl.com>; Fri, 28 Sep 2018 23:58:21 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7D7E6130DE6 for <quic-issues@ietf.org>; Fri, 28 Sep 2018 23:58:21 -0700 (PDT)
Date: Fri, 28 Sep 2018 23:58:20 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538204300; bh=Qyk5pfOEt71pQQnwa50UNLB6pmtwaVNAO7Gj6JzHKT0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=y4XIUsHfvPxrosvvXBSOofTHfIdNh314KjQdq+AVLaoDUntWQqmZBVJqR/WHjesgl W568hCuYnY8OmlUFmwVKFjgAsg3wh3bjOHPmCM6Z8KK71i0gLcoTQmNo0wrD01sfUh +Ho6F9ei8mWYfVfD8K1t+QlMzb6H6CU2fPdP9OR4=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf432a5abec17c707d45bbb265e8f2712bb5697ef92cf0000000117c6e48c92a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425622104@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baf228c611e6_73593f7ef2cd45b43712a5"; 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/gsOLn7IyVyJe3V3XenHXrJXUPgw>
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, 29 Sep 2018 06:58:23 -0000

----==_mimepart_5baf228c611e6_73593f7ef2cd45b43712a5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Not that esoteric, actually.  The HTTP equivalent would be the server deciding it doesn't need to see the end of the request body around the same time the client decides it doesn't need to see the response.  The answer is that the client needs not only to RST_STREAM the request, but also STOP_SENDING on the response.

-- 
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/1804#issuecomment-425622104
----==_mimepart_5baf228c611e6_73593f7ef2cd45b43712a5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Not that esoteric, actually.  The HTTP equivalent would be the server =
deciding it doesn't need to see the end of the request body around the sa=
me time the client decides it doesn't need to see the response.  The answ=
er is that the client needs not only to RST_STREAM the request, but also =
STOP_SENDING on the response.</p>

<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/1804#issuecomment-425622104">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyiG=
H--29n30CCC-WFyAHqof1ZTiks5ufxoMgaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq35xYw4dPxNXLLDAGhR1aXp4=
6A8Nks5ufxoMgaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Mike=
Bishop in #1804: Not that esoteric, actually.  The HTTP equivalent would =
be the server deciding it doesn't need to see the end of the request body=
 around the same time the client decides it doesn't need to see the respo=
nse.  The answer is that the client needs not only to RST_STREAM the requ=
est, but also STOP_SENDING on the response."}],"action":{"name":"View Iss=
ue","url":"https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-425622104"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-425622104",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5622104",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5622104"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5baf228c611e6_73593f7ef2cd45b43712a5--


From nobody Sat Sep 29 00:02:31 2018
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 5AE7A130E23 for <quic-issues@ietfa.amsl.com>; Sat, 29 Sep 2018 00:02:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 xEDcZTjIDQk3 for <quic-issues@ietfa.amsl.com>; Sat, 29 Sep 2018 00:02:28 -0700 (PDT)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 519E1130DE6 for <quic-issues@ietf.org>; Sat, 29 Sep 2018 00:02:28 -0700 (PDT)
Date: Sat, 29 Sep 2018 00:02:25 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538204545; bh=vtv/HBpS92FmrrCDDW9x4gUQ3hCOpplAwj7oTJu3qN4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=N6k93eXLRsdJf1VBrK5AkMiQ2u6nFd2Y7I/zcQLVWABFGYRV9/YI/HPgr6s4Tnjpb mKVhwJc9exnfGMAdjYOrG7AfoqYQTJ5+EsuDGPr0kPcsaZud9kZAS9WhQ67ZQtgWAF W5TD6ZIaymgqWO0cJmlIj7ml/wcFoGrw3cjI1PnQ=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb672190a7749bcdae8797d260035c1e1f47a767892cf0000000117c6e58192a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425622313@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baf23816f830_1da53f8abacd45b829804c"; 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/SqkNcVWrMK-jJpY4ZJ0Y0bgLaCo>
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, 29 Sep 2018 07:02:30 -0000

----==_mimepart_5baf23816f830_1da53f8abacd45b829804c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho, that's a good clarification.  I don't particularly see it as a problem that applications can *also* use the error code used for STOPPING, but it's oddly structured that the transport MUST send a value chosen out of a range whose semantics it cannot know.  (Even if, yes, that value is basically only ever going to be seen by debug logs.)  If we required 0 to be NO_ERROR for all application protocols and specified that was the error code sent in response to a STOP_SENDING, would that address the concern?

-- 
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/1804#issuecomment-425622313
----==_mimepart_5baf23816f830_1da53f8abacd45b829804c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D41567" data-octo-click=3D"hovercard-link-cli=
ck" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/ka=
zuho">@kazuho</a>, that's a good clarification.  I don't particularly see=
 it as a problem that applications can <em>also</em> use the error code u=
sed for STOPPING, but it's oddly structured that the transport MUST send =
a value chosen out of a range whose semantics it cannot know.  (Even if, =
yes, that value is basically only ever going to be seen by debug logs.)  =
If we required 0 to be NO_ERROR for all application protocols and specifi=
ed that was the error code sent in response to a STOP_SENDING, would that=
 address the concern?</p>

<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/1804#issuecomment-425622313">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0Pr=
bzynSDXXpr4wc6dYRu_PY_Idks5ufxsBgaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4lj4pslps4eQHwnM7bpQmAq=
NaCTks5ufxsBgaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Mike=
Bishop in #1804: @kazuho, that's a good clarification.  I don't particula=
rly see it as a problem that applications can *also* use the error code u=
sed for STOPPING, but it's oddly structured that the transport MUST send =
a value chosen out of a range whose semantics it cannot know.  (Even if, =
yes, that value is basically only ever going to be seen by debug logs.)  =
If we required 0 to be NO_ERROR for all application protocols and specifi=
ed that was the error code sent in response to a STOP_SENDING, would that=
 address the concern?"}],"action":{"name":"View Issue","url":"https://git=
hub.com/quicwg/base-drafts/issues/1804#issuecomment-425622313"}}}</script=
>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-425622313",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5622313",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Mike Bishop**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@MikeBishop",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5622313"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5baf23816f830_1da53f8abacd45b829804c--


From nobody Sat Sep 29 00:03:34 2018
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 B7D9D130E23 for <quic-issues@ietfa.amsl.com>; Sat, 29 Sep 2018 00:03:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 6vyM3l2T_ahY for <quic-issues@ietfa.amsl.com>; Sat, 29 Sep 2018 00:03:30 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F33C4130DE6 for <quic-issues@ietf.org>; Sat, 29 Sep 2018 00:03:29 -0700 (PDT)
Date: Sat, 29 Sep 2018 00:03:28 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538204608; bh=+BxqKsZlQMcvmDM0eJ1ixgIfg5UOAf3VfZJrfiCcyAU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IWqGxeaAf6P8DPcaqb8KO0AVUgVtmf2WUb9ibdSk2FDYfEwir7hq+yS2wlG2WWyke bHUrW5zU2H07lYklsmcYR3yVP3AVjkuWdWR8m8WmQFSwxujp3GXSAOJLhe+hFQE9jZ 7raIGapXCN8U2dPp/EFeu6rNkq+4sH5yDgGxaP/o=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1dcd87b02a6bdff38e62be55a555e0340b9d0f1a92cf0000000117c6e5c092a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425622353@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baf23c0e90a3_6d1d3fedd9ed45c0247446"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/EOT6DDkbGNC5uje0P24shZAEGH4>
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, 29 Sep 2018 07:03:32 -0000

----==_mimepart_5baf23c0e90a3_6d1d3fedd9ed45c0247446
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Alternatively STOP_SENDING could include the error code it wishes to receive.

-- 
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/1804#issuecomment-425622353
----==_mimepart_5baf23c0e90a3_6d1d3fedd9ed45c0247446
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Alternatively STOP_SENDING could include the error code it wishes to receive.</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/1804#issuecomment-425622353">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1tWln9yjfZA44mQO9zQ9sb3eUinks5ufxtAgaJpZM4W6IGT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzfyR_cXnS-JJD6MvBKQw8htLRE5ks5ufxtAgaJpZM4W6IGT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #1804: Alternatively STOP_SENDING could include the error code it wishes to receive."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425622353"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425622353",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425622353",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**MikkelFJ**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mikkelfj",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-425622353"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384336275\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baf23c0e90a3_6d1d3fedd9ed45c0247446--


From nobody Sat Sep 29 01:51:59 2018
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 92382130DFB for <quic-issues@ietfa.amsl.com>; Sat, 29 Sep 2018 01:51:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 mPZCsnDXurib for <quic-issues@ietfa.amsl.com>; Sat, 29 Sep 2018 01:51:55 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B3D44126BED for <quic-issues@ietf.org>; Sat, 29 Sep 2018 01:51:55 -0700 (PDT)
Date: Sat, 29 Sep 2018 01:51:54 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538211114; bh=5qOpuAyNACBUlOhyBa0IzclXBvKYwOIVaS9Dw9cONME=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sVykpKC6GmuvTtVSXzab28obSUeyvHzHQv1aFdM1iJW7AesHLiklLCMsXVfgBM8lZ w3c8zLduSZjaYC/ZT7Vrb5AzncPlujKLkMHz5zhFtr3y46yhfQp+BfJJA+CxYiqmES V9FzIPyiBUCOVCgSZFNOVyZKc37PFZotFwTalhMw=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab50617377b1766c8c0006b8b9a60cae36c7c14d0c92cf0000000117c6ff2a92a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425628690@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baf3d2a66543_215f3f95d1ad45c0305310"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ISX90speDiim-F4-kvk6PrDqisk>
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, 29 Sep 2018 08:51:58 -0000

----==_mimepart_5baf3d2a66543_215f3f95d1ad45c0305310
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop 
> If we required 0 to be NO_ERROR for all application protocols and specified that was the error code sent in response to a STOP_SENDING, would that address the concern?

No opposition from me. The existence of an RST_STREAM frame indicating NO_ERROR makes me a bit sad, because then we cannot use the 16-bit space to indicate both ordinary close (via FIN) _and_ a reset. But that is the same with the other approach (that requires all the QUIC stacks to ignore RST_STREAM after sending STOP_SENDING).

-- 
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/1804#issuecomment-425628690
----==_mimepart_5baf3d2a66543_215f3f95d1ad45c0305310
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D4273797" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
MikeBishop">@MikeBishop</a></p>
<blockquote>
<p>If we required 0 to be NO_ERROR for all application protocols and spec=
ified that was the error code sent in response to a STOP_SENDING, would t=
hat address the concern?</p>
</blockquote>
<p>No opposition from me. The existence of an RST_STREAM frame indicating=
 NO_ERROR makes me a bit sad, because then we cannot use the 16-bit space=
 to indicate both ordinary close (via FIN) <em>and</em> a reset. But that=
 is the same with the other approach (that requires all the QUIC stacks t=
o ignore RST_STREAM after sending STOP_SENDING).</p>

<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/1804#issuecomment-425628690">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4Ae=
mLak3-atkMMpEuqVvWH8dht4ks5ufzSqgaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3Hf4392bitXIhXGV3HgNasb=
tf_Oks5ufzSqgaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1804: @MikeBishop \r\n\u003e If we required 0 to be NO_ERROR for a=
ll application protocols and specified that was the error code sent in re=
sponse to a STOP_SENDING, would that address the concern?\r\n\r\nNo oppos=
ition from me. The existence of an RST_STREAM frame indicating NO_ERROR m=
akes me a bit sad, because then we cannot use the 16-bit space to indicat=
e both ordinary close (via FIN) _and_ a reset. But that is the same with =
the other approach (that requires all the QUIC stacks to ignore RST_STREA=
M after sending STOP_SENDING)."}],"action":{"name":"View Issue","url":"ht=
tps://github.com/quicwg/base-drafts/issues/1804#issuecomment-425628690"}}=
}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-425628690",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5628690",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5628690"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5baf3d2a66543_215f3f95d1ad45c0305310--


From nobody Sat Sep 29 10:38:10 2018
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 E8D86130DCB for <quic-issues@ietfa.amsl.com>; Sat, 29 Sep 2018 10:38:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 ykHOMILj0UU6 for <quic-issues@ietfa.amsl.com>; Sat, 29 Sep 2018 10:38:06 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 909101286D9 for <quic-issues@ietf.org>; Sat, 29 Sep 2018 10:38:06 -0700 (PDT)
Date: Sat, 29 Sep 2018 10:38:05 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538242685; bh=3+2tDaYyn7NbFBBgTN01ppPJKvGdiHan1k6icWFadso=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=We1CKKxVUdlnUgoQNQUhD9xHF2H5YcPleTyGmVY/3j2D7mrHFjqFOO+F/o/kHd0KP E3QAIb6+NtAu/5201Grqru7FtPciLnHn/j1J+Sbtnm70WTqUcIxd1fylX39QPVIrBF W6apcYbqzI66vc1D5KdBVwMkdwfQpx5YNRffAvew=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd6f6cc6b02e394da8fb88c6ba58747f9ce3b59a692cf0000000117c77a7d92a169ce14620d9d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1575/425662595@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1575@github.com>
References: <quicwg/base-drafts/issues/1575@github.com>
Subject: Re: [quicwg/base-drafts] Consider simplifying Packet Number Encryption (#1575)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bafb87d454c3_71f53fb14dcd45b81586fe"; 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/L1fZJiUnoNFWhVxljZnR5U4eKSg>
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, 29 Sep 2018 17:38:09 -0000

----==_mimepart_5bafb87d454c3_71f53fb14dcd45b81586fe
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think requiring 3 octets of frames is more restrictive that we need to be. I would prefer saying that QUIC packets MUST verify `length(packet number) + length(payload) >= 4`, and if implementors want to do that by always ensuring 3 bytes of frames that's fine.

I meant that we XOR over the payload if the packet number length is < 4. When we're encrypting the PN, I'm not sure the distinction between PN and payload is relevant - there's nothing wrong with changing the start of the payload in my mind. And it simplifies the implementation.

But we can put this on hold until we've landed on what the PN encoding looks like.

-- 
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/1575#issuecomment-425662595
----==_mimepart_5bafb87d454c3_71f53fb14dcd45b81586fe
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think requiring 3 octets of frames is more restrictive that we need =
to be. I would prefer saying that QUIC packets MUST verify <code>length(p=
acket number) + length(payload) &gt;=3D 4</code>, and if implementors wan=
t to do that by always ensuring 3 bytes of frames that's fine.</p>
<p>I meant that we XOR over the payload if the packet number length is &l=
t; 4. When we're encrypting the PN, I'm not sure the distinction between =
PN and payload is relevant - there's nothing wrong with changing the star=
t of the payload in my mind. And it simplifies the implementation.</p>
<p>But we can put this on hold until we've landed on what the PN encoding=
 looks like.</p>

<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/1575#issuecomment-425662595">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq81-=
BtAH5RmhPYdQSuh0_Yh92kNuks5uf6_9gaJpZM4VTEWJ">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq6tCTIgUBasgMXav7DVPUweu=
4dZAks5uf6_9gaJpZM4VTEWJ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Davi=
dSchinazi in #1575: I think requiring 3 octets of frames is more restrict=
ive that we need to be. I would prefer saying that QUIC packets MUST veri=
fy `length(packet number) + length(payload) \u003e=3D 4`, and if implemen=
tors want to do that by always ensuring 3 bytes of frames that's fine.\r\=
n\r\nI meant that we XOR over the payload if the packet number length is =
\u003c 4. When we're encrypting the PN, I'm not sure the distinction betw=
een PN and payload is relevant - there's nothing wrong with changing the =
start of the payload in my mind. And it simplifies the implementation.\r\=
n\r\nBut we can put this on hold until we've landed on what the PN encodi=
ng looks like."}],"action":{"name":"View Issue","url":"https://github.com=
/quicwg/base-drafts/issues/1575#issuecomment-425662595"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1575#issuecomment=
-425662595",
"url": "https://github.com/quicwg/base-drafts/issues/1575#issuecomment-42=
5662595",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Consider simplifying Packet Number Enc=
ryption (#1575)",
"sections": [
{
"text": "",
"activityTitle": "**David Schinazi**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@DavidSchinazi",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1575,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1575\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1575#issuecomment-42=
5662595"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3573200=
73\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bafb87d454c3_71f53fb14dcd45b81586fe--


From nobody Sat Sep 29 10:44:10 2018
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 DA57E130E46 for <quic-issues@ietfa.amsl.com>; Sat, 29 Sep 2018 10:44:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 NIcjg--3x7Qw for <quic-issues@ietfa.amsl.com>; Sat, 29 Sep 2018 10:44:06 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EFFA0130DCD for <quic-issues@ietf.org>; Sat, 29 Sep 2018 10:44:05 -0700 (PDT)
Date: Sat, 29 Sep 2018 10:44:04 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538243044; bh=bvw2C3IBka/JXkuqkY83SGGx96rJdiY8gauDSrS/YXs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yQaaSa2tSXMPjABIDAldlKYa+TAsF/ud460KLgFVPcxYg02vvpnDcPSnL7rFngYxI VeDZsiJze9aAoRKmmmXJ+WHSD26yu6gFaPixpBjNfDDXoxrlQe8ni6xu/bCfDXyUUX YBwdUMqo01TCeCnDtKBxdUT04KaQhbTumxjQ2KcY=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb141378e6a093b464a8da1a0fa6eebcdbd73103e92cf0000000117c77be492a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425663044@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bafb9e4e34c9_1e7c3ff6020d45c01171bf"; 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/-bBDKBtKgIkEWU3EpLazcF-vK3I>
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, 29 Sep 2018 17:44:08 -0000

----==_mimepart_5bafb9e4e34c9_1e7c3ff6020d45c01171bf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Personally, I like that graceful and abortive stream closure are separate concepts. To me, it makes them more explicitly different, so they can't get confused.

As far as what to put in the RST_STREAM (sent in response to a STOP_SENDING), I am fine with saying always set error code to 0 OR saying that the any value may be used and the receiver should ignore the value if it sent a STOP_SENDING. If I could choose, I'd prefer the latter.

-- 
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/1804#issuecomment-425663044
----==_mimepart_5bafb9e4e34c9_1e7c3ff6020d45c01171bf
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Personally, I like that graceful and abortive stream closure are separ=
ate concepts. To me, it makes them more explicitly different, so they can=
't get confused.</p>
<p>As far as what to put in the RST_STREAM (sent in response to a STOP_SE=
NDING), I am fine with saying always set error code to 0 OR saying that t=
he any value may be used and the receiver should ignore the value if it s=
ent a STOP_SENDING. If I could choose, I'd prefer the latter.</p>

<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/1804#issuecomment-425663044">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0D7=
TmokidtR5PR5Y6PwWbeHuEXcks5uf7FkgaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqyqsEiUtEI7DYZJjVir_nbi4=
Er8Bks5uf7FkgaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@niba=
nks in #1804: Personally, I like that graceful and abortive stream closur=
e are separate concepts. To me, it makes them more explicitly different, =
so they can't get confused.\r\n\r\nAs far as what to put in the RST_STREA=
M (sent in response to a STOP_SENDING), I am fine with saying always set =
error code to 0 OR saying that the any value may be used and the receiver=
 should ignore the value if it sent a STOP_SENDING. If I could choose, I'=
d prefer the latter."}],"action":{"name":"View Issue","url":"https://gith=
ub.com/quicwg/base-drafts/issues/1804#issuecomment-425663044"}}}</script>=

<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-425663044",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5663044",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Nick Banks**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@nibanks",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5663044"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bafb9e4e34c9_1e7c3ff6020d45c01171bf--


From nobody Sat Sep 29 14:41:42 2018
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 F0EEC130E64 for <quic-issues@ietfa.amsl.com>; Sat, 29 Sep 2018 14:41:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 QfHUYTzgxijY for <quic-issues@ietfa.amsl.com>; Sat, 29 Sep 2018 14:41:38 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AF0F8130E35 for <quic-issues@ietf.org>; Sat, 29 Sep 2018 14:41:38 -0700 (PDT)
Date: Sat, 29 Sep 2018 14:41:36 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538257296; bh=ByTfZqnKJNYFJPmUywUWpWrGRsappWOMMvK7o77hZXU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uz1/Oy1ndvB/bGC7hB5KtyazZJTN7oMjFViDYFGQ23zHCGaPDf+mhZUs/DFrZ3mX1 xtz7m9IuXO9PE/W3RRLO+ulvbFmaqGqC0xroL+eMmImpg6n+kP+lAL0UD+eShnfNdF hA6Z1BdAasgZwyZsaLM5sHDqbk9GoarfxCSWZhFo=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab27d6784211b80ccacc477d5ffad3ca24171fed4192cf0000000117c7b39092a169ce15bedb09@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1811/c425677378@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1811@github.com>
References: <quicwg/base-drafts/pull/1811@github.com>
Subject: Re: [quicwg/base-drafts] Extension frames and congestion/flow control (#1811)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baff19031724_1afa3f9a7b8d45b47711c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rpaulo
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/kyLTKdNIeRpPtK4NxlDcLWBfO_w>
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, 29 Sep 2018 21:41:41 -0000

----==_mimepart_5baff19031724_1afa3f9a7b8d45b47711c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The requirement that it MUST be ACK'ed seems too strong.  Doesn't that prevent us from doing a completely unreliable stream?  I am aware that the current DATAGRAM proposals require ACKs but I don't agree with this PR.

-- 
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/1811#issuecomment-425677378
----==_mimepart_5baff19031724_1afa3f9a7b8d45b47711c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The requirement that it MUST be ACK'ed seems too strong.  Doesn't that prevent us from doing a completely unreliable stream?  I am aware that the current DATAGRAM proposals require ACKs but I don't agree with this PR.</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/1811#issuecomment-425677378">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2KxXchzIgryo6PKXg15G1d1GvdWks5uf-kQgaJpZM4W-Pgs">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9sovKWl4w5G0tUOi-Bpct0mHgoOks5uf-kQgaJpZM4W-Pgs.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@rpaulo in #1811: The requirement that it MUST be ACK'ed seems too strong.  Doesn't that prevent us from doing a completely unreliable stream?  I am aware that the current DATAGRAM proposals require ACKs but I don't agree with this PR."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1811#issuecomment-425677378"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1811#issuecomment-425677378",
"url": "https://github.com/quicwg/base-drafts/pull/1811#issuecomment-425677378",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Extension frames and congestion/flow control (#1811)",
"sections": [
{
"text": "",
"activityTitle": "**Rui Paulo**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@rpaulo",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1811,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1811#issuecomment-425677378"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385415212\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baff19031724_1afa3f9a7b8d45b47711c--


From nobody Sat Sep 29 14:45:21 2018
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 74E3012785F for <quic-issues@ietfa.amsl.com>; Sat, 29 Sep 2018 14:45:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 0zrz9FiaYvGJ for <quic-issues@ietfa.amsl.com>; Sat, 29 Sep 2018 14:45:17 -0700 (PDT)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A4C68127333 for <quic-issues@ietf.org>; Sat, 29 Sep 2018 14:45:17 -0700 (PDT)
Date: Sat, 29 Sep 2018 14:45:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538257516; bh=oJHIs+Ydy4fZ7PpGv6WLVIL6WndP4KoggH59aaT0QBI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZKE9QJd9go3zkhG4MRU6pK6My+5levImevKWJgmRs3hEgJMknZXcRXA5qUvtfenUR ZOxujf9ne3soTE6/KA1fvhG/MPFsOiAyy16SzLkaN6RIMVEYvpptCrZWawAHeZiywj E5Qa0R1NUYUgL2pRrJ6j0zQTWlozfuTqviNLyOCE=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6508f4e788a197628fa054c31f64b8dcaea3db7e92cf0000000117c7b46c92a169ce15ac2c4e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1796/c425677536@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1796@github.com>
References: <quicwg/base-drafts/pull/1796@github.com>
Subject: Re: [quicwg/base-drafts] Ack Delay and TLP (#1796)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5baff26c73f81_45403fab500d45b8257871"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rpaulo
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/p3oChocdsGSjvR5KQe2yuTPrGw4>
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, 29 Sep 2018 21:45:19 -0000

----==_mimepart_5baff26c73f81_45403fab500d45b8257871
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Probably unrelated to this PR but should kMaxDatagramSize really be a constant?  If a sender has performed PMTUD then it could be higher or lower.  If we change it to a non-constant then it would also take into account max_packet_size from the TPs.

-- 
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/1796#issuecomment-425677536
----==_mimepart_5baff26c73f81_45403fab500d45b8257871
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Probably unrelated to this PR but should kMaxDatagramSize really be a constant?  If a sender has performed PMTUD then it could be higher or lower.  If we change it to a non-constant then it would also take into account max_packet_size from the TPs.</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/1796#issuecomment-425677536">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9l1gO-dJjqgxioNGvX48I6NEuZoks5uf-nsgaJpZM4W4vxd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx9HogPfSUNzuWfU__UfO7ET8Dtrks5uf-nsgaJpZM4W4vxd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@rpaulo in #1796: Probably unrelated to this PR but should kMaxDatagramSize really be a constant?  If a sender has performed PMTUD then it could be higher or lower.  If we change it to a non-constant then it would also take into account max_packet_size from the TPs."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1796#issuecomment-425677536"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1796#issuecomment-425677536",
"url": "https://github.com/quicwg/base-drafts/pull/1796#issuecomment-425677536",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Ack Delay and TLP (#1796)",
"sections": [
{
"text": "",
"activityTitle": "**Rui Paulo**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@rpaulo",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1796,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1796\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1796#issuecomment-425677536"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383974493\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5baff26c73f81_45403fab500d45b8257871--


From nobody Sun Sep 30 02:24:40 2018
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 998E5130DE2 for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 02:24:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SLXzbOl_mCYI for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 02:24:36 -0700 (PDT)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 61C37130DFA for <quic-issues@ietf.org>; Sun, 30 Sep 2018 02:24:35 -0700 (PDT)
Date: Sun, 30 Sep 2018 02:24:34 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538299474; bh=VUDcud2soHKh3s1XUYjSUM3ymecVSOBRwhsOxkD4/hE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zVP7pxbtg6/iTzkbjBDMoJMriNWVSJPRZPNuKQNnzHat8y1FlbiZywPQbKYvDdyPE T8sS/C37HywW62nXkqUICETPgs4DMB2xPqyO3kWJyTSfxvElO6DvkRWW6yT8a57zC+ b9p0Z44Z08JqEZNxwOrov2+kw23gUmIyNSPUzgow=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd08a5a075202d17eeb11a95e4fffaec6cb284eba92cf0000000117c8585292a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425707186@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bb096526b722_38f63f9450ad45c0720399"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/a316XNMY3pHveoEMTrYu6yxXIkU>
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: Sun, 30 Sep 2018 09:24:39 -0000

----==_mimepart_5bb096526b722_38f63f9450ad45c0720399
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinduke My point is that it is IMO meaningless to have a rule specific to processing  aCONNECTION_CLOSE frame when any other frame (or a malformed payload) can cause the handshake to fail.

OTOH, I am not against clarifying how an endpoint should send CONNECTION_CLOSE during the handshake. In fact, it is essential, because we allow the peer to drop it's keys at it's own discretion. Unless we describe the correct way of sending a CONNECTION_CLOSE frame, the peer might fail to decode the packet that contains CONNECTION_CLOSE.

Having that said, the most straightforward rule for sending CONNECTION_CLOSE would be to send the frame in *all* epochs for which the endpoint possesses the write keys. This is basically the contraposition of the receiver being allowed to drop the read keys at any point.

-- 
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/1786#issuecomment-425707186
----==_mimepart_5bb096526b722_38f63f9450ad45c0720399
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D24398865" data-octo-click=3D"hovercard-link-=
click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com=
/martinduke">@martinduke</a> My point is that it is IMO meaningless to ha=
ve a rule specific to processing  aCONNECTION_CLOSE frame when any other =
frame (or a malformed payload) can cause the handshake to fail.</p>
<p>OTOH, I am not against clarifying how an endpoint should send CONNECTI=
ON_CLOSE during the handshake. In fact, it is essential, because we allow=
 the peer to drop it's keys at it's own discretion. Unless we describe th=
e correct way of sending a CONNECTION_CLOSE frame, the peer might fail to=
 decode the packet that contains CONNECTION_CLOSE.</p>
<p>Having that said, the most straightforward rule for sending CONNECTION=
_CLOSE would be to send the frame in <em>all</em> epochs for which the en=
dpoint possesses the write keys. This is basically the contraposition of =
the receiver being allowed to drop the read keys at any point.</p>

<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/1786#issuecomment-425707186">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxDV=
nlhKCKGqEt-6sdSH_03saRN-ks5ugI3SgaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4LnqatR4xODYS3f0ployvs8=
BUxNks5ugI3SgaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1786: @martinduke My point is that it is IMO meaningless to have a=
 rule specific to processing  aCONNECTION_CLOSE frame when any other fram=
e (or a malformed payload) can cause the handshake to fail.\r\n\r\nOTOH, =
I am not against clarifying how an endpoint should send CONNECTION_CLOSE =
during the handshake. In fact, it is essential, because we allow the peer=
 to drop it's keys at it's own discretion. Unless we describe the correct=
 way of sending a CONNECTION_CLOSE frame, the peer might fail to decode t=
he packet that contains CONNECTION_CLOSE.\r\n\r\nHaving that said, the mo=
st straightforward rule for sending CONNECTION_CLOSE would be to send the=
 frame in *all* epochs for which the endpoint possesses the write keys. T=
his is basically the contraposition of the receiver being allowed to drop=
 the read keys at any point."}],"action":{"name":"View Issue","url":"http=
s://github.com/quicwg/base-drafts/issues/1786#issuecomment-425707186"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425707186",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5707186",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5707186"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bb096526b722_38f63f9450ad45c0720399--


From nobody Sun Sep 30 04:49:00 2018
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 E1F4C130E03 for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 04:48:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A6hlIouW0EdQ for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 04:48:56 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 14396130DC9 for <quic-issues@ietf.org>; Sun, 30 Sep 2018 04:48:55 -0700 (PDT)
Date: Sun, 30 Sep 2018 04:48:53 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538308133; bh=oU29SZsdrVsHagDT+VJHMAUSOBPCv4wUppuox9or95w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sewRaoH64FdCp5WbGja2PmHZv3byUw/HW5aHplo/GlcW4/+e0XtnqVl165vpjshMw mkoBscM2kWMYoN/ib0DhoeJRJP4Pg2lnPZvOxLqspLzt2XjZKqW3md4xGFYl/N+Fd+ 8jBoZodCzR679+AJCK0r9jYXu7pufSpT1hmsxD4o=
From: Alexandre Ferrieux <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abb0ca4d9a95d0418a8257d7d5c1b8dca4b75b152092cf0000000117c87a2592a169ce15b4a7cd@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/77/c425715180@github.com>
In-Reply-To: <quicwg/wg-materials/pull/77@github.com>
References: <quicwg/wg-materials/pull/77@github.com>
Subject: Re: [quicwg/wg-materials] Update minutes.md (#77)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bb0b825e8c73_25023f95afad45c4527941"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ferrieux
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/QHLamMpklpX8Mfl1JIbf12qt01U>
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: Sun, 30 Sep 2018 11:48:58 -0000

----==_mimepart_5bb0b825e8c73_25023f95afad45c4527941
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Anything else preventing merge ?

-- 
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/wg-materials/pull/77#issuecomment-425715180
----==_mimepart_5bb0b825e8c73_25023f95afad45c4527941
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Anything else preventing merge ?</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/wg-materials/pull/77#issuecomment-425715180">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxArZ4oAf0zRQ70-v8z965d8uQqwks5ugK-lgaJpZM4W7Qwu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_vdfpZovUATpEJXC04Pn_MQNV-dks5ugK-lgaJpZM4W7Qwu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ferrieux in #77: Anything else preventing merge ?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/77#issuecomment-425715180"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/77#issuecomment-425715180",
"url": "https://github.com/quicwg/wg-materials/pull/77#issuecomment-425715180",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] Update minutes.md (#77)",
"sections": [
{
"text": "",
"activityTitle": "**Alexandre Ferrieux**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ferrieux",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 77,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 77\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/77#issuecomment-425715180"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384633902\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bb0b825e8c73_25023f95afad45c4527941--


From nobody Sun Sep 30 06:11:05 2018
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 7AE32130DD0 for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 06:11:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HdXM_B8wgX5u for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 06:11:01 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 99404130DC8 for <quic-issues@ietf.org>; Sun, 30 Sep 2018 06:11:01 -0700 (PDT)
Date: Sun, 30 Sep 2018 06:11:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538313060; bh=0pQ7mosZr9rZugvvzZ8rMe4URyBiq7dXzwD5QfeHT2k=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=I9H/MMJb/QKUk9OzolSo/7xVf6CX/paRIb1xN3V6Msq12VMKRMNDf9JjXG9VQLWko psc7u/41VajtXMLKAAfWiFRF7UaJpj31BD57pxx3lspIFBFrq/hiuWKvXknRp5gv2r Ef/q+l/oU9Nb4ex0WCVTOUCoAVJC0RnP3ENt1iN8=
From: Alexis La Goutte <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7070b9175b3cc97d8db007dfadc22889923081d292cf0000000117c88d6492a169ce15c4dea2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1814@github.com>
Subject: [quicwg/base-drafts] transport: add missing 2 new TP on IANA table (#1814)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bb0cb6448f12_33a83f9b168d45b41394994"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: alagoutte
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/RIvsm0W1Oj9GA_PW2iZEg2LapAY>
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: Sun, 30 Sep 2018 13:11:04 -0000

----==_mimepart_5bb0cb6448f12_33a83f9b168d45b41394994
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

max_ack_delay(12) and original_connection_id(13)
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1814

-- Commit Summary --

  * transport: add missing 2 new TP on IANA table

-- File Changes --

    M draft-ietf-quic-transport.md (3)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1814.patch
https://github.com/quicwg/base-drafts/pull/1814.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/1814

----==_mimepart_5bb0cb6448f12_33a83f9b168d45b41394994
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>max_ack_delay(12) and original_connection_id(13)</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/1814'>https://github.com/quicwg/base-drafts/pull/1814</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>transport: add missing 2 new TP on IANA table</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1814/files#diff-0">draft-ietf-quic-transport.md</a>
    (3)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1814.patch'>https://github.com/quicwg/base-drafts/pull/1814.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1814.diff'>https://github.com/quicwg/base-drafts/pull/1814.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/1814">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1lexY3IFmSJkmsPtk1gmTEK9UXyks5ugMLkgaJpZM4XA90t">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwmBSndveV_nQtaqOeMD_Tpy7nkkks5ugMLkgaJpZM4XA90t.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"transport: add missing 2 new TP on IANA table (#1814)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1814"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1814",
"url": "https://github.com/quicwg/base-drafts/pull/1814",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "transport: add missing 2 new TP on IANA table (#1814)",
"sections": [
{
"text": "",
"activityTitle": "**Alexis La Goutte**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@alagoutte",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "50192f9",
"value": "transport: add missing 2 new TP on IANA table"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1814/files#diff-0) (3 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1814,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1814\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1814"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1814.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1814.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 386129197\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5bb0cb6448f12_33a83f9b168d45b41394994--


From nobody Sun Sep 30 06:32:58 2018
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 5226C130DD0 for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 06:32:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d92OsNyXgR1n for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 06:32:54 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B8CED12008A for <quic-issues@ietf.org>; Sun, 30 Sep 2018 06:32:54 -0700 (PDT)
Date: Sun, 30 Sep 2018 06:32:53 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538314373; bh=Ju7BGdvk0ExPL31ZUYdx2wM6jnq0Z63Y35F3EfJTDF0=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=GvPNizD98EKzdmNP+54ys4BXWdTGdQx6Zvj4adoLAeMtOizbL/2fObmZh1x+12Iza Xpsr350tpRTaAJV5/v7GoF4vfCzMm2lGGm4TgojFM/zv8/jce9bqaOOMe36roJubQ7 slXnThdBKPmqv6mSoce6plSg4FtoL+c67/VZVTaQ=
From: Alexis La Goutte <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcea51e0dac2c8c0460dca3068f9fb9154db6fad092cf0000000117c8928592a169ce15c4e448@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1815@github.com>
Subject: [quicwg/base-drafts] transport: Initialize a changelog for draft-15 (#1815)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bb0d08597c67_e213f92872d45c0558347"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: alagoutte
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/IUyR63EuXbZJqz6vocYNAK5WZhU>
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: Sun, 30 Sep 2018 13:32:57 -0000

----==_mimepart_5bb0d08597c67_e213f92872d45c0558347
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

- Merge ACK and ACK_ECN (#1801)
- Add 2 transport parameters: max_ack_delay(12) and original_connection_id(13) (#981, #1710, #1486)
- Remove sequence field from NEW_CONNECTION_ID (#1742)
- Add RETIRE_CONNECTION_ID type (#1742)
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/1815

-- Commit Summary --

  * transport: Initialize a changelog for draft-15

-- File Changes --

    M draft-ietf-quic-transport.md (6)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/1815.patch
https://github.com/quicwg/base-drafts/pull/1815.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/1815

----==_mimepart_5bb0d08597c67_e213f92872d45c0558347
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<ul>
<li>Merge ACK and ACK_ECN (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363829535" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1801" href="https://github.com/quicwg/base-drafts/pull/1801">#1801</a>)</li>
<li>Add 2 transport parameters: max_ack_delay(12) and original_connection_id(13) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="278580242" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/981" href="https://github.com/quicwg/base-drafts/issues/981">#981</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="354574495" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1710" href="https://github.com/quicwg/base-drafts/issues/1710">#1710</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="336069048" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1486" href="https://github.com/quicwg/base-drafts/issues/1486">#1486</a>)</li>
<li>Remove sequence field from NEW_CONNECTION_ID (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="359650240" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1742" href="https://github.com/quicwg/base-drafts/pull/1742">#1742</a>)</li>
<li>Add RETIRE_CONNECTION_ID type (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="359650240" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1742" href="https://github.com/quicwg/base-drafts/pull/1742">#1742</a>)</li>
</ul>

<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/1815'>https://github.com/quicwg/base-drafts/pull/1815</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>transport: Initialize a changelog for draft-15</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/1815/files#diff-0">draft-ietf-quic-transport.md</a>
    (6)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1815.patch'>https://github.com/quicwg/base-drafts/pull/1815.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/1815.diff'>https://github.com/quicwg/base-drafts/pull/1815.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/1815">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq09W4Q_JYLPSZu1PR68NtVdkFla_ks5ugMgFgaJpZM4XA-SR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq07tql0eNApoK7v9ocB-UvFw7RVpks5ugMgFgaJpZM4XA-SR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"transport: Initialize a changelog for draft-15 (#1815)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1815"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1815",
"url": "https://github.com/quicwg/base-drafts/pull/1815",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "transport: Initialize a changelog for draft-15 (#1815)",
"sections": [
{
"text": "",
"activityTitle": "**Alexis La Goutte**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@alagoutte",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "44f8a01",
"value": "transport: Initialize a changelog for draft-15"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[draft-ietf-quic-transport.md](https://github.com/quicwg/base-drafts/pull/1815/files#diff-0) (6 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1815,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"pullRequestId\": 1815\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1815"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1815.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1815.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 386131089\n}"
}
],
"themeColor": "26292E"
}
]</script>

----==_mimepart_5bb0d08597c67_e213f92872d45c0558347--


From nobody Sun Sep 30 09:08:10 2018
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 803D01252B7 for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 09:08:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vOnRgTw29rdy for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 09:08:07 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8E1AB1200D7 for <quic-issues@ietf.org>; Sun, 30 Sep 2018 09:08:07 -0700 (PDT)
Date: Sun, 30 Sep 2018 09:08:05 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538323685; bh=f7T9YWwkWlUGAHzQfPJkYNarPC84CPcBxFJcHiVO67c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=l5320s8dw7aSC0jcJwmnpSpYWRZmLOj8EJg4vSvbRyX/FhMq48mP/M7uB6b3r660H NTykdhwDgF6PKdLEfgULaguBr5MO4ZmMrdKwUORR8oQIUzXofmhJ1F3fVdJEbJD7yB Sx3027DGO5D8V6DEioBBgwHwbuKGFaoQDfD0IzlI=
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfa4554fe4dc5bf6d9374f8f33c13c782a37efb1692cf0000000117c8b6e592a169ce15b0cecf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1804/425731596@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1804@github.com>
References: <quicwg/base-drafts/issues/1804@github.com>
Subject: Re: [quicwg/base-drafts] Remap STOPPING to something other than zero (#1804)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bb0f4e55065f_54713fbbc64d45c4706e0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: igorlord
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/nNoYoF3bF7_qP5UrHIgfzMDtxLg>
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: Sun, 30 Sep 2018 16:08:09 -0000

----==_mimepart_5bb0f4e55065f_54713fbbc64d45c4706e0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Sorry for jumping in a bit late, but I think a different frame is preferable here.

We already made two frames: APPLICATION_CLOSE and CONNECTION_CLOSE precisely for this same reason.  Namely, even though the transport behavior is identical, the causes of sending the frames are different -- one is triggered by an application and the other by the transport.  Likewise, RST_STREAM is sent due to an application condition, while STOPPED_STREAM/STREAM_STOPPED/STREAM_STOP_COMPLETE/whatever frame is caused by the transport.

-- 
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/1804#issuecomment-425731596
----==_mimepart_5bb0f4e55065f_54713fbbc64d45c4706e0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Sorry for jumping in a bit late, but I think a different frame is pref=
erable here.</p>
<p>We already made two frames: APPLICATION_CLOSE and CONNECTION_CLOSE pre=
cisely for this same reason.  Namely, even though the transport behavior =
is identical, the causes of sending the frames are different -- one is tr=
iggered by an application and the other by the transport.  Likewise, RST_=
STREAM is sent due to an application condition, while STOPPED_STREAM/STRE=
AM_STOPPED/STREAM_STOP_COMPLETE/whatever frame is caused by the transport=
.</p>

<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/1804#issuecomment-425731596">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1xA=
Hy8wagsLG4oNMQQfDgIPd_srks5ugOxlgaJpZM4W6IGT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq7eS-wwI_glgi2vVDJgB5yR1=
Lpgkks5ugOxlgaJpZM4W6IGT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@igor=
lord in #1804: Sorry for jumping in a bit late, but I think a different f=
rame is preferable here.\r\n\r\nWe already made two frames: APPLICATION_C=
LOSE and CONNECTION_CLOSE precisely for this same reason.  Namely, even t=
hough the transport behavior is identical, the causes of sending the fram=
es are different -- one is triggered by an application and the other by t=
he transport.  Likewise, RST_STREAM is sent due to an application conditi=
on, while STOPPED_STREAM/STREAM_STOPPED/STREAM_STOP_COMPLETE/whatever fra=
me is caused by the transport."}],"action":{"name":"View Issue","url":"ht=
tps://github.com/quicwg/base-drafts/issues/1804#issuecomment-425731596"}}=
}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment=
-425731596",
"url": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5731596",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Remap STOPPING to something other than=
 zero (#1804)",
"sections": [
{
"text": "",
"activityTitle": "**Igor Lubashev**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@igorlord",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1804,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1804\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1804#issuecomment-42=
5731596"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3843362=
75\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bb0f4e55065f_54713fbbc64d45c4706e0--


From nobody Sun Sep 30 09:26:01 2018
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 1AB9F130DED for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 09:26:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.456
X-Spam-Level: 
X-Spam-Status: No, score=-8.456 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Rdn_d7SLY-N6 for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 09:25:58 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D2E6F130DC2 for <quic-issues@ietf.org>; Sun, 30 Sep 2018 09:25:57 -0700 (PDT)
Date: Sun, 30 Sep 2018 09:25:56 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538324756; bh=ybTnzjviUM/Xom6uSybV93RNw9G31tc3IpeeWoMvO8s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VitwQLqpWLsDhWhyzkiGWSfdfAqK7kcRhJKa0N7Ml+JcgiFwy/jiJYxVlvuYUYsXV hVD8WR5LAxaIgBChWuGn2HksTnCR5KZkDyMjKur5Fca7sWdln/LckuHs3BqQZNODH4 ykqRHQ3JCvqQ6EZEaSC0ZRNXCitGe6lIwEO6wsIA=
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab657dc8e0e5a658b2268b669a2dcf816ae889a90e92cf0000000117c8bb1492a169ce15af01d9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1799/425732807@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1799@github.com>
References: <quicwg/base-drafts/issues/1799@github.com>
Subject: Re: [quicwg/base-drafts] Avoid renewing retired connection IDs (#1799)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bb0f91484c1e_7d553f9b620d45c09382d7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: igorlord
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/QMJJgJU3qvwCZxzuIxNaMlXHvaU>
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: Sun, 30 Sep 2018 16:26:00 -0000

----==_mimepart_5bb0f91484c1e_7d553f9b620d45c09382d7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> Note the distinction between received and retired sequence number
When you say "you can keep track of the highest sequence that you've gotten", do you mean the the highest _retired_ sequence number?

If the sender sends you two NEW_CONNECTION_IDs in different packets, and the packets are reordered, and you use and quickly retire the second CID, will you just discard the first CID when you eventually receive it?  That may be a fine decision, as long as it is signaled correctly to the sender.  You would want to immediately send RETIRE_CONNECTION_ID for each CID you are discarding.

-- 
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/1799#issuecomment-425732807
----==_mimepart_5bb0f91484c1e_7d553f9b620d45c09382d7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>Note the distinction between received and retired sequence number<br>
When you say "you can keep track of the highest sequence that you've gott=
en", do you mean the the highest <em>retired</em> sequence number?</p>
</blockquote>
<p>If the sender sends you two NEW_CONNECTION_IDs in different packets, a=
nd the packets are reordered, and you use and quickly retire the second C=
ID, will you just discard the first CID when you eventually receive it?  =
That may be a fine decision, as long as it is signaled correctly to the s=
ender.  You would want to immediately send RETIRE_CONNECTION_ID for each =
CID you are discarding.</p>

<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/1799#issuecomment-425732807">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9p1=
ehjL9hpx5GbZ1-IBnKYgcDN1ks5ugPCUgaJpZM4W5luW">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqxKGowbzaLdfm7ONMqhWXGIl=
tptLks5ugPCUgaJpZM4W5luW.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@igor=
lord in #1799: \u003e Note the distinction between received and retired s=
equence number\r\nWhen you say \"you can keep track of the highest sequen=
ce that you've gotten\", do you mean the the highest _retired_ sequence n=
umber?\r\n\r\nIf the sender sends you two NEW_CONNECTION_IDs in different=
 packets, and the packets are reordered, and you use and quickly retire t=
he second CID, will you just discard the first CID when you eventually re=
ceive it?  That may be a fine decision, as long as it is signaled correct=
ly to the sender.  You would want to immediately send RETIRE_CONNECTION_I=
D for each CID you are discarding."}],"action":{"name":"View Issue","url"=
:"https://github.com/quicwg/base-drafts/issues/1799#issuecomment-42573280=
7"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1799#issuecomment=
-425732807",
"url": "https://github.com/quicwg/base-drafts/issues/1799#issuecomment-42=
5732807",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Avoid renewing retired connection IDs =
(#1799)",
"sections": [
{
"text": "",
"activityTitle": "**Igor Lubashev**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@igorlord",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1799,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1799\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1799#issuecomment-42=
5732807"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3841954=
78\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bb0f91484c1e_7d553f9b620d45c09382d7--


From nobody Sun Sep 30 17:23:03 2018
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 9E517130E22 for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 17:23:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 0f02qXIsFMkz for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 17:22:59 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 52860128BAC for <quic-issues@ietf.org>; Sun, 30 Sep 2018 17:22:59 -0700 (PDT)
Date: Sun, 30 Sep 2018 17:22:58 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538353378; bh=7e47j/2tzojQTPI/z/UE3tE8L29ExQz8YYKGW+rg+9U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OVxQ25EG35i6xnor4VbKMA8OgDK4VkTEnb5r/xH+E2jewdivtfLq1nsk1MksAWvgN gSMQJQCujIIZQwcPeyqP1vIQcMNTuNdlFzrSq4s9kU9Rl6BSgDyfJRBspMLhshdGuw v/3lF+oRcAVkoMvgdd0IYFDRsyi75i3xWnuOl1aE=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6766eeddc0705ee2f67a3f7c44bed5154f5bc99992cf0000000117c92ae292a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425763501@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bb168e26f066_38273fc54ded45c032012"; 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/4iFWNpnHAfezHnusZgqMHwMSI-o>
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, 01 Oct 2018 00:23:01 -0000

----==_mimepart_5bb168e26f066_38273fc54ded45c032012
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm happy clarifying what the sender should do and leaving the receiver side fairly flexible.  I'm not sure all epochs are necessary.  Possibly "in the highest epoch the sender knows the peer can process and one higher if the peer may be able to process it." or something along those lines?

-- 
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/1786#issuecomment-425763501
----==_mimepart_5bb168e26f066_38273fc54ded45c032012
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I'm happy clarifying what the sender should do and leaving the receive=
r side fairly flexible.  I'm not sure all epochs are necessary.  Possibly=
 "in the highest epoch the sender knows the peer can process and one high=
er if the peer may be able to process it." or something along those lines=
?</p>

<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/1786#issuecomment-425763501">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_JU=
9JQ1__mdW3B0mMreSfQ5ukYuks5ugWBigaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq_KTbJ8A4IVl-advORfO44jn=
Mn8Hks5ugWBigaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #1786: I'm happy clarifying what the sender should do and leaving=
 the receiver side fairly flexible.  I'm not sure all epochs are necessar=
y.  Possibly \"in the highest epoch the sender knows the peer can process=
 and one higher if the peer may be able to process it.\" or something alo=
ng those lines?"}],"action":{"name":"View Issue","url":"https://github.co=
m/quicwg/base-drafts/issues/1786#issuecomment-425763501"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425763501",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5763501",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5763501"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bb168e26f066_38273fc54ded45c032012--


From nobody Sun Sep 30 17:35:28 2018
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 B4768129C6B for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 17:35:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 pfV7A13C51KA for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 17:35:25 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 089DA128CE4 for <quic-issues@ietf.org>; Sun, 30 Sep 2018 17:35:25 -0700 (PDT)
Date: Sun, 30 Sep 2018 17:35:24 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538354124; bh=0zSYTfL9cnKnQcPD4wXx+gm/RSOfWiMiOalj8XYevOE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=D3Xz5DIqW7zDO7p3zOcvLs0d+JnPWb7U5HyJc4tUtvKPrsLkV525xaQfHTo6elyS/ AClAETHU8Mdlt8nTX/C0IlbU+YvuzHGLyGb506vzHUQ3vUSaaAOgdUMXaRcsXvn+/G lR0jqq8YMEfUNP1baC8f1R+BBVOSXxMY80KZpfqw=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abc9455cefbef11c0274a7842cada9c131f8b81d6592cf0000000117c92dcc92a169ce15b4a7cd@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/77/c425764209@github.com>
In-Reply-To: <quicwg/wg-materials/pull/77@github.com>
References: <quicwg/wg-materials/pull/77@github.com>
Subject: Re: [quicwg/wg-materials] Update minutes.md (#77)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bb16bcc2f9c1_3b953fe0e34d45b421283e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/n6zcfdRfBvOgOctzzmXMECLzzx8>
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, 01 Oct 2018 00:35:27 -0000

----==_mimepart_5bb16bcc2f9c1_3b953fe0e34d45b421283e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Just flying from the US to Australia. Thanks.

-- 
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/wg-materials/pull/77#issuecomment-425764209
----==_mimepart_5bb16bcc2f9c1_3b953fe0e34d45b421283e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Just flying from the US to Australia. Thanks.</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/wg-materials/pull/77#issuecomment-425764209">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6ujJbWHp1HShVw_s88sir6I5VHaks5ugWNMgaJpZM4W7Qwu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq66KWNkXIhGeW5nnmZ7XvdWnqwYJks5ugWNMgaJpZM4W7Qwu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot in #77: Just flying from the US to Australia. Thanks."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/77#issuecomment-425764209"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/77#issuecomment-425764209",
"url": "https://github.com/quicwg/wg-materials/pull/77#issuecomment-425764209",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] Update minutes.md (#77)",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 77,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"pullRequestId\": 77\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/77#issuecomment-425764209"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384633902\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bb16bcc2f9c1_3b953fe0e34d45b421283e--


From nobody Sun Sep 30 17:35:35 2018
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 9D644129BBF for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 17:35:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.106
X-Spam-Level: 
X-Spam-Status: No, score=-2.106 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, 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 YIq1CiCR_kQ8 for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 17:35:29 -0700 (PDT)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EB8C9130E1F for <quic-issues@ietf.org>; Sun, 30 Sep 2018 17:35:28 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1538354128; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=o8TfOOdFzGK0BiHyf8QPQlFpkh7Z+iWlnDqG0pcy1Bc=; b=EKe66aiK3CaaarBF8hwyyRS7Y5lojtw8d1PhePiS6tQ0t4KEayNzi6JwF1xY00DLd/tyw4Fv wJrdaVGetHc3pyBRNkg63Jn0ihHcGJAhlAVtd0u/5W0d1FPv3CfyxkdHqz7UwyFg4C2VuFCP Pps8C+Dl4g2uDhwu4EM4zTW/EfU=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mnot=mnot.net@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5bb16bcf.7fca37d01030-smtp-out-n02; Mon, 01 Oct 2018 00:35:27 -0000 (UTC)
Date: Sun, 30 Sep 2018 17:35:26 -0700
From: Mark Nottingham <mnot@mnot.net>
Reply-To: Mark Nottingham <mnot@mnot.net>
To: quic-issues@ietf.org
Message-ID: <5bb16bce83578_66b12acadc192ec819092@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] 30d6c2: Update minutes.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5bb16bce83145_66b12acadc192ec81898"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_nj5EA6kDJQAMmj7wBWsjkwzPpE>
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, 01 Oct 2018 00:35:32 -0000

----==_mimepart_5bb16bce83145_66b12acadc192ec81898
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 30d6c2a3a964f7d45a78eac2b1542f6d09d357ee
      https://github.com/quicwg/wg-materials/commit/30d6c2a3a964f7d45a78eac2b1542f6d09d357ee
  Author: Alexandre Ferrieux <alexandre.ferrieux@orange.com>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M interim-18-09/minutes.md

  Log Message:
  -----------
  Update minutes.md


  Commit: 861dcacfdf935494c2133e412861b68d78762f72
      https://github.com/quicwg/wg-materials/commit/861dcacfdf935494c2133e412861b68d78762f72
  Author: Alexandre Ferrieux <alexandre.ferrieux@orange.com>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M interim-18-09/minutes.md

  Log Message:
  -----------
  Update minutes.md


  Commit: 8c7db44af88d263fb35eb225350d8a98185259bd
      https://github.com/quicwg/wg-materials/commit/8c7db44af88d263fb35eb225350d8a98185259bd
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2018-09-30 (Sun, 30 Sep 2018)

  Changed paths:
    M interim-18-09/minutes.md

  Log Message:
  -----------
  Merge pull request #77 from ferrieux/patch-1

Update minutes.md


Compare: https://github.com/quicwg/wg-materials/compare/2c02a8e0ef71...8c7db44af88d
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5bb16bce83145_66b12acadc192ec81898--


From nobody Sun Sep 30 17:35:41 2018
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 E4AAA128CE4 for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 17:35:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.454
X-Spam-Level: 
X-Spam-Status: No, score=-8.454 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 gImIb6HBd0Gy for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 17:35:30 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CD355130E36 for <quic-issues@ietf.org>; Sun, 30 Sep 2018 17:35:29 -0700 (PDT)
Date: Sun, 30 Sep 2018 17:35:28 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538354128; bh=IE8qlvo3ZzB94C7cAHhKrl15hh/ImKX6KseIXT/FFP8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wVLCgsxhVbXwHz4rSRrlSs0gpISYU2BliZqp/Lbgn51eutDXvk+BV0gGw9N6C5Vsa 30QQALmcsvxqNyV/SuJJa3U5MkIGeimeASWqpT86JwJE1iBTKQdSn7gcNfhbSFWr7D ubuHhdZh9Kq4lr6lDVuwa3/cp5daCtx0j23uXUx4=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4aba93b6724986266af2c8c2b70c2a9b09d9401be9192cf0000000117c92dd092a169ce15b4a7cd@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/77/issue_event/1875602284@github.com>
In-Reply-To: <quicwg/wg-materials/pull/77@github.com>
References: <quicwg/wg-materials/pull/77@github.com>
Subject: Re: [quicwg/wg-materials] Update minutes.md (#77)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bb16bd0a6a86_22f83f80352d45c048753"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
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/oj3qX8FHiiqgCJPoMFDxTKNjim8>
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, 01 Oct 2018 00:35:33 -0000

----==_mimepart_5bb16bd0a6a86_22f83f80352d45c048753
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #77 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/wg-materials/pull/77#event-1875602284
----==_mimepart_5bb16bd0a6a86_22f83f80352d45c048753
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="364160973" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/77" href="https://github.com/quicwg/wg-materials/pull/77">#77</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/wg-materials/pull/77#event-1875602284">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-LYtNG-qPS5q-ZEI4lUhWx1B3kbks5ugWNQgaJpZM4W7Qwu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwrQEVj2nhKWFuq8lkgp7kBwtCT5ks5ugWNQgaJpZM4W7Qwu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #77 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/77#event-1875602284"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/77#event-1875602284",
"url": "https://github.com/quicwg/wg-materials/pull/77#event-1875602284",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] Update minutes.md (#77)",
"sections": [
{
"text": "",
"activityTitle": "**Mark Nottingham**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mnot",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/77#event-1875602284"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384633902\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bb16bd0a6a86_22f83f80352d45c048753--


From nobody Sun Sep 30 18:02:34 2018
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 EB85B12F1AC for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 18:02:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 XlKiVAuABjkz for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 18:02:30 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D0BB91294D7 for <quic-issues@ietf.org>; Sun, 30 Sep 2018 18:02:29 -0700 (PDT)
Date: Sun, 30 Sep 2018 18:02:28 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538355748; bh=lu7S+4ODLZGXqTDVQKCwPrNwXV0xciwzDz1p376NDo8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qhK0RAd7K9qzK+eRGe+McR329Hed8h+wKhFoJmUoVt/Ebj8J4JzCnDnMXyODvTSHN dtshhzjQDeL6++cJ8fShCANeO1D+mmdxZZsuOXcOMB93ZZL2R1FazexCJz+Vy10PCO yi7SARQfK4tnrckj8V4VYsjAwePo9vp94rkGKIc8=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9841ed8c7a0eca39db964494195141d04986627992cf0000000117c9342492a169ce159f31b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1786/425766045@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1786@github.com>
References: <quicwg/base-drafts/issues/1786@github.com>
Subject: Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in Initial and Handshake  (#1786)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bb17224c75eb_4d23fc54ded45c0240e7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dmLDXGVNUfBcAB4fJQk2Tcrv7ZY>
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, 01 Oct 2018 01:02:32 -0000

----==_mimepart_5bb17224c75eb_4d23fc54ded45c0240e7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett 
> I'm not sure all epochs are necessary. Possibly "in the highest epoch the sender knows the peer can process and one higher if the peer may be able to process it." or something along those lines?

Yeah. The problem here is that the rule to determine "the highest epoch the peer can process" is complex and specific to TLS 1.3. IIRC that is one of the reasons we favored the explicit-ACK approach instead of the implicit- approach.

Anyways, the requirement here is that we need to at least state that the endpoints MUST send CONNECTION_CLOSE protected by a key that the peers established, if such key is available. Otherwise, peers trying to do their best against Initial packet injection attacks would not recognize the frame.

Perhaps stating something like the following might suffice; that for sending CONNECTION_CLOSE during handshake, an endpoint
* uses the Initial packet if it does not know the Handshake write key
* uses the Handshake packet if it has received a Handshake packet
* uses both the Initial packet and the Handshake packet if it has not received a Handshake packet but it knows the Handshake write key

The downside of the rule will be that the peers might not be able to drop Handshake keys as aggressively as the Initial keys. But IIUC that's fine from security perspective because Handshake packets are protected by the key agreement.

-- 
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/1786#issuecomment-425766045
----==_mimepart_5bb17224c75eb_4d23fc54ded45c0240e7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D20072817" data-octo-click=3D"hovercard-link-=
click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com=
/ianswett">@ianswett</a></p>
<blockquote>
<p>I'm not sure all epochs are necessary. Possibly "in the highest epoch =
the sender knows the peer can process and one higher if the peer may be a=
ble to process it." or something along those lines?</p>
</blockquote>
<p>Yeah. The problem here is that the rule to determine "the highest epoc=
h the peer can process" is complex and specific to TLS 1.3. IIRC that is =
one of the reasons we favored the explicit-ACK approach instead of the im=
plicit- approach.</p>
<p>Anyways, the requirement here is that we need to at least state that t=
he endpoints MUST send CONNECTION_CLOSE protected by a key that the peers=
 established, if such key is available. Otherwise, peers trying to do the=
ir best against Initial packet injection attacks would not recognize the =
frame.</p>
<p>Perhaps stating something like the following might suffice; that for s=
ending CONNECTION_CLOSE during handshake, an endpoint</p>
<ul>
<li>uses the Initial packet if it does not know the Handshake write key</=
li>
<li>uses the Handshake packet if it has received a Handshake packet</li>
<li>uses both the Initial packet and the Handshake packet if it has not r=
eceived a Handshake packet but it knows the Handshake write key</li>
</ul>
<p>The downside of the rule will be that the peers might not be able to d=
rop Handshake keys as aggressively as the Initial keys. But IIUC that's f=
ine from security perspective because Handshake packets are protected by =
the key agreement.</p>

<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/1786#issuecomment-425766045">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq13w=
Rjff8E56Ne7xxOAEd4u6OEyMks5ugWmkgaJpZM4W0yBo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9w8ptBHQUZfyLITrXdw1S53=
Iqrwks5ugWmkgaJpZM4W0yBo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazu=
ho in #1786: @ianswett \r\n\u003e I'm not sure all epochs are necessary. =
Possibly \"in the highest epoch the sender knows the peer can process and=
 one higher if the peer may be able to process it.\" or something along t=
hose lines?\r\n\r\nYeah. The problem here is that the rule to determine \=
"the highest epoch the peer can process\" is complex and specific to TLS =
1.3. IIRC that is one of the reasons we favored the explicit-ACK approach=
 instead of the implicit- approach.\r\n\r\nAnyways, the requirement here =
is that we need to at least state that the endpoints MUST send CONNECTION=
_CLOSE protected by a key that the peers established, if such key is avai=
lable. Otherwise, peers trying to do their best against Initial packet in=
jection attacks would not recognize the frame.\r\n\r\nPerhaps stating som=
ething like the following might suffice; that for sending CONNECTION_CLOS=
E during handshake, an endpoint\r\n* uses the Initial packet if it does n=
ot know the Handshake write key\r\n* uses the Handshake packet if it has =
received a Handshake packet\r\n* uses both the Initial packet and the Han=
dshake packet if it has not received a Handshake packet but it knows the =
Handshake write key\r\n\r\nThe downside of the rule will be that the peer=
s might not be able to drop Handshake keys as aggressively as the Initial=
 keys. But IIUC that's fine from security perspective because Handshake p=
ackets are protected by the key agreement."}],"action":{"name":"View Issu=
e","url":"https://github.com/quicwg/base-drafts/issues/1786#issuecomment-=
425766045"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment=
-425766045",
"url": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5766045",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Add Advice and Rules for CONN_CLOSE in=
 Initial and Handshake  (#1786)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1786,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"q=
uicwg/base-drafts\",\n\"issueId\": 1786\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1786#issuecomment-42=
5766045"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3829351=
44\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bb17224c75eb_4d23fc54ded45c0240e7--


From nobody Sun Sep 30 18:14:51 2018
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 B7367130E1F for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 18:14:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 9rNLyCtTgBd3 for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 18:14:49 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3DFAB1294D7 for <quic-issues@ietf.org>; Sun, 30 Sep 2018 18:14:49 -0700 (PDT)
Date: Sun, 30 Sep 2018 18:14:48 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538356488; bh=wxN5UNIx2qDujPr7ZhAkktyFpHxc1LoDs6KSE5VPI7s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BvV2jqFLtH2HuxUnU0V/KsIxsqS3OsmEIkRUqcm7xINRvFPJte4xGoXdGMfBdEuyj yigwWJ7WuB+gZq8iPcGJZzrX3ZsvP23XHcODfUsWaIz6pgQjaKVs0jclUtu3wP6Ndc /Gphe7eMXzaBy48lykcUje5Rh5Y5IrAvNmMs/BLA=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc982f8938f51d7aed3f9d61d8cf65c06858173dc92cf0000000117c9370892a169ce15ac2c4e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1796/c425767078@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1796@github.com>
References: <quicwg/base-drafts/pull/1796@github.com>
Subject: Re: [quicwg/base-drafts] Ack Delay and TLP (#1796)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bb1750859d30_3e9d3ffa0b4d45b41229fa"; 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/h1wyJXmcSIeur7BoPbi8gKcLZog>
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, 01 Oct 2018 01:14:51 -0000

----==_mimepart_5bb1750859d30_3e9d3ffa0b4d45b41229fa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

That is definitely a potential issue with this PR.

The nice aspect of calculating this in bytes is it's already something the sender has to track.  However, I suspect a slightly more robust approach is for the sender to count number of 'full-sized'(>=1200 byte) packets with a separate counter?  I'm happy to rewrite the PR indicating that, but would like to hear some input from you and others.

-- 
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/1796#issuecomment-425767078
----==_mimepart_5bb1750859d30_3e9d3ffa0b4d45b41229fa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>That is definitely a potential issue with this PR.</p>
<p>The nice aspect of calculating this in bytes is it's already something=
 the sender has to track.  However, I suspect a slightly more robust appr=
oach is for the sender to count number of 'full-sized'(&gt;=3D1200 byte) =
packets with a separate counter?  I'm happy to rewrite the PR indicating =
that, but would like to hear some input from you and others.</p>

<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/1796#issuecomment-425767078">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzRoea=
1plwmH5SGsnVHWlBj29NZCks5ugWyIgaJpZM4W4vxd">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqzkfmxA_CNBo0go4Qcee8KaE9DUe=
ks5ugWyIgaJpZM4W4vxd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://assets-cdn.github.com/images/email/message_cards/header.png","avatar_=
image_url":"https://assets-cdn.github.com/images/email/message_cards/avat=
ar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicw=
g/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ians=
wett in #1796: That is definitely a potential issue with this PR.\r\n\r\n=
The nice aspect of calculating this in bytes is it's already something th=
e sender has to track.  However, I suspect a slightly more robust approac=
h is for the sender to count number of 'full-sized'(\u003e=3D1200 byte) p=
ackets with a separate counter?  I'm happy to rewrite the PR indicating t=
hat, but would like to hear some input from you and others."}],"action":{=
"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/p=
ull/1796#issuecomment-425767078"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1796#issuecomment-4=
25767078",
"url": "https://github.com/quicwg/base-drafts/pull/1796#issuecomment-4257=
67078",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Ack Delay and TLP (#1796)",
"sections": [
{
"text": "",
"activityTitle": "**ianswett**",
"activityImage": "https://assets-cdn.github.com/images/email/message_card=
s/avatar.png",
"activitySubtitle": "@ianswett",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \=
"quicwg/base-drafts\",\n\"issueId\": 1796,\n\"IssueComment\": \"{{IssueCo=
mment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\=
": \"quicwg/base-drafts\",\n\"pullRequestId\": 1796\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/pull/1796#issuecomment-4257=
67078"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 3839744=
93\n}"
}
],
"themeColor": "26292E"
}
]</script>=

----==_mimepart_5bb1750859d30_3e9d3ffa0b4d45b41229fa--


From nobody Sun Sep 30 18:16:09 2018
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 5BE3F130E1F for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 18:16:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.455
X-Spam-Level: 
X-Spam-Status: No, score=-8.455 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.456, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, 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 Ef56Evw3oCaI for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 18:16:05 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4F8A21294D7 for <quic-issues@ietf.org>; Sun, 30 Sep 2018 18:16:05 -0700 (PDT)
Date: Sun, 30 Sep 2018 18:15:58 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538356564; bh=ezkgFMJ+UqHaJJkpAZtEJnIkmGCGSlQoeN+7ZanL4XE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KNQvAFo9OPsetMhIBpRoczPeAbkd5hurRGepiDSkgXVpSDnPJv69t0ZdLHPOPYC2B aHux/gMXxXZ9R4dgh4BcRcObLN3IvTlq8NaNPuXlSnwl5fxHFQAfATENOcCq9KzB9Y DnXuiXIRPEHtqFNdrJjrNsUC4U6fWLslYOmXYI8Y=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2595669b738f535bb5efcbe72ce037cecdcde64092cf0000000117c9374e92a169ce15bcc36c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1809/425767183@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1809@github.com>
References: <quicwg/base-drafts/issues/1809@github.com>
Subject: Re: [quicwg/base-drafts] Server's SETTINGS can be omitted in 0-RTT (#1809)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bb1754e8a243_4a663f816ead45c42078bd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/oTaLwPLu7eENmDjJZYNrAmnUX4A>
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, 01 Oct 2018 01:16:07 -0000

----==_mimepart_5bb1754e8a243_4a663f816ead45c42078bd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

My understanding is that the approach @martinthomson suggests is what we do in H2, and I think that's workable.

-- 
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/1809#issuecomment-425767183
----==_mimepart_5bb1754e8a243_4a663f816ead45c42078bd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>My understanding is that the approach <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=67641" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a> suggests is what we do in H2, and I think that's workable.</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/1809#issuecomment-425767183">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxp61JYR6u0dU7S4c5Ks4WgAoPRfks5ugWzOgaJpZM4W9obg">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4WnoYjbSiQXPQtDO68xveEpOs6eks5ugWzOgaJpZM4W9obg.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #1809: My understanding is that the approach @martinthomson suggests is what we do in H2, and I think that's workable."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1809#issuecomment-425767183"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1809#issuecomment-425767183",
"url": "https://github.com/quicwg/base-drafts/issues/1809#issuecomment-425767183",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/base-drafts] Server's SETTINGS can be omitted in 0-RTT (#1809)",
"sections": [
{
"text": "",
"activityTitle": "**Kazuho Oku**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@kazuho",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1809,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"quicwg/base-drafts\",\n\"issueId\": 1809\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/base-drafts/issues/1809#issuecomment-425767183"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 385255136\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bb1754e8a243_4a663f816ead45c42078bd--


From nobody Sun Sep 30 22:45:44 2018
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 A07C7128CF3 for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 22:45:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.998
X-Spam-Level: 
X-Spam-Status: No, score=-7.998 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 CSmynQ-tZqcX for <quic-issues@ietfa.amsl.com>; Sun, 30 Sep 2018 22:45:41 -0700 (PDT)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E6862128CE4 for <quic-issues@ietf.org>; Sun, 30 Sep 2018 22:45:40 -0700 (PDT)
Date: Sun, 30 Sep 2018 22:45:39 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1538372740; bh=c1vD/Q66LP6Z/7QSgpGWWOWmeYhuTV3vyDZJrtCLgHw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bUH4HF7ww1P/LNyGwk/ojifanGQ/0nKv7E/CryLmCbavWwArQwFQp0gR7rBNSmABU qVJ/70mSXfcfdApEkDx+PvDslYq9lxQ3RkxZV/eTjHgFZDSodJsytYJMS0gciSYdDz wP7YssNvfSRNGDIUQe/0uJr/dsCARBId4aULoN3I=
From: Alexandre Ferrieux <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab5480cc02c8e750ec6155ab53beacaf00f240bee592cf0000000117c9768392a169ce15b4a7cd@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/77/c425795574@github.com>
In-Reply-To: <quicwg/wg-materials/pull/77@github.com>
References: <quicwg/wg-materials/pull/77@github.com>
Subject: Re: [quicwg/wg-materials] Update minutes.md (#77)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5bb1b483f1f8e_552c3fa6a5cd45c0986bd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ferrieux
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/tK1hdG6tcU9-pvkZ9BtDImORcwk>
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, 01 Oct 2018 05:45:43 -0000

----==_mimepart_5bb1b483f1f8e_552c3fa6a5cd45c0986bd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thank you Mark.

-- 
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/wg-materials/pull/77#issuecomment-425795574
----==_mimepart_5bb1b483f1f8e_552c3fa6a5cd45c0986bd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thank you Mark.</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/wg-materials/pull/77#issuecomment-425795574">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1ZdbH9tnDPOkkYfG0qcyG3KygVFks5ugawDgaJpZM4W7Qwu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7QXoKoOCyFETsBRcvALCK5_c1Ctks5ugawDgaJpZM4W7Qwu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ferrieux in #77: Thank you Mark."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/77#issuecomment-425795574"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/77#issuecomment-425795574",
"url": "https://github.com/quicwg/wg-materials/pull/77#issuecomment-425795574",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [quicwg/wg-materials] Update minutes.md (#77)",
"sections": [
{
"text": "",
"activityTitle": "**Alexandre Ferrieux**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ferrieux",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"quicwg/wg-materials\",\n\"issueId\": 77,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/quicwg/wg-materials/pull/77#issuecomment-425795574"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 384633902\n}"
}
],
"themeColor": "26292E"
}
]</script>
----==_mimepart_5bb1b483f1f8e_552c3fa6a5cd45c0986bd--

