]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: stconn: Don't set SE_FL_ERROR at the end of sc_conn_send()
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 15:32:39 +0000 (17:32 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 15:32:44 +0000 (17:32 +0200)
commit75b954fea4f4cf1c2a8d0ec19654c257c5a1ed96
treea9b559880c3da2e8ee7f0b7c7ac79f4de7d00cf1
parent25d9fe50f5f3e9a3db2e42e251beef38d5d5d872
BUG/MINOR: stconn: Don't set SE_FL_ERROR at the end of sc_conn_send()

When I reworked my series, this code was first removed and reinserted by
error. So let's remove it again.
src/stconn.c