Jinhua Tan

Results 28 comments of Jinhua Tan

@vislee Thanks for your PR, could you help to add some test cases?

> > @vislee Thanks for your PR, could you help to add some test cases? > > @rainingmaster The test case in `lua-resty-core` repository, `ngx_http_lua_ffi_balancer_get_last_failure` is also absent, I don't...

@wbednarczyk Could you share your Nginx config more? It seem you run `spawn_checker`[which will create a forever timer](https://github.com/openresty/lua-resty-upstream-healthcheck/blob/master/lib/resty/upstream/healthcheck.lua#L627) in per request(`content_by_lua*`, `rewrite_by_lua*`) instead of `init_worker_by_lua_block `? Beside, I think you...

是否可以直接建立一个仓库,将书中的例子都放进去(或者有我没有找到😂)

@illicitonion I found you are professional in this project, hope you can give me some help when you free. Thanks!

Hi, @illicitonion Thanks for your response! 1. Yes, your understanding is correct, I am try to compare the difference between depend on difference rules. And the file test/lib/libmy_lib.a is come...

Hi @agentzh , could we add the feature like dynamic listen/close socket in lua? https://github.com/openresty/lua-nginx-module/issues/1690

@vthorwat Hello, this I think is not a bug in `Openresty`, it is because the sign of your `ngx_http_redis2_module.so` is not compatible with your `Openresty`. You can: 1. Compile your...