commit | 271c440392242b5129ffc68787b781b1c39b4618 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 26 09:38:53 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 26 15:49:43 2023 +0100 |
tree | f1504bc048ade8cf708855ca26bd05d50f6faa25 | |
parent | b8b243ac6acd849cbfb29a99c9e295886834eef4 [diff] |
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).