]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: connections: Don't assume we have a mux in connect_server().
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 29 Nov 2018 17:03:21 +0000 (18:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 1 Dec 2018 09:47:16 +0000 (10:47 +0100)
commita49d41a9af844ee58bb96e5bbe3993eca7b97bd9
tree2c2c2b39af59d689cc71dc11da5a9562cbe66d2b
parent14547b2e1c7e2d7c0b72b60c98059da750e8a8c6
BUG/MEDIUM: connections: Don't assume we have a mux in connect_server().

When dealing with the previous connection, don't assume it has a mux, as it
may not yet be the case if we're waiting for the ALPN.
src/backend.c