Re: [quicwg/base-drafts] Remove error code and reason phrase from GOAWAY (#355)
ianswett <notifications@github.com> Fri, 03 March 2017 14:01 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 8093A129542 for <quic-issues@ietfa.amsl.com>; Fri, 3 Mar 2017 06:01:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level:
X-Spam-Status: No, score=-6.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 kxkqoghtpjUx for <quic-issues@ietfa.amsl.com>; Fri, 3 Mar 2017 06:01:27 -0800 (PST)
Received: from github-smtp2a-ext-cp1-prd.iad.github.net (github-smtp2-ext8.iad.github.net [192.30.252.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D86461294D0 for <quic-issues@ietf.org>; Fri, 3 Mar 2017 06:01:26 -0800 (PST)
Date: Fri, 03 Mar 2017 06:01:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1488549686; bh=9dSYPSp5zzYQ0gn+jlvr9j2Rbt2+AvUd/W+agncfn2U=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QJ+79Y+jcvyOo9k8gVilTkZlDrGXLq9X41RJf5sktXUfxEG4o5Au1WIDY6NRZITal +FUveWacgvO0zsMhCdFgpFv8EcI8T9lG6OPmW/7UQse6XnG4oydFCYySMHQg5kUkEd 9oPdRqwgvHU1XlHnv8CSS6qLtd/eBLixPmtou4dE=
From: ianswett <notifications@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/355/review/24976696@github.com>
In-Reply-To: <quicwg/base-drafts/pull/355@github.com>
References: <quicwg/base-drafts/pull/355@github.com>
Subject: Re: [quicwg/base-drafts] Remove error code and reason phrase from GOAWAY (#355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_58b9773614ec2_3afe3fa454001c38566cf"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/W_Hhb5KVS6vg4lcX8e9zD9XVxtg>
Cc: Subscribed <subscribed@noreply.github.com>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.17
Reply-To: quic@ietf.org
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: Fri, 03 Mar 2017 14:01:28 -0000
ianswett commented on this pull request. > -* Error Code: A 32-bit field error code which indicates the reason for closing - this connection. +Last Client Stream ID: I might be biased towards Largest, instead of Last > +exchanged. An endpoint MUST set the value of the Last Client or Server Stream +ID to be at least as high as the highest-numbered stream on which it either sent +data or received and delivered data to the application protocol that uses QUIC. + +An endpoint MAY choose a larger stream identifier if it wishes to allow for a +number of streams to be created. This is especially valuable for peer-initiated +streams where packets creating new streams could be in transit; using a larger +stream number allows those streams to complete. + +In addition to initiating a graceful shutdown of a connection, GOAWAY MAY be +sent immediately prior to sending a CONNECTION_CLOSE frame that is sent as a +result of detecting a fatal error. Higher-numbered streams than those indicated +in the GOAWAY frame can then be retried. + +For peer-initiated streams, an endpoint might indicate a lower value for the +highest stream number than the value that might be sent by a peer. After I don't think sending a GOAWAY in response does anything unless the peer receiving the GOAWAY wants to further decrease one or both of the Last Stream IDs, so typically I wouldn't expect this is necessary. As such, I'd recommend changing this to MAY and explain it's only if the Last Stream IDs are too large. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/quicwg/base-drafts/pull/355#pullrequestreview-24976696
- [quicwg/base-drafts] Remove error code and reason… Martin Thomson
- Re: [quicwg/base-drafts] Remove error code and re… Lucas Pardue
- Re: [quicwg/base-drafts] Remove error code and re… ianswett
- Re: [quicwg/base-drafts] Remove error code and re… Mike Bishop
- Re: [quicwg/base-drafts] Remove error code and re… Martin Thomson
- Re: [quicwg/base-drafts] Remove error code and re… ianswett
- Re: [quicwg/base-drafts] Remove error code and re… Martin Thomson
- Re: [quicwg/base-drafts] Remove error code and re… ianswett
- Re: [quicwg/base-drafts] Remove error code and re… Martin Thomson
- Re: [quicwg/base-drafts] Remove error code and re… ianswett
- Re: [quicwg/base-drafts] Remove error code and re… janaiyengar
- Re: [quicwg/base-drafts] Remove error code and re… janaiyengar