]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: streams: Don't close the connection in back_handle_st_con().
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 24 Jan 2020 14:37:37 +0000 (15:37 +0100)
committerOlivier Houchard <cognet@ci0.org>
Fri, 24 Jan 2020 14:40:34 +0000 (15:40 +0100)
commit7c30642eded79dd03b570e5afc48ae5af342d180
tree70a728b8c3967f24121a0db2b21a76975c39dfb3
parentb43589cac512629d66cbef1b3907c61dc89fffac
MEDIUM: streams: Don't close the connection in back_handle_st_con().

In back_handle_st_con(), don't bother trying to close the connection, it
should be taken care of elsewhere.
src/backend.c