commit | 9009c974c1e1f5bdb61df3f62732e51cae026f48 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 05 12:04:56 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 12 17:10:44 2022 +0200 |
tree | 3ca2689f87d8cca917419ed15bba02acab287d87 | |
parent | c8db114afca12eea3500a844511552b068f2d821 [diff] |
BUG/MEDIUM: mux-h1: Add connection error handling when reading/sending on a pipe There is no error handling when we read or write on a pipe. There error is caught later, in the mux I/O handler. But there is no reason to not do so here. There is no reason to backport it because no issue was reported for now because of this "bug". In all cases, it must be evaluated first.