[hybi] Protocol Action: 'Compression Extensions for WebSocket' to Proposed Standard (draft-ietf-hybi-permessage-compression-28.txt)

The IESG <iesg-secretary@ietf.org> Tue, 01 September 2015 22:07 UTC

Return-Path: <iesg-secretary@ietf.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 D21D11B4A81; Tue, 1 Sep 2015 15:07:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.9
X-Spam-Level:
X-Spam-Status: No, score=-101.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, USER_IN_WHITELIST=-100] 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 9IJ5AtNeQmCL; Tue, 1 Sep 2015 15:06:59 -0700 (PDT)
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 02F6A1B4A83; Tue, 1 Sep 2015 15:06:50 -0700 (PDT)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: The IESG <iesg-secretary@ietf.org>
To: IETF-Announce <ietf-announce@ietf.org>
X-Test-IDTracker: no
X-IETF-IDTracker: 6.4.1
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <20150901220650.2333.20235.idtracker@ietfa.amsl.com>
Date: Tue, 01 Sep 2015 15:06:50 -0700
Archived-At: <http://mailarchive.ietf.org/arch/msg/hybi/hRIf0JoYyzQ9CdjJ1OPOfQfjnUc>
Cc: hybi chair <hybi-chairs@ietf.org>, hybi mailing list <hybi@ietf.org>, RFC Editor <rfc-editor@rfc-editor.org>
Subject: [hybi] Protocol Action: 'Compression Extensions for WebSocket' to Proposed Standard (draft-ietf-hybi-permessage-compression-28.txt)
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.15
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: <https://mailarchive.ietf.org/arch/browse/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, 01 Sep 2015 22:07:01 -0000

The IESG has approved the following document:
- 'Compression Extensions for WebSocket'
  (draft-ietf-hybi-permessage-compression-28.txt) as Proposed Standard

This document is the product of the BiDirectional or Server-Initiated
HTTP Working Group.

The IESG contact persons are Ben Campbell, Barry Leiba and Alissa Cooper.

A URL of this Internet Draft is:
https://datatracker.ietf.org/doc/draft-ietf-hybi-permessage-compression/




Technical Summary

This document specifies a framework for creating WebSocket 
extensions that add compression functionality to the WebSocket 
Protocol. Extensions based on this framework compress the payload 
of non-control WebSocket messages using a specified compression 
algorithm. One reserved bit RSV1 in the WebSocket frame header is 
allocated to control application of compression for each message. 
This document also specifies one specific compression extension 
using DEFLATE. 


Review and Consensus 

The compression extension has been discussed extensively within 
the HyBi group almost since the beginning of the WebSockets
standardization process.  Initially, the wg decided that in order to
maintain progress on WebSockets, it would not work on extensions
until the WebSocket spec was finished, so this waited for that to
happen.

The initial version of the compression spec was based on per-frame
compression, but at IETF84 in Vancouver (and as confirmed on the
mailing list), the HyBi WG decided to change from per-frame to
per-message compression.  There has not been any notable
controversy about this document.

Chrome supports the old per-frame deflate draft, and they plan
to update it to the current proposal soon.  pywebsocket supports 
permessage-compression-04, but needs some changes to extension 
parameter parsing to be compliant with -05.  The Jetty web server
also supports an earlier version of per-message compression.


Personnel
Salvatore Loreto is the document shepherd.
Barry Leiba is the responsible Area Director.