]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2/mux-fcgi: Fully rely on CS_EP_KILL_CONN
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Mar 2022 12:48:10 +0000 (14:48 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:14 +0000 (15:10 +0200)
commitca2b5274b54557ccb4555b9ebfa609ca78a7a700
tree0b1bfd424b0210d5dfd973b1eea85d3229252261
parent9a5212380026f778ff0b98f411c0db784c212d86
MINOR: mux-h2/mux-fcgi: Fully rely on CS_EP_KILL_CONN

Instead of using a internal flag to kill the connection with the stream, we
now fully rely on CS_EP_KILL_CONN flag.
src/mux_fcgi.c
src/mux_h2.c