commit | 872b01c984f77ced43afc41352ed91e1f1d4ec77 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Mar 20 08:25:38 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 05 08:57:05 2023 +0200 |
tree | 586e55bfe59bc232785c431f268efe910cf05764 | |
parent | 84d3ef982c68a8da8b82531df76ebc73765bfdcb [diff] |
MINOR: mux-pt: Report end-of-input with the end-of-stream after a read In the PT multiplexer, the end of stream is also the end of input. Thus we must report EOI to the stream-endpoint descriptor when the EOS is reported. For now, it is a bit useless but it will be important to disginguish an shutdown to an error to an abort. To be sure to not report an EOI on an error, the errors are now handled first.