stream-lua-nginx-module
stream-lua-nginx-module copied to clipboard
when use ngx_stream_lua_preread_handler ,it returns NGX_OK when finished
I add 2 preread handler, first it runs lua preread handler, but lua preread handler return NGX_OK when finised. the problem is that the seconed preread handler is not called