[quicwg/base-drafts] Remove error code and reason phrase from GOAWAY (#355)
Martin Thomson <notifications@github.com> Thu, 02 March 2017 03:33 UTC
Return-Path: <bounces+848413-a050-quic-issues=ietf.org@sgmail.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 2DCBF129470 for <quic-issues@ietfa.amsl.com>; Wed, 1 Mar 2017 19:33:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.002
X-Spam-Level:
X-Spam-Status: No, score=-2.002 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_MSPIKE_H2=-0.001, RP_MATCHES_RCVD=-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 IUq5ysnp4Hzg for <quic-issues@ietfa.amsl.com>; Wed, 1 Mar 2017 19:33:39 -0800 (PST)
Received: from o8.sgmail.github.com (o8.sgmail.github.com [167.89.101.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B4C51129462 for <quic-issues@ietf.org>; Wed, 1 Mar 2017 19:33:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=JHkVeQ6VVRazI1q1ypWXVJ8eBjc=; b=BCkZmV3XV8PbIELP sl5m9THCE5sLg68A5S0MhczuS0hcy6IVC2eAFo0MoFbEYgtepbsMBnkQaJsB9MRU bg7dVYDaSpXViUdo1szGeE4t70Ba5vttkG/pjFjRsq02ISd/H/kg1J30fO/jwCRF fDVOzU5GNsAeGyh1l0UhyisPoqQ=
Received: by filter0219p1las1.sendgrid.net with SMTP id filter0219p1las1-16894-58B79277-6 2017-03-02 03:33:11.126863969 +0000 UTC
Received: from github-smtp2a-ext-cp1-prd.iad.github.net (github-smtp2a-ext-cp1-prd.iad.github.net [192.30.253.16]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id 7BpyZN9aTS-KByKe-o4N7g for <quic-issues@ietf.org>; Thu, 02 Mar 2017 03:33:10.987 +0000 (UTC)
Date: Wed, 01 Mar 2017 19:33:10 -0800
From: Martin Thomson <notifications@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/355@github.com>
Subject: [quicwg/base-drafts] Remove error code and reason phrase from GOAWAY (#355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_58b79276d0b48_40ed3fe863e4bc3c64451"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0CaRTCINVezzMze6giPNnGRC14t7S2M4RJEc bdnP5Hu5QY2xr7bHIsSBdITqJKiO+fp6n18ZXoP0FP2lDKtrd3MY7hGS1ZwObtLsXA6GMZBl7KaraC l/g90X3rZu02dYrBliodd4oMQNmNx33483m57tt81UaKhNSB1HMY9aWByHrAZxGtQJjW9yVFzfwQFk c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vIF6pdMP9rEwHmcY_HY3OxbElw8>
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: Thu, 02 Mar 2017 03:33:41 -0000
In an error condition, CONNECTION_CLOSE is your friend. Closes #352. Builds on #354. You can view, comment on, or merge this pull request online at: https://github.com/quicwg/base-drafts/pull/355 -- Commit Summary -- * GOAWAY needs a maximum stream number in both directions * Advice on use of GOAWAY during error handling * Remove error code and reason phrase from GOAWAY -- File Changes -- M draft-ietf-quic-transport.md (55) -- Patch Links -- https://github.com/quicwg/base-drafts/pull/355.patch https://github.com/quicwg/base-drafts/pull/355.diff -- 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
- [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