commit | 2fd0c7669d108c3d24db848d0b6eeb33a6108851 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 31 10:25:07 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 05 08:57:05 2023 +0200 |
tree | 6466c25da00ee02c549a581910494c7a287e29e6 | |
parent | f8130b2de25f51bd950a33344f94ed19f3df8b35 [diff] |
MEDIUM: cli: Use the sedesc to report and detect end of processing It is the same kind of change than for the cache applet. Idea is to use the SE desc instead of the channel or the SC to report end-of-input, end-of-stream and errors. Truncated commands are now reported on error. Other changes are the same than for the cache applet. We now set SE_FL_EOS flag instead of calling cf_shutr() and calls to cf_shutw are removed.