]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h1: Add flag on H1 stream to deal with internal errors
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Oct 2022 05:50:19 +0000 (07:50 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 17 Nov 2022 13:33:14 +0000 (14:33 +0100)
commitbef8900cd6441e6364ed4252304061649dd85cfc
treea8ef14233f2430da4be5e05f85360db28f11dd4e
parent56a499475f3ea25471089a54acff35e26bdb6096
MINOR: mux-h1: Add flag on H1 stream to deal with internal errors

A new error is added on H1 stream to deal with internal errors. For now,
this error is only reported when we fail to create a stream-connector. This
way, the error is reported at the H1 stream level and not the H1 connection
level.
include/haproxy/mux_h1-t.h
src/mux_h1.c