]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hpack: move the length computation and encoding functions to .h
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Dec 2018 06:44:00 +0000 (07:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Dec 2018 08:06:46 +0000 (09:06 +0100)
commitbad0a381d3a6b632d3fe97747bf0d5b845da998f
treefaa6416aa3b0fff0270b875aef7cccf0553b19cf
parent2c3139489cdb7ee6ff2f03f5e30db212a7d27b63
MINOR: hpack: move the length computation and encoding functions to .h

We'll need these functions from other inline functions, let's make them
accessible. len_to_bytes() was renamed to hpack_len_to_bytes() since it's
now exposed.
include/common/hpack-enc.h
src/hpack-enc.c