commit | 6deb4129dece1f8eb906d4f2cee3faa83657cee1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Nov 27 15:34:18 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 01 17:38:32 2018 +0100 |
tree | dbc446b73c5a15ea10656130a52a25105af8bcaa | |
parent | e6902cd57c37a1f28ede5c967292bec1988ac2d6 [diff] |
MINOR: h2: implement H2->HTX request header frame transcoding Till now we could only produce an HTTP/1 request from a list of H2 request headers. Now the new function h2_make_htx_request() does the same but using the HTX encoding instead, while respecting the H2 semantics. The code is not much different from the first version, only the encoding differs. For now it's not used.