]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2/trace: report the connection and/or stream error code
authorWilly Tarreau <w@1wt.eu>
Sun, 24 Nov 2019 13:57:00 +0000 (14:57 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Nov 2019 10:34:26 +0000 (11:34 +0100)
commitf3ce0418aaff9bb6291a94557421e79dd5f4abd3
tree2fbce948ba5f0e821d84616844bf38d3c9e0836e
parentc22d5dfeb87057e54bb28069a0f79565261802cb
MINOR: mux-h2/trace: report the connection and/or stream error code

We were missing the error code when tracing a call to h2s_error() or
h2c_error(), let's report it when it's set.
src/mux_h2.c