[quicwg/base-drafts] 6c8d8c: Fix typo in GOAWAY frame encoding
Mike Bishop <noreply@github.com> Wed, 16 February 2022 16:53 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 4766C3A0E8F
for <quic-issues@ietfa.amsl.com>; Wed, 16 Feb 2022 08:53:11 -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 5PxSW5vrc1ew for <quic-issues@ietfa.amsl.com>;
Wed, 16 Feb 2022 08:53:06 -0800 (PST)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201])
(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
(No client certificate requested)
by ietfa.amsl.com (Postfix) with ESMTPS id 5C8273A13D0
for <quic-issues@ietf.org>; Wed, 16 Feb 2022 08:53:06 -0800 (PST)
Received: from github.com (hubbernetes-node-9413ab8.va3-iad.github.net
[10.48.207.81])
by smtp.github.com (Postfix) with ESMTPA id AADAE340B5B
for <quic-issues@ietf.org>; Wed, 16 Feb 2022 08:53:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com;
s=pf2014; t=1645030385;
bh=TqbV8dhSLOHTITDmqNYIv4m6VVN3XJvJlbniPxuCl8A=;
h=Date:From:To:Subject:From;
b=0sHB5S+0BTgS30SN/4vsCOfMPqZ50GY4ECcN+W7gkBPY+XYsnDB6BELpGrTifKJHH
WJOizNVHeqwB5iENHVYmayDn2mVs9y8XSswinJLQuJRPqvIy8tbvcfl7sHvx2GkzTG
8UyW++dj0hek/umZfURRSPXOazcy1Lzo/1Ng8L3k=
Date: Wed, 16 Feb 2022 08:53:05 -0800
From: Mike Bishop <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/http/push_guidance/0ce850-0e0c2a@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: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nKkLTsWSIKg-YFcYv1fkcqXozUE>
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 16:53:12 -0000
Branch: refs/heads/http/push_guidance 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: 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 Compare: https://github.com/quicwg/base-drafts/compare/0ce850eb478c...0e0c2a221ba2