MINOR: h2: add h2_phdr_to_ist() to make ISTs from pseudo headers
authorWilly Tarreau <w@1wt.eu>
Thu, 26 Jan 2023 08:38:53 +0000 (09:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 26 Jan 2023 14:49:43 +0000 (15:49 +0100)
commit271c440392242b5129ffc68787b781b1c39b4618
treef1504bc048ade8cf708855ca26bd05d50f6faa25
parentb8b243ac6acd849cbfb29a99c9e295886834eef4
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).
include/haproxy/h2.h