mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-02-27 20:21:10 +01:00
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.