]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux-h1: Rename H1C_F_ERR_PENDING into H1C_F_ABRT_PENDING
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Oct 2022 15:45:24 +0000 (17:45 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 17 Nov 2022 13:33:14 +0000 (14:33 +0100)
commit56a499475f3ea25471089a54acff35e26bdb6096
tree12c716fb31a84d795254dcea45188f4c2416960d
parent2177d96acd615af41932003c503b1a1f185ae088
CLEANUP: mux-h1: Rename H1C_F_ERR_PENDING into H1C_F_ABRT_PENDING

H1C_F_ERR_PENDING flags will be used to refactor error handling at the H1
connection level. It will be used to notify error during sends. Thus, the
flag to notify an error must be sent before closing the connection is now
named H1C_F_ABRT_PENDING.

This introduce a naming convertion: ERROR must be used to notify upper layer
of an event at the lower ones while ABORT must be used in the opposite
direction.
include/haproxy/mux_h1-t.h
src/mux_h1.c