commit | d7faa3d6e9626e644d43709b79803b80696cbf89 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Mar 05 15:27:41 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Mar 05 15:27:41 2021 +0100 |
tree | 34ed1c0e1432afa983eb4baceae324a7631b1a53 | |
parent | eef7f7fe686d66ccbb1ad6856cd9154554ea1cf1 [diff] |
MINOR: backend: add a BUG_ON if conn mux NULL in connect_server Currently, there seems to be no way to have the transport layer ready but not the mux in the function connect_server. Add a BUG_ON to report if this implicit condition is not true anymore. This should fix coverity report from github issue #1120.