]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2/traces: also suggest invalid header upon parsing error
authorWilly Tarreau <w@1wt.eu>
Tue, 8 Aug 2023 13:27:02 +0000 (15:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 Aug 2023 17:02:24 +0000 (19:02 +0200)
commitdb97bb42d9b435846809a028dce077eea1621b40
tree26df62e94184452da649191dd47bae61c6e76363
parentd13a80abb7c1badaa42045c37cfff79f24f05726
MINOR: mux-h2/traces: also suggest invalid header upon parsing error

Historically the parsing error used to apply only to too large headers,
so this is what has been reported in traces. But nowadays we can also
reject invalid characters, and when this happens the trace is a bit
misleading, so let's mention "or invalid".
src/mux_h2.c