commit | bef8900cd6441e6364ed4252304061649dd85cfc | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 05 07:50:19 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Nov 17 14:33:14 2022 +0100 |
tree | a8ef14233f2430da4be5e05f85360db28f11dd4e | |
parent | 56a499475f3ea25471089a54acff35e26bdb6096 [diff] |
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.