[quicwg/base-drafts] Permit CONNECTION_CLOSE in Handshake (#1274)

Martin Thomson <notifications@github.com> Mon, 09 April 2018 00:11 UTC

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 9F9B212D94D for <quic-issues@ietfa.amsl.com>; Sun, 8 Apr 2018 17:11:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.009
X-Spam-Level:
X-Spam-Status: No, score=-2.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3loVn43HDAcA for <quic-issues@ietfa.amsl.com>; Sun, 8 Apr 2018 17:11:33 -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 D3C591201F8 for <quic-issues@ietf.org>; Sun, 8 Apr 2018 17:11:32 -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=HIE6GC+qyYuMipOF9z4Vr3In2mo=; b=vIuvLsBQTfwvRd5n JZw8N3FvvndQ2GJsB/IxfwGkI5WIcrIDf8l4rFvCa9r4KtQUS4a+9rMbdB472SSF 3tNK5OGYMDAGwl0sd0C1jJfgJkHsNK62ne9h55d3fnUx6DTXg06GomQdsUlVsDQb +3eE3ek3l4iDMyuG7TQJb3MKxXk=
Received: by filter0299p1las1.sendgrid.net with SMTP id filter0299p1las1-14210-5ACAAF75-10 2018-04-09 00:10:29.497147641 +0000 UTC
Received: from smtp.github.com (out-5.smtp.github.com [192.30.252.196]) by ismtpd0009p1iad2.sendgrid.net (SG) with ESMTP id BR05Mch6Suyj3MqGGaXIOg for <quic-issues@ietf.org>; Mon, 09 Apr 2018 00:10:29.272 +0000 (UTC)
Date: Mon, 09 Apr 2018 00:10:29 +0000
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5c782e9973e4f14ee03b9a334a495d15d4d43d9492cf0000000116e2717592a169ce129e2a40@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1274@github.com>
Subject: [quicwg/base-drafts] Permit CONNECTION_CLOSE in Handshake (#1274)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5acaaf7552ec9_5f6f3fec6be28f28297227"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3z6Nzi0F99ZJeAdXTxesEa91WJbwjOg0c3py zAy1nSFzOAPdJRqPCfULoZ4f+T1FYulX1SpyNsUwd0wE0ofIgmGTtQCz+obdj8UvHdkiTBBxWSkodq OfVSqKoJDivHju4gHn8dQiQqf2MPGdWUqSOtoUrRuDuEaZe1Jymx8GlbUjbmh5303EBSzPobLeGJiv c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/La2L-iNwQygHBTlkXnvh7t2aQrQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.22
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Apr 2018 00:11:35 -0000

Closes #1270.

@janaiyengar, anyone, can you remember why we allow PATH_* frames in Handshake messages?  They don't seem to serve any particular purpose.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Permit CONNECTION_CLOSE in Handshake

-- File Changes --

    M draft-ietf-quic-transport.md (3)

-- Patch Links --

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