commit | b208d8cd64252c5ffee751216ff68b73c62666e3 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Mar 21 11:25:21 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 05 08:57:05 2023 +0200 |
tree | 7d43293cdbc962485a0873a20f555037cf147dab | |
parent | e9bacf642d12f6da195617f54f3c44e501902420 [diff] |
MINOR: stconn: Always ack EOS at the end of sc_conn_recv() EOS is now acknowledge at the end of sc_conn_recv(), even if an error was encountered. There is no reason to not do so, especially because, if it not performed here, it will be ack in sc_conn_process(). Note, it is still performed in sc_conn_process() because this function is also the .wake callback function and can be directly called from the lower layer.