commit | 9d953e75723db4ddf0d6c247a271e723781bd790 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 03 16:18:14 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 03 18:45:38 2019 +0100 |
tree | ad8af9b6677ed2064aa0b070ad5443e81ea607db | |
parent | 88d138ef6ddc90dc8aa6aa8766ce411edabf7c51 [diff] |
MINOR: h2: add h2_make_h1_trailers to turn H2 headers to H1 trailers This function is usable to transform a list of H2 header fields to a H1 trailers block. It takes care of rejecting forbidden headers and pseudo-headers when performing the conversion.