commit | 20d1f84ce49f63e59b33650f2912ac1f1bc23b74 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Jul 11 11:23:17 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Jul 11 16:41:10 2022 +0200 |
tree | 53774421917a1cecc5dc433d2d4a4fcd7a75595f | |
parent | 38e6006da1f9fb76df798173600196d1d0649a6d [diff] |
MINOR: mux-quic: use stream states to mark as detached Adjust condition to detach a qcs instance : if the stream is not locally close it is not directly free. This should improve stream closing by ensuring that either FIN or a RESET_STREAM is sent before destroying it.