commit | 5a8549e68225070d0b79cbbb9c5f791e103685e7 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Jun 17 13:36:06 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Jun 17 13:45:18 2019 +0200 |
tree | cbfd8340ee4f092adf3604b0f6382d9b2a7027e3 | |
parent | 032cff38c24d8359dc575423a94d19b6ad8bf848 [diff] |
BUG/MINOR: lua/htx: Make txn.req_req_* and txn.res_rep_* HTX aware These bindings were not updated to support HTX streams. This patch must be backported to 2.0 and 1.9. It fixes the issue #124. (cherry picked from commit ea418748dd22331e9798cfd8f5e25b436cd577e3) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>