Hi,
We have observed (significant)request handling rate dropped if the TCP
sockets were used in `http-request` action.
Request handling rate recovered with slight increase in memory usage after
commenting the line in `hlua_socket_connect()`/hlua.c
`hlua->flags |= HLUA_MUST_GC`
Doc: https://www.arpalert.org/haproxy-lua.html#h209

I want to add a param to `Socket:connect()` or add new method
`Socket:connect2()`.
to disable forced GC.
Any feedback is appreciated.

Regards,
sada

Reply via email to