]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-h1: Don't report a final error whe a message is aborted
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 10 Oct 2022 14:36:10 +0000 (16:36 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 17 Nov 2022 13:33:15 +0000 (14:33 +0100)
commit31da34d1e7197c54e37bbd360bc9ebb329ce933a
tree56df9404bcdd17e288e7ffbcfe28db88191e553a
parentb3de5e5084c64c396db2bf7ce807781b7a375f39
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.
include/haproxy/mux_h1-t.h
src/mux_h1.c