lua-nginx-module
lua-nginx-module copied to clipboard
feature: string buffer support in sock:send()
Any interest to have this feature implemented? It would allow zero-copy sends, but would also require some careful anchoring to prevent gc, but should be doable I think? Also the combination of buffers in a table sock:send{buf1, buf2, ...} would be awesome