]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: servers: Don't add an incomplete conn to the server idle list.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 29 Jan 2019 15:05:02 +0000 (16:05 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Jan 2019 18:47:20 +0000 (19:47 +0100)
commit26da323cb9f72c34062a3f023950da100f4fef55
tree3fc00bd02f746a49c2810e521530408548baa15f
parent4dc85538ba6333ef493ff6c81edf6772db1556b2
BUG/MEDIUM: servers: Don't add an incomplete conn to the server idle list.

If we failed to add the connection to the session, only try to add it back
to the server idle list if it has a mux, otherwise the connection is
incomplete and unusable.

This should be backported to 1.9.
src/backend.c