commit | 81921b13716e738dd49462cd79375f90a2bb35cb | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Aug 14 23:19:45 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Aug 14 23:29:18 2019 +0200 |
tree | b607120d6ad519b085ca64da13545eeb99da37dd | |
parent | 51c3aa4628cf597eb133f6ae8bb36e09139a73dc [diff] |
BUG/MEDIUM: lua: Fix test on the direction to set the channel exp timeout This bug was introduced by the commit bfab2ddd ("MINOR: hlua: Add a flag on the lua txn to know in which context it can be used"). The wrong test was done. So the timeout was always set on the response channel. It may lead to an infinite loop. This patch must be backported everywhere the commit bfab2ddd is. For now, at least to 2.0, 1.9 and 1.8.