commit | 2ac9ba2a1ced0e0e698df5a80b0f692c7f44cb99 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Feb 25 10:15:50 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 06 14:13:00 2020 +0100 |
tree | e350f0e8a66efbd87b3b4998eef13536b17b48b8 | |
parent | 0ec740eaee5b919b7d568daf251c8ce218143639 [diff] |
MINOR: lua: Add function to know if a channel is a response one It is now possible to call Channel.is_resp(chn) method to know if a channel is a response channel or not.