[quicwg/base-drafts] d86794: clarify the scope of a NEW_TOKEN token

Martin Thomson <noreply@github.com> Fri, 29 November 2019 01:03 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 2BD97120801 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:03:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.001
X-Spam-Level:
X-Spam-Status: No, score=-7.001 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] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rFhzeoYTQls6 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:03:37 -0800 (PST)
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 8D62E12013B for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:03:37 -0800 (PST)
Date: Thu, 28 Nov 2019 17:03:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989416; bh=hSVs4QT14C0PzP0q7T35/tMHH1nOdW00QHGn6meFQBw=; h=Date:From:To:Subject:From; b=x0Sow3hjybwAf5/bkBBh2ZGBhbz9ZJAorTtB4v+N8ZDlbpqFtD3E7zhaOWjE8DPgm AxOgDO42jSED+UxdpzYPTqVU0rm1DSYig2Rsenv2ggXG9WJp9Mxb1NsZxmg7xussZE e3vpFDHGNJzdGJf7Q4bMBZvWo3jRYmizdnY1dBDo=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/f20777-666052@github.com>
Subject: [quicwg/base-drafts] d86794: clarify the scope of a NEW_TOKEN token
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/PeqUIW12jbT8EQ4HG_rnWSkQ2gM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 29 Nov 2019 01:03:39 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: d867945f6f1ca9ada1e01c92e5294310b4dc400b
      https://github.com/quicwg/base-drafts/commit/d867945f6f1ca9ada1e01c92e5294310b4dc400b
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

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

  Log Message:
  -----------
  clarify the scope of a NEW_TOKEN token


  Commit: fb291efde6bdb976af004252087865410ed23917
      https://github.com/quicwg/base-drafts/commit/fb291efde6bdb976af004252087865410ed23917
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

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

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: e67d71336fdf52a267fbccde942849dac6004c69
      https://github.com/quicwg/base-drafts/commit/e67d71336fdf52a267fbccde942849dac6004c69
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

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

  Log Message:
  -----------
  encourage the use of applicable and unused token, while prohibiting the use of unapplicable ones


  Commit: 3d68e2be216d2ca28a28221f1f86bc91ffde7fa0
      https://github.com/quicwg/base-drafts/commit/3d68e2be216d2ca28a28221f1f86bc91ffde7fa0
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: e0a60c778340168e734cb229d12ec7257f736192
      https://github.com/quicwg/base-drafts/commit/e0a60c778340168e734cb229d12ec7257f736192
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

  Log Message:
  -----------
  add unless, based on the discussion starting from https://github.com/quicwg/base-drafts/issues/3155#issuecomment-548264247


  Commit: 6660526149fd2fc238bbefb1ffa139ce3a58de6d
      https://github.com/quicwg/base-drafts/commit/6660526149fd2fc238bbefb1ffa139ce3a58de6d
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3156 from kazuho/kazuho/token-scope

clarify the scope of a NEW_TOKEN token


Compare: https://github.com/quicwg/base-drafts/compare/f20777786ad5...6660526149fd