commit | 9bce9724ec04eeb848438bf912ef3fbd445f22cc | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Mar 21 10:50:16 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 05 08:57:05 2023 +0200 |
tree | b3d31d3f2ffecaa3b7871ba6deaaf5e715687226 | |
parent | 28975e1e1012e4a009b4208f3fc022ea2bfb8b82 [diff] |
MINOR: stconn: Remove unecessary test on SE_FL_EOS before receiving data In sc_conn_recv(), if the EOS is reported by the endpoint, it will always be acknowledged by the SC and a read0 will be performed on the input channel. Thus there is no reason to still test at the begining of the function because there is already a test on CF_SHUTR.