commit | b58fb79352df927fc34f93337c21d0572d022f6e | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Jul 16 10:52:40 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 19 09:56:10 2019 +0200 |
tree | 2178193b730f6f2566dd2e425074d64bf15071e0 | |
parent | a63ae1e7feb24ac7298ad71c3f12968ffe585036 [diff] |
BUG/MINOR: hlua: Make the function txn:done() HTX aware The function hlua_txn_done() still relying, for the HTTP, on the legacy HTTP mode. Now, for HTX streams, it calls the function htx_reply_and_close(). This patch must be backported to 2.0 and 1.9. (cherry picked from commit 4d0e263079380788ba7d66c77471778efac67633) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>