Re: [hybi] Restarting IESG review on permessage-deflate

Tobias Oberstein <tobias.oberstein@tavendo.de> Fri, 04 October 2013 17:11 UTC

Return-Path: <tobias.oberstein@tavendo.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 E6B7B21F9CC6 for <hybi@ietfa.amsl.com>; Fri, 4 Oct 2013 10:11:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[AWL=0.000, BAYES_00=-2.599]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mqQMVypLOMHl for <hybi@ietfa.amsl.com>; Fri, 4 Oct 2013 10:11:53 -0700 (PDT)
Received: from EXHUB020-2.exch020.serverdata.net (exhub020-2.exch020.serverdata.net [206.225.164.29]) by ietfa.amsl.com (Postfix) with ESMTP id B7D7621F9D3E for <hybi@ietf.org>; Fri, 4 Oct 2013 10:11:40 -0700 (PDT)
Received: from EXVMBX020-12.exch020.serverdata.net ([169.254.3.6]) by EXHUB020-2.exch020.serverdata.net ([206.225.164.29]) with mapi; Fri, 4 Oct 2013 10:11:39 -0700
From: Tobias Oberstein <tobias.oberstein@tavendo.de>
To: Joakim Erdfelt <joakim@intalio.com>
Date: Fri, 04 Oct 2013 10:11:37 -0700
Thread-Topic: [hybi] Restarting IESG review on permessage-deflate
Thread-Index: Ac7BIpg9LeVKB/NwQjyc8fiGRzAU9gAALb9g
Message-ID: <634914A010D0B943A035D226786325D4446790BFFC@EXVMBX020-12.exch020.serverdata.net>
References: <CAH9hSJbwd5qhMJw=3dwk3CDPua5ENRksd9=q2KDcyyma3uKzZg@mail.gmail.com> <CAG4zZZD8eq4w9kyQbX2AJcM1LA8=UyRO7txK7TvmYhSp=YU+9g@mail.gmail.com> <634914A010D0B943A035D226786325D4446790BF34@EXVMBX020-12.exch020.serverdata.net> <CAG4zZZDNRZ_kaXBKhx5VkKjpj+Luo53Y7ue0eaGHH_ghoBrdkQ@mail.gmail.com>
In-Reply-To: <CAG4zZZDNRZ_kaXBKhx5VkKjpj+Luo53Y7ue0eaGHH_ghoBrdkQ@mail.gmail.com>
Accept-Language: de-DE, en-US
Content-Language: de-DE
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: de-DE, en-US
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Cc: "hybi@ietf.org" <hybi@ietf.org>, Gabriel Montenegro <Gabriel.Montenegro@microsoft.com>
Subject: Re: [hybi] Restarting IESG review on permessage-deflate
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: Fri, 04 Oct 2013 17:11:57 -0000

>>Well, I'm sorry for the Java community not being able to fix this in 10+ years;)
>Yet, oddly, with web technologies, this hasn't been a problem since our initial use of Oak in 1995 (yes, Jetty has existed since 1995)

Jetty being around since 1995 is obviously awesome!

As a strange coincidence, zlib has also be around since 1 May 1995 (I haven't checked whether the respective options have been in the first version though).

> The capabilities of one set of libraries (c & python) should not be forced on all environments as well.

Lets collect a list: a) stuff that exposes the complete zlib vs b) stuff that does not;)

a) C, C++, Python, NodeJS, Perl, Ruby, PHP, Erlang, Haskell
b) Java

Caveat: I (obviously) have not used all of above myself. Just had a quick glance at their docs.

Pointers:
http://perldoc.perl.org/Compress/Zlib.html#Deflate-Interface
http://www.ruby-doc.org/stdlib-2.0.0/libdoc/zlib/rdoc/Zlib/Deflate.html
http://www.php.net/manual/de/function.gzdeflate.php
http://erlang.org/doc/man/zlib.html
http://hackage.haskell.org/package/zlib-0.5.4.1/docs/Codec-Compression-Zlib.html

I stop here;)

/Tobias