diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2019-09-27 15:00:31 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2019-09-27 15:00:31 +0000 |
commit | 43a6a253378445ab8499a610baf58f8b569a55e8 (patch) | |
tree | 2ce62375f5f1f3dc89fd080541b63de3428ab1ec /net/haproxy/files | |
parent | Update lang/erlang-runtime22 to version 22.1.1. (diff) |
Update to version 2.0.7
Notes
Notes:
svn path=/head/; revision=513038
Diffstat (limited to 'net/haproxy/files')
-rw-r--r-- | net/haproxy/files/patch-src-checks.c | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net/haproxy/files/patch-src-checks.c b/net/haproxy/files/patch-src-checks.c deleted file mode 100644 index cb1a260b8a66..000000000000 --- a/net/haproxy/files/patch-src-checks.c +++ /dev/null @@ -1,28 +0,0 @@ ---- src/checks.c.orig 2019-09-17 10:00:12.658926000 +0000 -+++ src/checks.c 2019-09-17 10:02:03.978010000 +0000 -@@ -1447,12 +1447,8 @@ static int wake_srv_chk(struct conn_stream *cs) - ret = tcpcheck_main(check); - cs = check->cs; - conn = cs->conn; -- } else { -- if (!(check->wait_list.events & SUB_RETRY_SEND)) -- __event_srv_chk_w(cs); -- if (!(check->wait_list.events & SUB_RETRY_RECV)) -- __event_srv_chk_r(cs); -- } -+ } else if (!(check->wait_list.events & SUB_RETRY_SEND)) -+ __event_srv_chk_w(cs); - - if (unlikely(conn->flags & CO_FL_ERROR || cs->flags & CS_FL_ERROR)) { - /* We may get error reports bypassing the I/O handlers, typically -@@ -2262,9 +2258,7 @@ static struct task *process_chk_conn(struct task *t, v - * sending since otherwise we won't be woken up. - */ - __event_srv_chk_w(cs); -- if (!(conn->flags & CO_FL_WAIT_L4_CONN) || -- !(check->wait_list.events & SUB_RETRY_SEND)) -- __event_srv_chk_r(cs); -+ __event_srv_chk_r(cs); - } - - task_set_affinity(t, tid_bit); |