Right now in LUA, all the HAProxy converters are accessible through the
`Converters` class. However this class is only accessible through the
TXN class. Can we get this changed so that the Converters class is a global?

My intent is to be able to call a builtin HAProxy converter from within
a custom LUA converter. However the LUA converter prototype does not
receive a TXN, so I have no access to the the Converters class.
Converters are supposed to be stateless, so I see no reason why they
should be accessible only from within the TXN class.

-Patrick

Reply via email to