commit | 256b69a82d9e096a5d67c6ae3685abd50f24193f | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu May 23 11:14:21 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri May 24 09:07:57 2019 +0200 |
tree | 659491cee54f259bba73baeb9edd2e696363d863 | |
parent | 55ae8a64e4e1175063463921375b279c31bbc6a4 [diff] |
BUG/MINOR: lua: Set right direction and flags on new HTTP objects When a LUA HTTP object is created using the current TXN object, it is important to also set the right direction and flags, using ones from the TXN object. This patch may be backported to all supported branches with the lua support. But, it seems to have no impact for now.