Re: HTTP/2.0 Magic

Mark Nottingham <mnot@mnot.net> Tue, 19 February 2013 05:22 UTC

Return-Path: <ietf-http-wg-request@listhub.w3.org>
X-Original-To: ietfarch-httpbisa-archive-bis2Juki@ietfa.amsl.com
Delivered-To: ietfarch-httpbisa-archive-bis2Juki@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6A76221F8A0B for <ietfarch-httpbisa-archive-bis2Juki@ietfa.amsl.com>; Mon, 18 Feb 2013 21:22:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.436
X-Spam-Level:
X-Spam-Status: No, score=-9.436 tagged_above=-999 required=5 tests=[AWL=1.163, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cVzoWrSo200b for <ietfarch-httpbisa-archive-bis2Juki@ietfa.amsl.com>; Mon, 18 Feb 2013 21:22:40 -0800 (PST)
Received: from frink.w3.org (frink.w3.org [128.30.52.56]) by ietfa.amsl.com (Postfix) with ESMTP id BEBE921F89B2 for <httpbisa-archive-bis2Juki@lists.ietf.org>; Mon, 18 Feb 2013 21:22:40 -0800 (PST)
Received: from lists by frink.w3.org with local (Exim 4.72) (envelope-from <ietf-http-wg-request@listhub.w3.org>) id 1U7fe5-0001EM-Gp for ietf-http-wg-dist@listhub.w3.org; Tue, 19 Feb 2013 05:21:37 +0000
Resent-Date: Tue, 19 Feb 2013 05:21:37 +0000
Resent-Message-Id: <E1U7fe5-0001EM-Gp@frink.w3.org>
Received: from lisa.w3.org ([128.30.52.41]) by frink.w3.org with esmtp (Exim 4.72) (envelope-from <mnot@mnot.net>) id 1U7fdx-0001DA-Dg for ietf-http-wg@listhub.w3.org; Tue, 19 Feb 2013 05:21:29 +0000
Received: from mxout-08.mxes.net ([216.86.168.183]) by lisa.w3.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from <mnot@mnot.net>) id 1U7fdu-0007Cc-K6 for ietf-http-wg@w3.org; Tue, 19 Feb 2013 05:21:29 +0000
Received: from [192.168.1.80] (unknown [118.209.197.138]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 7919D509B6; Tue, 19 Feb 2013 00:21:04 -0500 (EST)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\))
From: Mark Nottingham <mnot@mnot.net>
In-Reply-To: <8F582448-A298-4BC0-A843-ACA4354AB109@gbiv.com>
Date: Tue, 19 Feb 2013 16:21:01 +1100
Cc: Martin Thomson <martin.thomson@gmail.com>, HTTP Working Group <ietf-http-wg@w3.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <641194C3-9EF5-4B67-BFB6-6605983ED6A0@mnot.net>
References: <CABkgnnV1AqvPk3513rReH-rktYuxf9zDTHpQT9agfZgKrqF_aw@mail.gmail.com> <8F582448-A298-4BC0-A843-ACA4354AB109@gbiv.com>
To: "Roy T. Fielding" <fielding@gbiv.com>
X-Mailer: Apple Mail (2.1499)
Received-SPF: pass client-ip=216.86.168.183; envelope-from=mnot@mnot.net; helo=mxout-08.mxes.net
X-W3C-Hub-Spam-Status: No, score=-3.3
X-W3C-Hub-Spam-Report: AWL=-3.287, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001
X-W3C-Scan-Sig: lisa.w3.org 1U7fdu-0007Cc-K6 18b734b67f6e1d12857890b9812bc813
X-Original-To: ietf-http-wg@w3.org
Subject: Re: HTTP/2.0 Magic
Archived-At: <http://www.w3.org/mid/641194C3-9EF5-4B67-BFB6-6605983ED6A0@mnot.net>
Resent-From: ietf-http-wg@w3.org
X-Mailing-List: <ietf-http-wg@w3.org> archive/latest/16677
X-Loop: ietf-http-wg@w3.org
Resent-Sender: ietf-http-wg-request@w3.org
Precedence: list
List-Id: <ietf-http-wg.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Post: <mailto:ietf-http-wg@w3.org>
List-Unsubscribe: <mailto:ietf-http-wg-request@w3.org?subject=unsubscribe>

[ Now: https://github.com/http2/http2-spec/issues/25 ]

On 01/02/2013, at 6:17 PM, Roy T. Fielding <fielding@gbiv.com> wrote:

> Umm, sending high bit characters is far more likely to be ignored
> or trigger parsing bugs than simple ascii.
> 
> The best way to a quick and safe end (actually tested in
> practice 10 years ago) is to send something that looks like a method
> and ends with CRLF.  Hence, waka sends a 64bit value
> 
>   wakaVV<CRLF>
> 
> where the first V is the version being sent and the second V is the
> highest version accepted.  Both are a variant of base64 that starts
> at 0, so the beginning of each message is
> 
>  77 61 6b 61 30 30 0d 0a

I like the general approach. A few questions:

* Should it end with CRLFCRLF? Seems to me this _might_ fast fail on a few more implementations.

* Is the magic identifying the underlying framing layer in use (what we're now calling HTTP/2, but I suspect we might want to start calling it something else), the profile in use over it, or both? My sense is that both is perhaps best.

* Is the magic sent by a client upon connect, by a server upon connect, or both?

Cheers,


--
Mark Nottingham   http://www.mnot.net/