commit | 56a499475f3ea25471089a54acff35e26bdb6096 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Oct 04 17:45:24 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Nov 17 14:33:14 2022 +0100 |
tree | 12c716fb31a84d795254dcea45188f4c2416960d | |
parent | 2177d96acd615af41932003c503b1a1f185ae088 [diff] |
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.