stream-lua-nginx-module
stream-lua-nginx-module copied to clipboard
Downstream UDP support
&ngx_stream_lua_skcoet_tcp_metatable_key
skcoet -> socket
@agentzh, t/099-c-api.t passes on my end but fails on the CI (unable to connect) Any ideas? Thanks
@alonbg Seems like 099-c-api.t causes the nginx server process to crash. Better use valgrind to locate the memory issues on your side.
export TEST_NGINX_USE_VALGRIND=1; ./go prove -r t/099-c-api.t 1> out.txt 2>&1
@agentzh, sorry :( but I didn't know what to make out of it. attached
out.txt
@agentzh @alonbg
I think the 099-c-api.t failed is because the ngx_http_lua_module changed.
I have created a PR for that https://github.com/openresty/stream-lua-nginx-module/pull/44
And, @agentzh have mark these test cases SKIP, so rebase the lastest master will goes right :)
@alonbg I think we'd better create a new directory like t/087-udp-socket and move the udp test files into it.
We'd better keep the same test file number as in lua-nginx-module, what do you think?
When would this PR be merged/released? badly needed:(