[quicwg/base-drafts] rename SERVER_BUSY to CONNECTION_REFUSED (#3694)

Kazuho Oku <notifications@github.com> Mon, 25 May 2020 18:35 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 A7D643A0F3C for <quic-issues@ietfa.amsl.com>; Mon, 25 May 2020 11:35:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.098
X-Spam-Level:
X-Spam-Status: No, score=-3.098 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, SPF_HELO_NONE=0.001, 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 vo-iJ8tcG5Z3 for <quic-issues@ietfa.amsl.com>; Mon, 25 May 2020 11:35:01 -0700 (PDT)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 692513A0F2B for <quic-issues@ietf.org>; Mon, 25 May 2020 11:35:01 -0700 (PDT)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id 97AB7260199 for <quic-issues@ietf.org>; Mon, 25 May 2020 11:35:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1590431700; bh=wYL2CzfgD7HcW7kM99fYn3A2xizJhsCRaBE25lFaxIA=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Aq7ktLGFQuUVDU1ZD2iCLQba3FYCvG97V1YQQsUS3MJE3CHQQzIGY0gnin/iEdCJ1 X0xhC0ZoWkcV6kI0NCrGlqro/8C8wZEIoT2K97zirNCsIOyj6u8mv5zY8Ws7tGuTsc Wp4BYcztElRqfmRp4VOOiUVWhCAL3OPfFsUBgpn4=
Date: Mon, 25 May 2020 11:35:00 -0700
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK422CYKKCOI26JIP6N427YNJEVBNHHCKOBF24@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3694@github.com>
Subject: [quicwg/base-drafts] rename SERVER_BUSY to CONNECTION_REFUSED (#3694)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ecc0fd451d9d_3f8e3fd2514cd96c2578c5"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
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/kpGlgzS9-Hz8-dzHzDpMbxmahnk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Mon, 25 May 2020 18:35:05 -0000

Please see the discussion on #3690 for the rationale, but in short, SERVER_BUSY is renamed as CONNECTION_REFUSED. A server might refuse a connection for various reasons. SERVER_BUSY is one specific reason. Having an error code for that specific case while not having an error code for generic case is awkward. Hence the rename.

Closes #3690.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3694

-- Commit Summary --

  * rename SERVER_BUSY to CONNECTION_REFUSED

-- File Changes --

    M draft-ietf-quic-transport.md (11)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3694.patch
https://github.com/quicwg/base-drafts/pull/3694.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/3694