lua-nginx-module icon indicating copy to clipboard operation
lua-nginx-module copied to clipboard

feature: string buffer support in sock:send()

Open bjne opened this issue 2 years ago • 0 comments

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

bjne avatar Nov 29 '23 19:11 bjne