]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: connections: Set CO_FL_CONNECTED in conn_complete_session().
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 23 Jan 2020 12:15:14 +0000 (13:15 +0100)
committerOlivier Houchard <cognet@ci0.org>
Thu, 23 Jan 2020 12:20:03 +0000 (13:20 +0100)
commita8a415d31aeaab1c6652b10f611dcfc2b4125c17
tree411921485f10a2f23c7b5cd7de69a8571c923abb
parentdad239d08be1f2abe7e54d9332f1eb87acebf987
BUG/MEDIUM: connections: Set CO_FL_CONNECTED in conn_complete_session().

We can't just assume conn_create_mux() will be called, and set CO_FL_CONNECTED,
conn_complete_session() might be call synchronously if we're not using SSL,
so ew haee no choice but to set CO_FL_CONNECTED in there. This should fix
the recent breakage of the mcli reg tests.
src/connection.c
src/session.c