Re: [hybi] I-D Action:draft-ietf-hybi-thewebsocketprotocol-01.txt

Willy Tarreau <w@1wt.eu> Thu, 02 September 2010 05:20 UTC

Return-Path: <w@1wt.eu>
X-Original-To: hybi@core3.amsl.com
Delivered-To: hybi@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 8F1D63A68CF for <hybi@core3.amsl.com>; Wed, 1 Sep 2010 22:20:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.693
X-Spam-Level:
X-Spam-Status: No, score=-2.693 tagged_above=-999 required=5 tests=[AWL=-0.650, BAYES_00=-2.599, HELO_IS_SMALL6=0.556]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 62gh4E4huwxb for <hybi@core3.amsl.com>; Wed, 1 Sep 2010 22:20:17 -0700 (PDT)
Received: from 1wt.eu (1wt.eu [62.212.114.60]) by core3.amsl.com (Postfix) with ESMTP id DBD7B3A67D0 for <hybi@ietf.org>; Wed, 1 Sep 2010 22:20:16 -0700 (PDT)
Received: (from willy@localhost) by mail.home.local (8.14.4/8.14.4/Submit) id o825KgMS011934; Thu, 2 Sep 2010 07:20:42 +0200
Date: Thu, 02 Sep 2010 07:20:42 +0200
From: Willy Tarreau <w@1wt.eu>
To: John Tamplin <jat@google.com>
Message-ID: <20100902052042.GE10275@1wt.eu>
References: <AANLkTimHUDGW=XGgjPFG9n+s01Q21e_BvHS+X6VSFUdD@mail.gmail.com> <C8A43F2B.3465B%joe.hildebrand@webex.com> <AANLkTinSxAWEAXPdRjC_2oOkxXkmiFsDrx7ic9BN1TdZ@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <AANLkTinSxAWEAXPdRjC_2oOkxXkmiFsDrx7ic9BN1TdZ@mail.gmail.com>
User-Agent: Mutt/1.4.2.3i
Cc: hybi <hybi@ietf.org>
Subject: Re: [hybi] I-D Action:draft-ietf-hybi-thewebsocketprotocol-01.txt
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/hybi>
List-Post: <mailto:hybi@ietf.org>
List-Help: <mailto:hybi-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 02 Sep 2010 05:20:18 -0000

On Wed, Sep 01, 2010 at 07:37:17PM -0400, John Tamplin wrote:
> On Wed, Sep 1, 2010 at 7:34 PM, Joe Hildebrand <joe.hildebrand@webex.com> wrote:
> > Let's at least agree that it shouldn't be a header that looks like something
> > that we had standardized as a part of the WebSocket protocol.
> 
> Fine, all I care about is that I don't have to write code that tries
> to guess what version of the draft a remote endpoint is trying to use
> to talk to me and hope I get it right.

Let's use something like "X-WebSocket-Experimental: xxx" or something
clear enough on this subject.

Willy