]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: rearrange tcp_connect_probe() and fix wrong return codes
authorWilly Tarreau <wtarreau@exceliance.fr>
Mon, 23 Jul 2012 18:05:00 +0000 (20:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:53:09 +0000 (21:53 +0200)
commit0b0c097a3a324bc6caf735c06e014fe5093281ef
tree5e190efcac7987ed48ac7ebf750de3874643bd53
parent8f8c92fe9357f9ef589e144042e1d1dba18c0bf1
MINOR: rearrange tcp_connect_probe() and fix wrong return codes

Sometimes we returned the need for polling while it was not needed. Remove
some of the spaghetti in the function.
src/proto_tcp.c