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

Jana Iyengar <jri.ietf@gmail.com> Tue, 29 January 2019 02:38 UTC

Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 744FC12875B for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:38:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level:
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=no autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HP9ZyJtHLw_x for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:38:16 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4617213127D for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:37:28 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1548729445; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=PCyDTGJUv+God8Ia2bsneU20k7J54P7TtqWuoOQD5so=; b=uEBXhmyBKFmDiX1ipoobj930ee57HxnJaVFjOAcYSgC/m3dodbCWFad1WlsA4HVRySmPLCDo A8V48p5DQXwpsXi/zE2hjmIr+mNyYG0EG4FVG1X9QXz72DzeHX8XTb4lbhSSkNfV9Zn+CpfR H4sONg9ekwSGylouWJJkB/Q1tNo=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c4fbc65.7f7af5a17e70-smtp-out-n01; Tue, 29 Jan 2019 02:37:25 -0000 (UTC)
Date: Mon, 28 Jan 2019 18:37:25 -0800
From: Jana Iyengar <jri.ietf@gmail.com>
Reply-To: Jana Iyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c4fbc65a65a5_1bb5a2af9659a85885075@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ceab0e: Discuss Application-Limited Sending
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4fbc65a617c_1bb5a2af9659a858850673"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/TnB_ON4FHJtA85PbZn_TsKe7V90>
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, 29 Jan 2019 02:38:19 -0000

  Branch: refs/heads/master
  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: 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: 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: 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: 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: 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


Compare: https://github.com/quicwg/base-drafts/compare/d947b2fcd4de...d3fc30208e4b
      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.