Re: Header Compression

At first read, this definitely looks like an improvement. I will be
taking another pass over the bohe draft before next week and will be
working on side-by-side implementations of both bohe and this updated
proposal in time for next weeks face to face.

On Wed, Jun 5, 2013 at 12:17 PM, RUELLAN Herve
<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 Wednesday, 5 June 2013 19:32:40 UTC