[quicwg/base-drafts] ceab0e: Discuss Application-Limited Sending

Mike Bishop <noreply@github.com> Tue, 12 February 2019 21:37 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 1CE9F130DD3 for <quic-issues@ietfa.amsl.com>; Tue, 12 Feb 2019 13:37:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.002
X-Spam-Level:
X-Spam-Status: No, score=-7.002 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ec6oOKFqraff for <quic-issues@ietfa.amsl.com>; Tue, 12 Feb 2019 13:37:00 -0800 (PST)
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 B3045128CF2 for <quic-issues@ietf.org>; Tue, 12 Feb 2019 13:36:59 -0800 (PST)
Date: Tue, 12 Feb 2019 13:36:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1550007418; bh=Sgd8bTqinQp35E4CiHn5Y7NzC+w5v//vs0oSdfcXEL8=; h=Date:From:To:Subject:From; b=IaYayu6YpwnA37eX0O7/4vyCl21j5N8lgfYeVUiBpNUS1EjyWBlTnnGc3ZfU6GTMF FNT2gXDykqUWPUsY8VUgErm/mrdFRR4LCY0S3jvl/yZVyegcTqXBdvhBWZ9FXjbvyD tN4b7YpU87TtI5BhVmF2lGoJP68b/g9fP3qFbCD4=
From: Mike Bishop <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/0rtt-reset/9400c2-5bbe44@github.com>
Subject: [quicwg/base-drafts] ceab0e: Discuss Application-Limited Sending
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/VG19eIpzCZlH22ln1Haj1XXeK3g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Feb 2019 21:37:06 -0000

  Branch: refs/heads/0rtt-reset
  Home:   https://github.com/quicwg/base-drafts
  Commit: ceab0e21afc6c181d40ca07ca34a8d86027da7e7
      https://github.com/quicwg/base-drafts/commit/ceab0e21afc6c181d40ca07ca34a8d86027da7e7
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-08-07 (Tue, 07 Aug 2018)

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

  Log Message:
  -----------
  Discuss Application-Limited Sending

Fixes #1619


  Commit: a38f3f9e44b95bed81592394ecbeb5f6eb0fa97a
      https://github.com/quicwg/base-drafts/commit/a38f3f9e44b95bed81592394ecbeb5f6eb0fa97a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-08-07 (Tue, 07 Aug 2018)

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

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


  Commit: 249f152bbc66e6c16046d054357bdeca8b830d8b
      https://github.com/quicwg/base-drafts/commit/249f152bbc66e6c16046d054357bdeca8b830d8b
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-11-20 (Tue, 20 Nov 2018)

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

  Log Message:
  -----------
  Send a few immediate ACKs

Attempt to address #1968


  Commit: 099dedd0f2cdaedf94ba34ced4f46b0edfce06ed
      https://github.com/quicwg/base-drafts/commit/099dedd0f2cdaedf94ba34ced4f46b0edfce06ed
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-11-20 (Tue, 20 Nov 2018)

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

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


  Commit: ac59e1146fe685a353bc2f3f3d74d98e5a063afe
      https://github.com/quicwg/base-drafts/commit/ac59e1146fe685a353bc2f3f3d74d98e5a063afe
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-20 (Thu, 20 Dec 2018)

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

  Log Message:
  -----------
  Rework idle timeout definition

Closes #2149.


  Commit: 4226540cb935df4c65787e48b325e140e44ad710
      https://github.com/quicwg/base-drafts/commit/4226540cb935df4c65787e48b325e140e44ad710
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2018-12-30 (Sun, 30 Dec 2018)

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

  Log Message:
  -----------
  Get rid of DoS vulnerability in Reserved Bits

As currently written, any garbage packet, after removing header protection, will have nonzero reserved bits and bring the connection down. Not good!

Similarly, it is perverse to force me to actually decrypt the full packet to see if it turns out to be a misbehaving end host and comply with the other possible reading of this requirement. Let the receiver just drop the bad packet after header decryption and carry on.


  Commit: 4ae95269177232b01918af4ccc7b006b63cdb3d5
      https://github.com/quicwg/base-drafts/commit/4ae95269177232b01918af4ccc7b006b63cdb3d5
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2018-12-30 (Sun, 30 Dec 2018)

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

  Log Message:
  -----------
  whitespace


  Commit: f668691287e3eccf8e330761fdb79f44e4d4edb8
      https://github.com/quicwg/base-drafts/commit/f668691287e3eccf8e330761fdb79f44e4d4edb8
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2018-12-30 (Sun, 30 Dec 2018)

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

  Log Message:
  -----------
  Addressed MT's issue

This is a clarification now, rather than a change. Perhaps we should add more about why, but at least this makes it clear.


  Commit: f780ef402954ac5a9efabb23a556769f121dbc1d
      https://github.com/quicwg/base-drafts/commit/f780ef402954ac5a9efabb23a556769f121dbc1d
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-09 (Wed, 09 Jan 2019)

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

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

Co-Authored-By: martinduke <martin.h.duke@gmail.com>


  Commit: 3b36352247f614b80c4710256547915f151d3e82
      https://github.com/quicwg/base-drafts/commit/3b36352247f614b80c4710256547915f151d3e82
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2019-01-09 (Wed, 09 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md
    A initial-protection.js

  Log Message:
  -----------
  Merge branch 'master' into patch-32


  Commit: 32bfd56a2037d9fefa5f54197c6ac63b9dba1ab3
      https://github.com/quicwg/base-drafts/commit/32bfd56a2037d9fefa5f54197c6ac63b9dba1ab3
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-09 (Wed, 09 Jan 2019)

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

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

Ignore the loss of Handshake, 0-RTT, and 1-RTT packets if the peer doesn't have the keys to process them.

Fixes #1967 

Replaces #2028


  Commit: 9f5ed67a743a76c4bb7d1b10168eb5cef21c145f
      https://github.com/quicwg/base-drafts/commit/9f5ed67a743a76c4bb7d1b10168eb5cef21c145f
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-09 (Wed, 09 Jan 2019)

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

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


  Commit: 590d153623ebb20d8154109fc2749ab30cf203e2
      https://github.com/quicwg/base-drafts/commit/590d153623ebb20d8154109fc2749ab30cf203e2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-09 (Wed, 09 Jan 2019)

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

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


  Commit: 7eb91575d5556fa88c966d2b64e03d5a6433a873
      https://github.com/quicwg/base-drafts/commit/7eb91575d5556fa88c966d2b64e03d5a6433a873
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-10 (Thu, 10 Jan 2019)

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

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

Co-Authored-By: ianswett <ianswett@users.noreply.github.com>


  Commit: 77ca0d19f5438f80b8748d27167a3fb0d630b032
      https://github.com/quicwg/base-drafts/commit/77ca0d19f5438f80b8748d27167a3fb0d630b032
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-10 (Thu, 10 Jan 2019)

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

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

Co-Authored-By: ianswett <ianswett@users.noreply.github.com>


  Commit: 4d80b5acdb5cb8ce78d6223e7762cc2543f97a2d
      https://github.com/quicwg/base-drafts/commit/4d80b5acdb5cb8ce78d6223e7762cc2543f97a2d
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-10 (Thu, 10 Jan 2019)

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

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

Co-Authored-By: ianswett <ianswett@users.noreply.github.com>


  Commit: e3f4a31037e23a7063c5db84979457526fdb7bb7
      https://github.com/quicwg/base-drafts/commit/e3f4a31037e23a7063c5db84979457526fdb7bb7
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-10 (Thu, 10 Jan 2019)

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

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

Co-Authored-By: ianswett <ianswett@users.noreply.github.com>


  Commit: 5d4b686eb47a67974523c0a9d0d387f8886fd261
      https://github.com/quicwg/base-drafts/commit/5d4b686eb47a67974523c0a9d0d387f8886fd261
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-10 (Thu, 10 Jan 2019)

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

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

Co-Authored-By: ianswett <ianswett@users.noreply.github.com>


  Commit: 6e5254ef1166bee9323395d24a6405dd220fd715
      https://github.com/quicwg/base-drafts/commit/6e5254ef1166bee9323395d24a6405dd220fd715
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-10 (Thu, 10 Jan 2019)

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

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


  Commit: eaa09fb0fcd2d3b1fe9b42b141a114c9309b0c88
      https://github.com/quicwg/base-drafts/commit/eaa09fb0fcd2d3b1fe9b42b141a114c9309b0c88
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-10 (Thu, 10 Jan 2019)

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

  Log Message:
  -----------
  Add a normative reference


  Commit: 16569969f029354b64295a475f670f40ff1ccc07
      https://github.com/quicwg/base-drafts/commit/16569969f029354b64295a475f670f40ff1ccc07
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-10 (Thu, 10 Jan 2019)

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

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


  Commit: 31d1343358b9086b8ed92d83d6e278229f629501
      https://github.com/quicwg/base-drafts/commit/31d1343358b9086b8ed92d83d6e278229f629501
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-11 (Fri, 11 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.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 initial-protection.js
    M tag.sh

  Log Message:
  -----------
  Merge branch 'master' into ianswett-immediate-ack


  Commit: b343e2b684bd69a138bf15cbfa53a1419cb539c4
      https://github.com/quicwg/base-drafts/commit/b343e2b684bd69a138bf15cbfa53a1419cb539c4
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-11 (Fri, 11 Jan 2019)

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

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


  Commit: b6546ab40393f119ab92929019eee6b94df946c2
      https://github.com/quicwg/base-drafts/commit/b6546ab40393f119ab92929019eee6b94df946c2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-11 (Fri, 11 Jan 2019)

  Changed paths:
    A .gitattributes
    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 initial-protection.js
    M tag.sh

  Log Message:
  -----------
  Merge branch 'master' into ianswett-app-limited


  Commit: f49e4a4707d2733b178079d2655dbe61a60b8ef9
      https://github.com/quicwg/base-drafts/commit/f49e4a4707d2733b178079d2655dbe61a60b8ef9
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-11 (Fri, 11 Jan 2019)

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

  Log Message:
  -----------
  Rewrite and specifically note pacing


  Commit: 10f9dedbf84d828cf2d49cf3dbe9ed367e89593d
      https://github.com/quicwg/base-drafts/commit/10f9dedbf84d828cf2d49cf3dbe9ed367e89593d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-11 (Fri, 11 Jan 2019)

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

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


  Commit: fb13365635420b3d53dd2bff388afca10f4fcf68
      https://github.com/quicwg/base-drafts/commit/fb13365635420b3d53dd2bff388afca10f4fcf68
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

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

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

Co-Authored-By: ianswett <ianswett@users.noreply.github.com>


  Commit: f070e8ff061c9cc366f7d56168f69dc33829b53c
      https://github.com/quicwg/base-drafts/commit/f070e8ff061c9cc366f7d56168f69dc33829b53c
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

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

  Log Message:
  -----------
  Should immediately ACK one packet


  Commit: 60a6255b8de4a75f9e0d9bee4cb43036889d6d59
      https://github.com/quicwg/base-drafts/commit/60a6255b8de4a75f9e0d9bee4cb43036889d6d59
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

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

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


  Commit: cfb0ae882b4d80fc8f2311dd7245c6da86dd19ca
      https://github.com/quicwg/base-drafts/commit/cfb0ae882b4d80fc8f2311dd7245c6da86dd19ca
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

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

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


  Commit: 183d6c301e5af64f795651eed7d73c20399321bf
      https://github.com/quicwg/base-drafts/commit/183d6c301e5af64f795651eed7d73c20399321bf
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

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

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


  Commit: 87ac16a634eb4cf1e4cfd994039440c053536f12
      https://github.com/quicwg/base-drafts/commit/87ac16a634eb4cf1e4cfd994039440c053536f12
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

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

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


  Commit: fba23ef4187a7f59b922ba0a8c0ea263627b447b
      https://github.com/quicwg/base-drafts/commit/fba23ef4187a7f59b922ba0a8c0ea263627b447b
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

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

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


  Commit: ac2c595a33dfb08bb1dc5d0d9cf26f0fe4339b5f
      https://github.com/quicwg/base-drafts/commit/ac2c595a33dfb08bb1dc5d0d9cf26f0fe4339b5f
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

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

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


  Commit: 9471affabce0a9794b4a3f7844d0308951653c07
      https://github.com/quicwg/base-drafts/commit/9471affabce0a9794b4a3f7844d0308951653c07
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

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

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

Co-Authored-By: ianswett <ianswett@users.noreply.github.com>


  Commit: 820e03c643fb2e9362f74cde8dad0947dfe1d9dc
      https://github.com/quicwg/base-drafts/commit/820e03c643fb2e9362f74cde8dad0947dfe1d9dc
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

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

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

Co-Authored-By: ianswett <ianswett@users.noreply.github.com>


  Commit: 4edcbcdf9065347029e6be69cebf92a99d3fc218
      https://github.com/quicwg/base-drafts/commit/4edcbcdf9065347029e6be69cebf92a99d3fc218
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

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

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

Co-Authored-By: ianswett <ianswett@users.noreply.github.com>


  Commit: ea8baae8ee5edd96daa90f317b38ec2267f86d0e
      https://github.com/quicwg/base-drafts/commit/ea8baae8ee5edd96daa90f317b38ec2267f86d0e
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

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

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


  Commit: 3fb5df177679b5a410a865ec07d139aea26d72a2
      https://github.com/quicwg/base-drafts/commit/3fb5df177679b5a410a865ec07d139aea26d72a2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

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

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


  Commit: 0d231b6c4ff69db74d5156cf422ae5d6198bf22d
      https://github.com/quicwg/base-drafts/commit/0d231b6c4ff69db74d5156cf422ae5d6198bf22d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

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

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


  Commit: b5386cd183f557d550a73203e0ac0ba6f744e1e8
      https://github.com/quicwg/base-drafts/commit/b5386cd183f557d550a73203e0ac0ba6f744e1e8
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

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

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

Co-Authored-By: ianswett <ianswett@users.noreply.github.com>


  Commit: 3c1388d952919186d67c5a91f0a65fdf19bf463b
      https://github.com/quicwg/base-drafts/commit/3c1388d952919186d67c5a91f0a65fdf19bf463b
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

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

  Log Message:
  -----------
  Add note about frequent RTT estimates


  Commit: e69874c32b91cf82711594194a898ffe2db5ca6d
      https://github.com/quicwg/base-drafts/commit/e69874c32b91cf82711594194a898ffe2db5ca6d
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

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

  Log Message:
  -----------
  some more text


  Commit: f68a65af4ea7d6ed714bcb6ef2c4df06545c787a
      https://github.com/quicwg/base-drafts/commit/f68a65af4ea7d6ed714bcb6ef2c4df06545c787a
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

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

  Log Message:
  -----------
  more smithing


  Commit: 4e449add7f4de237c3708a2c73d3d63a8fce4c99
      https://github.com/quicwg/base-drafts/commit/4e449add7f4de237c3708a2c73d3d63a8fce4c99
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-01-18 (Fri, 18 Jan 2019)

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

  Log Message:
  -----------
  Switching polarity


  Commit: 6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb
      https://github.com/quicwg/base-drafts/commit/6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

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

  Log Message:
  -----------
  Singular


  Commit: c34142289df3bc7dd9fdbb209fc977c92e7987d4
      https://github.com/quicwg/base-drafts/commit/c34142289df3bc7dd9fdbb209fc977c92e7987d4
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

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

  Log Message:
  -----------
  STOP_SENDING is permitted for Ready streams

...in the case where those streams are implicitly created.  There's
probably another state here if we were being entirely honest with
ourselves to distinguish between a stream that has been created and one
that has had frames sent for it, but this is already more complex than
it needs to be.

Closes #2345.


  Commit: 60f054f761d48d12de67ab58be8058a8268070cd
      https://github.com/quicwg/base-drafts/commit/60f054f761d48d12de67ab58be8058a8268070cd
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

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

  Log Message:
  -----------
  its


  Commit: 387bdf44ac7dcf676b4a6e4ed497195f1d71710d
      https://github.com/quicwg/base-drafts/commit/387bdf44ac7dcf676b4a6e4ed497195f1d71710d
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

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

  Log Message:
  -----------
  Make the same changes for MAX_STREAM_DATA

Closes #2353, #2352.


  Commit: 1002e762306bbbce1901fcbc468c7d2d971d1072
      https://github.com/quicwg/base-drafts/commit/1002e762306bbbce1901fcbc468c7d2d971d1072
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

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

  Log Message:
  -----------
  My grammar isn't that good


  Commit: 706e7ab00992b981d6e7f5aa2c185fb6678dcceb
      https://github.com/quicwg/base-drafts/commit/706e7ab00992b981d6e7f5aa2c185fb6678dcceb
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

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

  Log Message:
  -----------
  Transport changelog for -18


  Commit: 79c7e13091c7eea0f19a2e277390518612475c4f
      https://github.com/quicwg/base-drafts/commit/79c7e13091c7eea0f19a2e277390518612475c4f
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

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

  Log Message:
  -----------
  TLS changes for -18


  Commit: 0113b3a50c88b06918a514bdb998a8202e34fc6e
      https://github.com/quicwg/base-drafts/commit/0113b3a50c88b06918a514bdb998a8202e34fc6e
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

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

  Log Message:
  -----------
  HTTP changes for -18


  Commit: 982e913fbc248398c77b6945388ea5d20b6e7b3c
      https://github.com/quicwg/base-drafts/commit/982e913fbc248398c77b6945388ea5d20b6e7b3c
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

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

  Log Message:
  -----------
  Recovery changes for -18


  Commit: 552985f0639744664127dd925148847958f2e353
      https://github.com/quicwg/base-drafts/commit/552985f0639744664127dd925148847958f2e353
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2346 from quicwg/idle-restart-time

Rework idle timeout definition


  Commit: a6f09e44c166e531c3d9330adae7ac79b27b8c40
      https://github.com/quicwg/base-drafts/commit/a6f09e44c166e531c3d9330adae7ac79b27b8c40
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2354 from quicwg/stop-sending-ready

STOP_SENDING is permitted for Ready streams


  Commit: a1abfe009cd86841b38b994c8e6dba96804e008a
      https://github.com/quicwg/base-drafts/commit/a1abfe009cd86841b38b994c8e6dba96804e008a
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

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

  Log Message:
  -----------
  Learn to drive vi you fool


  Commit: 0ee1cd194a04c859809376e7cd8695735223c353
      https://github.com/quicwg/base-drafts/commit/0ee1cd194a04c859809376e7cd8695735223c353
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

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

  Log Message:
  -----------
  more smithing


  Commit: e24aa4546545ee99d966bd4b3fe5f242762b6be6
      https://github.com/quicwg/base-drafts/commit/e24aa4546545ee99d966bd4b3fe5f242762b6be6
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

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

  Log Message:
  -----------
  more smithing


  Commit: c3b713c856e97cfc8869d8aee95dac90b214cb56
      https://github.com/quicwg/base-drafts/commit/c3b713c856e97cfc8869d8aee95dac90b214cb56
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

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

  Log Message:
  -----------
  split sentence


  Commit: 5bd6a17b2ec2617f74bb1619d1b2da565ac33f38
      https://github.com/quicwg/base-drafts/commit/5bd6a17b2ec2617f74bb1619d1b2da565ac33f38
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

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

  Log Message:
  -----------
  Refine STOP_SENDING reaction text

This takes the suggestion from #2268 and expands on it.

Closes #2268.


  Commit: eba4e945b956d50e913c10b68da23e45c194f12e
      https://github.com/quicwg/base-drafts/commit/eba4e945b956d50e913c10b68da23e45c194f12e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2361 from quicwg/stream-reset-after-done

Refine STOP_SENDING reaction text


  Commit: d989555a36aaed33dad6b4d568bd91b3c728d50b
      https://github.com/quicwg/base-drafts/commit/d989555a36aaed33dad6b4d568bd91b3c728d50b
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

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

  Log Message:
  -----------
  More changes inbound


  Commit: 46a87bfe169309a502221ffa63f1d5ceb45335e0
      https://github.com/quicwg/base-drafts/commit/46a87bfe169309a502221ffa63f1d5ceb45335e0
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

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

  Log Message:
  -----------
  Fixups


  Commit: d0483879f73a6588e6a3e475d124b706bdbfb0f0
      https://github.com/quicwg/base-drafts/commit/d0483879f73a6588e6a3e475d124b706bdbfb0f0
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

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

  Log Message:
  -----------
  restructure


  Commit: aa114252af626c73ce217078a86d6760042ea95f
      https://github.com/quicwg/base-drafts/commit/aa114252af626c73ce217078a86d6760042ea95f
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

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

  Log Message:
  -----------
  s/_/-


  Commit: 5de160dd752d3d3897ce9064e189b0400c02b0f2
      https://github.com/quicwg/base-drafts/commit/5de160dd752d3d3897ce9064e189b0400c02b0f2
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

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

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

Co-Authored-By: janaiyengar <jri.ietf@gmail.com>


  Commit: 4e5f28c3232f8570a043f06b745ee14d27994a1b
      https://github.com/quicwg/base-drafts/commit/4e5f28c3232f8570a043f06b745ee14d27994a1b
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

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

  Log Message:
  -----------
  Be extra specific


  Commit: 850066528aa92de5c5b6a791ec52be74e2125867
      https://github.com/quicwg/base-drafts/commit/850066528aa92de5c5b6a791ec52be74e2125867
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

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

  Log Message:
  -----------
  remove email


  Commit: d80d3aba2a49f04b639add83dc345f8f4b39bb88
      https://github.com/quicwg/base-drafts/commit/d80d3aba2a49f04b639add83dc345f8f4b39bb88
  Author: Jana Iyemgar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2340 from quicwg/close2067

Add note about frequent RTT estimates


  Commit: 7e5ab83e020c1f0be3aafcf0ea2723c1ffc5b0df
      https://github.com/quicwg/base-drafts/commit/7e5ab83e020c1f0be3aafcf0ea2723c1ffc5b0df
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2349 from quicwg/transport/pa_confusing

Correcting polarity of SPA language


  Commit: 9040bae6b2db213a7c954659aa15d9e4f3076fec
      https://github.com/quicwg/base-drafts/commit/9040bae6b2db213a7c954659aa15d9e4f3076fec
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

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

  Log Message:
  -----------
  Merge branch 'changelog-18'


  Commit: c2ade6b1aab49c7072b1e54cef9d1d826c3deecc
      https://github.com/quicwg/base-drafts/commit/c2ade6b1aab49c7072b1e54cef9d1d826c3deecc
  Author: Jana Iyemgar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2327 from quicwg/ianswett-ignore-loss

Ignore packet loss when the keys are not available


  Commit: 3aa082565f040c04b58cca13b27cc6d74900a0e9
      https://github.com/quicwg/base-drafts/commit/3aa082565f040c04b58cca13b27cc6d74900a0e9
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

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

  Log Message:
  -----------
  Change my email address


  Commit: 717ae94a335b956f195648c0af8b8b928d4aea3d
      https://github.com/quicwg/base-drafts/commit/717ae94a335b956f195648c0af8b8b928d4aea3d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

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

  Log Message:
  -----------
  Define RTT

Explicitly state that Round trip time is abbreviated as RTT


  Commit: 6f6e34ccd97f6b1c683bf2275d832308cff3c794
      https://github.com/quicwg/base-drafts/commit/6f6e34ccd97f6b1c683bf2275d832308cff3c794
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    A .github/release-drafter.yml
    M draft-ietf-quic-http.md
    M draft-ietf-quic-invariants.md
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md
    M tag.sh

  Log Message:
  -----------
  Merge branch 'master' into ianswett-app-limited


  Commit: f9aaa9108f058ee0f17e7d6aa2b1916f3b558bd0
      https://github.com/quicwg/base-drafts/commit/f9aaa9108f058ee0f17e7d6aa2b1916f3b558bd0
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

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

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


  Commit: 1328ea5d59099c40902fa644064c4a76eb8d60a7
      https://github.com/quicwg/base-drafts/commit/1328ea5d59099c40902fa644064c4a76eb8d60a7
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

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

  Log Message:
  -----------
  Fix earlier uses and remove an obsolete sentence


  Commit: 00fe359052fc890cf8ff3444e9d64bd78308af6f
      https://github.com/quicwg/base-drafts/commit/00fe359052fc890cf8ff3444e9d64bd78308af6f
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

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

  Log Message:
  -----------
  Match TCP RFCs use of


  Commit: 7370c3b535c0d77772f34394c70bc64dfff43865
      https://github.com/quicwg/base-drafts/commit/7370c3b535c0d77772f34394c70bc64dfff43865
  Author: Bence Béky <bencebeky@users.noreply.github.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

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

  Log Message:
  -----------
  Bikeshed Required Insert Count encoding.


  Commit: b24b3eefc0b2aa6746a2fd0166fbafb6120bfcd4
      https://github.com/quicwg/base-drafts/commit/b24b3eefc0b2aa6746a2fd0166fbafb6120bfcd4
  Author: Bence Béky <bencebeky@users.noreply.github.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

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

  Log Message:
  -----------
  Clarify when to signal error on incorrect Required Insert Count.


  Commit: 4dd4fd6c499684e104c8376ff4d1f9dc5127ca1d
      https://github.com/quicwg/base-drafts/commit/4dd4fd6c499684e104c8376ff4d1f9dc5127ca1d
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

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

  Log Message:
  -----------
  Fix changelog for #2327


  Commit: 37f479d7636479b4be785408e3cca7546f44a41e
      https://github.com/quicwg/base-drafts/commit/37f479d7636479b4be785408e3cca7546f44a41e
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2362 from quicwg/ianswett-rtt

Define RTT


  Commit: c57c9c5f01494133c14c929cea514694b9e3a684
      https://github.com/quicwg/base-drafts/commit/c57c9c5f01494133c14c929cea514694b9e3a684
  Author: Christian Huitema <huitema@huitema.net>
  Date:   2019-01-26 (Sat, 26 Jan 2019)

  Changed paths:
    A .github/release-drafter.yml
    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 initial-protection.js
    M tag.sh

  Log Message:
  -----------
  Merge pull request #11 from quicwg/master

Align fork to master


  Commit: efe97ace267d87db9b75a244f8c9d6a3e2dbfd39
      https://github.com/quicwg/base-drafts/commit/efe97ace267d87db9b75a244f8c9d6a3e2dbfd39
  Author: EKR <ekr@rtfm.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

  Log Message:
  -----------
  Strengthen 2119 language around tokens.

Rationale:

1. We should recommend that people use tokens.
2. Saying "SHOULD" attempt to validate seems weak. Why isn't this a
MUST? This is the weakest of these changes, I think.


  Commit: 4f1f5c4c4fa211f3517e5327a48bfa2848ed1129
      https://github.com/quicwg/base-drafts/commit/4f1f5c4c4fa211f3517e5327a48bfa2848ed1129
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

  Log Message:
  -----------
  Fixups


  Commit: f29289559d261c036d6a83d56624743471f1ca04
      https://github.com/quicwg/base-drafts/commit/f29289559d261c036d6a83d56624743471f1ca04
  Author: Alan Frindell <afrind@fb.com>
  Date:   2019-01-27 (Sun, 27 Jan 2019)

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

  Log Message:
  -----------
  Spacing, fix build


  Commit: d6e203b8685b0cd547d95d8567ebf54fcf3d4356
      https://github.com/quicwg/base-drafts/commit/d6e203b8685b0cd547d95d8567ebf54fcf3d4356
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

  Log Message:
  -----------
  remove misleading sentence about closing and stateless resets


  Commit: a18c081933327647d5db2a791c7a7e546258f860
      https://github.com/quicwg/base-drafts/commit/a18c081933327647d5db2a791c7a7e546258f860
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

  Log Message:
  -----------
  allow closing and draining periods longer than 3 PTO


  Commit: 1982a9ec7dba8f297fa89c9e16fb62e5a74bb970
      https://github.com/quicwg/base-drafts/commit/1982a9ec7dba8f297fa89c9e16fb62e5a74bb970
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

  Log Message:
  -----------
  editorial changes in the closing section


  Commit: f45e89614d057f8fbf356389c8a0f5ad0ac2416a
      https://github.com/quicwg/base-drafts/commit/f45e89614d057f8fbf356389c8a0f5ad0ac2416a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

  Log Message:
  -----------
  Define SRTT (#2376)

And RTTVAR


  Commit: cffec96938ae7c9077c1a8b70e51f932d09c3570
      https://github.com/quicwg/base-drafts/commit/cffec96938ae7c9077c1a8b70e51f932d09c3570
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

  Log Message:
  -----------
  Endpoint's choice is what matters


  Commit: 092856a0e4478fe37b4e4e22a1e66fe5b5259183
      https://github.com/quicwg/base-drafts/commit/092856a0e4478fe37b4e4e22a1e66fe5b5259183
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

  Log Message:
  -----------
  endpoint-role-agnostic


  Commit: e6b676a404be64d328caaa0c7ecb43f8895d8f55
      https://github.com/quicwg/base-drafts/commit/e6b676a404be64d328caaa0c7ecb43f8895d8f55
  Author: afrind <afrind@users.noreply.github.com>
  Date:   2019-01-27 (Sun, 27 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2366 from bencebeky/bnc-encode-requiredinsertcount

Bikeshed Required Insert Count encoding.


  Commit: c7970e72d8058da03808a604c6b620f0f09da53a
      https://github.com/quicwg/base-drafts/commit/c7970e72d8058da03808a604c6b620f0f09da53a
  Author: Alan Frindell <afrind@fb.com>
  Date:   2019-01-27 (Sun, 27 Jan 2019)

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

  Log Message:
  -----------
  Minor editorial changes


  Commit: 1a50a2f6f71a8ba2edcb21158ea4682a3a19e7f7
      https://github.com/quicwg/base-drafts/commit/1a50a2f6f71a8ba2edcb21158ea4682a3a19e7f7
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

  Log Message:
  -----------
  Merge branch 'pr2315'


  Commit: d947b2fcd4de18a3987b11e3ae6b61762ff62071
      https://github.com/quicwg/base-drafts/commit/d947b2fcd4de18a3987b11e3ae6b61762ff62071
  Author: afrind <afrind@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2368 from bencebeky/bnc-requiredinsertcount-error

Clarify when to signal error on incorrect Required Insert Count.


  Commit: 86e889e028cb7064547d9712f65340ffef8904ea
      https://github.com/quicwg/base-drafts/commit/86e889e028cb7064547d9712f65340ffef8904ea
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

  Log Message:
  -----------
  Recovery editorial pass


  Commit: 822ddae20e0dcf3a7648dfc9311290e26eb1e41a
      https://github.com/quicwg/base-drafts/commit/822ddae20e0dcf3a7648dfc9311290e26eb1e41a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

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


  Commit: bb96c700706574df8f4eef144f5b4505581d51c1
      https://github.com/quicwg/base-drafts/commit/bb96c700706574df8f4eef144f5b4505581d51c1
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

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

Co-Authored-By: ianswett <ianswett@users.noreply.github.com>


  Commit: c21ced5457920324dff55376db86455a83244f7f
      https://github.com/quicwg/base-drafts/commit/c21ced5457920324dff55376db86455a83244f7f
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

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

Co-Authored-By: ianswett <ianswett@users.noreply.github.com>


  Commit: 07ef7103a505acf980bc3acb4520a890d90d8190
      https://github.com/quicwg/base-drafts/commit/07ef7103a505acf980bc3acb4520a890d90d8190
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

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


  Commit: 06cf5b0b2f5cf03d4fec36fcf2ebc9ee9a3218e3
      https://github.com/quicwg/base-drafts/commit/06cf5b0b2f5cf03d4fec36fcf2ebc9ee9a3218e3
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

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


  Commit: a3dac027debd9096660fa6b114a94f5278fdc64f
      https://github.com/quicwg/base-drafts/commit/a3dac027debd9096660fa6b114a94f5278fdc64f
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

  Log Message:
  -----------
  Change loss_detection_alarm.set() to update()

Editorial suggestion from Yoshifumi Nishida


  Commit: d3fc30208e4b3289d807a25f72dc21f396ab3b1a
      https://github.com/quicwg/base-drafts/commit/d3fc30208e4b3289d807a25f72dc21f396ab3b1a
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #1637 from quicwg/ianswett-app-limited

Discuss Application-Limited Sending


  Commit: 741c29413014fd3541f930344e5b9e419f4b244c
      https://github.com/quicwg/base-drafts/commit/741c29413014fd3541f930344e5b9e419f4b244c
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

  Log Message:
  -----------
  Jana's suggestion


  Commit: 10ddb8b060965513d0eba09e281c31838dc99145
      https://github.com/quicwg/base-drafts/commit/10ddb8b060965513d0eba09e281c31838dc99145
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-29 (Tue, 29 Jan 2019)

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

  Log Message:
  -----------
  Remove Timeout Loss Detection Heading


  Commit: 3cb81f7c8380cf46fdf539924e2407b0fe2ff9fd
      https://github.com/quicwg/base-drafts/commit/3cb81f7c8380cf46fdf539924e2407b0fe2ff9fd
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-29 (Tue, 29 Jan 2019)

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

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


  Commit: 23c4d48703b29c5c5cd276a4c69dc414e658f244
      https://github.com/quicwg/base-drafts/commit/23c4d48703b29c5c5cd276a4c69dc414e658f244
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-29 (Tue, 29 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2385 from quicwg/ianswett-timeout-loss-dection

Remove Timeout Loss Detection Heading


  Commit: ea6fbf1cc1e97f20fdd730d3de6987307a49d567
      https://github.com/quicwg/base-drafts/commit/ea6fbf1cc1e97f20fdd730d3de6987307a49d567
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-29 (Tue, 29 Jan 2019)

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

  Log Message:
  -----------
  What to send on multiple PTOs (#2380)

* What to send on multiple PTOs

Fixes #2103

* Update draft-ietf-quic-recovery.md


  Commit: 7e473d989c13f7bb7e284641b0572fd6c71da6ef
      https://github.com/quicwg/base-drafts/commit/7e473d989c13f7bb7e284641b0572fd6c71da6ef
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-29 (Tue, 29 Jan 2019)

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

  Log Message:
  -----------
  Only send immediate acks for 1/8 RTT


  Commit: 8b7cb1ad06a48978de1d8dc8b6b21a32a99b1ee2
      https://github.com/quicwg/base-drafts/commit/8b7cb1ad06a48978de1d8dc8b6b21a32a99b1ee2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

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

  Log Message:
  -----------
  A bit clearer


  Commit: dcf0f92328c1d1a8d347bd94ecd235b8922c953b
      https://github.com/quicwg/base-drafts/commit/dcf0f92328c1d1a8d347bd94ecd235b8922c953b
  Author: seanturner <sean@sn3rd.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

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

  Log Message:
  -----------
  removing straw )


  Commit: b4245692496216ded54456629020b16bd074442b
      https://github.com/quicwg/base-drafts/commit/b4245692496216ded54456629020b16bd074442b
  Author: seanturner <sean@sn3rd.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

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

  Log Message:
  -----------
  capitalizing destination connection ID


  Commit: 2c9832bd48766216ac7c12f8c066c61dfe83e9c5
      https://github.com/quicwg/base-drafts/commit/2c9832bd48766216ac7c12f8c066c61dfe83e9c5
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

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

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


  Commit: d5cb783f471e74f6fd392f5e75a239ad7bf01415
      https://github.com/quicwg/base-drafts/commit/d5cb783f471e74f6fd392f5e75a239ad7bf01415
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

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

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


  Commit: 2740bf6f27176cfbc714ee76756c50a2f9f75cce
      https://github.com/quicwg/base-drafts/commit/2740bf6f27176cfbc714ee76756c50a2f9f75cce
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-31 (Thu, 31 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2391 from seanturner/tls-parens

removing stray )


  Commit: c5b8718041bed8c021eba1b25e83f3020ff833a3
      https://github.com/quicwg/base-drafts/commit/c5b8718041bed8c021eba1b25e83f3020ff833a3
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-31 (Thu, 31 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2392 from seanturner/tls_dcid-cap

capitalizing destination connection ID


  Commit: 35387128d9b0cb4729f8655fec292f6bd02fef4a
      https://github.com/quicwg/base-drafts/commit/35387128d9b0cb4729f8655fec292f6bd02fef4a
  Author: huitema <huitema@huitema.net>
  Date:   2019-01-31 (Thu, 31 Jan 2019)

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

  Log Message:
  -----------
  Setting the flow label per RFC 6437.


  Commit: 56f6450b4b2a45242112070b1c153b8c0eab68ed
      https://github.com/quicwg/base-drafts/commit/56f6450b4b2a45242112070b1c153b8c0eab68ed
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-31 (Thu, 31 Jan 2019)

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

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

Co-Authored-By: huitema <huitema@huitema.net>


  Commit: 850b0a2bef1ef76ca0fcc69444af2148b9a11c63
      https://github.com/quicwg/base-drafts/commit/850b0a2bef1ef76ca0fcc69444af2148b9a11c63
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-31 (Thu, 31 Jan 2019)

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

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

Co-Authored-By: huitema <huitema@huitema.net>


  Commit: 9b39f9e343fb2e9e3cfa96d655b3644cc0656df1
      https://github.com/quicwg/base-drafts/commit/9b39f9e343fb2e9e3cfa96d655b3644cc0656df1
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-31 (Thu, 31 Jan 2019)

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

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

Co-Authored-By: huitema <huitema@huitema.net>


  Commit: 7cd07227f76681bd6efd916443727f305c214eb7
      https://github.com/quicwg/base-drafts/commit/7cd07227f76681bd6efd916443727f305c214eb7
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-31 (Thu, 31 Jan 2019)

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

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

Co-Authored-By: huitema <huitema@huitema.net>


  Commit: d256eb9edbe8734257d8b20818f118db28309792
      https://github.com/quicwg/base-drafts/commit/d256eb9edbe8734257d8b20818f118db28309792
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-31 (Thu, 31 Jan 2019)

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

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

Co-Authored-By: huitema <huitema@huitema.net>


  Commit: a122343dec6cbe70c07f62798916ec9d04e2c260
      https://github.com/quicwg/base-drafts/commit/a122343dec6cbe70c07f62798916ec9d04e2c260
  Author: huitema <huitema@huitema.net>
  Date:   2019-01-31 (Thu, 31 Jan 2019)

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

  Log Message:
  -----------
  Fixing a repeated words nit.


  Commit: 954e040f4723597609a6f61fc1a93aa29d215246
      https://github.com/quicwg/base-drafts/commit/954e040f4723597609a6f61fc1a93aa29d215246
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-02-01 (Fri, 01 Feb 2019)

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

  Log Message:
  -----------
  Merge pull request #2025 from quicwg/ianswett-immediate-ack

Send an immediate ACK


  Commit: 14f3edd24f7d68e1671b97f33cd826e51c252791
      https://github.com/quicwg/base-drafts/commit/14f3edd24f7d68e1671b97f33cd826e51c252791
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-02-01 (Fri, 01 Feb 2019)

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

  Log Message:
  -----------
  Merge pull request #2381 from quicwg/ianswett-editorial

Recovery editorial pass


  Commit: 281707b3be22f77c4116c1e26cb5aa2c851e5ec8
      https://github.com/quicwg/base-drafts/commit/281707b3be22f77c4116c1e26cb5aa2c851e5ec8
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-02-01 (Fri, 01 Feb 2019)

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

  Log Message:
  -----------
  Merge pull request #2383 from quicwg/ianswett-set-update

Change loss_detection_alarm.set() to update()


  Commit: 6f09658c18cfeca0df0c4b1fc435cceaf550b7e8
      https://github.com/quicwg/base-drafts/commit/6f09658c18cfeca0df0c4b1fc435cceaf550b7e8
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

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

  Log Message:
  -----------
  idle_timeout = max(3*PTO, TP.idle_timeout), skip draining period


  Commit: 9a277826f4ac031b3a041ab1a2332c8b1441162c
      https://github.com/quicwg/base-drafts/commit/9a277826f4ac031b3a041ab1a2332c8b1441162c
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

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

  Log Message:
  -----------
  apply @marten-seemann's suggestions, avoid discussing about "idle timeout" which is not the advertised one


  Commit: 3f194e6d19bb4e07ec4537012617fa6e640eb457
      https://github.com/quicwg/base-drafts/commit/3f194e6d19bb4e07ec4537012617fa6e640eb457
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

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

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

Co-Authored-By: kazuho <kazuhooku@gmail.com>


  Commit: a82498b1d4552a6001822a2d9d2c13039db0c673
      https://github.com/quicwg/base-drafts/commit/a82498b1d4552a6001822a2d9d2c13039db0c673
  Author: Alessandro Ghedini <alessandro@ghedini.me>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

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

  Log Message:
  -----------
  Remove duplicated 'an' (#2401)


  Commit: eb59d1ad7d35de1cde1d263e0a962140537f70b5
      https://github.com/quicwg/base-drafts/commit/eb59d1ad7d35de1cde1d263e0a962140537f70b5
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

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

  Log Message:
  -----------
  Merge pull request #2404 from kazuho/kazuho/skip-draining-period-on-idle-timeout

skip draining period in case of idle timeout


  Commit: e0882f9d3a0787d46d844caca39d136a63ddf514
      https://github.com/quicwg/base-drafts/commit/e0882f9d3a0787d46d844caca39d136a63ddf514
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

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

  Log Message:
  -----------
  Move pseudocode to appendices (#2408)


  Commit: e75a9d13f390bc7196df0274fef764236b37e715
      https://github.com/quicwg/base-drafts/commit/e75a9d13f390bc7196df0274fef764236b37e715
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

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

  Log Message:
  -----------
  validation of "Retry" token is discussed in 8.1.3, not 8.1.2


  Commit: 8c88e47468e1a37fbc4a26478f6a2b36f36f25b3
      https://github.com/quicwg/base-drafts/commit/8c88e47468e1a37fbc4a26478f6a2b36f36f25b3
  Author: Nick Banks <nibanks@microsoft.com>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

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

  Log Message:
  -----------
  Fix Type 'enpdpoint'


  Commit: d4ea7cf250fbff0a42078506a229c3b1fbbb0111
      https://github.com/quicwg/base-drafts/commit/d4ea7cf250fbff0a42078506a229c3b1fbbb0111
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

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

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

Adding the hyphen that Jana suggested.

Co-Authored-By: huitema <huitema@huitema.net>


  Commit: 89fbee7952d4192b2a58d0abf1c0c6080c5c2cb7
      https://github.com/quicwg/base-drafts/commit/89fbee7952d4192b2a58d0abf1c0c6080c5c2cb7
  Author: Lars Eggert <lars@eggert.org>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

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

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

accept suggestion.

Co-Authored-By: huitema <huitema@huitema.net>


  Commit: 2e8ceeb7c3058c77fddec1f194cdf0982752b160
      https://github.com/quicwg/base-drafts/commit/2e8ceeb7c3058c77fddec1f194cdf0982752b160
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

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

  Log Message:
  -----------
  Merge pull request #2409 from kazuho/kazuho/retry-discuss-SCID-change-ref

validation of "Retry" token is discussed in 8.1.3, not 8.1.2


  Commit: f8112136e3b22377a089c5926107ca24ff1faa19
      https://github.com/quicwg/base-drafts/commit/f8112136e3b22377a089c5926107ca24ff1faa19
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

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

  Log Message:
  -----------
  Merge pull request #2411 from nibanks/patch-1

Fix Typo: 'enpdpoint'


  Commit: bdd348c613657dff1ba37e0c75f64dd322ddd236
      https://github.com/quicwg/base-drafts/commit/bdd348c613657dff1ba37e0c75f64dd322ddd236
  Author: Christian Huitema <huitema@huitema.net>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

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

  Log Message:
  -----------
  Crypotographic hash for the flow label.


  Commit: 5017bc3fca43f71070c39db4e76f023c401bc51c
      https://github.com/quicwg/base-drafts/commit/5017bc3fca43f71070c39db4e76f023c401bc51c
  Author: Christian Huitema <huitema@huitema.net>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

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

  Log Message:
  -----------
  Split long line.


  Commit: 1d8af249df68710203ce2ca376823ee61d2dd9cc
      https://github.com/quicwg/base-drafts/commit/1d8af249df68710203ce2ca376823ee61d2dd9cc
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

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

  Log Message:
  -----------
  update the pseudo code to include packet number spaces


  Commit: e562b2cce0331f0466cba140004a2ff90cd1e17d
      https://github.com/quicwg/base-drafts/commit/e562b2cce0331f0466cba140004a2ff90cd1e17d
  Author: Dmitri Tikhonov <dtikhonov@litespeedtech.com>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

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

  Log Message:
  -----------
  Prohibit retiring CID of containing packet


  Commit: d27b2eff6565d4b37c0cd7075f909665355b021f
      https://github.com/quicwg/base-drafts/commit/d27b2eff6565d4b37c0cd7075f909665355b021f
  Author: Dmitri Tikhonov <dtikhonov@litespeedtech.com>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

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

  Log Message:
  -----------
  Fix typo: doubled "the"


  Commit: 894d6389ab962668807544bfb59911d4f57273f0
      https://github.com/quicwg/base-drafts/commit/894d6389ab962668807544bfb59911d4f57273f0
  Author: Dmitri Tikhonov <dtikhonov@litespeedtech.com>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

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

  Log Message:
  -----------
  Update diagram: h2q is now h3


  Commit: adfcea251dad65785846bcef56a1c58d302eed0b
      https://github.com/quicwg/base-drafts/commit/adfcea251dad65785846bcef56a1c58d302eed0b
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

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

  Log Message:
  -----------
  Merge pull request #2421 from dtikhonov/201902050931-fix-typo-double-the

Fix typo: doubled "the"


  Commit: 0d0016cb760bb181b3f4dbf4fc940932b850b580
      https://github.com/quicwg/base-drafts/commit/0d0016cb760bb181b3f4dbf4fc940932b850b580
  Author: Dmitri Tikhonov <dtikhonov@live.com>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

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

  Log Message:
  -----------
  Fix typo in HTTP draft: "initial" (#2423)


  Commit: 07e0c32aeffa5318723771bf1584bd88fe07ce68
      https://github.com/quicwg/base-drafts/commit/07e0c32aeffa5318723771bf1584bd88fe07ce68
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

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

  Log Message:
  -----------
  Merge pull request #2399 from huitema/ipv6-flow-label

Ipv6 flow label


  Commit: 74da0422dd2f96a1c77357d12916a62a1e7dc326
      https://github.com/quicwg/base-drafts/commit/74da0422dd2f96a1c77357d12916a62a1e7dc326
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

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

  Log Message:
  -----------
  Cleaned up after discussion in Tokyo


  Commit: 8d14062286017342519f4d73e17ed8cfa6a4bba6
      https://github.com/quicwg/base-drafts/commit/8d14062286017342519f4d73e17ed8cfa6a4bba6
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

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

  Log Message:
  -----------
  Expand field name


  Commit: 0d554c67b84be74b67436e369eda6ba979ce0d7c
      https://github.com/quicwg/base-drafts/commit/0d554c67b84be74b67436e369eda6ba979ce0d7c
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

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

  Log Message:
  -----------
  Merge pull request #2420 from dtikhonov/201902050925-cant-retire-cid-of-containing-packet

Prohibit retiring CID of containing packet


  Commit: 7d3489be3b673898d35c3422b29d9cea43c875fa
      https://github.com/quicwg/base-drafts/commit/7d3489be3b673898d35c3422b29d9cea43c875fa
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

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

  Log Message:
  -----------
  Added more explanatory text


  Commit: d291c753fcd49194a1c6761f82bbe57e2c188535
      https://github.com/quicwg/base-drafts/commit/d291c753fcd49194a1c6761f82bbe57e2c188535
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

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

  Log Message:
  -----------
  typos


  Commit: 8b53c9413d56fa9253eb2c572b1be588a1485af7
      https://github.com/quicwg/base-drafts/commit/8b53c9413d56fa9253eb2c572b1be588a1485af7
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

  Changed paths:
    A .github/release-drafter.yml
    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
    M tag.sh

  Log Message:
  -----------
  Merge branch 'master' into pr2280


  Commit: addb32807e18bc1443b4580acf4e7687696d44e6
      https://github.com/quicwg/base-drafts/commit/addb32807e18bc1443b4580acf4e7687696d44e6
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

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

  Log Message:
  -----------
  Wrapping


  Commit: c314498b12c3954680885ff7e69680c0090807ff
      https://github.com/quicwg/base-drafts/commit/c314498b12c3954680885ff7e69680c0090807ff
  Author: Lucas Pardue <lucaspardue.24.7@gmail.com>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

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

  Log Message:
  -----------
  Add table to show what frames go on what streams (#2419)

* Add table to show what frames go on what streams

* Mike's sentance nicening


  Commit: 8280be9a76161b55ab88bdaf642b8a88dbb622f5
      https://github.com/quicwg/base-drafts/commit/8280be9a76161b55ab88bdaf642b8a88dbb622f5
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

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

  Log Message:
  -----------
  Table formatting


  Commit: 2d98453d0abf526bc812c3f83b8149d3ed57cb73
      https://github.com/quicwg/base-drafts/commit/2d98453d0abf526bc812c3f83b8149d3ed57cb73
  Author: ekr <ekr@rtfm.com>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

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

  Log Message:
  -----------
  Make HTTP frames a TLV format (#2235)

* Make HTTP frames a TLV format. This has several advantages:

I know this is a late change, but I think it's an improvement....

- You can switch on the frame type before you even read a
  variable-length value
- You can have special-case (negotiated) frame types with no lengths

If this has already been discussed and rejected somewhere, maybe
I missed it.

* ...


  Commit: c6317898c50a31a51087be25fc27524ffb492f1b
      https://github.com/quicwg/base-drafts/commit/c6317898c50a31a51087be25fc27524ffb492f1b
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

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

  Log Message:
  -----------
  Spacing


  Commit: 17161f54da4f76f94cd4271af303792afad40c71
      https://github.com/quicwg/base-drafts/commit/17161f54da4f76f94cd4271af303792afad40c71
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

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

  Log Message:
  -----------
  introduce an enum for packet number spaces


  Commit: 8280320ca7208e485af75d581f4a38d8d184a8a7
      https://github.com/quicwg/base-drafts/commit/8280320ca7208e485af75d581f4a38d8d184a8a7
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

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

  Log Message:
  -----------
  fix line lengths


  Commit: 09fcf151d1378efbff43d0eaf983a47a6f2c0e23
      https://github.com/quicwg/base-drafts/commit/09fcf151d1378efbff43d0eaf983a47a6f2c0e23
  Author: afrind <afrind@users.noreply.github.com>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

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

  Log Message:
  -----------
  Replace the RequireInsertCount decoding algorithm (#2379)

* Replace the RequireInsertCount decoding algorithm

This is @mt's alternate algorithm from #1930, and includes some of @bencebeky's language from #2249.

I renamed 'rounded' to 'MaxWrapped' - it is largest possible value for RequiredInsertCount that is 0 mod 2*MaxEntries.

Fixes #1930
Fixes #2112

* Martin's feedback

* * Indicate that the algorithm is an example
* Make normative text for error handling


  Commit: 7a2d570807ffcbe61df584b6144949c188842296
      https://github.com/quicwg/base-drafts/commit/7a2d570807ffcbe61df584b6144949c188842296
  Author: afrind <afrind@users.noreply.github.com>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

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

  Log Message:
  -----------
  QPACK: Clarify how maximum dynamic table capacity can be set (#2330)

* QPACK: Clarify how maximum dynamic table capacity can be set

0-RTT client
 Use remembered value
 If 0, server can increase in SETTINGS
 otherwise server must use this value in SETTINGS

Everyone else
 Starts at 0
 Can be set to non-zero by SETTINGS

This started as a modification of #2257, but the differences were significant enough I split it off.

Fixes #2276

* Martin's comments

* Clarify 0-RTT a little more


  Commit: e94bdc2cafb07ee711b91281591dc45637467bae
      https://github.com/quicwg/base-drafts/commit/e94bdc2cafb07ee711b91281591dc45637467bae
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

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

  Log Message:
  -----------
  Discard inconsistent packets


  Commit: 105dd3213812cde18c65240efc7ae1f339fae65b
      https://github.com/quicwg/base-drafts/commit/105dd3213812cde18c65240efc7ae1f339fae65b
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

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

  Log Message:
  -----------
  Removal is unsuccessful


  Commit: f45707fa254156ed571645ff83a8001a362e7357
      https://github.com/quicwg/base-drafts/commit/f45707fa254156ed571645ff83a8001a362e7357
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

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

  Log Message:
  -----------
  kPacketNumberSpace


  Commit: 23720eb15b5abf9ceb28dcc2c2ed2c573c9a0ed7
      https://github.com/quicwg/base-drafts/commit/23720eb15b5abf9ceb28dcc2c2ed2c573c9a0ed7
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

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

  Log Message:
  -----------
  1-RTT => Application data


  Commit: 9cd3dfef754d23334e54c779171fd13a266628d0
      https://github.com/quicwg/base-drafts/commit/9cd3dfef754d23334e54c779171fd13a266628d0
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

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

  Log Message:
  -----------
  Application data => ApplicationData


  Commit: c9da9ee12a8e9a7d48ba8e3818ed0df5a7e16e28
      https://github.com/quicwg/base-drafts/commit/c9da9ee12a8e9a7d48ba8e3818ed0df5a7e16e28
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

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

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


  Commit: 99dd6965d201108cbe212614b974843f6b1f3536
      https://github.com/quicwg/base-drafts/commit/99dd6965d201108cbe212614b974843f6b1f3536
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

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

  Log Message:
  -----------
  Merge pull request #2417 from marten-seemann/loss-recovery-packet-number-spaces

update the pseudo code to include packet number spaces


  Commit: 6c33bd4e50acde88ccc6517cf4c8c4811bd1ed17
      https://github.com/quicwg/base-drafts/commit/6c33bd4e50acde88ccc6517cf4c8c4811bd1ed17
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

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

  Log Message:
  -----------
  Varint the frame types


  Commit: f52e62fc20caf3edd0bdd49dabc315b553542229
      https://github.com/quicwg/base-drafts/commit/f52e62fc20caf3edd0bdd49dabc315b553542229
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

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

  Log Message:
  -----------
  Concomitant change to HTTP_MALFORMED_FRAME_TYPE


  Commit: cbe62b9866a22bcbbb70f285300510c205a494d2
      https://github.com/quicwg/base-drafts/commit/cbe62b9866a22bcbbb70f285300510c205a494d2
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

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

  Log Message:
  -----------
  Varint the stream types


  Commit: cf01b3d5674bdbf6e4cfc86992527753b41cb9e4
      https://github.com/quicwg/base-drafts/commit/cf01b3d5674bdbf6e4cfc86992527753b41cb9e4
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

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

  Log Message:
  -----------
  Format values


  Commit: 2d18efff91edde9ebdd64be308cabcf31d4ca66d
      https://github.com/quicwg/base-drafts/commit/2d18efff91edde9ebdd64be308cabcf31d4ca66d
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

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

  Log Message:
  -----------
  Varint the Settings Identifiers


  Commit: 771c7d36a68f8df1a84e5e25421f36ac35f36ebf
      https://github.com/quicwg/base-drafts/commit/771c7d36a68f8df1a84e5e25421f36ac35f36ebf
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

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

  Log Message:
  -----------
  Mention the difference in HTTP/2 considerations


  Commit: 33cbc34885bb59c464218d48ed204bce3a0f585b
      https://github.com/quicwg/base-drafts/commit/33cbc34885bb59c464218d48ed204bce3a0f585b
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

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

  Log Message:
  -----------
  Make frame type greasing consistent


  Commit: 6e5f470ee4e1b6f8bff1f3a24b20b29bcfed38f7
      https://github.com/quicwg/base-drafts/commit/6e5f470ee4e1b6f8bff1f3a24b20b29bcfed38f7
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

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

  Log Message:
  -----------
  Explicit value in fig-push-stream-header


  Commit: f06211da71550e9a7ed03cc42d96ec5dc84dd3f0
      https://github.com/quicwg/base-drafts/commit/f06211da71550e9a7ed03cc42d96ec5dc84dd3f0
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

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

  Log Message:
  -----------
  Non-zero values of N only


  Commit: 6b74f2e4881fe5748eb72e94e9c34d7dbc44955c
      https://github.com/quicwg/base-drafts/commit/6b74f2e4881fe5748eb72e94e9c34d7dbc44955c
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

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

  Log Message:
  -----------
  Merge pull request #2422 from dtikhonov/201902050934-h2q-is-now-h3

Update diagram: h2q is now h3


  Commit: 8d9bf8577027bc2639f3cc9d20b276de2863272d
      https://github.com/quicwg/base-drafts/commit/8d9bf8577027bc2639f3cc9d20b276de2863272d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

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

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

Co-Authored-By: MikeBishop <mbishop@evequefou.be>


  Commit: 5379931cb0dc3931c0dde09839420adb4f68dfb9
      https://github.com/quicwg/base-drafts/commit/5379931cb0dc3931c0dde09839420adb4f68dfb9
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

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

  Log Message:
  -----------
  Revert "Explicit value in fig-push-stream-header"

This reverts commit 6e5f470ee4e1b6f8bff1f3a24b20b29bcfed38f7.


  Commit: 3e2dbea894c2e3fe4fe4d63e9592ddf4c1e0f1bc
      https://github.com/quicwg/base-drafts/commit/3e2dbea894c2e3fe4fe4d63e9592ddf4c1e0f1bc
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

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

  Log Message:
  -----------
  Varint explicit value


  Commit: 0c33013556840e9f16f3e701cbb372f68b0ab124
      https://github.com/quicwg/base-drafts/commit/0c33013556840e9f16f3e701cbb372f68b0ab124
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

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

  Log Message:
  -----------
  Review feedback


  Commit: 05b784f6985de0597a30faa611b6317d2bd56051
      https://github.com/quicwg/base-drafts/commit/05b784f6985de0597a30faa611b6317d2bd56051
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

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

  Log Message:
  -----------
  Plurals


  Commit: c30019f681d092f3a04dee62bfed3bf868f610d2
      https://github.com/quicwg/base-drafts/commit/c30019f681d092f3a04dee62bfed3bf868f610d2
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

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

  Log Message:
  -----------
  More plurals


  Commit: 5b3abdedf454cccec4e2e0bbb1b5dcc3de261b46
      https://github.com/quicwg/base-drafts/commit/5b3abdedf454cccec4e2e0bbb1b5dcc3de261b46
  Author: MikkelFJ <mikkelfj@gmail.com>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

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

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

Co-Authored-By: MikeBishop <mbishop@evequefou.be>


  Commit: 5369ff2cf70a461899817aec983ac22e23684f15
      https://github.com/quicwg/base-drafts/commit/5369ff2cf70a461899817aec983ac22e23684f15
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

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

  Log Message:
  -----------
  Sentence split


  Commit: 2631d02ffce77d14073ed4a80a7fd656ff8443d1
      https://github.com/quicwg/base-drafts/commit/2631d02ffce77d14073ed4a80a7fd656ff8443d1
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

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

  Log Message:
  -----------
  Servers can still CANCEL, too. (#2426)

* Servers can still CANCEL, too.

* Apply suggestions from code review

Co-Authored-By: MikeBishop <mbishop@evequefou.be>


  Commit: 633eca90a501c5a9179fc4703158a6aacf084c5f
      https://github.com/quicwg/base-drafts/commit/633eca90a501c5a9179fc4703158a6aacf084c5f
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

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

  Log Message:
  -----------
  Migration in Security Considerations (#2427)

* Migration in Security Considerations

* Better incorporate Martin's feedback


  Commit: 55e4a7d55a9cb24cf650c3a4c97f0447dd06a5b7
      https://github.com/quicwg/base-drafts/commit/55e4a7d55a9cb24cf650c3a4c97f0447dd06a5b7
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

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

  Log Message:
  -----------
  Indicate initial-only frames (#2425)

* Indicate initial-only frames

* Specific guidance


  Commit: 4bf24681eee5235af5311fc939126195b16f6e40
      https://github.com/quicwg/base-drafts/commit/4bf24681eee5235af5311fc939126195b16f6e40
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

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

  Log Message:
  -----------
  quic-tls nits

I suspect these are uncontroversial.


  Commit: 325d2cbdab441cfb15c570aa084472dac88c09f1
      https://github.com/quicwg/base-drafts/commit/325d2cbdab441cfb15c570aa084472dac88c09f1
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

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

  Log Message:
  -----------
  One more


  Commit: 5bb4241cf1d9f48798abd48450087e2188ae372b
      https://github.com/quicwg/base-drafts/commit/5bb4241cf1d9f48798abd48450087e2188ae372b
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

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

  Log Message:
  -----------
  argh stray character


  Commit: 58332ad44b1a595a87f9f8bb26c41adb074f4d19
      https://github.com/quicwg/base-drafts/commit/58332ad44b1a595a87f9f8bb26c41adb074f4d19
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-02-11 (Mon, 11 Feb 2019)

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

  Log Message:
  -----------
  Merge pull request #2431 from quicwg/transport/inconsistent

Discard inconsistent packets


  Commit: be67b4561b491c06a79c1688c8c35a9fffa7d2d9
      https://github.com/quicwg/base-drafts/commit/be67b4561b491c06a79c1688c8c35a9fffa7d2d9
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-02-11 (Mon, 11 Feb 2019)

  Changed paths:
    M CONTRIBUTING.md

  Log Message:
  -----------
  discussing


  Commit: 4d2821c5e79c741355ae8a69df024718e07835c9
      https://github.com/quicwg/base-drafts/commit/4d2821c5e79c741355ae8a69df024718e07835c9
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-02-10 (Sun, 10 Feb 2019)

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

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

This is a better fix.

Co-Authored-By: martinduke <martin.h.duke@gmail.com>


  Commit: 3836d2ee046bc1eb8a3646e32d19791f1c0a48eb
      https://github.com/quicwg/base-drafts/commit/3836d2ee046bc1eb8a3646e32d19791f1c0a48eb
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-02-11 (Mon, 11 Feb 2019)

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

  Log Message:
  -----------
  Merge pull request #2445 from martinduke/patch-34

quic-tls nits


  Commit: 88424b7b9d98937f2a17cdbb9556f292bacb5efd
      https://github.com/quicwg/base-drafts/commit/88424b7b9d98937f2a17cdbb9556f292bacb5efd
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-02-11 (Mon, 11 Feb 2019)

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

  Log Message:
  -----------
  remove unused variable largest_sent_packet


  Commit: 726807acdb54897c0ec738e8a360cfe4523f4484
      https://github.com/quicwg/base-drafts/commit/726807acdb54897c0ec738e8a360cfe4523f4484
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-02-11 (Mon, 11 Feb 2019)

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

  Log Message:
  -----------
  Merge pull request #2449 from marten-seemann/remove-largest-sent-packet

remove unused variable largest_sent_packet


  Commit: f489b47eac3826113e13d20986d521f003a7ed27
      https://github.com/quicwg/base-drafts/commit/f489b47eac3826113e13d20986d521f003a7ed27
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2019-02-11 (Mon, 11 Feb 2019)

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

  Log Message:
  -----------
  Eliminate false sentence?

It's untrue that any stream could be created by any endpoing.


  Commit: 3c9a17a4f06b48436bfe9519b1db650214063dd2
      https://github.com/quicwg/base-drafts/commit/3c9a17a4f06b48436bfe9519b1db650214063dd2
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-02-12 (Tue, 12 Feb 2019)

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

  Log Message:
  -----------
  Merge pull request #2452 from martinduke/patch-36

Eliminate false sentence?


  Commit: 630bc71c3e54f9149ae472e00618e67da3ead32f
      https://github.com/quicwg/base-drafts/commit/630bc71c3e54f9149ae472e00618e67da3ead32f
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-11 (Mon, 11 Feb 2019)

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

  Log Message:
  -----------
  Martin's suggested alternative to non-zero


  Commit: 0c97572ed5d3787752ca9e4ffaf1d1cbf2b5200e
      https://github.com/quicwg/base-drafts/commit/0c97572ed5d3787752ca9e4ffaf1d1cbf2b5200e
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-11 (Mon, 11 Feb 2019)

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

  Log Message:
  -----------
  Merge pull request #2437 from quicwg/http/varint-all-the-things

VarInt all the HTTP things


  Commit: 5bbe441637b02e211265464931913e393ef13fb8
      https://github.com/quicwg/base-drafts/commit/5bbe441637b02e211265464931913e393ef13fb8
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-02-12 (Tue, 12 Feb 2019)

  Changed paths:
    M CONTRIBUTING.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-tls.md
    M draft-ietf-quic-transport.md
    M tag.sh

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into 0rtt-reset


Compare: https://github.com/quicwg/base-drafts/compare/9400c2f9b2c5...5bbe441637b0