]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: connections: Reuse an already attached conn_stream.
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 5 Dec 2018 16:08:55 +0000 (17:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 Dec 2018 14:06:19 +0000 (15:06 +0100)
commit0fa989f4c02a5af5d511d7bf6776527b4f8e1379
tree42254e2f80425c9ce08f4cc1b98f19294326cc03
parent1909f6de18deaf0550a072eb21d3d81826686d0b
BUG/MEDIUM: connections: Reuse an already attached conn_stream.

In connect_server(), if we already have a conn_stream, reuse it
instead of trying to create a new one. http_proxy and LUA both
manually create a conn_stream and a connection, and we want
to use it.
src/backend.c