commit | 446d8037ce54399c02bf344643c9a700accea0ba | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Dec 12 07:53:18 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Jan 09 18:41:08 2023 +0100 |
tree | d84ef8bc48dfbd15b995104a606026df51895f3b | |
parent | 14419ebf2b8b9e638d804cec881003eb943d0eae [diff] |
MINOR: channel: Don't test CF_READ_NULL while CF_SHUTR is enough If CF_READ_NULL flag is set on a channel, it implies a shutdown for reads was performed and CF_SHUTR is also set on this channel. Thus, there is no reason to test is any of these flags is present, testing CF_SHUTR is enough.