Re: [hybi] Framing take IV [why fragment]

John Tamplin <jat@google.com> Thu, 05 August 2010 16:57 UTC

Return-Path: <jat@google.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 D5B513A6B24 for <hybi@core3.amsl.com>; Thu, 5 Aug 2010 09:57:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.909
X-Spam-Level:
X-Spam-Status: No, score=-101.909 tagged_above=-999 required=5 tests=[AWL=0.067, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, HTML_MESSAGE=0.001, USER_IN_WHITELIST=-100]
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 Mo+f9RVxaDDC for <hybi@core3.amsl.com>; Thu, 5 Aug 2010 09:57:16 -0700 (PDT)
Received: from smtp-out.google.com (smtp-out.google.com [74.125.121.35]) by core3.amsl.com (Postfix) with ESMTP id C37D43A68CC for <hybi@ietf.org>; Thu, 5 Aug 2010 09:57:15 -0700 (PDT)
Received: from kpbe17.cbf.corp.google.com (kpbe17.cbf.corp.google.com [172.25.105.81]) by smtp-out.google.com with ESMTP id o75Gvjb4002020 for <hybi@ietf.org>; Thu, 5 Aug 2010 09:57:45 -0700
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=google.com; s=beta; t=1281027465; bh=DZpGY11TPdnwdpM9c0lMevudwnU=; h=MIME-Version:In-Reply-To:References:From:Date:Message-ID:Subject: To:Cc:Content-Type; b=R5WIRR7xPT4zqxU3nO67b6DhlJsbOvoTVMna+RnsAoz+Mk9ucJLo0vNByycmwco0D fpRJaJdnyDv4ULSg65sjg==
DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=mime-version:in-reply-to:references:from:date:message-id: subject:to:cc:content-type:x-system-of-record; b=ZArJD1QSQvtt5gcsRdlrsOeGWMflaWHrEiV4eEzHcD7OgCe8XmeqrX72umRU8itOb YGL01b0DiLrAtkcAZvOEQ==
Received: from gxk27 (gxk27.prod.google.com [10.202.11.27]) by kpbe17.cbf.corp.google.com with ESMTP id o75GvhDt002272 for <hybi@ietf.org>; Thu, 5 Aug 2010 09:57:44 -0700
Received: by gxk27 with SMTP id 27so3157249gxk.36 for <hybi@ietf.org>; Thu, 05 Aug 2010 09:57:43 -0700 (PDT)
Received: by 10.150.2.18 with SMTP id 18mr12916946ybb.393.1281027463164; Thu, 05 Aug 2010 09:57:43 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.151.60.3 with HTTP; Thu, 5 Aug 2010 09:57:23 -0700 (PDT)
In-Reply-To: <2286.1281027183.253876@puncture>
References: <AANLkTinyrDoG5d_Ur6HVRy=SgMPjLzJtpJ++Ye=1DQdj@mail.gmail.com> <Pine.LNX.4.64.1008040050040.5947@ps20323.dreamhostps.com> <1280932393.7561.271.camel@tng> <2286.1281017237.786534@puncture> <AANLkTimWeL5Td0_H0+q+p=CpPqy-GAdhiKxqr5yyGNzL@mail.gmail.com> <2286.1281023493.052316@puncture> <AANLkTimw-YugoJjORDhMrDDx7_EXpT1_Y0qHcQQT+BWz@mail.gmail.com> <2286.1281027183.253876@puncture>
From: John Tamplin <jat@google.com>
Date: Thu, 05 Aug 2010 12:57:23 -0400
Message-ID: <AANLkTin5c6J5bSnRPhPTGmOi5KXgF6Wsr5HD7N+3-J2E@mail.gmail.com>
To: Dave Cridland <dave@cridland.net>
Content-Type: multipart/alternative; boundary="000e0cd47f9ce3b44f048d1672f8"
X-System-Of-Record: true
Cc: Server-Initiated HTTP <hybi@ietf.org>
Subject: Re: [hybi] Framing take IV [why fragment]
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: Thu, 05 Aug 2010 16:57:16 -0000

On Thu, Aug 5, 2010 at 12:53 PM, Dave Cridland <dave@cridland.net> wrote:

> DEFLATE, for example, includes ways of transferring blocks of uncompressed
> data. Tweaking the compression strategy on the fly is perfectly reasonable.
>

I don't know of any implementation that allows you to include an
uncompressed block during compression -- zlib certainly doesn't, not to
mention Java APIs to it.  Requiring implementors to write their own
compression library seems problematic.

-- 
John A. Tamplin
Software Engineer (GWT), Google