commit | a8a415d31aeaab1c6652b10f611dcfc2b4125c17 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Jan 23 13:15:14 2020 +0100 |
committer | Olivier Houchard <cognet@ci0.org> | Thu Jan 23 13:20:03 2020 +0100 |
tree | 411921485f10a2f23c7b5cd7de69a8571c923abb | |
parent | dad239d08be1f2abe7e54d9332f1eb87acebf987 [diff] |
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.