haproxy/contrib/hpack
Willy Tarreau 841bc7d471 CONTRIB: hpack: add a compressed stream generator for the encoder
This generates the tables and indexes which will be used by the HPACK
encoder. The headers are sorted by length, then by statistical frequency,
then by direction (preference for responses), then by name, then by index.
The purpose is to speed up their lookup.
2018-12-11 09:06:46 +01:00
..
Makefile CONTRIB: hpack: add a compressed stream generator for the encoder 2018-12-11 09:06:46 +01:00
decode.c CLEANUP/CONTRIB: hpack: remove some h1 build warnings 2018-09-20 09:41:24 +02:00
gen-enc.c CONTRIB: hpack: add a compressed stream generator for the encoder 2018-12-11 09:06:46 +01:00
gen-rht.c