]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: mux-h1: Release the mux H1 in h1_process() if there is no h1s
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Dec 2018 15:10:44 +0000 (16:10 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Dec 2018 15:43:30 +0000 (16:43 +0100)
commit1a7ad7ad188812c7165f08f75a154403b36ac2c6
tree7252bae7997217f81fe56137c26a5e4242ebd3ce
parentc386a8851e7e94179532213097d68b7288c5f3ce
BUG/MEDIUM: mux-h1: Release the mux H1 in h1_process() if there is no h1s

With the current design, there is always an H1 stream attached to the mux. So
after the conn_stream is detached, if we don't create a new H1 stream in
h1_process(), it is important to release the mux.
src/mux_h1.c