]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: don't wait before retrying after a failed connection reuse
authorWilly Tarreau <w@1wt.eu>
Wed, 23 Jan 2019 15:29:53 +0000 (16:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Jan 2019 18:06:43 +0000 (19:06 +0100)
commitf7a259d46f84ade7222debbce937d5d94bc568f4
tree7c69859972ae3125ca0f94ff9fb89aca215e8151
parentbf66bd1b8baf4e35d9be3655fe61eb6d017b0cfd
MINOR: stream: don't wait before retrying after a failed connection reuse

When a connection reuse fails, we must not wait before retrying, as most
likely the issue is related to the reused connection and not to the server
itself.

This should be backported to 1.9, though it depends on previous patches
dealing with SI_ST_CON for connection reuse.
src/stream.c