[quicwg/base-drafts] f9dd7a: Change error codes from 16-bit to varints

Jana Iyengar <noreply@github.com> Tue, 04 June 2019 02:38 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 CB3DA12010F for <quic-issues@ietfa.amsl.com>; Mon, 3 Jun 2019 19:38:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.01
X-Spam-Level:
X-Spam-Status: No, score=-7.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8YlDb-SGqfu5 for <quic-issues@ietfa.amsl.com>; Mon, 3 Jun 2019 19:38:03 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 02A991200F5 for <quic-issues@ietf.org>; Mon, 3 Jun 2019 19:38:03 -0700 (PDT)
Date: Mon, 03 Jun 2019 19:38:01 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1559615881; bh=KsSRNl+l6/hMiKWY/bLQJ0aPIZN1HriYx3yHXDSe56c=; h=Date:From:To:Subject:From; b=i8/jA4s35n8qoK+hnglvYurJxBxQ/nEGTCEPL8EBIJjSGGh3gjpT8Pj4T9zCShWgN pBJqL6Z2mAY1Yp33jclQs8jY9iOYiSA7RwKtaItWWo5+Bpk4WPbYu6tMFup17VOJCN v9BfuS6WMvUzPntxQJ2vuVIOXVrPl2C6vaqHt0H0=
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/3a2ff5-0fd998@github.com>
Subject: [quicwg/base-drafts] f9dd7a: Change error codes from 16-bit to varints
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/L74KhwiC9ZqMbOSIdglD1F8tiFI>
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, 04 Jun 2019 02:38:05 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: f9dd7a0221e4433548dc0752e5a3971c0da019b1
      https://github.com/quicwg/base-drafts/commit/f9dd7a0221e4433548dc0752e5a3971c0da019b1
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-05-09 (Thu, 09 May 2019)

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

  Log Message:
  -----------
  Change error codes from 16-bit to varints

Changes CONNECTION_CLOSE, STOP_SENDING, and RESET_STREAM to varint error codes.

Fixes #2672


  Commit: 10176ae9245d406729b263a3c14994618d484c81
      https://github.com/quicwg/base-drafts/commit/10176ae9245d406729b263a3c14994618d484c81
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-05-09 (Thu, 09 May 2019)

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

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


  Commit: 44f7c59ecf8e13640bd63ffd38a56b3e41716694
      https://github.com/quicwg/base-drafts/commit/44f7c59ecf8e13640bd63ffd38a56b3e41716694
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-05-10 (Fri, 10 May 2019)

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

  Log Message:
  -----------
  Martin's comments


  Commit: 6e404dea448afe44136a1b612e21ae009c82c395
      https://github.com/quicwg/base-drafts/commit/6e404dea448afe44136a1b612e21ae009c82c395
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-05-10 (Fri, 10 May 2019)

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

  Log Message:
  -----------
  Fix http error code registry length


  Commit: b8284eb5f7af3d781bf6eaa1e1bfa8e8fa1424b1
      https://github.com/quicwg/base-drafts/commit/b8284eb5f7af3d781bf6eaa1e1bfa8e8fa1424b1
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-05-10 (Fri, 10 May 2019)

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

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

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


  Commit: 6e0f8c85c13cec1723598180b310602c1f23e79d
      https://github.com/quicwg/base-drafts/commit/6e0f8c85c13cec1723598180b310602c1f23e79d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-05-10 (Fri, 10 May 2019)

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

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

Mike's suggestion, carrying -> containing


  Commit: 0fd9989e4ef297e48c917497a7c15980bb0dd822
      https://github.com/quicwg/base-drafts/commit/0fd9989e4ef297e48c917497a7c15980bb0dd822
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-06-03 (Mon, 03 Jun 2019)

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

  Log Message:
  -----------
  Merge pull request #2680 from quicwg/ianswett-varint-error-codes

Change error codes from 16-bit to varints


Compare: https://github.com/quicwg/base-drafts/compare/3a2ff52410f7...0fd9989e4ef2