]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: backend: Remove test on HTX streams to reuse idle connections on connect
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 8 Jul 2024 17:12:50 +0000 (19:12 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Jul 2024 13:27:05 +0000 (15:27 +0200)
commitd2ce835fb793cbc8dc4425ef67ff781ceb230084
tree2eef3a35aaca5be7a8108a75864936831ec21459
parent3a7879a6525c866b1641050e28191dbcb87cc164
MINOR: backend: Remove test on HTX streams to reuse idle connections on connect

In connect_server() function, there is a test to be able to reuse idle
connections for HTX streams only. Till now, only HTTP connections can be
idle. And this tests was added to be sure to now reuse idle connections for
legacy HTTP streams. But the legacy HTTP was removed in HAProxy-2.1. So we
can safely remove this test.

The related issue is #2502.
src/backend.c