]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tcp: don't use tick_add_ifset() when timeout is known to be set
authorWilly Tarreau <w@1wt.eu>
Mon, 4 Nov 2013 14:56:53 +0000 (15:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 4 Nov 2013 17:12:20 +0000 (18:12 +0100)
commit0bb166be5e8432246ca9a00fe5232325a76cacf8
tree5a6d68ba3a7d56cbb64864b7c48aa308a2676569
parent3c3dfd5c618cd18382b33091f10465792758f162
MINOR: tcp: don't use tick_add_ifset() when timeout is known to be set

These two useless tests propably result from a copy-paste. The test is
performed in the condition to enter the block.
src/proto_tcp.c