]> git.kaiwu.me - haproxy.git/commit
MEDIUM: lua: use CF_ISRESP to detect the channel's side
authorWilly Tarreau <w@1wt.eu>
Tue, 10 Mar 2015 12:49:14 +0000 (13:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 11 Mar 2015 19:41:47 +0000 (20:41 +0100)
commit6c6dc1650579ce5156672a621ddca2ebb44c68d2
tree043803b68a9e5fb88151f1282c7d8239d2abe40d
parent78955f4c8ba81cf090d8fd899111a871f4e1be43
MEDIUM: lua: use CF_ISRESP to detect the channel's side

Instead of comparing with session's channels, we check the channel's
flags to find what side it belongs to.
src/hlua.c