Monkey Zhang
Monkey Zhang
This PR have been discussed at https://github.com/openresty/lua-resty-limit-traffic/pull/26. This module provides APIs to help the OpenResty/ngx_lua user programmers limit request rate using the "[token bucket](https://en.wikipedia.org/wiki/Token_bucket)" method. Small differences with existing modules,...
Hi, The current usage scenario assumes that the upstream configuration will not change dynamically, we only can change upstream configuration via reload nginx. In some scenarios (see also https://github.com/openresty/lua-resty-upstream-healthcheck/issues/55), we...
Hi, @yzprofile Issue #67 open for a long time, this problem also appeared in our online environment recently. I see @RocFang fix it just skip `set_session ` and `save_session` function...