[quicwg/base-drafts] 6c8d8c: Fix typo in GOAWAY frame encoding
Mike Bishop <noreply@github.com> Wed, 16 February 2022 17:22 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 490793A1403
for <quic-issues@ietfa.amsl.com>; Wed, 16 Feb 2022 09:22:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.676
X-Spam-Level:
X-Spam-Status: No, score=-2.676 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_BLOCKED=0.001, 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 S8eaSDrpGpGl for <quic-issues@ietfa.amsl.com>;
Wed, 16 Feb 2022 09:22:07 -0800 (PST)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204])
(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
(No client certificate requested)
by ietfa.amsl.com (Postfix) with ESMTPS id 169063A13F8
for <quic-issues@ietf.org>; Wed, 16 Feb 2022 09:22:07 -0800 (PST)
Received: from github.com (hubbernetes-node-b713859.ac4-iad.github.net
[10.52.208.77])
by smtp.github.com (Postfix) with ESMTPA id 5389B520E74
for <quic-issues@ietf.org>; Wed, 16 Feb 2022 09:22:06 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com;
s=pf2014; t=1645032126;
bh=PmhNpO8gzlh/RvmcUMUB4M3nHcjgKkjnZ/CVm7btUg4=;
h=Date:From:To:Subject:From;
b=R8zWvry16KLpeNoC9LoikgTFvnAbuWV+wywTdK7C1NHY323tdoO/a+J8MRbiI+fgM
BdGTirIPX5MOMyMCaFJ1vV3ni89l7yH24ptuAba3pGgmhB3DlsumUgv6oCZxnl1T1/
PVxdkx7WV2zzFrt4Z6Xe8JisttGple43oi4x0m1o=
Date: Wed, 16 Feb 2022 09:22:06 -0800
From: Mike Bishop <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/http/unknown_uni/cacdd9-070c6e@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/_zqJbUF20vmTmEdHSKG3mG6-TbM>
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:22:13 -0000
Branch: refs/heads/http/unknown_uni 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: 81fa45671bc004529d76b7444567d5a75b642467 https://github.com/quicwg/base-drafts/commit/81fa45671bc004529d76b7444567d5a75b642467 Author: Mike Bishop <mbishop@evequefou.be> Date: 2021-10-05 (Tue, 05 Oct 2021) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- Martin's text, mostly Commit: fcb879fa72fa74da226ed0cf3493b5837a9c9cb6 https://github.com/quicwg/base-drafts/commit/fcb879fa72fa74da226ed0cf3493b5837a9c9cb6 Author: Mike Bishop <mbishop@evequefou.be> Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- Reword with operation terms rather than frame names 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 Commit: 9265a9220dcfc3200828356d19776d81980a03ba https://github.com/quicwg/base-drafts/commit/9265a9220dcfc3200828356d19776d81980a03ba Author: Mike Bishop <mbishop@evequefou.be> Date: 2022-02-16 (Wed, 16 Feb 2022) Changed paths: M rfc9114.md Log Message: ----------- Fixup reference Commit: fe78c00305b40ee20612f59b2fb96535686c49d9 https://github.com/quicwg/base-drafts/commit/fe78c00305b40ee20612f59b2fb96535686c49d9 Author: Mike Bishop <mbishop@evequefou.be> Date: 2022-02-16 (Wed, 16 Feb 2022) Changed paths: M rfc9114.md Log Message: ----------- Merge remote-tracking branch 'origin/h3qp_auth48' into http/connect_to_zombies Commit: 9f4a6b58fb65019368ec1f343828206985ee55cf https://github.com/quicwg/base-drafts/commit/9f4a6b58fb65019368ec1f343828206985ee55cf Author: Mike Bishop <mbishop@evequefou.be> Date: 2022-02-16 (Wed, 16 Feb 2022) Changed paths: M rfc9114.md Log Message: ----------- Merge pull request #4941 from quicwg/http/connect_to_zombies Specify CONNECT error handling bidirectionally Commit: 070c6ee137f4eab89793e9fd2fe3c219912e1a2f https://github.com/quicwg/base-drafts/commit/070c6ee137f4eab89793e9fd2fe3c219912e1a2f 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/unknown_uni Compare: https://github.com/quicwg/base-drafts/compare/cacdd9bdb963...070c6ee137f4