]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: proto_tcp: bidirectional fetches not supported anymore in track-sc1/2
authorWilly Tarreau <w@1wt.eu>
Sun, 9 Dec 2012 16:04:41 +0000 (17:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 9 Dec 2012 16:04:41 +0000 (17:04 +0100)
commitb54b6ca48362b3980027b9abedd5c0db6a9e9a1f
tree1ea86a9b2c353c96d31e6a446254a3abfcca741c
parent598718a7abb5e45770bbe87bcb7c4419a8980b37
BUG/MINOR: proto_tcp: bidirectional fetches not supported anymore in track-sc1/2

Sample fetch capabilities indicate when the fetch may be used and not
what it requires, so we need to check if a fetch is compatible with
the direction we want and not if it works backwards.
src/proto_tcp.c