commit | bad0a381d3a6b632d3fe97747bf0d5b845da998f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 11 07:44:00 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 11 09:06:46 2018 +0100 |
tree | faa6416aa3b0fff0270b875aef7cccf0553b19cf | |
parent | 2c3139489cdb7ee6ff2f03f5e30db212a7d27b63 [diff] |
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.