[quicwg/base-drafts] 6c8d8c: Fix typo in GOAWAY frame encoding

Mike Bishop <noreply@github.com> Wed, 16 February 2022 17:05 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 E9D893A13DF for <quic-issues@ietfa.amsl.com>; Wed, 16 Feb 2022 09:05:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.677
X-Spam-Level:
X-Spam-Status: No, score=-7.677 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.576, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lR_D2rkDGMCu for <quic-issues@ietfa.amsl.com>; Wed, 16 Feb 2022 09:05:27 -0800 (PST)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C12973A141E for <quic-issues@ietf.org>; Wed, 16 Feb 2022 09:05:27 -0800 (PST)
Received: from github.com (hubbernetes-node-bb1cc30.ash1-iad.github.net [10.56.200.43]) by smtp.github.com (Postfix) with ESMTPA id ED326840993 for <quic-issues@ietf.org>; Wed, 16 Feb 2022 09:05:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1645031127; bh=W5knKz1Zwl0DLSRRrZhMnX607ykqe+i6tfek9mTg1Nk=; h=Date:From:To:Subject:From; b=XbEcOwt9PD0b9+EKo3H+FtOWsIaAa+L/zVHchYGnm6XeqnYatzaJVXEhpbySQjDk8 hgzJhubsPcUteMvw0K4arGYd8qRy1FKb/kpV2aeAzNLGyJTHJVM+a1YEy2WMLA8ldD FOFsyfZepExsstXw/jYSzgrSD6HLNZdu+qLM6I30=
Date: Wed, 16 Feb 2022 09:05:26 -0800
From: Mike Bishop <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/http/connect_to_zombies/fcb879-2b88ef@github.com>
Subject: [quicwg/base-drafts] 6c8d8c: Fix typo in GOAWAY frame encoding
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/K5S5bDJGdYV16HPTqmqh21siS6c>
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: Wed, 16 Feb 2022 17:05:34 -0000

  Branch: refs/heads/http/connect_to_zombies
  Home:   https://github.com/quicwg/base-drafts
  Commit: 6c8d8c8825b57ab2ff411ddeac30214f370d5f2a
      https://github.com/quicwg/base-drafts/commit/6c8d8c8825b57ab2ff411ddeac30214f370d5f2a
  Author: David Schinazi <dschinazi.ietf@gmail.com>
  Date:   2021-07-16 (Fri, 16 Jul 2021)

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

  Log Message:
  -----------
  Fix typo in GOAWAY frame encoding


  Commit: 1f39e3d9a76142d475450d4a48ab9cc1964c6b55
      https://github.com/quicwg/base-drafts/commit/1f39e3d9a76142d475450d4a48ab9cc1964c6b55
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2021-07-30 (Fri, 30 Jul 2021)

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

  Log Message:
  -----------
  Recommend careful behavior


  Commit: c3b56a8677822a54c17ac47c1f0de5e562851599
      https://github.com/quicwg/base-drafts/commit/c3b56a8677822a54c17ac47c1f0de5e562851599
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2021-08-03 (Tue, 03 Aug 2021)

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

  Log Message:
  -----------
  Type is not a byte


  Commit: 45951068efb7f803af24b4882f617298cf59ec4b
      https://github.com/quicwg/base-drafts/commit/45951068efb7f803af24b4882f617298cf59ec4b
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2021-08-04 (Wed, 04 Aug 2021)

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

  Log Message:
  -----------
  Track httpwg/http-core#907: SEMANTICS->HTTP


  Commit: 0ce850eb478ccd9bfac17b6759d7bca119b96d7c
      https://github.com/quicwg/base-drafts/commit/0ce850eb478ccd9bfac17b6759d7bca119b96d7c
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2021-08-04 (Wed, 04 Aug 2021)

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

  Log Message:
  -----------
  Explicit about aborting and discarding


  Commit: 03df2cf3e283a8ef018ebbf0f18c9985eee96d20
      https://github.com/quicwg/base-drafts/commit/03df2cf3e283a8ef018ebbf0f18c9985eee96d20
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2021-08-23 (Mon, 23 Aug 2021)

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

  Log Message:
  -----------
  Reference the concept, not the header


  Commit: eb24addc23e51948d1912837878a192de222a5b5
      https://github.com/quicwg/base-drafts/commit/eb24addc23e51948d1912837878a192de222a5b5
  Author: Bence Béky <bnc@google.com>
  Date:   2021-09-13 (Mon, 13 Sep 2021)

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

  Log Message:
  -----------
  [http] [editorial] Fix ASCII code for LF, NUL.


  Commit: 3f5efd57c185a4237f760ee3811e7b85fac69125
      https://github.com/quicwg/base-drafts/commit/3f5efd57c185a4237f760ee3811e7b85fac69125
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

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

  Log Message:
  -----------
  Question 4; fixes #4947


  Commit: 4b53094dd12f8a803d71951ff8250fb1038185cc
      https://github.com/quicwg/base-drafts/commit/4b53094dd12f8a803d71951ff8250fb1038185cc
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

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

  Log Message:
  -----------
  Question 5


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

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

  Log Message:
  -----------
  Question 6: parallel or reduce explanation?


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

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

  Log Message:
  -----------
  Question 8: Break up anti-blocking guidance


  Commit: 359a196da47455656d508930f13efb8915452699
      https://github.com/quicwg/base-drafts/commit/359a196da47455656d508930f13efb8915452699
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

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

  Log Message:
  -----------
  Question 10: Fine to abbreviate


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

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

  Log Message:
  -----------
  Question 11: What did original authors write?


  Commit: 8b5c9c6517878647fba36045749d3dd34188dd27
      https://github.com/quicwg/base-drafts/commit/8b5c9c6517878647fba36045749d3dd34188dd27
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

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

  Log Message:
  -----------
  Question 1: Title; fixes #4944


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

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

  Log Message:
  -----------
  Most of the RFC Editor edits


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

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

  Log Message:
  -----------
  Missed a few


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

  Changed paths:
    R draft-ietf-quic-http.md
    A rfc9114.md

  Log Message:
  -----------
  HTTP/3 is RFC9114


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

  Changed paths:
    M rfc9114.md

  Log Message:
  -----------
  Follow RFC 7301; revert change at line 305

Co-authored-by: Lucas Pardue <lucaspardue.24.7@gmail.com>


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

  Changed paths:
    M rfc9114.md

  Log Message:
  -----------
  Between/between => of

Co-authored-by: Martin Thomson <mt@lowentropy.net>


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

  Changed paths:
    M rfc9114.md

  Log Message:
  -----------
  Combined internal references; fixes #4955


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

  Changed paths:
    M rfc9114.md

  Log Message:
  -----------
  Use << for section name references


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

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

  Log Message:
  -----------
  Ungenerous souls of savage mould


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

  Changed paths:
    R draft-ietf-quic-http.md
    A rfc9114.md

  Log Message:
  -----------
  Merge pull request #4956 from quicwg/http/rfced_copyedits

RFC Editor Copyedits


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

  Changed paths:
    R draft-ietf-quic-http.md
    A rfc9114.md

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/h3qp_auth48' into http/easy_rfced_questions


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

  Changed paths:
    M rfc9114.md

  Log Message:
  -----------
  Merge pull request #4954 from quicwg/http/easy_rfced_questions

Easy RFC Editor Questions


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

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

  Log Message:
  -----------
  Merge branch 'h3qp_auth48' into goaway_typo


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

  Changed paths:
    M rfc9114.md

  Log Message:
  -----------
  Merge pull request #4927 from DavidSchinazi/goaway_typo

Fix typo in GOAWAY frame encoding


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

  Changed paths:
    R draft-ietf-quic-http.md
    A rfc9114.md

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/h3qp_auth48' into http/push_guidance


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

  Changed paths:
    M rfc9114.md

  Log Message:
  -----------
  Merge pull request #4931 from quicwg/http/push_guidance

Recommend careful behavior around push streams


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

  Changed paths:
    R draft-ietf-quic-http.md
    A rfc9114.md

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/h3qp_auth48' into http/http_not_semantics


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

  Changed paths:
    M rfc9114.md

  Log Message:
  -----------
  Merge pull request #4932 from quicwg/http/http_not_semantics

Track httpwg/http-core#907: SEMANTICS->HTTP


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

  Changed paths:
    R draft-ietf-quic-http.md
    A rfc9114.md

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/h3qp_auth48' into http/transfer-coding


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

  Changed paths:
    M rfc9114.md

  Log Message:
  -----------
  Merge pull request #4936 from quicwg/http/transfer-coding

Reference the concept, not the header


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

  Changed paths:
    R draft-ietf-quic-http.md
    A rfc9114.md

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/h3qp_auth48' into http/bencebeky-ascii


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

  Changed paths:
    M rfc9114.md

  Log Message:
  -----------
  Merge pull request #4937 from bencebeky/bencebeky-ascii

Fix ASCII code for LF, NUL.


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

  Changed paths:
    R draft-ietf-quic-http.md
    A rfc9114.md

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/h3qp_auth48' into http/connect_to_zombies


Compare: https://github.com/quicwg/base-drafts/compare/fcb879fa72fa...2b88efc69f67