commit | 0060be9ccfc76f8c6a9c29ce99d18a37d85bcc1d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 03 15:02:25 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Jul 07 14:29:18 2020 +0200 |
tree | b424ea64019b260a150df4f5a0deb767ada9a56d | |
parent | 2eaf30955f3619e2f262ba948313b8c2cb40ee81 [diff] |
BUG/MINOR: mux-h1: Don't read data from a pipe if the mux is unable to receive In h1_rcv_pipe(), if the mux is unable to receive data, for instance because the multiplexer is blocked on input waiting the other side (BUSY mode), no receive must be performed. This patch must be backported to 2.1 and 2.0.