Re: Questions in draft-09

>  > It is because eviction at the smaller side leads inconsistency of reference
>  >  sets between encoder and decoder and differenet header sets are emitted.
>
> If referenced entry is going out of scope in smaller side (only happens in encoder side), emit indexed repr to toggle it off from the reference
> set. It means some emissions of indexed repr used to be made in larger buffer on eviction should also be made at the boundary of smaller one.
> I implemented this scheme in nghttp2 and works well. FYI, the deflatehd tool in nghttp2 has this option.

Oh, this encoding procedure works fine to be consistent reference sets.
Thanks.

Received on Wednesday, 8 January 2014 01:03:40 UTC