Re: [hybi] WS ABNF

Greg Wilkins <gregw@webtide.com> Wed, 17 February 2010 12:26 UTC

Return-Path: <gregw@webtide.com>
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 4EE703A7CE8 for <hybi@core3.amsl.com>; Wed, 17 Feb 2010 04:26:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.516
X-Spam-Level:
X-Spam-Status: No, score=-2.516 tagged_above=-999 required=5 tests=[AWL=0.083, BAYES_00=-2.599]
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 qb2PXiaMT1aA for <hybi@core3.amsl.com>; Wed, 17 Feb 2010 04:26:13 -0800 (PST)
Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by core3.amsl.com (Postfix) with ESMTP id 7A42E3A73D5 for <hybi@ietf.org>; Wed, 17 Feb 2010 04:26:13 -0800 (PST)
Received: by qw-out-2122.google.com with SMTP id 9so612750qwb.31 for <hybi@ietf.org>; Wed, 17 Feb 2010 04:27:48 -0800 (PST)
Received: by 10.224.26.135 with SMTP id e7mr1561750qac.91.1266409668850; Wed, 17 Feb 2010 04:27:48 -0800 (PST)
Received: from ?10.10.1.11? (60-242-119-126.tpgi.com.au [60.242.119.126]) by mx.google.com with ESMTPS id 4sm21492518qwe.13.2010.02.17.04.27.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 17 Feb 2010 04:27:47 -0800 (PST)
Message-ID: <4B7BE0B8.6020109@webtide.com>
Date: Wed, 17 Feb 2010 23:27:36 +1100
From: Greg Wilkins <gregw@webtide.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20090817)
MIME-Version: 1.0
To: Server-Initiated HTTP <hybi@ietf.org>
References: <8B0A9FCBB9832F43971E38010638454F032E566DDF@SISPE7MB1.commscope.com> <18559.1266310165.853559@puncture> <4B7A5FD1.8090005@gmx.de> <18559.1266313683.441640@puncture> <20100217025338.GA1654@shareable.org> <14781.1266401848.423659@puncture>
In-Reply-To: <14781.1266401848.423659@puncture>
X-Enigmail-Version: 0.95.7
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
Subject: Re: [hybi] WS ABNF
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: Wed, 17 Feb 2010 12:26:14 -0000

Dave Cridland wrote:

> I'll look forward to you explaining to people that a bigint library is
> mandatory for websocket implementation.

Actually that is a very good argument as it goes directly to one
of the oft stated design goals of websocket - that it is easy to implement.

The requirement for an unlimited integer length (or just for the need
to impose a limit in the middle of a loop that reads the value), it
is directly contradictory to this design goal.


regards