Re: Header Compression

I've sent a pull request. For now, you can find it at:
https://github.com/yoavnir/compression-spec/blob/7f67f0dbecdbe65bc22f3e3b57e2d5adefeb08dd/compression-spec.txt

Yoav

On Jun 5, 2013, at 10:59 PM, Ryan Hamilton <rch@google.com<mailto:rch@google.com>> wrote:

Is there a rendered version of the XML file available?


On Wed, Jun 5, 2013 at 12:17 PM, RUELLAN Herve <Herve.Ruellan@crf.canon.fr<mailto:Herve.Ruellan@crf.canon.fr>> wrote:
Roberto and I have been discussing for some time and we have created a joint proposal for Header Compression.

The resulting spec is available at:
https://github.com/http2/compression-spec

The main features of this proposal are:
- One single table for indexing headers as (name, value) pairs.
- HeaderDiff-based serialization (indexed header, literal header with either no indexing, addition indexing, or replacement indexing).
- Delta2-based diff between two successive header sets.
- Possibility of bounding table size.
- Least recently written eviction strategy when an insertion cause table size limit to be reached.


We will present it in details at the next interim meeting. Until then, all questions and comments are welcome.

Hervé.

Received on Thursday, 6 June 2013 06:18:14 UTC