[quicwg/base-drafts] ef52e6: State requirement that clients must wait until ACK...
Martin Thomson <noreply@github.com> Mon, 08 July 2019 01:51 UTC
Return-Path: <noreply@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2306F1200DB for <quic-issues@ietfa.amsl.com>; Sun, 7 Jul 2019 18:51:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7
X-Spam-Level:
X-Spam-Status: No, score=-7 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EhGxWCJkb_I7 for <quic-issues@ietfa.amsl.com>; Sun, 7 Jul 2019 18:51:42 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 839911200D8 for <quic-issues@ietf.org>; Sun, 7 Jul 2019 18:51:42 -0700 (PDT)
Date: Sun, 07 Jul 2019 18:51:41 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1562550701; bh=+7O8DsrFRWs+U8DkIOAIblHCJ6VF16h0OIO7x5RMF9c=; h=Date:From:To:Subject:From; b=b7Ks4Qd5hw+vqPcfn8t6p8WTLuVxXE5NQXVJRCzQyMJ3uR7hEZNLAr0dOL8TKBSQW 2Z540HkZhmsSCzUGteYf9aO6AdwBrYobrO/20YZ9jKhnx+s/TYTppd0gFTh+VbJzek xpmDPNZF0wGqtIVT1afZDRSZ+M2krD1ssCb//Ml8=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/3685b6-84eee5@github.com>
Subject: [quicwg/base-drafts] ef52e6: State requirement that clients must wait until ACK...
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/x01HqEC-B7nZSPyOhwL0GGQG_Uk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 08 Jul 2019 01:51:45 -0000
Branch: refs/heads/master Home: https://github.com/quicwg/base-drafts Commit: ef52e69f22902e6c85a0b2a60cae09defd9a9d43 https://github.com/quicwg/base-drafts/commit/ef52e69f22902e6c85a0b2a60cae09defd9a9d43 Author: huitema <huitema@huitema.net> Date: 2019-01-26 (Sat, 26 Jan 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- State requirement that clients must wait until ACK of 1-RTT message before initiating connection migration. Commit: e449a442086ecaf478c7a2b002a3f43c1a4b17b7 https://github.com/quicwg/base-drafts/commit/e449a442086ecaf478c7a2b002a3f43c1a4b17b7 Author: huitema <huitema@huitema.net> Date: 2019-01-27 (Sun, 27 Jan 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update the proposed migration text based on comments. Commit: cdaf4ff621a0a6f2ed841c758828ec3610f0cb6c https://github.com/quicwg/base-drafts/commit/cdaf4ff621a0a6f2ed841c758828ec3610f0cb6c Author: huitema <huitema@huitema.net> Date: 2019-01-27 (Sun, 27 Jan 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Add handshake completion section so we can have a single reference. Refer to that when specifying whento initiate migration. Commit: 4b096a19558f17aa9539868cd4767f6dbb0b0203 https://github.com/quicwg/base-drafts/commit/4b096a19558f17aa9539868cd4767f6dbb0b0203 Author: huitema <huitema@huitema.net> Date: 2019-01-31 (Thu, 31 Jan 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Per Tokyo interop: editors will complete the section "handshake completion", and the migration conditions will then be explained. Commit: 3a11ef01f6736ca7e3a4ec58c2a43614c5444e08 https://github.com/quicwg/base-drafts/commit/3a11ef01f6736ca7e3a4ec58c2a43614c5444e08 Author: Christian Huitema <huitema@huitema.net> Date: 2019-06-04 (Tue, 04 Jun 2019) Changed paths: M CONTRIBUTING.md M README.md M draft-ietf-quic-http.md M draft-ietf-quic-qpack.md M draft-ietf-quic-recovery.md R draft-ietf-quic-spin-exp.md M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md M initial-protection.js M tag.sh A workflow.png A workflow.xml Log Message: ----------- Merge pull request #12 from quicwg/master Align with master 2019/06/04 Commit: 7312d63a4ee85cd125b97d3868a9572f129e0120 https://github.com/quicwg/base-drafts/commit/7312d63a4ee85cd125b97d3868a9572f129e0120 Author: Christian Huitema <huitema@huitema.net> Date: 2019-06-04 (Tue, 04 Jun 2019) Changed paths: M CONTRIBUTING.md M README.md M draft-ietf-quic-http.md M draft-ietf-quic-qpack.md M draft-ietf-quic-recovery.md R draft-ietf-quic-spin-exp.md M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md M initial-protection.js M tag.sh A workflow.png A workflow.xml Log Message: ----------- Merge pull request #13 from huitema/master align with master Commit: 23bacec76b1a30d8cb2119f7cb8c085c02524973 https://github.com/quicwg/base-drafts/commit/23bacec76b1a30d8cb2119f7cb8c085c02524973 Author: huitema <huitema@huitema.net> Date: 2019-06-04 (Tue, 04 Jun 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Reference "handshake confrmed" for connection migration. Commit: 0cefaa1ddf7680bc5d04133fd93e8216c57ceae7 https://github.com/quicwg/base-drafts/commit/0cefaa1ddf7680bc5d04133fd93e8216c57ceae7 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-06-11 (Tue, 11 Jun 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Whitespace edits Commit: 84eee53493ff81dbec79e13a70196c4fb8ea3c58 https://github.com/quicwg/base-drafts/commit/84eee53493ff81dbec79e13a70196c4fb8ea3c58 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-07-08 (Mon, 08 Jul 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #2370 from huitema/stronger-migration-handshake Stronger migration handshake Compare: https://github.com/quicwg/base-drafts/compare/3685b650c27f...84eee53493ff
- [quicwg/base-drafts] ef52e6: State requirement th… Martin Thomson