commit | fb79f968bfb24d20be583f8a8c447afe6f890609 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Nov 14 07:44:05 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Nov 14 11:12:02 2023 +0100 |
tree | 8cd6a63a4f63fea8209e83734d8c8dad8d99cb45 | |
parent | d24b51a6bfffa20486df49e780279bd07e4493f0 [diff] |
MINOR: connection: Add a CTL flag to notify mux it should wait for reads again MUX_SUBS_RECV ctl flag is added to instruct the mux it should wait for read events. This flag will be pretty useful to handle abortonclose option. (cherry picked from commit e5cffa8ace3b9a3d6a634d8754380e699909ad3a) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>