efficient and highly extensible, the nginx-tcp module is designed as a customized stream protocol server, more than http, mail server. And the ngx_tcp_lua module is very useful in fast implement your own service.
Hello i am trying in vain to implemant a simple UDP server with ngx-lua-stream module attempt to call field 'udp_socket' in ngx.req.udp_socket gives an error (nil value) i am using the latest openresty Pls helpActivity webandbusiness commented on Nov 26, 2018 webandbusiness on Nov ...
lua_socket_read_timeout 300s; content_by_lua_file conf/tcp_demo.lua; } } Andtcp_demo.luacode localsemaphore=require"ngx.semaphore"localsema=semaphore.new()localfunctionhandler()ngx.say("sub thread: waiting on sema...")localok,err=sema:wait(1)--wait for a second at mostifnotokthenngx...
openresty / stream-lua-nginx-module Public Notifications Fork 198 Star 732 New issue Jump to bottom fatal error: ngx_stream.h: No such file or directory #69 Closed vela-security opened this issue Apr 12, 2017· 2 comments Closed fatal error: ngx_stream.h: No such file or ...