]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: stream: Don't install the mux in back_handle_st_con().
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 24 Jan 2020 14:36:38 +0000 (15:36 +0100)
committerOlivier Houchard <cognet@ci0.org>
Fri, 24 Jan 2020 14:40:34 +0000 (15:40 +0100)
commitb43589cac512629d66cbef1b3907c61dc89fffac
treedc7801dde5008c934ba531edc2f2274c58a92bd0
parentefe5e8e99890b24dcfb8c925d98bf82e2fdf0b9f
BUG/MEDIUM: stream: Don't install the mux in back_handle_st_con().

In back_handle_st_con(), don't bother setting up the mux, it is now done by
conn_fd_handler().
src/backend.c