]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: backend: don't rely on mux_pt_ops in connect_server()
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 23 May 2018 14:53:38 +0000 (16:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 8 Aug 2018 07:54:22 +0000 (09:54 +0200)
commitb75bb21092226edcfb30e655d710662953cb1aea
tree94adaaecee0a432549a097cdd285648d7ce55b40
parent6cc7afa04e6856b93102bc0078bf505db3dea1bf
MEDIUM: backend: don't rely on mux_pt_ops in connect_server()

The comment above the change remains true. We assume there is always 1
conn_stream per outgoing connectionq. Today, it is always true because H2 is not
supported yet for server connections.
src/backend.c