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

Greg Wilkins <gregw@intalio.com> Tue, 21 June 2011 04:26 UTC

Return-Path: <gregw@intalio.com>
X-Original-To: hybi@ietfa.amsl.com
Delivered-To: hybi@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6863421F848E for <hybi@ietfa.amsl.com>; Mon, 20 Jun 2011 21:26:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.863
X-Spam-Level:
X-Spam-Status: No, score=-2.863 tagged_above=-999 required=5 tests=[AWL=0.114, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, RCVD_IN_DNSWL_LOW=-1]
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 tI--zCwCBKCt for <hybi@ietfa.amsl.com>; Mon, 20 Jun 2011 21:26:00 -0700 (PDT)
Received: from mail-vx0-f172.google.com (mail-vx0-f172.google.com [209.85.220.172]) by ietfa.amsl.com (Postfix) with ESMTP id 9132D21F848B for <hybi@ietf.org>; Mon, 20 Jun 2011 21:26:00 -0700 (PDT)
Received: by vxi40 with SMTP id 40so1472794vxi.31 for <hybi@ietf.org>; Mon, 20 Jun 2011 21:26:00 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.52.73.130 with SMTP id l2mr4713263vdv.78.1308630360011; Mon, 20 Jun 2011 21:26:00 -0700 (PDT)
Received: by 10.52.108.9 with HTTP; Mon, 20 Jun 2011 21:25:59 -0700 (PDT)
In-Reply-To: <BANLkTikwcqZJu+YJS_Tk0cTEpHmdOd0naA@mail.gmail.com>
References: <20110613233745.27187.94588.idtracker@ietfa.amsl.com> <BANLkTinWuzj3V12eerjX0f13yYNdynTOjQ@mail.gmail.com> <BANLkTikwcqZJu+YJS_Tk0cTEpHmdOd0naA@mail.gmail.com>
Date: Tue, 21 Jun 2011 14:25:59 +1000
Message-ID: <BANLkTi=EW7squxBQafU+WkBH0ooK_b3J-A@mail.gmail.com>
From: Greg Wilkins <gregw@intalio.com>
To: ifette@google.com
Content-Type: text/plain; charset="ISO-2022-JP"
Content-Transfer-Encoding: 7bit
Cc: hybi@ietf.org
Subject: Re: [hybi] I-D Action: draft-ietf-hybi-thewebsocketprotocol-09.txt
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/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: Tue, 21 Jun 2011 04:26:01 -0000

2011/6/21 Ian Fette (イアンフェッティ) <ifette@google.com>:
> The request MUST include a header with the name "Sec-WebSocket-
>         Version".  The value of this header MUST be 8. _Note: Although a
>         draft -09 was published, as -09 was comprised of editorial
>         changes and not changes to the wire protocol, 9 was not used as
>         a valid value for Sec-WebSocket-Version.  This value was
>         reserved in the IANA registry but was not and will not be used.


oops - I just saw that.

However we still need to decide if/when we will be dropping this field
or converting it to something like

   Sec-WebSocket-Version: 1.0

I know some think versioning is an anti pattern, but it has proved
invaluable in handling multiple client versions.


cheers