haproxy/include
Willy Tarreau 47860ed505 MEDIUM: lua: remove struct hlua_channel
Since last cleanups, this one was only used to carry a struct channel.
Removing it makes the code a bit cleaner (no more chn->chn) and easier
to follow (no more abstraction for a common type). Interestingly it
happens to also make the Lua code slightly faster (about 1.5%) when
using channels, probably thanks to less pointer dereferences and maybe
the use of lua_pushlightuserdata().
2015-03-11 20:41:47 +01:00
..
common BUG/MEDIUM: lua: segfault with buffer_replace2 2015-03-09 18:12:59 +01:00
import
proto MEDIUM: session: simplify receive buffer allocator to only use the channel 2015-03-11 20:41:47 +01:00
types MEDIUM: lua: remove struct hlua_channel 2015-03-11 20:41:47 +01:00