]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: connections: Don't use ALPN to pick mux when in mode TCP.
authorOlivier Houchard <cognet@ci0.org>
Fri, 14 Jun 2019 22:13:15 +0000 (00:13 +0200)
committerOlivier Houchard <cognet@ci0.org>
Sat, 15 Jun 2019 09:34:55 +0000 (11:34 +0200)
commitb4a8b2c63d51f7ff99e5b10c52cad938105f1fde
tree296866f3e4f9244ce260ffbf96ad429e8e3a6b05
parent76c83826db63f8d613cdb74e32d2642eb05e2458
BUG/MEDIUM: connections: Don't use ALPN to pick mux when in mode TCP.

In connect_server(), don't wait until we negociate the ALPN to choose the
mux, the only mux we want to use is the mux_pt anyway.

This should be backported to 1.9.
src/backend.c