commit | 7f6aa56d471c44776a2533887c2b57f90865b80c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 17 10:21:19 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Nov 17 14:33:15 2022 +0100 |
tree | cd6c51d858b7ad5ac98d5492918a07343061ceee | |
parent | ab79b321d66b941f588351bcde8316324f9cb71b [diff] |
MINOR: sconn: Set SE_FL_ERROR only when there is no more data to read SE_FL_ERR_PENDING flag is used when there is still data to be read. So we must take care to not set SE_FL_ERROR too early. Thus, on sending path, it must be set if SE_FL_EOS was already set.