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

when use ngx_stream_lua_preread_handler ,it returns NGX_OK when finished

Open June-Snow opened this issue 4 years ago • 0 comments

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

June-Snow avatar Feb 04 '21 04:02 June-Snow