罗泽轩
罗泽轩
Allow ngx.sleep everywhere simplify the application's logic. Now we don't need to write a fallback if the same function need to be run in non-yieldable phases. Close #1730. I hereby...
I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.
…system. Also removed modules loaded repeatly in HTTP subsystem from resty/core.lua. I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project.
In https://github.com/openresty/lua-resty-redis/blob/master/lib/resty/redis.lua#L27 there is a list of redis commands contains more than one hundred entries... Well, why not use lazy generation instead? For example, ``` lua M.__index = function (self,...
Now we could just copy one Lua script instead of copy the Lua script and the default html template, make the setup easier.
Let people configure logging to file (with rotation) instead of stdout/stderr.
- [x] load wasm module - [ ] callback for VM start - [x] configure plugin - [x] process HTTP request - [x] send local response - [x] get HTTP...