]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: backend: Don't release SI endpoint anymore in connect_server()
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 1 Jun 2021 13:54:49 +0000 (15:54 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 1 Jun 2021 13:54:50 +0000 (15:54 +0200)
commite9106d69cb1bc0550ca2f6500ed9a3bcc75d21d6
tree03aa49c8eaaad19487b2cd4ab29e49c990b19f49
parentf822decfda1f662147c02fd8b4f752da7500f374
MINOR: backend: Don't release SI endpoint anymore in connect_server()

Thanks to the previous patch (822decfd "BUG/MAJOR: stream-int: Release SI
endpoint on server side ASAP on retry"), it is now useless to release any
existing connection in connect_server() because it was already done in
back_handle_st_cer() if necessary.

This patch is not a CLEANUP because it may introduce some bugs in edge
cases. There is no reason to backport it for now except if it is required to
fix a bug.
src/backend.c