[hybi] [Errata Rejected] RFC6455 (3912)

RFC Errata System <rfc-editor@rfc-editor.org> Mon, 24 March 2014 15:18 UTC

Return-Path: <wwwrun@rfc-editor.org>
X-Original-To: hybi@ietfa.amsl.com
Delivered-To: hybi@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E5DF41A019E; Mon, 24 Mar 2014 08:18:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.912
X-Spam-Level:
X-Spam-Status: No, score=-1.912 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KiyYdEjKvzdh; Mon, 24 Mar 2014 08:18:45 -0700 (PDT)
Received: from rfc-editor.org (rfc-editor.org [IPv6:2607:f170:8000:1500::d3]) by ietfa.amsl.com (Postfix) with ESMTP id 0877C1A01B5; Mon, 24 Mar 2014 08:18:45 -0700 (PDT)
Received: by rfc-editor.org (Postfix, from userid 30) id 54F6E7FC393; Mon, 24 Mar 2014 08:18:44 -0700 (PDT)
To: mattias.ekendahl@b-reel.com, ifette+ietf@google.com, Alexey.Melnikov@isode.com
From: RFC Errata System <rfc-editor@rfc-editor.org>
Message-Id: <20140324151844.54F6E7FC393@rfc-editor.org>
Date: Mon, 24 Mar 2014 08:18:44 -0700
Archived-At: http://mailarchive.ietf.org/arch/msg/hybi/5puk7_uXpknb8I-jzWnw4i1ev04
Cc: hybi@ietf.org, barryleiba@computer.org, iesg@ietf.org, rfc-editor@rfc-editor.org
Subject: [hybi] [Errata Rejected] RFC6455 (3912)
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.15
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: Mon, 24 Mar 2014 15:18:47 -0000

The following errata report has been rejected for RFC6455,
"The WebSocket Protocol".

--------------------------------------
You may review the report below and at:
http://www.rfc-editor.org/errata_search.php?rfc=6455&eid=3912

--------------------------------------
Status: Rejected
Type: Technical

Reported by: Mattias Ekendahl <mattias.ekendahl@b-reel.com>
Date Reported: 2014-03-05
Rejected by: Barry Leiba (IESG)

Section: 5.2

Original Text
-------------
    frame-payload-length    = ( %x00-7D )
                            / ( %x7E frame-payload-length-16 )
                            / ( %x7F frame-payload-length-63 )
                            ; 7, 7+16, or 7+64 bits in length,
                            ; respectively

    frame-payload-length-16 = %x0000-FFFF ; 16 bits in length

    frame-payload-length-63 = %x0000000000000000-7FFFFFFFFFFFFFFF
                            ; 64 bits in length

Corrected Text
--------------
    frame-payload-length    = ( %x00-7D )
                            / ( %x7E frame-payload-length-16 )
                            / ( %x7F frame-payload-length-64 )
                            ; 7, 7+16, or 7+64 bits in length,
                            ; respectively

    frame-payload-length-16 = %x0000-FFFF ; 16 bits in length

    frame-payload-length-64 = %x0000000000000000-FFFFFFFFFFFFFFFF
                            ; 64 bits in length

Notes
-----
Name of field and range is implying that it should be 63 bits in length, but documentation is saying 64 bits in 2 places.
 --VERIFIER NOTES-- 
The intended interpretation is that lexically the field is 64 bit long but the value space is constrained to 63 bit (so the length can be represented in a 64 signed integer, with the sign bit always zero). It is a bit unconventional to use ABNF like this, but it is explained in Section 5.2.

--------------------------------------
RFC6455 (draft-ietf-hybi-thewebsocketprotocol-17)
--------------------------------------
Title               : The WebSocket Protocol
Publication Date    : December 2011
Author(s)           : I. Fette, A. Melnikov
Category            : PROPOSED STANDARD
Source              : BiDirectional or Server-Initiated HTTP
Area                : Applications
Stream              : IETF
Verifying Party     : IESG