"Magic" string

Mark Nottingham <mnot@mnot.net> Mon, 20 May 2013 03:24 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 0AF4321F8F0E for <ietfarch-httpbisa-archive-bis2Juki@ietfa.amsl.com>; Sun, 19 May 2013 20:24:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.335
X-Spam-Level:
X-Spam-Status: No, score=-9.335 tagged_above=-999 required=5 tests=[AWL=1.264, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BbUldOlRvNND for <ietfarch-httpbisa-archive-bis2Juki@ietfa.amsl.com>; Sun, 19 May 2013 20:24:28 -0700 (PDT)
Received: from frink.w3.org (frink.w3.org [128.30.52.56]) by ietfa.amsl.com (Postfix) with ESMTP id 25D9521F8EF2 for <httpbisa-archive-bis2Juki@lists.ietf.org>; Sun, 19 May 2013 20:24:27 -0700 (PDT)
Received: from lists by frink.w3.org with local (Exim 4.72) (envelope-from <ietf-http-wg-request@listhub.w3.org>) id 1UeGge-0001zd-Ap for ietf-http-wg-dist@listhub.w3.org; Mon, 20 May 2013 03:23:00 +0000
Resent-Date: Mon, 20 May 2013 03:23:00 +0000
Resent-Message-Id: <E1UeGge-0001zd-Ap@frink.w3.org>
Received: from maggie.w3.org ([128.30.52.39]) by frink.w3.org with esmtp (Exim 4.72) (envelope-from <mnot@mnot.net>) id 1UeGgN-0001xa-3T for ietf-http-wg@listhub.w3.org; Mon, 20 May 2013 03:22:43 +0000
Received: from mxout-07.mxes.net ([216.86.168.182]) by maggie.w3.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from <mnot@mnot.net>) id 1UeGgL-0002Ns-Mi for ietf-http-wg@w3.org; Mon, 20 May 2013 03:22:43 +0000
Received: from [192.168.1.80] (unknown [118.209.105.214]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 0CE7E22E255 for <ietf-http-wg@w3.org>; Sun, 19 May 2013 23:22:19 -0400 (EDT)
From: Mark Nottingham <mnot@mnot.net>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Message-Id: <85664EE9-3872-4A43-B7BA-1925FEFF0E81@mnot.net>
Date: Mon, 20 May 2013 13:22:16 +1000
To: HTTP Working Group <ietf-http-wg@w3.org>
Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\))
X-Mailer: Apple Mail (2.1503)
Received-SPF: pass client-ip=216.86.168.182; envelope-from=mnot@mnot.net; helo=mxout-07.mxes.net
X-W3C-Hub-Spam-Status: No, score=-3.4
X-W3C-Hub-Spam-Report: AWL=-3.380, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001
X-W3C-Scan-Sig: maggie.w3.org 1UeGgL-0002Ns-Mi c2c529d00b2df6b921826d56cc64b548
X-Original-To: ietf-http-wg@w3.org
Subject: "Magic" string
Archived-At: <http://www.w3.org/mid/85664EE9-3872-4A43-B7BA-1925FEFF0E81@mnot.net>
Resent-From: ietf-http-wg@w3.org
X-Mailing-List: <ietf-http-wg@w3.org> archive/latest/18034
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>

We've currently incorporated the magic as:

> The client connection header is a sequence of 25 octets (in hex notation)
> 
> 464f4f202a20485454502f322e300d0a0d0a4241520d0a0d0a
> (the string FOO * HTTP/2.0\r\n\r\nBAR\r\n\r\n) followed by a SETTINGS frame (Section 3.8.4). 

That string was based upon the quick testing I did a while back. 

I'm curious to know how people feel about this; while it's cosmetic, do we want to do something a little more... expected, like:

START * HTTP/2.0\r\n\r\nGO\r\n\r\n

?

Regards,

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