Jinhua Tan

Results 6 issues of Jinhua Tan

## Background We have a c++ project, it can use bazel very well to help we manage the dependency and compilation process. We recently tried to introduce rust. First of...

enhancement

Hi @inikep, @jinfeihan57. So far compress/decompress with custom dictionary is more and more popular, such as zstd, and the newest [brotli](https://github.com/google/brotli/blob/master/c/include/brotli/shared_dictionary.h) has support it. In new version, we can use...

Ported from [header_filter_by_lua](https://github.com/openresty/lua-nginx-module/commit/3f8a592a), I have try to add a new feature that add `ngx.exit()` in the context of `body_filter_by_lua`. But like in the context of `balance_by_lua_*`, we can not set...

conflict

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. Sometime we need use cosocket in `init_by_lua` to get some data...

conflict

Can we use ngx_*_lua_shdict as a third party moduel, which applies for `shdict` from nginx. We can uses FFI to share memory to http module and stream module, instead of...