haproxy/include
Willy Tarreau a004ade512 MINOR: hpack: implement the HPACK Huffman table decoder
The code was borrowed from the HPACK experimental implementations
available here :

    https://github.com/wtarreau/http2-exp

It contains the Huffman table as specified in RFC7541 Appendix B, and a
set of reverse tables used to decode a Huffman byte stream, and produced
by contrib/h2/gen-rht. The encoder is not finalized, it doesn't emit the
byte stream but this is not needed for now.
2017-10-31 18:03:24 +01:00
..
common MINOR: hpack: implement the HPACK Huffman table decoder 2017-10-31 18:03:24 +01:00
import MINOR: threads: Add atomic-ops and plock includes in import dir 2017-10-31 11:36:13 +01:00
proto MEDIUM: connection: add a destroy callback 2017-10-31 18:03:24 +01:00
types MEDIUM: connection: add a destroy callback 2017-10-31 18:03:24 +01:00