]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-h1: Handle MUX_SUBS_RECV flag in h1_ctl() and susbscribe for reads
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 14 Nov 2023 06:45:43 +0000 (07:45 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 14 Nov 2023 10:01:51 +0000 (11:01 +0100)
commit450ff71c955afc95111170f9245d83b50dd9db55
tree910f5f7823ff9e0c5465cca003fda71608770204
parente5cffa8ace3b9a3d6a634d8754380e699909ad3a
MEDIUM: mux-h1: Handle MUX_SUBS_RECV flag in h1_ctl() and susbscribe for reads

The H1 mux now handle MUX_SUBS_RECV flag in h1_ctl(). If it is not already
subscribed for reads, it does so. This patch will be mandatory to properly
handle abortonclose option.
src/mux_h1.c