commit | 30eb809fdbf7782057e6063c5de9768e674b3516 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 11 06:16:45 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 11 09:06:46 2018 +0100 |
tree | f79d9729c0056e38e1c9f4fc5607ef86e5f728fa | |
parent | bad0a381d3a6b632d3fe97747bf0d5b845da998f [diff] |
MINOR: hpack: provide a function to encode a short indexed header Most direct calls to HPACK functions are made to encode short header fields like methods, schemes or statuses, whose lengths and indexes are known. Let's have a small function to do this.