]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: lua: Set right direction and flags on new HTTP objects
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 May 2019 09:14:21 +0000 (11:14 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 24 May 2019 07:07:57 +0000 (09:07 +0200)
commit256b69a82d9e096a5d67c6ae3685abd50f24193f
tree659491cee54f259bba73baeb9edd2e696363d863
parent55ae8a64e4e1175063463921375b279c31bbc6a4
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.
src/hlua.c