]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hpack: provide a function to encode a long indexed header
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Dec 2018 06:44:19 +0000 (07:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Dec 2018 08:07:01 +0000 (09:07 +0100)
commitbd5659bbe105edb7883853be7209cab663040a01
treed47fd5679c934ec1093b0836b881d0f75b1f9312
parent30eb809fdbf7782057e6063c5de9768e674b3516
MINOR: hpack: provide a function to encode a long indexed header

For long header values whose index is known, hpack_encodde_long_idx()
may now be used. This function emits the short index and follows with
the header's value.
include/common/hpack-enc.h