commit | 31da34d1e7197c54e37bbd360bc9ebb329ce933a | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 10 16:36:10 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Nov 17 14:33:15 2022 +0100 |
tree | 56df9404bcdd17e288e7ffbcfe28db88191e553a | |
parent | b3de5e5084c64c396db2bf7ce807781b7a375f39 [diff] |
MEDIUM: mux-h1: Don't report a final error whe a message is aborted When the H1 connection is aborted, we no longer set a final error. To do so, the flag H1C_F_ABORTED was added. For now, it is only set when a error is detected on the H1 stream. Idea is to use ERR_PENDING/ERROR for upgoing errors and ABRT_PENDING/ABRTED for downgoing errors.