[quicwg/base-drafts] 851d56: all protocol violations should lead to connection ...

Mike Bishop <noreply@github.com> Thu, 02 May 2019 17:02 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 3FF8A120481 for <quic-issues@ietfa.amsl.com>; Thu, 2 May 2019 10:02:16 -0700 (PDT)
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, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id esy_-7Pp5NFo for <quic-issues@ietfa.amsl.com>; Thu, 2 May 2019 10:02:11 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EA73112049A for <quic-issues@ietf.org>; Thu, 2 May 2019 10:02:10 -0700 (PDT)
Date: Thu, 02 May 2019 10:02:09 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1556816529; bh=RvmEG5eg1gSN9/1eVDcaJzYijNxSrIQAYjmHGwYgnO4=; h=Date:From:To:Subject:From; b=w+w8+c7bzpLbQSL4Ing0JN0ewVEwPXn89cNVLDfw2AkeUm1fBqQxhldTSf4GXhYve qT0Pae9J9bAg6pPiZc62tId6oKsbLT2EhlQRAZODIV3GMSB3s74WkdayRqBURw8xWE hYBpZpB20yHu3HXUPLUrZ1jZFuuAr1cIs1VRbOuQ=
From: Mike Bishop <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/2165d8-af2c0d@github.com>
Subject: [quicwg/base-drafts] 851d56: all protocol violations should lead to connection ...
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/YnClf88AB3Irjg45ngyrEq2pVx0>
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: Thu, 02 May 2019 17:02:17 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 851d56e53f867c299df660ebc8a33719583032df
      https://github.com/quicwg/base-drafts/commit/851d56e53f867c299df660ebc8a33719583032df
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-03-09 (Sat, 09 Mar 2019)

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

  Log Message:
  -----------
  all protocol violations should lead to connection errors


  Commit: 8e4d28f9532de0451b360999a78d841f8d8b695f
      https://github.com/quicwg/base-drafts/commit/8e4d28f9532de0451b360999a78d841f8d8b695f
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-03-09 (Sat, 09 Mar 2019)

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

  Log Message:
  -----------
  clarify as connection error


  Commit: 243ae5cbb724200dac778457cd14968cb8430182
      https://github.com/quicwg/base-drafts/commit/243ae5cbb724200dac778457cd14968cb8430182
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-03-10 (Sun, 10 Mar 2019)

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

  Log Message:
  -----------
  clarify that receiving an unknown stream type is not a _connection_ error


  Commit: a7c4c591557a71c4dc765d7c74a4e3add55b6883
      https://github.com/quicwg/base-drafts/commit/a7c4c591557a71c4dc765d7c74a4e3add55b6883
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-03-10 (Sun, 10 Mar 2019)

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

  Log Message:
  -----------
  all QPACK errors become connection errors


  Commit: 4f55293c0c29b62cfb542d6f59d01fa68b4eb319
      https://github.com/quicwg/base-drafts/commit/4f55293c0c29b62cfb542d6f59d01fa68b4eb319
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-05-01 (Wed, 01 May 2019)

  Changed paths:
    M README.md
    M draft-ietf-quic-http.md
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-recovery.md
    R draft-ietf-quic-spin-exp.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md
    M tag.sh

  Log Message:
  -----------
  Merge branch 'master' into kazuho/pv-errors


  Commit: 60e38ef45e318b7cd4f4c0c1d9be031a463a905e
      https://github.com/quicwg/base-drafts/commit/60e38ef45e318b7cd4f4c0c1d9be031a463a905e
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-05-01 (Wed, 01 May 2019)

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

  Log Message:
  -----------
  Fold together PRIORITY errors


  Commit: b7f070819f557aff603a89757e4d8c940007f408
      https://github.com/quicwg/base-drafts/commit/b7f070819f557aff603a89757e4d8c940007f408
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-05-01 (Wed, 01 May 2019)

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

  Log Message:
  -----------
  Add missing word


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

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

  Log Message:
  -----------
  Merge pull request #2510 from kazuho/kazuho/protocol-violations-connection-errors

all HTTP/3 protocol violations should lead to connection errors


Compare: https://github.com/quicwg/base-drafts/compare/2165d822f1a3...af2c0d4980b8