Hi,
is there a way to send a pre message to the server using lua or similar.
Have a system with multiple services behind one port, (mysql, apache, etc), and based on a keyword sendt it the server know where to talk. But this needs modified mysql clients etc to work.
Was hoping i could have a stream section in and use preread_by_lua_block or something to send a string trough the socket when a client connects.
Anyone have any ideas?