Re: [hybi] hum #3: Message

Patrick McManus <mcmanus@ducksong.com> Fri, 06 August 2010 15:56 UTC

Return-Path: <mcmanus@ducksong.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 64E9128C0F5 for <hybi@core3.amsl.com>; Fri, 6 Aug 2010 08:56:11 -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=[BAYES_00=-2.599]
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 VUX0xBSciqkT for <hybi@core3.amsl.com>; Fri, 6 Aug 2010 08:56:10 -0700 (PDT)
Received: from linode.ducksong.com (linode.ducksong.com [64.22.125.164]) by core3.amsl.com (Postfix) with ESMTP id 8D9C028C0F3 for <hybi@ietf.org>; Fri, 6 Aug 2010 08:56:10 -0700 (PDT)
Received: from Patrick-McManuss-MacBook.local (24-196-69-148.static.mdsn.wi.charter.com [24.196.69.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by linode.ducksong.com (Postfix) with ESMTPSA id 5D9AF10151 for <hybi@ietf.org>; Fri, 6 Aug 2010 11:56:41 -0400 (EDT)
Message-ID: <4C5C30B8.9020502@ducksong.com>
Date: Fri, 06 Aug 2010 10:56:40 -0500
From: Patrick McManus <mcmanus@ducksong.com>
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6
MIME-Version: 1.0
To: hybi@ietf.org
References: <4C5AE93D.4040803@ericsson.com> <Pine.LNX.4.64.1008051758290.5947@ps20323.dreamhostps.com> <AANLkTik0kbh14s2JZARY2MFh0iNGV7H+B4Px4yG+wX44@mail.gmail.com> <71BCE4BF-D3F6-4F94-BE76-306BDF6A2E67@apple.com> <20100805200919.GA20057@1wt.eu>
In-Reply-To: <20100805200919.GA20057@1wt.eu>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Subject: Re: [hybi] hum #3: Message
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: Fri, 06 Aug 2010 15:56:11 -0000

On 8/5/10 3:09 PM, Willy Tarreau wrote:
> In fact, the analogy with HTTP is a proof that we'd better implement
> chunked encoding from the beginning, otherwise even if we add it later,
> it may get limited use due to compatibility concerns.
>
>    

++1

the concern of not being able to express a large length when it is known 
(i.e. a known value > 16 bits) should be addressed through an option. It 
is useful optional information - on a large message the overhead of 
adding it in an option is inconsequential.