Willy Tarreau 70d53f0e77 MINOR: h2: add h2_phdr_to_ist() to make ISTs from pseudo headers
Till now pseudo headers were passed as const strings, but having them as
ISTs will be more convenient for traces. This doesn't change anything for
strings which are derived from them (and being constants they're still
zero-terminated).

(cherry picked from commit 271c440392242b5129ffc68787b781b1c39b4618)
[wt: will be used for h2 header traces]
Signed-off-by: Willy Tarreau <w@1wt.eu>
(cherry picked from commit 666d816bbb9ea25dc006a2a8de4335db242f8022)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
2023-03-17 10:07:22 +01:00
..