[quicwg/base-drafts] [HTTP/3] [editorial] 421 and future connection reuse. (#3218)

Bence Béky <notifications@github.com> Mon, 11 November 2019 20:32 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 5217112084F for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:32:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level:
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 qtEZN01o2Jxr for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:32:24 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C14E9120105 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:32:24 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id C45FA660926 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:32:23 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573504343; bh=iEVzJ9CKGqbJzm6sO9eBtW50yDo1kszsUl9LqFUjDCw=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=cVBdnwmsap3xDRoiyIHMUCRTAn4JdJrrGauB7do7OMxXEWOeeimYokTA0/T6ZaucS GxIZ98nlNt8ZDSGrYjcXyO1osSnKPj9RkKPU2nzbFiQN/C/kQjVOiJK/s/3T7DKv/P A+oE1hf9EGIq6+wOkdsqwg1KmxTR3nWe+Ctzkfx8=
Date: Mon, 11 Nov 2019 12:32:23 -0800
From: Bence Béky <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5L4U3BMFE43U3FSQF32335PEVBNHHB6EDTW4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3218@github.com>
Subject: [quicwg/base-drafts] [HTTP/3] [editorial] 421 and future connection reuse. (#3218)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9c557ae420_6a613f9a9aacd964567694a"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
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/GaJsS_1ZTpwI2GppD4c1cnkjQ2o>
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, 11 Nov 2019 20:32:26 -0000

Status code 421 does not indicate to clients that the connection should
not be reused for subsequent requests for a particular origin.  It only
indicates that the server is not able to produce a reponse to one
particular request.  See
https://httpwg.org/specs/rfc7540.html#MisdirectedRequest.

In case it is desirable that clients do not reuse the connection for
subsequent requests for a particular origin, that it a deviation from
the original description of 421 and should be called out explicitly.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * [HTTP/3] [editorial] 421 and future connection reuse.

-- File Changes --

    M draft-ietf-quic-http.md (7)

-- Patch Links --

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