Re: Header Compression Implementation Feedback
Amos Jeffries <squid3@treenet.co.nz> Tue, 09 July 2013 05:16 UTC
Return-Path: <ietf-http-wg-request@listhub.w3.org>
X-Original-To: ietfarch-httpbisa-archive-bis2Juki@ietfa.amsl.com
Delivered-To: ietfarch-httpbisa-archive-bis2Juki@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2BA0F21F9F2B for <ietfarch-httpbisa-archive-bis2Juki@ietfa.amsl.com>; Mon, 8 Jul 2013 22:16:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.524
X-Spam-Level:
X-Spam-Status: No, score=-10.524 tagged_above=-999 required=5 tests=[AWL=0.075, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
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 UlAfaH+XXYWh for <ietfarch-httpbisa-archive-bis2Juki@ietfa.amsl.com>; Mon, 8 Jul 2013 22:16:10 -0700 (PDT)
Received: from frink.w3.org (frink.w3.org [128.30.52.56]) by ietfa.amsl.com (Postfix) with ESMTP id A6B8F21F9F31 for <httpbisa-archive-bis2Juki@lists.ietf.org>; Mon, 8 Jul 2013 22:16:10 -0700 (PDT)
Received: from lists by frink.w3.org with local (Exim 4.72) (envelope-from <ietf-http-wg-request@listhub.w3.org>) id 1UwQFu-00023C-Sd for ietf-http-wg-dist@listhub.w3.org; Tue, 09 Jul 2013 05:14:26 +0000
Resent-Date: Tue, 09 Jul 2013 05:14:26 +0000
Resent-Message-Id: <E1UwQFu-00023C-Sd@frink.w3.org>
Received: from maggie.w3.org ([128.30.52.39]) by frink.w3.org with esmtp (Exim 4.72) (envelope-from <squid3@treenet.co.nz>) id 1UwQFk-00020p-MS for ietf-http-wg@listhub.w3.org; Tue, 09 Jul 2013 05:14:16 +0000
Received: from ip-58-28-153-233.static-xdsl.xnet.co.nz ([58.28.153.233] helo=treenet.co.nz) by maggie.w3.org with esmtp (Exim 4.72) (envelope-from <squid3@treenet.co.nz>) id 1UwQFj-0006AC-Pq for ietf-http-wg@w3.org; Tue, 09 Jul 2013 05:14:16 +0000
Received: from [192.168.1.218] (ip202-27-218-168.satlan.co.nz [202.27.218.168]) by treenet.co.nz (Postfix) with ESMTP id 7B438E7379 for <ietf-http-wg@w3.org>; Tue, 9 Jul 2013 17:13:47 +1200 (NZST)
Message-ID: <51DB9C08.4010005@treenet.co.nz>
Date: Tue, 09 Jul 2013 17:13:44 +1200
From: Amos Jeffries <squid3@treenet.co.nz>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7
MIME-Version: 1.0
To: ietf-http-wg@w3.org
References: <CABP7RbcjzwY6YgQWxRSu9zLJ6v2kwyQHyyr7t7SYOqH5e1Opow@mail.gmail.com> <CABP7RbdND8yMknhrBmc7Qh9Qzyv=XrxcXFh4FAmhSRcEWMNBQw@mail.gmail.com>
In-Reply-To: <CABP7RbdND8yMknhrBmc7Qh9Qzyv=XrxcXFh4FAmhSRcEWMNBQw@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Received-SPF: pass client-ip=58.28.153.233; envelope-from=squid3@treenet.co.nz; helo=treenet.co.nz
X-W3C-Hub-Spam-Status: No, score=-3.5
X-W3C-Hub-Spam-Report: AWL=-3.449, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001
X-W3C-Scan-Sig: maggie.w3.org 1UwQFj-0006AC-Pq 4f9584b0514a75ef640cb2c5e411aa28
X-Original-To: ietf-http-wg@w3.org
Subject: Re: Header Compression Implementation Feedback
Archived-At: <http://www.w3.org/mid/51DB9C08.4010005@treenet.co.nz>
Resent-From: ietf-http-wg@w3.org
X-Mailing-List: <ietf-http-wg@w3.org> archive/latest/18642
X-Loop: ietf-http-wg@w3.org
Resent-Sender: ietf-http-wg-request@w3.org
Precedence: list
List-Id: <ietf-http-wg.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Post: <mailto:ietf-http-wg@w3.org>
List-Unsubscribe: <mailto:ietf-http-wg-request@w3.org?subject=unsubscribe>
On 9/07/2013 12:01 p.m., James M Snell wrote: > Another minor item as I've been going through the implementation: > > 4. Right now, the Header Compression scheme assumes two separate > pre-filled header tables... one for Request headers, the other for > response headers. The challenge with this is that it does not account > for the use of Request Headers within PUSH_PROMISE frames. This is > minor right now, but it means that PUSH_PROMISE frames will not have > optimum compression because the request headers will need to be added > as Literal representations with Indexing. It would be better if we > just had ONE prefilled table (it would make implementation generally > easier as well) +1. Amos
- Header Compression Implementation Feedback James M Snell
- Re: Header Compression Implementation Feedback James M Snell
- Re: Header Compression Implementation Feedback Amos Jeffries
- Re: Header Compression Implementation Feedback Michael Sweet
- RE: Header Compression Implementation Feedback Mike Bishop
- Re: Header Compression Implementation Feedback Michael Sweet
- RE: Header Compression Implementation Feedback Mike Bishop
- Re: Header Compression Implementation Feedback Martin Thomson
- Re: Header Compression Implementation Feedback Michael Sweet
- Re: Header Compression Implementation Feedback James M Snell
- Re: Header Compression Implementation Feedback Michael Sweet
- Re: Header Compression Implementation Feedback Michael Sweet