mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-11 20:01:00 +01:00
This bug was introduced by the commit 2444aa5b ("MEDIUM: sessions: Don't be
responsible for connections anymore."). In session_check_idle_conn(), when the
mux is destroyed, its context must be passed as argument instead of the
connection.
It is de 2.2-dev bug. No need to backport.