Re: [hybi] Last Call: <draft-ietf-hybi-thewebsocketprotocol-10.txt> (The WebSocket protocol) to Proposed Standard

Julian Reschke <julian.reschke@gmx.de> Tue, 12 July 2011 09:15 UTC

Return-Path: <julian.reschke@gmx.de>
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 72DA121F901C for <hybi@ietfa.amsl.com>; Tue, 12 Jul 2011 02:15:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -104.143
X-Spam-Level:
X-Spam-Status: No, score=-104.143 tagged_above=-999 required=5 tests=[AWL=-1.544, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
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 LnSsqY68czIf for <hybi@ietfa.amsl.com>; Tue, 12 Jul 2011 02:15:06 -0700 (PDT)
Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by ietfa.amsl.com (Postfix) with SMTP id 3F47921F9019 for <hybi@ietf.org>; Tue, 12 Jul 2011 02:15:06 -0700 (PDT)
Received: (qmail invoked by alias); 12 Jul 2011 09:15:03 -0000
Received: from p508FD648.dip.t-dialin.net (EHLO [192.168.178.36]) [80.143.214.72] by mail.gmx.net (mp011) with SMTP; 12 Jul 2011 11:15:03 +0200
X-Authenticated: #1915285
X-Provags-ID: V01U2FsdGVkX1/FnrMsosbFFgnkQrWX6DJkgX5QJmO62Bvw/g2AMt b8TegHazSEhAil
Message-ID: <4E1C108E.7010800@gmx.de>
Date: Tue, 12 Jul 2011 11:14:54 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0
MIME-Version: 1.0
To: Mykyta Yevstifeyev <evnikita2@gmail.com>
References: <20110711140229.17432.23519.idtracker@ietfa.amsl.com> <4E1BD054.7010103@gmail.com> <4E1BF0D6.4090702@gmx.de> <4E1C0F63.8060206@gmail.com>
In-Reply-To: <4E1C0F63.8060206@gmail.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Cc: hybi@ietf.org, ietf@ietf.org, draft-ietf-hybi-thewebsocketprotocol@tools.ietf.org
Subject: Re: [hybi] Last Call: <draft-ietf-hybi-thewebsocketprotocol-10.txt> (The WebSocket protocol) to Proposed Standard
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, 12 Jul 2011 09:15:07 -0000

On 2011-07-12 11:09, Mykyta Yevstifeyev wrote:
> ...
>>> Section 5.2.2, bullet 3, sub-bullet 4. When defining the ABNF for a
>>> header, the header name should be included in it as well. So the first
>>> line should be:
>>> ...
>>
>> Why?
> There is the following formulation:
>
>> The 'Foo' headers takes the form of <foo-header> ABNF rules below:
>>
>> foo-header = *(APHA/DIGIT)

It should say: "The 'Foo' header field's value takes the form..."

> will result in the message headers like:
>
>> Upgrade: TLS/1.2
>> Connection: Upgrade
>> gfr134
>
> and "gfr134" will be the 'Foo' header. "foo-header = "Foo:"
> *(APHA/DIGIT)" will result in valid:
>
>> Upgrade: TLS/1.2
>> Connection: Upgrade
>> Foo: gfr134
>
> See also eg. RFC 3282, RFC 2616.

Have a look at the HTTPbis drafts.

>
>>
>> [ . . . ]
>>
>> That being said, it might be a good idea to revisit the choice of
>> syntax, or at least to clarify the LWS situation.
> The document may reference the httpbis-p1 where the <n>#<m>rule
> extension will be described for valid ABNF. See
> http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-15#section-1.2.1

It could, but my guess is that HyBi doesn't want to wait for HTTPbis.

> ...

Best regards, Julian