]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h1: Reset more H1C flags when a H1 stream is destroyed
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Sep 2020 15:14:55 +0000 (17:14 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 4 Dec 2020 13:41:49 +0000 (14:41 +0100)
commit295b8d1649855e75e975909cffff60be3ee0b72c
treee5bcaa9d45873c2a4714229318864b7f95e5dc16
parentc1c66a4759f34665d532deac9efa2571bc5e63ca
MINOR: mux-h1: Reset more H1C flags when a H1 stream is destroyed

When a H1 stream is destroyed, all dynamic flags on the H1 connection are
reset to be sure to leave it in a clean state.
src/mux_h1.c