]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: hlua: Make the function txn:done() HTX aware
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 16 Jul 2019 08:52:40 +0000 (10:52 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:18:27 +0000 (09:18 +0200)
commit4d0e263079380788ba7d66c77471778efac67633
treef5b32227026d9f22c80b040628a74e89c0e5f505
parent5f2c49f5eedb55fd757c2e4812df840bcf2dd9e9
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.
src/hlua.c