commit | 4b490b75175585e787e7d83fabc79cd7825d9c1e | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jan 04 11:55:15 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Jan 09 18:41:08 2023 +0100 |
tree | 68e27fdb20550cebdc305385e7a674f12267fee6 | |
parent | 2357718217df41f02a87c0ae9ded3e91f97925ab [diff] |
MINOR: channel: Stop to test CF_READ_ERROR flag if CF_SHUTR is enough When a read error (CF_READ_ERROR) is reported, a shutdown for reads is always performed (CF_SHUTR). Thus, there is no reason to check if CF_READ_ERROR is set if CF_SHUTR is also checked.