commit | e9106d69cb1bc0550ca2f6500ed9a3bcc75d21d6 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Jun 01 15:54:49 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Jun 01 15:54:50 2021 +0200 |
tree | 03aa49c8eaaad19487b2cd4ab29e49c990b19f49 | |
parent | f822decfda1f662147c02fd8b4f752da7500f374 [diff] |
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.