Re: [quicwg/base-drafts] HTTP/QUIC without Alt-Svc? (#253)

Patrick McManus <notifications@github.com> Thu, 02 February 2017 08:03 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 2DE6E129406 for <quic-issues@ietfa.amsl.com>; Thu, 2 Feb 2017 00:03:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.156
X-Spam-Level:
X-Spam-Status: No, score=-8.156 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, RCVD_IN_MSPIKE_H2=-1.156, 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 qkXpSjISqREO for <quic-issues@ietfa.amsl.com>; Thu, 2 Feb 2017 00:02:59 -0800 (PST)
Received: from github-smtp2a-ext-cp1-prd.iad.github.net (github-smtp2-ext1.iad.github.net [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1BE131293F8 for <quic-issues@ietf.org>; Thu, 2 Feb 2017 00:02:56 -0800 (PST)
Date: Thu, 02 Feb 2017 00:02:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1486022572; bh=u3ewbfe/JWJpilU5lZGEk+TiE0TuBXJX8XvopsKJZyw=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hKUwBg5BVsVCK6gTUtQMPH6rDIgMnao9nDSuMZbUX99+M98rXs5hg+HPagviR2Ez3 3Dq7A2l214Y0zFeRJxUhfUqNa5NKKAvieQB4jAFzlUVqLa+o00TuKL4cA6v3/RQ2bM /OyfzaytzvDZg5Mes6ad5zomXQmHPrlCzOnVrgqk=
From: Patrick McManus <notifications@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/253/276891937@github.com>
In-Reply-To: <quicwg/base-drafts/issues/253@github.com>
References: <quicwg/base-drafts/issues/253@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/QUIC without Alt-Svc? (#253)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5892e7ac97a4f_468d3ffa8e23f14011992"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mcmanus
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/ixO5fNDjUeaS9pmhP--MtEdEHfA>
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 Feb 2017 08:03:01 -0000

On Wed, Feb 1, 2017 at 7:11 PM, Mike Bishop <notifications@github.com>
wrote:

> We already have different URLs for things that might/might not be
> interchangeable. When you use Alt-Svc between an http:// origin and an
> https:// endpoint, you're declaring that they're either interchangeable
> or you can properly process the distinction.
>
Alt-Svc does not contemplate scheme or origins - it deals with routing and
protocol. Alt-Svc cannot change something from http:// to https:// (or vice
versa) nor does it imply anything about whether the content of those urls
differs if only the scheme is different.

I would say HSTS does come closer to what you're describing - but not
quite. It does nicely illustrate the problem of determining equivalence
(sometimes they are, sometimes they aren't) and for me is a pretty good
reason to steer clear. Things white and black lists that https everywhere
needs to deal with are another example.

I think quic would be much better off if it could just stick to the https://
train.

what if we added some 'prior knowledge' language here ala h2?

> I can envision several scenarios where either server or client won't want
> to carry a full HTTP/TLS/TCP stack simply for bootstrapping, when they
> already know both peers will support HTTP/QUIC. Maybe authenticated SRV is
> the path forward, but it seems like the simplest would be something like:
>
well, if they don't have a tcp stack, then they don't have to worry about
fallback.. so why not just try quic? I guess you don't know what versions
to try, but they are unlikely to be encoded in the scheme either..


-- 
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/issues/253#issuecomment-276891937